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 Mar 26 09:31:54 UTC 2026

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

Log Message:
protobuf py-protobuf: updated to [7.]34.1

Protocol Buffers v34.1

Bazel

Moved protocopt flag out of the cc dir, since it is not a c++-specific flag. (3db9fd1)
Add support for bazel 9.x

C++

Updated CMake dependencies. (5583485)
Add cc_proto_library for MessageSet in //src/google/protobuf/bridge (523a6a4)
Add support for bazel 9.x

Java

Avoid toBigIntegerExact in JsonFormat to avoid degenerate parse behavior in the face of large exponents. (ab3d7f0)

Python

Add support for bazel 9.x

Other

Fixed release_prep.sh script mkdir command to follow INTEGRITY_FILE location. (e700d7d)
Second try at fixing the release_prep.sh file path!


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/devel/protobuf/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/protobuf/PLIST
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/protobuf/distinfo
cvs rdiff -u -r1.95 -r1.96 pkgsrc/devel/py-protobuf/Makefile
cvs rdiff -u -r1.86 -r1.87 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.101 pkgsrc/devel/protobuf/Makefile:1.102
--- pkgsrc/devel/protobuf/Makefile:1.101        Fri Jan 30 10:06:37 2026
+++ pkgsrc/devel/protobuf/Makefile      Thu Mar 26 09:31:53 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2026/01/30 10:06:37 adam Exp $
+# $NetBSD: Makefile,v 1.102 2026/03/26 09:31:53 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-33.5
+DISTNAME=      protobuf-34.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=protocolbuffers/}
 GITHUB_PROJECT=        protobuf

Index: pkgsrc/devel/protobuf/PLIST
diff -u pkgsrc/devel/protobuf/PLIST:1.33 pkgsrc/devel/protobuf/PLIST:1.34
--- pkgsrc/devel/protobuf/PLIST:1.33    Wed Oct 22 06:51:10 2025
+++ pkgsrc/devel/protobuf/PLIST Thu Mar 26 09:31:53 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2025/10/22 06:51:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.34 2026/03/26 09:31:53 adam Exp $
 bin/protoc
 bin/protoc-${PKGVERSION}.0
 bin/protoc-gen-upb
@@ -21,11 +21,9 @@ include/google/protobuf/arenaz_sampler.h
 include/google/protobuf/compiler/code_generator.h
 include/google/protobuf/compiler/code_generator_lite.h
 include/google/protobuf/compiler/command_line_interface.h
-include/google/protobuf/compiler/cpp/generator.h
 include/google/protobuf/compiler/cpp/helpers.h
 include/google/protobuf/compiler/cpp/names.h
 include/google/protobuf/compiler/cpp/options.h
-include/google/protobuf/compiler/csharp/csharp_generator.h
 include/google/protobuf/compiler/csharp/names.h
 include/google/protobuf/compiler/importer.h
 include/google/protobuf/compiler/java/doc_comment.h
@@ -36,22 +34,16 @@ include/google/protobuf/compiler/java/na
 include/google/protobuf/compiler/java/names.h
 include/google/protobuf/compiler/java/names_internal.h
 include/google/protobuf/compiler/java/options.h
-include/google/protobuf/compiler/kotlin/generator.h
 include/google/protobuf/compiler/notices.h
-include/google/protobuf/compiler/objectivec/generator.h
 include/google/protobuf/compiler/objectivec/line_consumer.h
 include/google/protobuf/compiler/objectivec/names.h
 include/google/protobuf/compiler/objectivec/nsobject_methods.h
 include/google/protobuf/compiler/parser.h
 include/google/protobuf/compiler/php/names.h
-include/google/protobuf/compiler/php/php_generator.h
 include/google/protobuf/compiler/plugin.h
 include/google/protobuf/compiler/plugin.pb.h
 include/google/protobuf/compiler/plugin.proto
