Skip to content

Commit b8d20e6

Browse files
author
adam
committed
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!
1 parent 7fbe4b9 commit b8d20e6

5 files changed

Lines changed: 22 additions & 23 deletions

File tree

devel/protobuf/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.101 2026/01/30 10:06:37 adam Exp $
1+
# $NetBSD: Makefile,v 1.102 2026/03/26 09:31:53 adam Exp $
22
#
33
# When updating this, please also update devel/py-protobuf.
44
#
@@ -8,7 +8,7 @@
88
# likely that any upstream release, even if apparently minor, will
99
# require a recursive revbump.
1010

11-
DISTNAME= protobuf-33.5
11+
DISTNAME= protobuf-34.1
1212
CATEGORIES= devel
1313
MASTER_SITES= ${MASTER_SITE_GITHUB:=protocolbuffers/}
1414
GITHUB_PROJECT= protobuf

devel/protobuf/PLIST

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.33 2025/10/22 06:51:10 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.34 2026/03/26 09:31:53 adam Exp $
22
bin/protoc
33
bin/protoc-${PKGVERSION}.0
44
bin/protoc-gen-upb
@@ -21,11 +21,9 @@ include/google/protobuf/arenaz_sampler.h
2121
include/google/protobuf/compiler/code_generator.h
2222
include/google/protobuf/compiler/code_generator_lite.h
2323
include/google/protobuf/compiler/command_line_interface.h
24-
include/google/protobuf/compiler/cpp/generator.h
2524
include/google/protobuf/compiler/cpp/helpers.h
2625
include/google/protobuf/compiler/cpp/names.h
2726
include/google/protobuf/compiler/cpp/options.h
28-
include/google/protobuf/compiler/csharp/csharp_generator.h
2927
include/google/protobuf/compiler/csharp/names.h
3028
include/google/protobuf/compiler/importer.h
3129
include/google/protobuf/compiler/java/doc_comment.h
@@ -36,22 +34,16 @@ include/google/protobuf/compiler/java/name_resolver.h
3634
include/google/protobuf/compiler/java/names.h
3735
include/google/protobuf/compiler/java/names_internal.h
3836
include/google/protobuf/compiler/java/options.h
39-
include/google/protobuf/compiler/kotlin/generator.h
4037
include/google/protobuf/compiler/notices.h
41-
include/google/protobuf/compiler/objectivec/generator.h
4238
include/google/protobuf/compiler/objectivec/line_consumer.h
4339
include/google/protobuf/compiler/objectivec/names.h
4440
include/google/protobuf/compiler/objectivec/nsobject_methods.h
4541
include/google/protobuf/compiler/parser.h
4642
include/google/protobuf/compiler/php/names.h
47-
include/google/protobuf/compiler/php/php_generator.h
4843
include/google/protobuf/compiler/plugin.h
4944
include/google/protobuf/compiler/plugin.pb.h
5045
include/google/protobuf/compiler/plugin.proto
51-
include/google/protobuf/compiler/python/generator.h
52-
include/google/protobuf/compiler/python/pyi_generator.h
5346
include/google/protobuf/compiler/retention.h
54-
include/google/protobuf/compiler/ruby/ruby_generator.h
5547
include/google/protobuf/compiler/scc.h
5648
include/google/protobuf/compiler/subprocess.h
5749
include/google/protobuf/compiler/versions.h
@@ -81,6 +73,7 @@ include/google/protobuf/feature_resolver.h
8173
include/google/protobuf/field_access_listener.h
8274
include/google/protobuf/field_mask.pb.h
8375
include/google/protobuf/field_mask.proto
76+
include/google/protobuf/field_with_arena.h
8477
include/google/protobuf/generated_enum_reflection.h
8578
include/google/protobuf/generated_enum_util.h
8679
include/google/protobuf/generated_message_bases.h
@@ -94,6 +87,7 @@ include/google/protobuf/has_bits.h
9487
include/google/protobuf/implicit_weak_message.h
9588
include/google/protobuf/inlined_string_field.h
9689
include/google/protobuf/internal_feature_helper.h
90+
include/google/protobuf/internal_metadata_locator.h
9791
include/google/protobuf/internal_visibility.h
9892
include/google/protobuf/io/coded_stream.h
9993
include/google/protobuf/io/gzip_stream.h
@@ -155,6 +149,7 @@ include/google/protobuf/stubs/common.h
155149
include/google/protobuf/stubs/platform_macros.h
156150
include/google/protobuf/stubs/port.h
157151
include/google/protobuf/stubs/status_macros.h
152+
include/google/protobuf/symbol_checker.h
158153
include/google/protobuf/text_format.h
159154
include/google/protobuf/thread_safe_arena.h
160155
include/google/protobuf/timestamp.pb.h
@@ -177,6 +172,7 @@ include/google/protobuf/wire_format_lite.h
177172
include/google/protobuf/wrappers.pb.h
178173
include/google/protobuf/wrappers.proto
179174
include/upb/base/descriptor_constants.h
175+
include/upb/base/error_handler.h
180176
include/upb/base/internal/endian.h
181177
include/upb/base/internal/log2.h
182178
include/upb/base/status.h
@@ -211,13 +207,11 @@ include/upb/message/internal/map.h
211207
include/upb/message/internal/map_entry.h
212208
include/upb/message/internal/map_sorter.h
213209
include/upb/message/internal/message.h
214-
include/upb/message/internal/tagged_ptr.h
215210
include/upb/message/internal/types.h
216211
include/upb/message/map.h
217212
include/upb/message/map_gencode_util.h
218213
include/upb/message/merge.h
219214
include/upb/message/message.h
220-
include/upb/message/tagged_ptr.h
221215
include/upb/message/value.h
222216
include/upb/mini_descriptor/build_enum.h
223217
include/upb/mini_descriptor/decode.h
@@ -228,15 +222,19 @@ include/upb/mini_descriptor/internal/encode.hpp
228222
include/upb/mini_descriptor/internal/modifiers.h
229223
include/upb/mini_descriptor/internal/wire_constants.h
230224
include/upb/mini_descriptor/link.h
225+
include/upb/mini_table/compat.h
226+
include/upb/mini_table/debug_string.h
231227
include/upb/mini_table/enum.h
232228
include/upb/mini_table/extension.h
233229
include/upb/mini_table/extension_registry.h
234230
include/upb/mini_table/field.h
235231
include/upb/mini_table/file.h
232+
include/upb/mini_table/generated_registry.h
236233
include/upb/mini_table/internal/enum.h
237234
include/upb/mini_table/internal/extension.h
238235
include/upb/mini_table/internal/field.h
239236
include/upb/mini_table/internal/file.h
237+
include/upb/mini_table/internal/generated_registry.h
240238
include/upb/mini_table/internal/message.h
241239
include/upb/mini_table/internal/size_log2.h
242240
include/upb/mini_table/internal/sub.h
@@ -294,6 +292,7 @@ include/upb/wire/decode_fast/select.h
294292
include/upb/wire/encode.h
295293
include/upb/wire/eps_copy_input_stream.h
296294
include/upb/wire/internal/decoder.h
295+
include/upb/wire/internal/eps_copy_input_stream.h
297296
include/upb/wire/internal/reader.h
298297
include/upb/wire/reader.h
299298
include/upb/wire/types.h

