pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 24 11:55:52 UTC 2022

Modified Files:
        pkgsrc/devel/protobuf: Makefile distinfo
        pkgsrc/devel/py-protobuf: Makefile distinfo

Log Message:
protobuf py-protobuf: updated to [34].21.8

Protocol Buffers v21.8

Other

Fix for grpc.tools issue 17995 & protobuf issue 7474 (handle UTF-8 paths in argumentfile)

C++

21.x No longer define no_threadlocal on OpenBSD


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/protobuf/Makefile
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/protobuf/distinfo
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/py-protobuf/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/py-protobuf/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/Makefile
diff -u pkgsrc/devel/protobuf/Makefile:1.61 pkgsrc/devel/protobuf/Makefile:1.62
--- pkgsrc/devel/protobuf/Makefile:1.61 Fri Sep 30 08:18:21 2022
+++ pkgsrc/devel/protobuf/Makefile      Mon Oct 24 11:55:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2022/09/30 08:18:21 adam Exp $
+# $NetBSD: Makefile,v 1.62 2022/10/24 11:55:52 adam Exp $
 #
 # When updating this, please also update devel/py-protobuf
 #
@@ -7,7 +7,7 @@
 # from before and after, and do a recursive PKGREVISION
 # bump if necessary
 
-DISTNAME=      protobuf-cpp-3.21.7
+DISTNAME=      protobuf-cpp-3.21.8
 PKGNAME=       ${DISTNAME:S/-cpp//}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=protocolbuffers/}

Index: pkgsrc/devel/protobuf/distinfo
diff -u pkgsrc/devel/protobuf/distinfo:1.68 pkgsrc/devel/protobuf/distinfo:1.69
--- pkgsrc/devel/protobuf/distinfo:1.68 Fri Sep 30 08:18:21 2022
+++ pkgsrc/devel/protobuf/distinfo      Mon Oct 24 11:55:52 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.68 2022/09/30 08:18:21 adam Exp $
+$NetBSD: distinfo,v 1.69 2022/10/24 11:55:52 adam Exp $
 
-BLAKE2s (protobuf-cpp-3.21.7.tar.gz) = 897eb487cd9d8ca1ded56e612be7a23095adea5ddb7183dea11b74aedf5b4446
-SHA512 (protobuf-cpp-3.21.7.tar.gz) = 8c2d1c74fc78df63cb656905ef6b6d761f86b0a50c3958d5257bb83a14bf45c28bd8db437eca78c233722b712e969307660a7d7d1895a5fd1d3a609ff45fa2fc
-Size (protobuf-cpp-3.21.7.tar.gz) = 4855915 bytes
+BLAKE2s (protobuf-cpp-3.21.8.tar.gz) = 5579ee25ad596761eaa787a1f4b754b3153c66efab69fea3ca5a42d216d056f6
+SHA512 (protobuf-cpp-3.21.8.tar.gz) = ef4939dcd7d10a602f95cb8d6fdb5d31c53bd39f18678572f97d443be01093e05a69b6756e8431a27200ad30decf2a007274a5b90ecaecbb5d8e341008bba175
+Size (protobuf-cpp-3.21.8.tar.gz) = 4850122 bytes
 SHA1 (patch-configure) = e9953648e5b3df015be007c1c424a564d1eb2bef
 SHA1 (patch-third__party_googletest_googlemock_configure) = 9afd8358eef2dffe7639ca70081f60535c116855

Index: pkgsrc/devel/py-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.58 pkgsrc/devel/py-protobuf/Makefile:1.59
--- pkgsrc/devel/py-protobuf/Makefile:1.58      Fri Sep 30 08:18:22 2022
+++ pkgsrc/devel/py-protobuf/Makefile   Mon Oct 24 11:55:52 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2022/09/30 08:18:22 adam Exp $
+# $NetBSD: Makefile,v 1.59 2022/10/24 11:55:52 adam Exp $
 
-DISTNAME=      protobuf-4.21.7
+DISTNAME=      protobuf-4.21.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/protobuf/}
@@ -12,7 +12,7 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES+=        c c++11
 
-PYTHON_VERSIONS_INCOMPATIBLE=   27
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 MAKE_ENV+=             PROTOC=${PREFIX}/bin/protoc
 PYSETUPBUILDARGS=      --cpp_implementation

Index: pkgsrc/devel/py-protobuf/distinfo
diff -u pkgsrc/devel/py-protobuf/distinfo:1.54 pkgsrc/devel/py-protobuf/distinfo:1.55
--- pkgsrc/devel/py-protobuf/distinfo:1.54      Fri Sep 30 08:18:22 2022
+++ pkgsrc/devel/py-protobuf/distinfo   Mon Oct 24 11:55:52 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2022/09/30 08:18:22 adam Exp $
+$NetBSD: distinfo,v 1.55 2022/10/24 11:55:52 adam Exp $
 
-BLAKE2s (protobuf-4.21.7.tar.gz) = 0fe79bdeb93b6cebe3645a5a4289e255adf3611a27e83f7ac60303f266d78ba7
-SHA512 (protobuf-4.21.7.tar.gz) = d42fb29aad2a432c6757f15a84a96565397109754834768cc0487901a1fe7966b28392afe794e32d285a60cacf5eb44329f4d2d599815cce4836b6379b5baeff
-Size (protobuf-4.21.7.tar.gz) = 220366 bytes
+BLAKE2s (protobuf-4.21.8.tar.gz) = 59d4e1b141392b174393ba0630584a437abdcb9c25dc802abd6eeac52b84d44c
+SHA512 (protobuf-4.21.8.tar.gz) = 0cb128874948e580ecc756e358cb4a42340a545c141c39d27c34844d3086634ec029d9963d7f6b0952c5cfa965cc80fd3cdcf357495cf95b93922c5792a81403
+Size (protobuf-4.21.8.tar.gz) = 216073 bytes



Home | Main Index | Thread Index | Old Index