pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/protobuf-c protobuf-c: update to 1.4.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06fd646abe14
branches:  trunk
changeset: 383415:06fd646abe14
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 18 19:24:09 2022 +0000

description:
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).

diffstat:

 devel/protobuf-c/Makefile |  4 ++--
 devel/protobuf-c/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r ad0b97742fb2 -r 06fd646abe14 devel/protobuf-c/Makefile
--- a/devel/protobuf-c/Makefile Thu Aug 18 19:17:11 2022 +0000
+++ b/devel/protobuf-c/Makefile Thu Aug 18 19:24:09 2022 +0000
@@ -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}
diff -r ad0b97742fb2 -r 06fd646abe14 devel/protobuf-c/distinfo
--- a/devel/protobuf-c/distinfo Thu Aug 18 19:17:11 2022 +0000
+++ b/devel/protobuf-c/distinfo Thu Aug 18 19:24:09 2022 +0000
@@ -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