Received: by mail.netbsd.org (Postfix, from userid 605) id 3BC4C84E5C; Sun, 28 Jan 2024 13:12:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C4E284D54 for ; Sun, 28 Jan 2024 13:12:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FXA82G4tfVV0 for ; Sun, 28 Jan 2024 13:12:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D9BC184D2D for ; Sun, 28 Jan 2024 13:12:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D00BAFA42; Sun, 28 Jan 2024 13:12:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706447562224490" MIME-Version: 1.0 Date: Sun, 28 Jan 2024 13:12:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/webp-pixbuf-loader To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240128131242.D00BAFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706447562224490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 28 13:12:42 UTC 2024 Modified Files: pkgsrc/graphics/webp-pixbuf-loader: Makefile distinfo Log Message: webp-pixbuf-loader: update to 0.2.6. 1.2.6 Fix libwebp version boundary and pipeline updates Latest meson.build file had >1.3.2 rather than >=1.3.2 as the required version for libwebp pipeline fixes 1.2.5 Bump webp dependency to avoid using vulnerable versions To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/webp-pixbuf-loader/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/webp-pixbuf-loader/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706447562224490 Content-Disposition: inline Content-Length: 1847 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/webp-pixbuf-loader/Makefile diff -u pkgsrc/graphics/webp-pixbuf-loader/Makefile:1.4 pkgsrc/graphics/webp-pixbuf-loader/Makefile:1.5 --- pkgsrc/graphics/webp-pixbuf-loader/Makefile:1.4 Sat Oct 21 17:10:43 2023 +++ pkgsrc/graphics/webp-pixbuf-loader/Makefile Sun Jan 28 13:12:42 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2023/10/21 17:10:43 gdt Exp $ +# $NetBSD: Makefile,v 1.5 2024/01/28 13:12:42 wiz Exp $ -DISTNAME= webp-pixbuf-loader-0.2.4 -PKGREVISION= 3 +DISTNAME= webp-pixbuf-loader-0.2.6 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=aruiz/} GITHUB_PROJECT= ${DISTNAME:S/-${PKGVERSION_NOREV}//} Index: pkgsrc/graphics/webp-pixbuf-loader/distinfo diff -u pkgsrc/graphics/webp-pixbuf-loader/distinfo:1.3 pkgsrc/graphics/webp-pixbuf-loader/distinfo:1.4 --- pkgsrc/graphics/webp-pixbuf-loader/distinfo:1.3 Sun Aug 13 00:34:47 2023 +++ pkgsrc/graphics/webp-pixbuf-loader/distinfo Sun Jan 28 13:12:42 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2023/08/13 00:34:47 tsutsui Exp $ +$NetBSD: distinfo,v 1.4 2024/01/28 13:12:42 wiz Exp $ -BLAKE2s (webp-pixbuf-loader-0.2.4.tar.gz) = a0ebdbe37b5ba2a163801b780fd2a900bdc47e590eecd119dedd8eef6402db9a -SHA512 (webp-pixbuf-loader-0.2.4.tar.gz) = a367987a7c7ca4df594233a7b6fb281a1484026cdf8cb653d8513103e5d59e69d6ffaef1da8c6875be6d978b8a29251e5d89b6e2959e67057aae0f6cd7464b5e -Size (webp-pixbuf-loader-0.2.4.tar.gz) = 9136758 bytes +BLAKE2s (webp-pixbuf-loader-0.2.6.tar.gz) = f73afd60c01299caa8b7b02814a9173f20e26c67234a0283ea00a1fe00c7776b +SHA512 (webp-pixbuf-loader-0.2.6.tar.gz) = b8e01f4c2ebf00ccacfb07b672593dc1036e69641a717b0855ee581bd88ce5a4aa206beff4363a44b5861411b5fe7186486fd04c4f3fc6fb30483e6298bde663 +Size (webp-pixbuf-loader-0.2.6.tar.gz) = 9136752 bytes SHA1 (patch-io-webp.c) = c1f9121dfff42cfd445a627bf0f361dec6ce0a52 --_----------=_1706447562224490--