From patchwork Tue Sep 15 16:07:07 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: 1364487 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.138; helo=whitealder.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=CuPw/CFr; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BrSmc4QNTz9sTt for ; Wed, 16 Sep 2020 02:07:28 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 270DC86972; Tue, 15 Sep 2020 16:07:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AhLHM-A0kyzw; Tue, 15 Sep 2020 16:07:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4057886945; Tue, 15 Sep 2020 16:07:26 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 11F861BF350 for ; Tue, 15 Sep 2020 16:07:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0746686945 for ; Tue, 15 Sep 2020 16:07:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q6kF7+vCIbUO for ; Tue, 15 Sep 2020 16:07:22 +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 whitealder.osuosl.org (Postfix) with ESMTPS id 75E1186940 for ; Tue, 15 Sep 2020 16:07:22 +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:To:From; bh=z0TXuemUutnaPL2NlPKeDFZP1l+7DhX8Pp8aNBIzHQs=; b=CuPw/CFrx0HFH5k0K+IDXr3wZbF9o6mE/xzduV3r+jD8DGoysb1qsiJr95GXnMhUcQOq6LFXApweg2i+23pjSEae460ksSB8bcmq/mYby5HJaXcJFzvP/dxzYkT9mXxG0u/1d2a3cbA8R/Jy9sGV/GpJs7l1mC1wsOyxS+lbPD7pkB6wv2Csl0vKRbjGNXTjhD49RZyWQ8iUpiM8bx9t+PBtlxfEiww8DIatZNW47bUEGOZi4Uj+ria3JDQoeWNPcIi7PzT/LkUoG9Yti93cpkNSMTsox3phDvAjaA5L+NIKf2w3rnSWE1DSkW0sw8vGsxjJ35glhAD+cgiEnCSwzQ==; 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 1kIDUF-00058n-B2 for ; Tue, 15 Sep 2020 18:07:19 +0200 Received: from localhost (kodama [local]) by kodama (OpenSMTPD) with ESMTPA id 1fcf9bcf for ; Tue, 15 Sep 2020 16:07:07 +0000 (UTC) From: Adrian Perez de Castro To: buildroot@buildroot.org Date: Tue, 15 Sep 2020 19:07:07 +0300 Message-Id: <20200915160707.2433132-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 0.30.0 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This is a new major release which bring in many improvements and new features. For a complete list, please refer to the release notes: https://webkitgtk.org/2020/09/11/webkitgtk2.30.0-released.html None of the new features need additional dependencies. 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 cdca65a5a8..31e30997e2 100644 --- a/package/webkitgtk/webkitgtk.hash +++ b/package/webkitgtk/webkitgtk.hash @@ -1,7 +1,7 @@ -# From https://webkitgtk.org/releases/webkitgtk-2.28.4.tar.xz.sums -md5 10e0cce27208dfbd4cf63dd68a9a47d7 webkitgtk-2.28.4.tar.xz -sha1 70e9dd80647b30eaaf8a7f5b30d8869cd1254056 webkitgtk-2.28.4.tar.xz -sha256 821952e8c9303ed752f1fb1d4283f612c25249d00d705d2b79c2db1bc49c9464 webkitgtk-2.28.4.tar.xz +# 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 # Hashes for license files: sha256 0b5d3a7cc325942567373b0ecd757d07c132e0ebd7c97bfc63f7e1a76094edb4 Source/WebCore/LICENSE-APPLE diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk index 65a4439839..b4623a407a 100644 --- a/package/webkitgtk/webkitgtk.mk +++ b/package/webkitgtk/webkitgtk.mk @@ -4,7 +4,7 @@ # ################################################################################ -WEBKITGTK_VERSION = 2.28.4 +WEBKITGTK_VERSION = 2.30.0 WEBKITGTK_SITE = https://www.webkitgtk.org/releases WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz WEBKITGTK_INSTALL_STAGING = YES