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:           Tue Aug  6 12:05:29 UTC 2024

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

Log Message:
protobuf py-protobuf: updated to [5.]27.3

Protocol Buffers v27.3

Protobuf News may include additional announcements or pre-announcements for upcoming changes.

Compiler

Revert workaround for std::mutex issues on github windows runners. (ba3e7d7)

C++

Update staleness (b7ef2ca)
Omit the _raw_default_instance_ declaration when using DLL linkage. (22d9a03)
Refactor the way we turn on the optimization in StrongPointer. (a15c9c5)

Java

Omit the _raw_default_instance_ declaration when using DLL linkage. (22d9a03)

PHP

PHP C-Extension

Fix segmentation faults with enabled keep_descriptor_pool_after_request

Ruby

Ruby C-Extension

[Ruby] Fix mismatched pointer type

Other

Remove /utf-8 flag added in #14197 (e20cb7a)
Downgrade CMake to 3.29 to workaround Abseil issue. (8a579c1)
Upgrade macos-11 tests to macos-12 (aec8a76)
Use explicit names of our large runners (4e3b4f0)
Upgrade our C++ release tests to large runners.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/protobuf/Makefile
cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/protobuf/distinfo
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/py-protobuf/Makefile
cvs rdiff -u -r1.69 -r1.70 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.80 pkgsrc/devel/protobuf/Makefile:1.81
--- pkgsrc/devel/protobuf/Makefile:1.80 Wed Jun 26 19:49:33 2024
+++ pkgsrc/devel/protobuf/Makefile      Tue Aug  6 12:05:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2024/06/26 19:49:33 adam Exp $
+# $NetBSD: Makefile,v 1.81 2024/08/06 12:05:29 adam Exp $
 #
 # When updating this, please also update devel/py-protobuf.
 #
@@ -8,7 +8,7 @@
 # likely that any upstream release, even if apparently minor, will
 # require a recursive revbump.
 
-DISTNAME=      protobuf-27.2
+DISTNAME=      protobuf-27.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=protocolbuffers/}
 GITHUB_PROJECT=        protobuf

Index: pkgsrc/devel/protobuf/distinfo
diff -u pkgsrc/devel/protobuf/distinfo:1.81 pkgsrc/devel/protobuf/distinfo:1.82
--- pkgsrc/devel/protobuf/distinfo:1.81 Wed Jun 26 19:49:33 2024
+++ pkgsrc/devel/protobuf/distinfo      Tue Aug  6 12:05:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.81 2024/06/26 19:49:33 adam Exp $
+$NetBSD: distinfo,v 1.82 2024/08/06 12:05:29 adam Exp $
 
-BLAKE2s (protobuf-27.2.tar.gz) = bb15d214794dff9a93b2efb0c5c2b536ff55c1589d12aae61d0d6a1589c1c375
-SHA512 (protobuf-27.2.tar.gz) = 664c66b62cf1ed0c65d9b910d8e67d4d5d471113697f1b8edf1573cd5c0fc8e850ac53ce984e48e6c6b9cbbefa12f8530058384e7388e65a59c1e46d03772397
-Size (protobuf-27.2.tar.gz) = 6282174 bytes
+BLAKE2s (protobuf-27.3.tar.gz) = 11084f5535dd9df4d7b598ea819468ff11e26ab87703f944ae4e674ba8400db5
+SHA512 (protobuf-27.3.tar.gz) = a3a555f17a069dd4aa0d683d3126915077fe4211ae6532a4947fb76a9eeb1ed7d25d29ada8dc372435a08aad1aa14374d88e92ac7c195510f57609efaf9d341d
+Size (protobuf-27.3.tar.gz) = 6282725 bytes

Index: pkgsrc/devel/py-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.74 pkgsrc/devel/py-protobuf/Makefile:1.75
--- pkgsrc/devel/py-protobuf/Makefile:1.74      Wed Jun 26 19:49:34 2024
+++ pkgsrc/devel/py-protobuf/Makefile   Tue Aug  6 12:05:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2024/06/26 19:49:34 adam Exp $
+# $NetBSD: Makefile,v 1.75 2024/08/06 12:05:29 adam Exp $
 
-DISTNAME=      protobuf-5.27.2
+DISTNAME=      protobuf-5.27.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/protobuf/}

Index: pkgsrc/devel/py-protobuf/distinfo
diff -u pkgsrc/devel/py-protobuf/distinfo:1.69 pkgsrc/devel/py-protobuf/distinfo:1.70
--- pkgsrc/devel/py-protobuf/distinfo:1.69      Wed Jun 26 19:49:34 2024
+++ pkgsrc/devel/py-protobuf/distinfo   Tue Aug  6 12:05:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2024/06/26 19:49:34 adam Exp $
+$NetBSD: distinfo,v 1.70 2024/08/06 12:05:29 adam Exp $
 
-BLAKE2s (protobuf-5.27.2.tar.gz) = 5a84a219a93024956442e2928b2d5950005dca31f4256088ef54d85070c07258
-SHA512 (protobuf-5.27.2.tar.gz) = b3afcf13e223d7e855ac0aa000cc395e3ea1301b2e3dfe3c0d5435d8031be3726e6aec1fb6228c572aa1685f75aba2d97d2c9dfdb6d9e058a2e88321d6ba9180
-Size (protobuf-5.27.2.tar.gz) = 401640 bytes
+BLAKE2s (protobuf-5.27.3.tar.gz) = 79b1225734698522270c8c76f4168647633a8fc34b1f317c6991a2446bb07a94
+SHA512 (protobuf-5.27.3.tar.gz) = 3462518edf957582cbbd8caaa7507970339788ecde8b934b0466976cbe8bfb4aecc8690b9f6d900ea84d3084bce52ec0fd5764de862dc4839d461ef7bde63741
+Size (protobuf-5.27.3.tar.gz) = 401665 bytes



Home | Main Index | Thread Index | Old Index