-include/google/protobuf/compiler/python/generator.h
-include/google/protobuf/compiler/python/pyi_generator.h
 include/google/protobuf/compiler/retention.h
-include/google/protobuf/compiler/ruby/ruby_generator.h
 include/google/protobuf/compiler/scc.h
 include/google/protobuf/compiler/subprocess.h
 include/google/protobuf/compiler/versions.h
@@ -81,6 +73,7 @@ include/google/protobuf/feature_resolver
 include/google/protobuf/field_access_listener.h
 include/google/protobuf/field_mask.pb.h
 include/google/protobuf/field_mask.proto
+include/google/protobuf/field_with_arena.h
 include/google/protobuf/generated_enum_reflection.h
 include/google/protobuf/generated_enum_util.h
 include/google/protobuf/generated_message_bases.h
@@ -94,6 +87,7 @@ include/google/protobuf/has_bits.h
 include/google/protobuf/implicit_weak_message.h
 include/google/protobuf/inlined_string_field.h
 include/google/protobuf/internal_feature_helper.h
+include/google/protobuf/internal_metadata_locator.h
 include/google/protobuf/internal_visibility.h
 include/google/protobuf/io/coded_stream.h
 include/google/protobuf/io/gzip_stream.h
@@ -155,6 +149,7 @@ include/google/protobuf/stubs/common.h
 include/google/protobuf/stubs/platform_macros.h
 include/google/protobuf/stubs/port.h
 include/google/protobuf/stubs/status_macros.h
+include/google/protobuf/symbol_checker.h
 include/google/protobuf/text_format.h
 include/google/protobuf/thread_safe_arena.h
 include/google/protobuf/timestamp.pb.h
@@ -177,6 +172,7 @@ include/google/protobuf/wire_format_lite
 include/google/protobuf/wrappers.pb.h
 include/google/protobuf/wrappers.proto
 include/upb/base/descriptor_constants.h
+include/upb/base/error_handler.h
 include/upb/base/internal/endian.h
 include/upb/base/internal/log2.h
 include/upb/base/status.h
@@ -211,13 +207,11 @@ include/upb/message/internal/map.h
 include/upb/message/internal/map_entry.h
 include/upb/message/internal/map_sorter.h
 include/upb/message/internal/message.h
-include/upb/message/internal/tagged_ptr.h
 include/upb/message/internal/types.h
 include/upb/message/map.h
 include/upb/message/map_gencode_util.h
 include/upb/message/merge.h
 include/upb/message/message.h
-include/upb/message/tagged_ptr.h
 include/upb/message/value.h
 include/upb/mini_descriptor/build_enum.h
 include/upb/mini_descriptor/decode.h
@@ -228,15 +222,19 @@ include/upb/mini_descriptor/internal/enc
 include/upb/mini_descriptor/internal/modifiers.h
 include/upb/mini_descriptor/internal/wire_constants.h
 include/upb/mini_descriptor/link.h
+include/upb/mini_table/compat.h
+include/upb/mini_table/debug_string.h
 include/upb/mini_table/enum.h
 include/upb/mini_table/extension.h
 include/upb/mini_table/extension_registry.h
 include/upb/mini_table/field.h
 include/upb/mini_table/file.h
+include/upb/mini_table/generated_registry.h
 include/upb/mini_table/internal/enum.h
 include/upb/mini_table/internal/extension.h
 include/upb/mini_table/internal/field.h
 include/upb/mini_table/internal/file.h
+include/upb/mini_table/internal/generated_registry.h
 include/upb/mini_table/internal/message.h
 include/upb/mini_table/internal/size_log2.h
 include/upb/mini_table/internal/sub.h
@@ -294,6 +292,7 @@ include/upb/wire/decode_fast/select.h
 include/upb/wire/encode.h
 include/upb/wire/eps_copy_input_stream.h
 include/upb/wire/internal/decoder.h
