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: Thu Jan 9 13:09:18 UTC 2025
Modified Files:
pkgsrc/devel/protobuf: Makefile PLIST distinfo
pkgsrc/devel/py-protobuf: Makefile distinfo
Log Message:
protobuf: updated to [5.]29.3
Protocol Buffers v29.3
C++
Fix cmake installation location of java and go features
Other
Add .bazeliskrc for protobuf repo to tell bazelisk to use 7.1.2 by default.
Update artifact actions to v4
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/devel/protobuf/Makefile \
pkgsrc/devel/protobuf/distinfo
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/protobuf/PLIST
cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/py-protobuf/Makefile
cvs rdiff -u -r1.74 -r1.75 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.86 pkgsrc/devel/protobuf/Makefile:1.87
--- pkgsrc/devel/protobuf/Makefile:1.86 Thu Dec 26 23:40:35 2024
+++ pkgsrc/devel/protobuf/Makefile Thu Jan 9 13:09:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2024/12/26 23:40:35 adam Exp $
+# $NetBSD: Makefile,v 1.87 2025/01/09 13:09:17 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-29.2
+DISTNAME= protobuf-29.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=protocolbuffers/}
GITHUB_PROJECT= protobuf
Index: pkgsrc/devel/protobuf/distinfo
diff -u pkgsrc/devel/protobuf/distinfo:1.86 pkgsrc/devel/protobuf/distinfo:1.87
--- pkgsrc/devel/protobuf/distinfo:1.86 Thu Dec 26 23:40:35 2024
+++ pkgsrc/devel/protobuf/distinfo Thu Jan 9 13:09:17 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.86 2024/12/26 23:40:35 adam Exp $
+$NetBSD: distinfo,v 1.87 2025/01/09 13:09:17 adam Exp $
-BLAKE2s (protobuf-29.2.tar.gz) = f93345685059b22fc0c10c9505faaa8251cb793a3f006329c20ce3e44ea6872a
-SHA512 (protobuf-29.2.tar.gz) = aeb21773edc3dd92a6c1ba6ccd721cc8a20d61230a5309c75ee3ef19baa554c228a6d1095f191ccc18f10183b646f3140dfe6526f5812bcaa64b7d5260572643
-Size (protobuf-29.2.tar.gz) = 9348408 bytes
+BLAKE2s (protobuf-29.3.tar.gz) = 6779b812e42a56ab556d836ce9922d8a9ae677d9054cf5029d085f0fd4c17282
+SHA512 (protobuf-29.3.tar.gz) = 0c776133f5789d21baa8860cb41e7926a162d74810a01722b762a78f93e559494e903fcaa092515bfe2ce057fd065a5dd000b316edb1af32c2ef9dbadf02b4c6
+Size (protobuf-29.3.tar.gz) = 9348951 bytes
Index: pkgsrc/devel/protobuf/PLIST
diff -u pkgsrc/devel/protobuf/PLIST:1.27 pkgsrc/devel/protobuf/PLIST:1.28
--- pkgsrc/devel/protobuf/PLIST:1.27 Thu Dec 26 23:40:35 2024
+++ pkgsrc/devel/protobuf/PLIST Thu Jan 9 13:09:17 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2024/12/26 23:40:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2025/01/09 13:09:17 adam Exp $
bin/protoc
bin/protoc-${PKGVERSION}.0
include/google/protobuf/any.h
@@ -174,6 +174,7 @@ include/google/protobuf/generated_messag
include/google/protobuf/generated_message_tctable_gen.h
include/google/protobuf/generated_message_tctable_impl.h
include/google/protobuf/generated_message_util.h
+include/google/protobuf/go_features.proto
include/google/protobuf/has_bits.h
include/google/protobuf/implicit_weak_message.h
include/google/protobuf/inlined_string_field.h
@@ -188,6 +189,7 @@ include/google/protobuf/io/zero_copy_sin
include/google/protobuf/io/zero_copy_stream.h
include/google/protobuf/io/zero_copy_stream_impl.h
include/google/protobuf/io/zero_copy_stream_impl_lite.h
+include/google/protobuf/java_features.proto
include/google/protobuf/json/internal/descriptor_traits.h
include/google/protobuf/json/internal/lexer.h
include/google/protobuf/json/internal/message_path.h
@@ -256,7 +258,6 @@ include/google/protobuf/wire_format.h
include/google/protobuf/wire_format_lite.h
include/google/protobuf/wrappers.pb.h
include/google/protobuf/wrappers.proto
-include/java/core/src/main/resources/google/protobuf/java_features.proto
include/upb/port/atomic.h
include/upb/port/def.inc
include/upb/port/undef.inc
Index: pkgsrc/devel/py-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.80 pkgsrc/devel/py-protobuf/Makefile:1.81
--- pkgsrc/devel/py-protobuf/Makefile:1.80 Thu Dec 26 23:40:35 2024
+++ pkgsrc/devel/py-protobuf/Makefile Thu Jan 9 13:09:18 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2024/12/26 23:40:35 adam Exp $
+# $NetBSD: Makefile,v 1.81 2025/01/09 13:09:18 adam Exp $
-DISTNAME= protobuf-5.29.2
+DISTNAME= protobuf-5.29.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.74 pkgsrc/devel/py-protobuf/distinfo:1.75
--- pkgsrc/devel/py-protobuf/distinfo:1.74 Thu Dec 26 23:40:35 2024
+++ pkgsrc/devel/py-protobuf/distinfo Thu Jan 9 13:09:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.74 2024/12/26 23:40:35 adam Exp $
+$NetBSD: distinfo,v 1.75 2025/01/09 13:09:18 adam Exp $
-BLAKE2s (protobuf-5.29.2.tar.gz) = 759435398f0114a81f662f0553dcb4ddb52aad6e4314ccdce138bf583d685645
-SHA512 (protobuf-5.29.2.tar.gz) = 7b7a0b116f03e5c64e9342ac0f9143bf8a41fe716697bcd58e20a410fb5d1043a174e68b33209178c5e3605421a145a11a17338ca1171597194eb0a5cfd2e63d
-Size (protobuf-5.29.2.tar.gz) = 424901 bytes
+BLAKE2s (protobuf-5.29.3.tar.gz) = fbc336c924d5b6d63707cdb0c319a1b354db8c3c2cf75f6aa6901f252154cfe0
+SHA512 (protobuf-5.29.3.tar.gz) = 64da5b0ee5e1424ce907af03cb48ff3fa744002ec5f5205c6b550c272e931a2a2ada30ecae2620014a04ccd5ad5e9b1f306df4f0ecea5bb37d8615988ac5187b
+Size (protobuf-5.29.3.tar.gz) = 424945 bytes
Home |
Main Index |
Thread Index |
Old Index