From patchwork Mon Sep 28 21:29:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adrian Perez de Castro X-Patchwork-Id: 1372899 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=igalia.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.a=rsa-sha256 header.s=20170329 header.b=SyQklrUU; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4C0bJF4lSxz9sSJ for ; Tue, 29 Sep 2020 07:29:33 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 10F8E20526; Mon, 28 Sep 2020 21:29:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A+0h6NVf6fQT; Mon, 28 Sep 2020 21:29:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C57472050C; Mon, 28 Sep 2020 21:29:28 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 398A81BF2B0 for ; Mon, 28 Sep 2020 21:29:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3664886FAB for ; Mon, 28 Sep 2020 21:29:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pUErUv+hIXVv for ; Mon, 28 Sep 2020 21:29:26 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from fanzine.igalia.com (fanzine.igalia.com [178.60.130.6]) by hemlock.osuosl.org (Postfix) with ESMTPS id C249686F9E for ; Mon, 28 Sep 2020 21:29:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject:Cc:To:From; bh=nf+/0EKsyBIlu0duFrijETlxDTqztcWXJbeTo+tuyck=; b=SyQklrUUNZko9SlGoek21/sJiG8a00bb2HmUHVOMXva+TQ+yiLUBKRDe7a6Z7zHf4lsmoEeTHRIXR8y4bM3gHbYpZ9Tuu5B9AgxwREvhgAsL0klbP8zPTdCEsJYE7KyFuABO5FOyopvt6HWTwHc9o+i4pIqL1Ex3etX5IhcwRWyRjVqc7oTVdN7dYRUghqzqaZk4oMd2U47QtCk3uvP1ltW5RRn9n/UJCyAqXBTBVc6Wqp2qMRF9UgqKvZ7xRJVjoVSN7+SvqPIXd/1GNWREKZ7tHHEDgJawZYUU6b0JahYffA7YH6Gamze1PhFviFLnJ4SiHqLfVC2h6/ykwgeVZw==; Received: from 82-181-217-9.bb.dnainternet.fi ([82.181.217.9] helo=kodama) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1kN0i3-00069z-Ez; Mon, 28 Sep 2020 23:29:23 +0200 Received: from localhost (kodama [local]) by kodama (OpenSMTPD) with ESMTPA id aa7d1737; Mon, 28 Sep 2020 21:29:11 +0000 (UTC) From: Adrian Perez de Castro To: buildroot@buildroot.org Date: Tue, 29 Sep 2020 00:29:11 +0300 Message-Id: <20200928212911.1342633-1-aperez@igalia.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] package/webkitgtk: bump to version 2.30.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Adrian Perez de Castro Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This is a minor release which fixes a regression found in 2.30.0. Release notes: https://webkitgtk.org/2020/09/21/webkitgtk2.30.1-released.html Signed-off-by: Adrian Perez de Castro --- package/webkitgtk/webkitgtk.hash | 8 ++++---- package/webkitgtk/webkitgtk.mk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/webkitgtk/webkitgtk.hash b/package/webkitgtk/webkitgtk.hash index 31e30997e2..0098fe1a66 100644 --- a/package/webkitgtk/webkitgtk.hash +++ b/package/webkitgtk/webkitgtk.hash @@ -1,7 +1,7 @@ -# From https://webkitgtk.org/releases/webkitgtk-2.30.0.tar.xz.sums -md5 71428fefd33f40583465649baf05ceb5 webkitgtk-2.30.0.tar.xz -sha1 60407e68b5452b5fd90ab1c03d8cc844bb68b590 webkitgtk-2.30.0.tar.xz -sha256 caf3dbf2d2383072614e34281f2fffb6331faf92f4ecf215f6f6a5a57f755d11 webkitgtk-2.30.0.tar.xz +# From https://webkitgtk.org/releases/webkitgtk-2.30.1.tar.xz.sums +md5 de0f910d60de88273ffde7b4bb88bd42 webkitgtk-2.30.1.tar.xz +sha1 23dd526e95399f97c758f8796e8cb184e9465eb7 webkitgtk-2.30.1.tar.xz +sha256 17c59dfdadb7377192e9b59bc56c8a029c9fad4f38ed732b652bf33d0bd5d6b1 webkitgtk-2.30.1.tar.xz # Hashes for license files: sha256 0b5d3a7cc325942567373b0ecd757d07c132e0ebd7c97bfc63f7e1a76094edb4 Source/WebCore/LICENSE-APPLE diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk index b4623a407a..5293d2d0ff 100644 --- a/package/webkitgtk/webkitgtk.mk +++ b/package/webkitgtk/webkitgtk.mk @@ -4,7 +4,7 @@ # ################################################################################ -WEBKITGTK_VERSION = 2.30.0 +WEBKITGTK_VERSION = 2.30.1 WEBKITGTK_SITE = https://www.webkitgtk.org/releases WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz WEBKITGTK_INSTALL_STAGING = YES