+include/upb/wire/internal/eps_copy_input_stream.h
 include/upb/wire/internal/reader.h
 include/upb/wire/reader.h
 include/upb/wire/types.h

Index: pkgsrc/devel/protobuf/distinfo
diff -u pkgsrc/devel/protobuf/distinfo:1.97 pkgsrc/devel/protobuf/distinfo:1.98
--- pkgsrc/devel/protobuf/distinfo:1.97 Fri Jan 30 10:06:37 2026
+++ pkgsrc/devel/protobuf/distinfo      Thu Mar 26 09:31:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.97 2026/01/30 10:06:37 adam Exp $
+$NetBSD: distinfo,v 1.98 2026/03/26 09:31:53 adam Exp $
 
-BLAKE2s (protobuf-33.5.tar.gz) = 1346a73d47dea7ba1c95113a730e36ae6295fe314d3a0a7737fca300d93d7e4c
-SHA512 (protobuf-33.5.tar.gz) = 2ad75c81a76d7311291db51abee41108cebfbb87b3fe4aa421aa5351edc38d0b70f863a1369f37c5be4336ed399cf16791d32688b8077dfd672cfb2d727ba6f9
-Size (protobuf-33.5.tar.gz) = 6888461 bytes
+BLAKE2s (protobuf-34.1.tar.gz) = 21220b49697972be7c839f8ceb3f8ee288519bd91f0eb28c8e79f845e41d693c
+SHA512 (protobuf-34.1.tar.gz) = 7d4baa4becc19b230366257ac0db5c8a41225d5bb427f344b2cb75e555c1af04a8f6c9273cc97b3e35d9d9956775e152a25a273fed6cc6961a6c85621e76d684
+Size (protobuf-34.1.tar.gz) = 7034963 bytes

Index: pkgsrc/devel/py-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.95 pkgsrc/devel/py-protobuf/Makefile:1.96
--- pkgsrc/devel/py-protobuf/Makefile:1.95      Fri Jan 30 10:06:37 2026
+++ pkgsrc/devel/py-protobuf/Makefile   Thu Mar 26 09:31:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2026/01/30 10:06:37 adam Exp $
+# $NetBSD: Makefile,v 1.96 2026/03/26 09:31:53 adam Exp $
 
-DISTNAME=      protobuf-6.33.5
+DISTNAME=      protobuf-7.34.1
 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.86 pkgsrc/devel/py-protobuf/distinfo:1.87
--- pkgsrc/devel/py-protobuf/distinfo:1.86      Fri Jan 30 10:06:37 2026
+++ pkgsrc/devel/py-protobuf/distinfo   Thu Mar 26 09:31:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.86 2026/01/30 10:06:37 adam Exp $
+$NetBSD: distinfo,v 1.87 2026/03/26 09:31:53 adam Exp $
 
-BLAKE2s (protobuf-6.33.5.tar.gz) = 039b02c3938089d1ab14e8cb8cad051e19f228fcfb42cc365f87647929e4a507
-SHA512 (protobuf-6.33.5.tar.gz) = 56a92cf4b5092965c925a7c6faa058aea5ad03b09efb871e3a9485e6cb03b16b1cc7b1e74184981b5108153febdfec1ad457b5b177831309c20b0e12416d45e1
-Size (protobuf-6.33.5.tar.gz) = 444465 bytes
+BLAKE2s (protobuf-7.34.1.tar.gz) = 4015fa7757b1c241a0130ac9c2962e1a83fecb0128b65b13663c6b04a911d31a
+SHA512 (protobuf-7.34.1.tar.gz) = 9ad533b9bb72c7d490578e63afd704b1ec50b5b1689cfe4da8c7897ec523b7286f690e4952646fa95e65bac9c6a9722e55df41f42116e163bfec89e84d251b7f
+Size (protobuf-7.34.1.tar.gz) = 454708 bytes



Home | Main Index | Thread Index | Old Index