From patchwork Fri Jun 11 14:40:35 2021 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: 1490988 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.133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) 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=LfEuh9gD; dkim-atps=neutral Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4G1k6f3DKxz9sWk for ; Sat, 12 Jun 2021 00:40:58 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 3E1EC404CB; Fri, 11 Jun 2021 14:40:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E1ilrdmIGmWP; Fri, 11 Jun 2021 14:40:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 82CD4404E2; Fri, 11 Jun 2021 14:40:53 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D6B2C1BF2B0 for ; Fri, 11 Jun 2021 14:40:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id D347E83DE5 for ; Fri, 11 Jun 2021 14:40:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=igalia.com Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EL2PzvYwUHNm for ; Fri, 11 Jun 2021 14:40:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from fanzine.igalia.com (fanzine.igalia.com [178.60.130.6]) by smtp1.osuosl.org (Postfix) with ESMTPS id 9968A81068 for ; Fri, 11 Jun 2021 14:40:49 +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=EBOz01ABv+Uap5Nt1vnSy68ZxBwSaFjjTYW/U8mNbDA=; b=LfEuh9gDvTLCYnGc6kMDYV+du31FqLQD0xJhw6Lni/14riEshmQ5Znk3nuzZntx6RKWTYc5bvRv7M06qVvt/3i9kNdhFwXa5ZlAkVzE5hOMjLVmmz+XXJ6E4S8YblqDRKREQiGdY7CxRFxGI+PPkMVNMq81jcgWLNjXX8u9HsWG2vs95FM58tdKnCpi32Zs99fcNu60vysGc8Rc4vw+sebTXP1flT+KLWuyseX42rRSh8hnzp20Bs87pxPD5698gby1DBVEXKlpbQEeHjnAn5i2EncDdMFsvoHTd7aiXnxiS8t3ThLVN4sl6HocmYx61dpFiCeCyTgClMfMNimodig==; Received: from 82-181-161-131.bb.dnainternet.fi ([82.181.161.131] helo=momiji) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1lriL0-0003gP-Gx; Fri, 11 Jun 2021 16:40:46 +0200 Received: from localhost (momiji [local]) by momiji (OpenSMTPD) with ESMTPA id b75e9198; Fri, 11 Jun 2021 14:40:35 +0000 (UTC) From: Adrian Perez de Castro To: buildroot@buildroot.org Date: Fri, 11 Jun 2021 17:40:35 +0300 Message-Id: <20210611144035.443935-1-aperez@igalia.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] libwpe: bump to version 1.10.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 minor release fixes a build issue when Meson is running under a version of Python older than 3.6; release notes: https://wpewebkit.org/release/libwpe-1.10.1.html Signed-off-by: Adrian Perez de Castro --- package/libwpe/libwpe.hash | 8 ++++---- package/libwpe/libwpe.mk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/libwpe/libwpe.hash b/package/libwpe/libwpe.hash index 66fd168dc3..200b6c2798 100644 --- a/package/libwpe/libwpe.hash +++ b/package/libwpe/libwpe.hash @@ -1,7 +1,7 @@ -# From https://wpewebkit.org/releases/libwpe-1.10.0.tar.xz.sums -md5 269ecb60d4ef80a0877d25a5828c8b82 libwpe-1.10.0.tar.xz -sha1 b3f48a48b0401da19deb60cb8f15f193dff799c1 libwpe-1.10.0.tar.xz -sha256 2415e270d45e3595ed4052bc105f733744dc2d3677e12ff4a831e5029841084d libwpe-1.10.0.tar.xz +# From https://wpewebkit.org/releases/libwpe-1.10.1.tar.xz.sums +md5 f60fc13b519a66d262afb76c77441870 libwpe-1.10.1.tar.xz +sha1 1a8085b9a172d37e952c07bbb09b1654d4161ab2 libwpe-1.10.1.tar.xz +sha256 a327b3ffcf2356dbe8148c1db4bbdc5359d7e7163d177f67551a8393b144adf0 libwpe-1.10.1.tar.xz # Hashes for license files: sha256 35bef295cedbbf179eaee14328002587a0e7dc08ebf3f15ea080a6f2815f0d7b COPYING diff --git a/package/libwpe/libwpe.mk b/package/libwpe/libwpe.mk index 43dc201f54..6396fe696d 100644 --- a/package/libwpe/libwpe.mk +++ b/package/libwpe/libwpe.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBWPE_VERSION = 1.10.0 +LIBWPE_VERSION = 1.10.1 LIBWPE_SITE = https://wpewebkit.org/releases LIBWPE_SOURCE = libwpe-$(LIBWPE_VERSION).tar.xz LIBWPE_INSTALL_STAGING = YES