From patchwork Fri Nov 20 16:19:18 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: 1403878 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=fI+K0H+P; 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 4Cd1wH1xDjz9s1l for ; Sat, 21 Nov 2020 03:19:43 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 41F808726F; Fri, 20 Nov 2020 16:19:40 +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 Dp+W+1XTfJOD; Fri, 20 Nov 2020 16:19:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 2C035871D2; Fri, 20 Nov 2020 16:19:38 +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 C83A11BF9AD for ; Fri, 20 Nov 2020 16:19:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BE53586B68 for ; Fri, 20 Nov 2020 16:19:36 +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 fmG4oqo0gCDq for ; Fri, 20 Nov 2020 16:19:34 +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 2D0D586EC9 for ; Fri, 20 Nov 2020 16:19:34 +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=FZVyaaqorTVxU9FckwfQilXvtUL3kymQ2G07KXzqjGw=; b=fI+K0H+PdytQNextb7iHprRJBXQRYgS3DdR65gmDKtkoTm2EN0uTO35JJMTD3Hhm7Pr7zzmeoXPhE/fG+0l0+Ws2GjGZmmVSj15sm+S+HoMNcfauIV783DmKH05GoSKV5L/k/r5VCQ+EqbOjUL/FFLM/euvNquTvr9SAncbuUpFDCWzrepeoWoazAJwG1Vj5ZKi8z3Y4CQWin328CkZpAETA6fXxFGWUq6sjcfgaYJS7CnVbDMQc4yb+C004ufCtTkJ2aJiOccm2r0F4UpV9QhQLW8US/fnauYbhiagkc1d1LbtLhjcmE3PY7xxuicGwuzeFbu4ZeIgD4Qm1+xuqMQ==; 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 1kg98E-0002i8-9d; Fri, 20 Nov 2020 17:19:30 +0100 Received: from localhost (kodama [local]) by kodama (OpenSMTPD) with ESMTPA id 3a9529f2; Fri, 20 Nov 2020 16:19:18 +0000 (UTC) From: Adrian Perez de Castro To: buildroot@buildroot.org Date: Fri, 20 Nov 2020 18:19:18 +0200 Message-Id: <20201120161918.222066-1-aperez@igalia.com> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] package/webkitgtk: bump to version 2.30.3 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 solved a build issues and fixes a number of rendering issues. Release notes: https://webkitgtk.org/2020/11/20/webkitgtk2.30.3-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 30b8e4f11f..1849d9eff9 100644 --- a/package/webkitgtk/webkitgtk.hash +++ b/package/webkitgtk/webkitgtk.hash @@ -1,7 +1,7 @@ -# From https://webkitgtk.org/releases/webkitgtk-2.30.2.tar.xz.sums -md5 2163f1f982c63cb8fa75bf1b36396304 webkitgtk-2.30.2.tar.xz -sha1 e27d336570226645f861b5a00116c17da39f9df4 webkitgtk-2.30.2.tar.xz -sha256 c467e0bc2bc610c2570928e3fd63cedaadc4719cbf9b04aa99f79dd71ad5682a webkitgtk-2.30.2.tar.xz +# From https://webkitgtk.org/releases/webkitgtk-2.30.3.tar.xz.sums +md5 3db32cffeab82efcade1ce77f94865c2 webkitgtk-2.30.3.tar.xz +sha1 6eed6e8a3c2f47533821169679fe381ceb0550be webkitgtk-2.30.3.tar.xz +sha256 6dea14f03916882816f2fed9497a5103fc54b2ab8602ab145ca991e4951e5e7f webkitgtk-2.30.3.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 84078f8b9a..0310f058f1 100644 --- a/package/webkitgtk/webkitgtk.mk +++ b/package/webkitgtk/webkitgtk.mk @@ -4,7 +4,7 @@ # ################################################################################ -WEBKITGTK_VERSION = 2.30.2 +WEBKITGTK_VERSION = 2.30.3 WEBKITGTK_SITE = https://www.webkitgtk.org/releases WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz WEBKITGTK_INSTALL_STAGING = YES