Thu Aug 18 19:24:09 2022 UTC ()
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).


(wiz)
diff -r1.13 -r1.14 pkgsrc/devel/protobuf-c/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/protobuf-c/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/devel/protobuf-c/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/protobuf-c/Makefile 2022/08/06 16:45:20 1.13
+++ pkgsrc/devel/protobuf-c/Makefile 2022/08/18 19:24:09 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2022/08/06 16:45:20 he Exp $ 1# $NetBSD: Makefile,v 1.14 2022/08/18 19:24:09 wiz Exp $
2 2
3DISTNAME= protobuf-c-1.4.0 3DISTNAME= protobuf-c-1.4.1
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GITHUB:=protobuf-c/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=protobuf-c/}
6GITHUB_RELEASE= v${PKGVERSION_NOREV} 6GITHUB_RELEASE= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= wiedi@frubar.net 8MAINTAINER= wiedi@frubar.net
9HOMEPAGE= https://github.com/protobuf-c/protobuf-c 9HOMEPAGE= https://github.com/protobuf-c/protobuf-c
10COMMENT= Protocol Buffers implementation in C 10COMMENT= Protocol Buffers implementation in C
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LANGUAGES= c99 c++11 13USE_LANGUAGES= c99 c++11
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.11 -r1.12 pkgsrc/devel/protobuf-c/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/protobuf-c/distinfo 2022/04/13 10:48:15 1.11
+++ pkgsrc/devel/protobuf-c/distinfo 2022/08/18 19:24:09 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2022/04/13 10:48:15 wiz Exp $ 1$NetBSD: distinfo,v 1.12 2022/08/18 19:24:09 wiz Exp $
2 2
3BLAKE2s (protobuf-c-1.4.0.tar.gz) = 222be8d71985935b153903164849c755b2063755dfab8ac8f4f99224a8e26ded 3BLAKE2s (protobuf-c-1.4.1.tar.gz) = 3585955198453b1e7a80392379219df5338b8e63e0f7756fa02264ab0bcc7d0b
4SHA512 (protobuf-c-1.4.0.tar.gz) = 6a2e5031b85b5986e863661437dea002eba217257a50a27db88d29fa1a3db1014ed6ec7c21d89df700d181b18e169d1037146cb6475c10cd5a068a91e522e3c3 4SHA512 (protobuf-c-1.4.1.tar.gz) = 190a4aa5c607853e6bf860b0974deb21e4f7f6209e810251eaca9612b59ea676779b0ca217fb1572914ffb8de3315a7d24f162b14d447ee671a9adc5b1271e41
5Size (protobuf-c-1.4.0.tar.gz) = 505251 bytes 5Size (protobuf-c-1.4.1.tar.gz) = 513596 bytes