Received: by mail.netbsd.org (Postfix, from userid 605) id F3FDB85020; Thu, 18 Aug 2022 19:24:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 36CAC8501C for ; Thu, 18 Aug 2022 19:24:10 +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 Hr96vS45tXCQ for ; Thu, 18 Aug 2022 19:24:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A971484CFA for ; Thu, 18 Aug 2022 19:24:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2C93FB1A; Thu, 18 Aug 2022 19:24:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660850649155930" MIME-Version: 1.0 Date: Thu, 18 Aug 2022 19:24:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/protobuf-c To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220818192409.A2C93FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660850649155930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 18 19:24:09 UTC 2022 Modified Files: pkgsrc/devel/protobuf-c: Makefile distinfo Log Message: protobuf-c: update to 1.4.1. protobuf-c (1.4.1) [ Robert Edmonds ] * Release 1.4.1 [ Todd C. Miller ] * Only shift unsigned values to avoid implementation-specific behavior (#506, #508). * Fix regression with zero-length messages introduced in protobuf-c PR 500. * Fix a clang analyzer 14 warning about a possible NULL deref (#512, #514). [ steed717 ] * Fix unsigned integer overflow (#499, #513). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/protobuf-c/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/protobuf-c/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660850649155930 Content-Disposition: inline Content-Length: 1579 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/protobuf-c/Makefile diff -u pkgsrc/devel/protobuf-c/Makefile:1.13 pkgsrc/devel/protobuf-c/Makefile:1.14 --- pkgsrc/devel/protobuf-c/Makefile:1.13 Sat Aug 6 16:45:20 2022 +++ pkgsrc/devel/protobuf-c/Makefile Thu Aug 18 19:24:09 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/08/06 16:45:20 he Exp $ +# $NetBSD: Makefile,v 1.14 2022/08/18 19:24:09 wiz Exp $ -DISTNAME= protobuf-c-1.4.0 +DISTNAME= protobuf-c-1.4.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=protobuf-c/} GITHUB_RELEASE= v${PKGVERSION_NOREV} Index: pkgsrc/devel/protobuf-c/distinfo diff -u pkgsrc/devel/protobuf-c/distinfo:1.11 pkgsrc/devel/protobuf-c/distinfo:1.12 --- pkgsrc/devel/protobuf-c/distinfo:1.11 Wed Apr 13 10:48:15 2022 +++ pkgsrc/devel/protobuf-c/distinfo Thu Aug 18 19:24:09 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/04/13 10:48:15 wiz Exp $ +$NetBSD: distinfo,v 1.12 2022/08/18 19:24:09 wiz Exp $ -BLAKE2s (protobuf-c-1.4.0.tar.gz) = 222be8d71985935b153903164849c755b2063755dfab8ac8f4f99224a8e26ded -SHA512 (protobuf-c-1.4.0.tar.gz) = 6a2e5031b85b5986e863661437dea002eba217257a50a27db88d29fa1a3db1014ed6ec7c21d89df700d181b18e169d1037146cb6475c10cd5a068a91e522e3c3 -Size (protobuf-c-1.4.0.tar.gz) = 505251 bytes +BLAKE2s (protobuf-c-1.4.1.tar.gz) = 3585955198453b1e7a80392379219df5338b8e63e0f7756fa02264ab0bcc7d0b +SHA512 (protobuf-c-1.4.1.tar.gz) = 190a4aa5c607853e6bf860b0974deb21e4f7f6209e810251eaca9612b59ea676779b0ca217fb1572914ffb8de3315a7d24f162b14d447ee671a9adc5b1271e41 +Size (protobuf-c-1.4.1.tar.gz) = 513596 bytes --_----------=_1660850649155930--