Received: by mail.netbsd.org (Postfix, from userid 605) id 106DE84EEF; Mon, 18 Jul 2022 19:06:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47FA284D6C for ; Mon, 18 Jul 2022 19:06:45 +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 Hyu48GT-c1bv for ; Mon, 18 Jul 2022 19:06:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AFFE984D1C for ; Mon, 18 Jul 2022 19:06:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A47E2FB1A; Mon, 18 Jul 2022 19:06:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165817120418330" MIME-Version: 1.0 Date: Mon, 18 Jul 2022 19:06:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/libwebp To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220718190644.A47E2FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165817120418330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jul 18 19:06:44 UTC 2022 Modified Files: pkgsrc/graphics/libwebp: Makefile distinfo Log Message: libwebp: updated to 1.2.3 version 1.2.3 This is a binary compatible release. * security fix for lossless encoder * improved progress granularity in WebPReportProgress() when using lossless * improved precision in Sharp YUV (-sharp_yuv) conversion * many corrections to webp-lossless-bitstream-spec.txt * crash/leak fixes on error/OOM and other bug fixes To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/libwebp/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/libwebp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165817120418330 Content-Disposition: inline Content-Length: 1586 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libwebp/Makefile diff -u pkgsrc/graphics/libwebp/Makefile:1.36 pkgsrc/graphics/libwebp/Makefile:1.37 --- pkgsrc/graphics/libwebp/Makefile:1.36 Thu Jul 14 23:46:23 2022 +++ pkgsrc/graphics/libwebp/Makefile Mon Jul 18 19:06:44 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2022/07/14 23:46:23 dholland Exp $ +# $NetBSD: Makefile,v 1.37 2022/07/18 19:06:44 adam Exp $ -DISTNAME= libwebp-1.2.2 -PKGREVISION= 1 +DISTNAME= libwebp-1.2.3 CATEGORIES= graphics MASTER_SITES= https://storage.googleapis.com/downloads.webmproject.org/releases/webp/ Index: pkgsrc/graphics/libwebp/distinfo diff -u pkgsrc/graphics/libwebp/distinfo:1.23 pkgsrc/graphics/libwebp/distinfo:1.24 --- pkgsrc/graphics/libwebp/distinfo:1.23 Thu Mar 3 10:41:34 2022 +++ pkgsrc/graphics/libwebp/distinfo Mon Jul 18 19:06:44 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2022/03/03 10:41:34 adam Exp $ +$NetBSD: distinfo,v 1.24 2022/07/18 19:06:44 adam Exp $ -BLAKE2s (libwebp-1.2.2.tar.gz) = 1ed12719596f2bb24d68b6d04350b852bad9420ea1338cd06c68431e4b83e27e -SHA512 (libwebp-1.2.2.tar.gz) = 0dd0a721352b513a218d55383bcd0cc45b786df8089f70f87257b5dcc0c4e2f1798e20f1ca98b8fe51710abb667f9c4c14f20f980a11c484c8832f0dc66e3bff -Size (libwebp-1.2.2.tar.gz) = 4117468 bytes +BLAKE2s (libwebp-1.2.3.tar.gz) = 741a6b9065971c3902e00488aece5a3950a7f23cc940916f293aa874a04bfbef +SHA512 (libwebp-1.2.3.tar.gz) = 4320ac0b0f0c5571a0d6ead3dc588e1847629168888305cec8b37eaedbbf906d31258a285275d5a02becae853d7cf8a9f0ae0f5f9efa09c68ebc869e7dd132a2 +Size (libwebp-1.2.3.tar.gz) = 4141192 bytes --_----------=_165817120418330--