devel/protobuf/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.97 2026/01/30 10:06:37 adam Exp $
1+
$NetBSD: distinfo,v 1.98 2026/03/26 09:31:53 adam Exp $
22

3-
BLAKE2s (protobuf-33.5.tar.gz) = 1346a73d47dea7ba1c95113a730e36ae6295fe314d3a0a7737fca300d93d7e4c
4-
SHA512 (protobuf-33.5.tar.gz) = 2ad75c81a76d7311291db51abee41108cebfbb87b3fe4aa421aa5351edc38d0b70f863a1369f37c5be4336ed399cf16791d32688b8077dfd672cfb2d727ba6f9
5-
Size (protobuf-33.5.tar.gz) = 6888461 bytes
3+
BLAKE2s (protobuf-34.1.tar.gz) = 21220b49697972be7c839f8ceb3f8ee288519bd91f0eb28c8e79f845e41d693c
4+
SHA512 (protobuf-34.1.tar.gz) = 7d4baa4becc19b230366257ac0db5c8a41225d5bb427f344b2cb75e555c1af04a8f6c9273cc97b3e35d9d9956775e152a25a273fed6cc6961a6c85621e76d684
5+
Size (protobuf-34.1.tar.gz) = 7034963 bytes

devel/py-protobuf/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.95 2026/01/30 10:06:37 adam Exp $
1+
# $NetBSD: Makefile,v 1.96 2026/03/26 09:31:53 adam Exp $
22

3-
DISTNAME= protobuf-6.33.5
3+
DISTNAME= protobuf-7.34.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=p/protobuf/}

devel/py-protobuf/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.86 2026/01/30 10:06:37 adam Exp $
1+
$NetBSD: distinfo,v 1.87 2026/03/26 09:31:53 adam Exp $
22

3-
BLAKE2s (protobuf-6.33.5.tar.gz) = 039b02c3938089d1ab14e8cb8cad051e19f228fcfb42cc365f87647929e4a507
4-
SHA512 (protobuf-6.33.5.tar.gz) = 56a92cf4b5092965c925a7c6faa058aea5ad03b09efb871e3a9485e6cb03b16b1cc7b1e74184981b5108153febdfec1ad457b5b177831309c20b0e12416d45e1
5-
Size (protobuf-6.33.5.tar.gz) = 444465 bytes
3+
BLAKE2s (protobuf-7.34.1.tar.gz) = 4015fa7757b1c241a0130ac9c2962e1a83fecb0128b65b13663c6b04a911d31a
4+
SHA512 (protobuf-7.34.1.tar.gz) = 9ad533b9bb72c7d490578e63afd704b1ec50b5b1689cfe4da8c7897ec523b7286f690e4952646fa95e65bac9c6a9722e55df41f42116e163bfec89e84d251b7f
5+
Size (protobuf-7.34.1.tar.gz) = 454708 bytes

0 commit comments

Comments
 (0)