From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 398C7EB64DD for ; Sun, 16 Jul 2023 09:42:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id E147040448; Sun, 16 Jul 2023 09:42:12 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org E147040448 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 bPtiAmOua2sx; Sun, 16 Jul 2023 09:42:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 2393F40461; Sun, 16 Jul 2023 09:42:11 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 2393F40461 Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id F399A1BF33E for ; Sun, 16 Jul 2023 09:42:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id DA3A060745 for ; Sun, 16 Jul 2023 09:42:08 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org DA3A060745 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vbn9Zy1pkOWz for ; Sun, 16 Jul 2023 09:42:08 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org DAA6A606EB Received: from dd20012.kasserver.com (dd20012.kasserver.com [85.13.140.57]) by smtp3.osuosl.org (Postfix) with ESMTPS id DAA6A606EB for ; Sun, 16 Jul 2023 09:42:07 +0000 (UTC) Received: from fli4l.lan.fli4l (p54a1b341.dip0.t-ipconnect.de [84.161.179.65]) by dd20012.kasserver.com (Postfix) with ESMTPSA id 5EB76A4C0285; Sun, 16 Jul 2023 11:41:52 +0200 (CEST) Received: from bruckner.lan.fli4l ([192.168.1.1]:52154) by fli4l.lan.fli4l with esmtp (Exim 4.96) (envelope-from ) id 1qKyGG-0001tw-0L; Sun, 16 Jul 2023 11:41:52 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 16 Jul 2023 11:41:50 +0200 Message-Id: <20230716094152.3773711-1-bernd@kuhls.net> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-Spamd-Bar: ++++ X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kuhls.net; s=kas202306131828; t=1689500512; bh=+5eqT4XC4GgMkNR5pj+3sHzGdMn9zsCioikMLXMm/Pg=; h=From:To:Cc:Subject:Date:From; b=BWuO+LFCvODqpifWdqfVnx9E+nGcpjGGTNEpF8QxHuIFZMQB5wPW4OE7SUChU9DBo CXxlivDwxHxvgBR/bbRC8GVaYESWDLf7Kzy6yUOexGxky7Pd+hglbK1N3AVuitAIrq Rls9MN/yjlC2YIm6Wzf7fev9ce/HlzM+4RfnWofiSaBOR7jxXQb83QiHIucj5jkgkN H5yluozqoh9Mp6OGspdJkQDFcyhQJx9bfpAoN0ltz+yS4LDsNEV4/Y5G15xrgyg4lT b//w4KWsmoy9KkiNg0zlhK/nWBAPmDSJ8kHOgGzJAB/a7NRbHCTefo/D3BSThDRHiw jqil/YzPUdkOw== X-Mailman-Original-Authentication-Results: smtp3.osuosl.org; dkim=pass (2048-bit key) header.d=kuhls.net header.i=@kuhls.net header.a=rsa-sha256 header.s=kas202306131828 header.b=BWuO+LFC Subject: [Buildroot] [PATCH 1/3] package/libwpe: bump version to 1.15.1 X-BeenThere: buildroot@buildroot.org 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Removed md5 hash. Release notes: 1.14.1 - https://lists.webkit.org/pipermail/webkit-wpe/2023-February/000574.html 1.15.1 - https://lists.webkit.org/pipermail/webkit-wpe/2023-May/000595.html Signed-off-by: Bernd Kuhls --- package/libwpe/libwpe.hash | 7 +++---- package/libwpe/libwpe.mk | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package/libwpe/libwpe.hash b/package/libwpe/libwpe.hash index 28b7685b93..226b4f3295 100644 --- a/package/libwpe/libwpe.hash +++ b/package/libwpe/libwpe.hash @@ -1,7 +1,6 @@ -# From https://wpewebkit.org/releases/libwpe-1.14.0.tar.xz.sums -md5 f9737912975f979f9e4e01eec174a271 libwpe-1.14.0.tar.xz -sha1 7a5d51c99254fc14ffcbcca9e8550cc7940fe871 libwpe-1.14.0.tar.xz -sha256 c073305bbac5f4402cc1c8a4753bfa3d63a408901f86182051eaa5a75dd89c00 libwpe-1.14.0.tar.xz +# From https://wpewebkit.org/releases/libwpe-1.15.1.tar.xz.sums +sha1 0082ceb475175bfecd1172f2c0b292824d31561b libwpe-1.15.1.tar.xz +sha256 14d36a93a05ab7ada9bec581720b8057336fe681bbbe59bda7d50cb8f3eba3a6 libwpe-1.15.1.tar.xz # Hashes for license files: sha256 35bef295cedbbf179eaee14328002587a0e7dc08ebf3f15ea080a6f2815f0d7b COPYING diff --git a/package/libwpe/libwpe.mk b/package/libwpe/libwpe.mk index e7b3ce9eaf..f8c6b0fc76 100644 --- a/package/libwpe/libwpe.mk +++ b/package/libwpe/libwpe.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBWPE_VERSION = 1.14.0 +LIBWPE_VERSION = 1.15.1 LIBWPE_SITE = https://wpewebkit.org/releases LIBWPE_SOURCE = libwpe-$(LIBWPE_VERSION).tar.xz LIBWPE_INSTALL_STAGING = YES -- 2.39.2 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot