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.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09a1cefe4d45
branches:  trunk
changeset: 376789:09a1cefe4d45
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 13 10:48:15 2022 +0000

description:
protobuf-c: update to 1.4.0.

protobuf-c (1.4.0)

  [ Robert Edmonds ]
  * Release 1.4.0.

  [ Ilya Lipnitsky ]
  * c_message.cc: Resolve name conflict between certain enums and oneofs
    (#427).
  * protobuf-c.h: Fix Windows DLL export issue with the
    protobuf_c_empty_string symbol (#428).
  * Standardize pkg-config for use by autotools and cmake, fix cmake tests
    (#425).
  * protobuf-c.c: Cast %lu args to unsigned long int (#429).
  * protoc-c: Remove leading underscores from structs (#430).
  * protoc-c: Fix shared lib build on windows, migrate from Travis CI to
    GitHub Actions (#459).
  * protobuf-c: Don't use ProtobufCWireType internally (#463).
  * protoc-c: Add custom options support (#466).
  * protobuf-c.c: Fix packed repeated bool parsing (#467).

  [ Markus Engel ]
  * Pack nested messages inline (#431).

  [ Daniel Axtens ]
  * Travis CI: Test on other platforms (#438).

  [ Adam Cozzette ]
  * Update the generator to fully qualify std::string (#443).

  [ Piotr Pietraszkiewicz ]
  * Install MSVC debug symbols alongside the protobuf-c.lib file (#456).

  [ ihsinme ]
  * Fix invalid unsigned arithmetic (#455).

  [ Wolfram Rösler ]
  * Avoid "unused function parameter" compiler warning (#453).

diffstat:

 devel/protobuf-c/Makefile |  5 ++---
 devel/protobuf-c/PLIST    |  3 ++-
 devel/protobuf-c/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 8c295b76d99a -r 09a1cefe4d45 devel/protobuf-c/Makefile
--- a/devel/protobuf-c/Makefile Wed Apr 13 10:45:11 2022 +0000
+++ b/devel/protobuf-c/Makefile Wed Apr 13 10:48:15 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/04/03 18:50:16 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/04/13 10:48:15 wiz Exp $
 
-DISTNAME=      protobuf-c-1.3.3
-PKGREVISION=   3
+DISTNAME=      protobuf-c-1.4.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=protobuf-c/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r 8c295b76d99a -r 09a1cefe4d45 devel/protobuf-c/PLIST
--- a/devel/protobuf-c/PLIST    Wed Apr 13 10:45:11 2022 +0000
+++ b/devel/protobuf-c/PLIST    Wed Apr 13 10:48:15 2022 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2017/08/30 11:05:05 wiedi Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/04/13 10:48:15 wiz Exp $
 bin/protoc-c
 bin/protoc-gen-c
 include/google/protobuf-c/protobuf-c.h
 include/protobuf-c/protobuf-c.h
+include/protobuf-c/protobuf-c.proto
 lib/libprotobuf-c.la
 lib/pkgconfig/libprotobuf-c.pc
diff -r 8c295b76d99a -r 09a1cefe4d45 devel/protobuf-c/distinfo
--- a/devel/protobuf-c/distinfo Wed Apr 13 10:45:11 2022 +0000
+++ b/devel/protobuf-c/distinfo Wed Apr 13 10:48:15 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:18:05 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/04/13 10:48:15 wiz Exp $
 
-BLAKE2s (protobuf-c-1.3.3.tar.gz) = 51a66534c442174df8aff1c61896c2626b0de5fd196fa3577707f454e04c6a34
-SHA512 (protobuf-c-1.3.3.tar.gz) = 85308348929487e3a89158c6078dab39cee0b39a0611a4d5ba73d20520e41d96915e42a0d6060ebd3eb7d922c82444f5ca000ea4f8791b37734485cbb7e283b1
-Size (protobuf-c-1.3.3.tar.gz) = 500505 bytes
+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



Home | Main Index | Thread Index | Old Index