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: Wed Apr 13 10:48:15 UTC 2022
Modified Files:
pkgsrc/devel/protobuf-c: Makefile PLIST distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/protobuf-c/Makefile \
pkgsrc/devel/protobuf-c/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/protobuf-c/PLIST
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.10 pkgsrc/devel/protobuf-c/Makefile:1.11
--- pkgsrc/devel/protobuf-c/Makefile:1.10 Sun Apr 3 18:50:16 2022
+++ pkgsrc/devel/protobuf-c/Makefile Wed Apr 13 10:48:15 2022
@@ -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}
Index: pkgsrc/devel/protobuf-c/distinfo
diff -u pkgsrc/devel/protobuf-c/distinfo:1.10 pkgsrc/devel/protobuf-c/distinfo:1.11
--- pkgsrc/devel/protobuf-c/distinfo:1.10 Tue Oct 26 10:18:05 2021
+++ pkgsrc/devel/protobuf-c/distinfo Wed Apr 13 10:48:15 2022
@@ -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
Index: pkgsrc/devel/protobuf-c/PLIST
diff -u pkgsrc/devel/protobuf-c/PLIST:1.2 pkgsrc/devel/protobuf-c/PLIST:1.3
--- pkgsrc/devel/protobuf-c/PLIST:1.2 Wed Aug 30 11:05:05 2017
+++ pkgsrc/devel/protobuf-c/PLIST Wed Apr 13 10:48:15 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index