pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/protobuf-c
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.
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
Home |
Main Index |
Thread Index |
Old Index