Compare commits
24 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1a6e9c26b8 | |||
| a6868632e8 | |||
| b8933e0b64 | |||
| 660e0eba9b | |||
| bbbbc68495 | |||
| f3113d9867 | |||
| 697fef7493 | |||
| 44deb35f9f | |||
| 08d2b7c9cb | |||
| 604a6242ee | |||
| b5d9d654b0 | |||
| 5872e4968d | |||
| e16d7a951f | |||
| 84396511de | |||
| 65652fd787 | |||
| c3cbba2c77 | |||
| 2b6d32d7fa | |||
| a864caed66 | |||
| 1ec86314f9 | |||
| 6a51ebec65 | |||
| fee2758ed8 | |||
| 089bcd16e4 | |||
| a889515652 | |||
| aae6629693 |
@@ -1,4 +1,4 @@
|
||||
libprotobuf28_3_0
|
||||
libprotoc28_3_0
|
||||
libprotobuf-lite28_3_0
|
||||
libutf8_range-28_3_0
|
||||
libprotobuf33_3_0
|
||||
libprotoc33_3_0
|
||||
libprotobuf-lite33_3_0
|
||||
libutf8_range-33_3_0
|
||||
|
||||
BIN
protobuf-28.3.tar.gz
LFS
BIN
protobuf-28.3.tar.gz
LFS
Binary file not shown.
3
protobuf-33.3.tar.gz
Normal file
3
protobuf-33.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c9996fa0466206d5e4b8120b3fceb332369b64248e0649089aad586569d3896
|
||||
size 6889782
|
||||
BIN
protobuf-5.28.3.tar.gz
LFS
BIN
protobuf-5.28.3.tar.gz
LFS
Binary file not shown.
3
protobuf-6.33.3.tar.gz
Normal file
3
protobuf-6.33.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8794debeb402963fddff41a595e1f649bcd76616ba56c835645cab4539e810e
|
||||
size 444318
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-parent</artifactId>
|
||||
<version>4.28.3</version>
|
||||
<version>4.33.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-parent</artifactId>
|
||||
<version>4.28.3</version>
|
||||
<version>4.33.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>protobuf-java-util</artifactId>
|
||||
@@ -16,32 +16,25 @@
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<version>4.28.3</version>
|
||||
<version>4.33.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.findbugs</groupId>
|
||||
<artifactId>jsr305</artifactId>
|
||||
<version>3.0.2</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.8.9</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.errorprone</groupId>
|
||||
<artifactId>error_prone_annotations</artifactId>
|
||||
<version>2.18.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>32.0.1-jre</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.j2objc</groupId>
|
||||
<artifactId>j2objc-annotations</artifactId>
|
||||
<version>2.8</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
24
protobuf-java-util-removescope.patch
Normal file
24
protobuf-java-util-removescope.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
Index: protobuf-33.0/java/util/pom.xml
|
||||
===================================================================
|
||||
--- protobuf-33.0.orig/java/util/pom.xml
|
||||
+++ protobuf-33.0/java/util/pom.xml
|
||||
@@ -22,19 +22,16 @@
|
||||
<groupId>com.google.code.findbugs</groupId>
|
||||
<artifactId>jsr305</artifactId>
|
||||
<version>3.0.2</version>
|
||||
- <scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.8.9</version>
|
||||
- <scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.errorprone</groupId>
|
||||
<artifactId>error_prone_annotations</artifactId>
|
||||
<version>2.18.0</version>
|
||||
- <scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@@ -1,3 +1,251 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 10 11:50:18 UTC 2026 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 33.3, a general maintenance release:
|
||||
* Java: Correctly apply JSON recursion limit when parsing an
|
||||
Any-of-Any
|
||||
* Updates to tests, and developer visible bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 7 19:33:12 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 33.2:
|
||||
* Add EDITION_UNSTABLE for new edition development
|
||||
* Python: Add BTI to branch targets when branch protection is
|
||||
enabled
|
||||
* Developer visible fixes, code correctness fixes, tests fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 16 18:41:50 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 33.1:
|
||||
* C++: Fix Any hasbit consistency issue in OSS
|
||||
* Java: Expose NestedInFileClass naming helpers for Java immutable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 16:21:36 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 33.0:
|
||||
* Compiler: disable symbol visibility enforcement by default in
|
||||
C++ runtime
|
||||
* C++: JSON parser/serializer bug fixes and code-level fixes
|
||||
* Python: Bug fixes: crashes, parser fixes
|
||||
* Java: Restored compatibility of runtime with gencode created
|
||||
with protoc <3.21
|
||||
* Java: Restore ABI compatibility for extension methods which was
|
||||
previously (knowingly) broken with 4.x
|
||||
- drop protobuf-gh23194.patch, included upstream
|
||||
- java: turn protobuf-java-util-removescope.patch from sources into
|
||||
a patch, rebase and fix rpm autopatch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 20 17:11:43 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 32.1:
|
||||
* Compiler: Ship all option dependencies to plugins along with
|
||||
regular ones
|
||||
* Compiler: Unify plugin and built-in generators to use request/
|
||||
response interface
|
||||
* Disable symbol visibility enforcement by default in C++ runtime
|
||||
* Fix handling of optional dependencies in java generator
|
||||
* Restore Protobuf Java extension modifiers in gencode
|
||||
* Restore ABI compatibility for extension methods
|
||||
* Fix handling of optional dependencies in java generator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 13:01:39 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Add upstream patch to fix build on armv9:
|
||||
* protobuf-gh23194.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 20:06:48 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 32.0, which enables Edition 2024 for all languages with
|
||||
the following changes:
|
||||
* The default for string_type feature changes from STRING to VIEW
|
||||
* New features enforce_naming_style,m default_symbol_visibility,
|
||||
enum_name_uses_string_view (C++), nest_in_file_class (Java),
|
||||
large_enum (Java)
|
||||
* Add support for import option, export / local Keywords,
|
||||
* Weak imports are no longer allowed
|
||||
* ctype field option is no longer allowed
|
||||
* java_multiple_files file option is removed
|
||||
- drop protobuf-fix-google-imports.patch now included upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 10:01:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Cherry-pick protobuf-fix-google-imports.patch to fix import issues of
|
||||
reverse-dependency packages within the google namespace (bsc#1244918)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 07:25:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 31.1
|
||||
* Support allowing late injection of language feature set
|
||||
defaults from FeatureSet extensions while getting feature
|
||||
set extension values.
|
||||
* Support allowing late injection of language feature set
|
||||
defaults from FeatureSet extensions while getting feature
|
||||
set extension values.
|
||||
* Add missing copts attribute (#21982)
|
||||
* Support allowing late injection of language feature set
|
||||
defaults from FeatureSet extensions while getting feature
|
||||
set extension values.
|
||||
* Support allowing late injection of language feature set
|
||||
defaults from FeatureSet extensions while getting feature
|
||||
set extension values.
|
||||
* Python pyi print "import datetime" for Duration/Timestamp
|
||||
field
|
||||
* Add recursion depth limits to pure python (#bsc1244663, CVE-2025-4565)
|
||||
* Fix cmake staleness test
|
||||
- from version 31.0
|
||||
* Loosen py_proto_library check to be on the import path instead
|
||||
of full directory (i.e. excluding external/module-name prefix).
|
||||
* Add support for import option for protoc.
|
||||
* Add notices.h with information about our dependencies' licenses
|
||||
and add --notices flag to protoc to print the contents of that file.
|
||||
* Move upb minitable code generator into protoc
|
||||
* Upgrade abseil-cpp to 20250127 and use @com_google_absl -> @abseil-cpp
|
||||
and com_google_googletest -> @googletest canonical BCR names.
|
||||
* Remove fast-path check for non-clang compilers in MessageCreator.
|
||||
* Add missing include.
|
||||
* Add weak attribute to GetClassData to speed up clang builds.
|
||||
* Add nontemporal software prefetcher to repeated ptr field dtor
|
||||
to improve performance.
|
||||
* Warn on unused RepeatedPtrField.
|
||||
* Add notices.h with information about our dependencies' licenses and
|
||||
add --notices flag to protoc to print the contents of that file.
|
||||
* Fix a bug in handling of implicit-presence string_view fields.
|
||||
* Control bounds checks via BUILD flags.
|
||||
* Upgrade abseil-cpp to 20250127 and use @com_google_absl -> @abseil-cpp
|
||||
and com_google_googletest -> @googletest canonical BCR names.
|
||||
* Create hardened versions of Get and Mutable for repeated_field.
|
||||
* Add weak attribute to GetClassData to speed up clang builds.
|
||||
* Use ProtobufToStringOutput to control the output format of
|
||||
AbstractMessage.Builder.toString.
|
||||
* Implement Protobuf Java Immutable API nest_in_file_class feature
|
||||
for Edition 2024.
|
||||
* Introduce a Generated annotation to eventually replace
|
||||
javax.annotation.Generated
|
||||
* Add volatile to featuresResolved
|
||||
* Fix Java concurrency issue in feature resolution for old <=3.25.x
|
||||
gencode using lazy feature resolution.
|
||||
* Remove Java runtime classes from kotlin release.
|
||||
* Split maven dependencies into dev vs local
|
||||
* Improve error messaging when detecting and erroring out on integer
|
||||
overflow of byte count limit variables.
|
||||
* Remove Java runtime classes from kotlin release.
|
||||
* Remove "experimental API" warnings from members in the .NET protobuf runtime.
|
||||
* Improve performace of repeated packed fixedSize fields (#19667)
|
||||
* [ObjC] Deprecate GPBFieldDescriptor.isOptional.
|
||||
* [ObjC] Raise the library version and enable new generated code.
|
||||
* Cherry-pick Rust fix to 31.x (#21617)
|
||||
* Add upb_Map_GetMutable API to upb
|
||||
* See also UPB changes below, which may affect Rust.
|
||||
* Update GetCurrentTime to use datetime.datetime.now
|
||||
* Make Py JSON float_precision apply to both float and double fields.
|
||||
* -Add '+' and '-' annotations for Timestamp and Duration in Python
|
||||
* Bug fix for FieldMask.MergeFrom() with unset fields.
|
||||
* Make python text_format able to skip unknown fields for repeated messages
|
||||
* Fix segment fault for UPB Pyhon 'in' method of empty repeated extensions
|
||||
* Fix upb to escape DefinitelyNeedsEscape (like " and ') for bytes field
|
||||
* Check with fallback descriptorDB for FindExtensionByNumber()/
|
||||
FindAllExtensions in UPB python pool.
|
||||
* Add clear() method to repeated fields in Python.
|
||||
* Register Scalar/MessageMapContainerTypes as virtual subclasses of
|
||||
* Fix python codegen crash when C++ features are used.
|
||||
* Add more detail to the comment for GetMessageClassesForFiles
|
||||
* Add constructing unpack routine to Python Protobuf Any API.
|
||||
* Implement typing for proto Timestamp/Duration assignments.
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* Feat(php): improve return typehint when repeatedfield (#11734)
|
||||
* Automated rollback of commit f9863df. (#21355)
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* Ruby: Allow to get a file descriptor by a file name (#20287)
|
||||
* Feat(php): improve return typehint when repeatedfield (#11734)
|
||||
* See also UPB changes below, which may affect PHP C-Extension.
|
||||
* Fix silent failure of rb_test rules to run test (#21733)
|
||||
* Ruby | Add support for a protobuf debug build (#21060)
|
||||
* Ruby | Support installing the gem via git and some other
|
||||
small build tweaks (#21061)
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* [Ruby]Implement #to_hash for message classes (#20866)
|
||||
* Drop Ruby 3.0
|
||||
* Fixes #18726 by backslash escaping descriptor data containing #
|
||||
if the hashmark appears immediately before any of $, {, or @.
|
||||
* Ruby: Allow to get a file descriptor by a file name (#20287)
|
||||
* Ruby: fix bug in Map.hash
|
||||
* Ruby | Add support for a protobuf debug build (#21060)
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* Ruby: Allow to get a file descriptor by a file name (#20287)
|
||||
* Ruby: fix bug in Map.hash
|
||||
* See also UPB changes below, which may affect Ruby C-Extension.
|
||||
* Fixed LTO-only linker error in upb linker arrays.
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* Add upb_Map_GetMutable API to upb (dd5bf5e)
|
||||
* Fix upb to escape DefinitelyNeedsEscape (like " and ') for bytes field
|
||||
* Upb: delete functions in map_gencode_util. They're unused
|
||||
after the Map iterator API change.
|
||||
* Upb: Update _upb_map_next signature to return a boolean
|
||||
and remove the _nextmutable Map iterator API.
|
||||
* Change upb C generated map iteration function to not
|
||||
hand out MapEntry pointers.
|
||||
* Ruby: Allow to get a file descriptor by a file name (#20287)
|
||||
* Expose the upb_ByteSize function to upb clients. Note that the
|
||||
current naive implementation is no more efficient than serializing
|
||||
the message yourself and noting the resulting size.
|
||||
* Move upb minitable code generator into protoc
|
||||
* Tolerate message set extensions encoded as normal deliminited submessages
|
||||
* Automated rollback of commit 6bde8c4.
|
||||
* Fix UPB fast table build.
|
||||
* Patch rules_ruby to apply neverlink = True to the jars
|
||||
rule (#21416) (#21505)
|
||||
* Restore JDK8 compatibility in Bazel for libraries with
|
||||
dependencies from Maven (e.g. //java/util)
|
||||
* Protobuf: add //:go_features_proto Bazel alias (f79be3e)
|
||||
* Fixes -lpthread problem when building with android_arm64 config (#20337)
|
||||
- Bump abseil_min_version to 20250127.0
|
||||
- Bump sover to 31_1_0
|
||||
- Update list of Java sources for lite build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 25 16:38:17 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 30.2:
|
||||
* return types in descriptor (such as full_name) to be
|
||||
absl::string_view. This opens up memory savings in descriptors.
|
||||
* stop exposing the ctype from FieldDescriptor options.
|
||||
* debug API redacts sensitive fields
|
||||
* Remove MutableRepeatedFieldRef<T>::Reserve().
|
||||
* Removal of previously deprecated API, for replacements see
|
||||
https://protobuf.dev/news/v30/#remove-deprecated
|
||||
* C++17 support required
|
||||
* Python 3.8 support dropped
|
||||
* Python deprecated API sremoved, for replacements see
|
||||
https://protobuf.dev/news/v30/#python-remove-apis
|
||||
* compatibility with abseil-cpp: Remove if_constexpr usage
|
||||
- drop versionize-shlibs.patch, related change included upstream
|
||||
- includes changes from 29.4:
|
||||
* Fix Java concurrency issue in feature resolution for old
|
||||
<=3.25.x gencode using lazy feature resolution
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 1 09:05:08 UTC 2025 - Antonello Tartamo <antonello.tartamo@suse.com>
|
||||
|
||||
- update to 29.3
|
||||
* Fix cmake installation location of java and go features.
|
||||
* Add .bazeliskrc for protobuf repo to tell bazelisk to use 7.1.2 by default.
|
||||
* Update artifact actions to v4
|
||||
* Added protobuf-java-util-removescope.patch to avoid Java compilation errors
|
||||
due to dependencies marked as runtime.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 08:20:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -25,6 +273,7 @@ Fri Oct 25 15:24:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
.com/protocolbuffers/protobuf/commit/3ea568a9b6107ebf0d617c47
|
||||
6f53a31490fd3182)
|
||||
* Mute the minor version warning
|
||||
* fixed (bsc#1230778, CVE-2024-7254)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 20:56:51 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package protobuf-java
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2026 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define tarname protobuf
|
||||
Name: protobuf-java
|
||||
Version: 28.3
|
||||
Version: 33.3
|
||||
Release: 0
|
||||
Summary: Java Bindings for Google Protocol Buffers
|
||||
License: BSD-3-Clause
|
||||
@@ -29,6 +29,7 @@ Source0: https://github.com/protocolbuffers/protobuf/releases/download/v%
|
||||
Source1: https://repo1.maven.org/maven2/com/google/protobuf/%{name}/4.%{version}/%{name}-4.%{version}.pom
|
||||
Source2: https://repo1.maven.org/maven2/com/google/protobuf/%{name}lite/4.%{version}/%{name}lite-4.%{version}.pom
|
||||
Source3: https://repo1.maven.org/maven2/com/google/protobuf/%{name}-util/4.%{version}/%{name}-util-4.%{version}.pom
|
||||
Patch0: protobuf-java-util-removescope.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: maven-local
|
||||
@@ -77,15 +78,14 @@ Group: Documentation/HTML
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{tarname}-%{version}
|
||||
|
||||
# The previous blank line is crucial for older system being able
|
||||
# to use the autosetup macro
|
||||
%setup -q -n %{tarname}-%{version}
|
||||
cp %{SOURCE1} java/core/pom.xml
|
||||
cp %{SOURCE2} java/lite/pom.xml
|
||||
cp %{SOURCE3} java/util/pom.xml
|
||||
%autopatch -p1
|
||||
|
||||
pushd java
|
||||
cp %{SOURCE1} core/pom.xml
|
||||
cp %{SOURCE2} lite/pom.xml
|
||||
cp %{SOURCE3} util/pom.xml
|
||||
|
||||
%pom_disable_module kotlin
|
||||
%pom_disable_module kotlin-lite
|
||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||
@@ -173,6 +173,7 @@ cp \
|
||||
core/src/main/java/com/google/protobuf/FloatArrayList.java \
|
||||
core/src/main/java/com/google/protobuf/GeneratedMessageInfoFactory.java \
|
||||
core/src/main/java/com/google/protobuf/GeneratedMessageLite.java \
|
||||
core/src/main/java/com/google/protobuf/Generated.java \
|
||||
core/src/main/java/com/google/protobuf/InlineMe.java \
|
||||
core/src/main/java/com/google/protobuf/IntArrayList.java \
|
||||
core/src/main/java/com/google/protobuf/Internal.java \
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-parent</artifactId>
|
||||
<version>4.28.3</version>
|
||||
<version>4.33.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>protobuf-javalite</artifactId>
|
||||
249
protobuf.changes
249
protobuf.changes
@@ -1,3 +1,251 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 10 11:50:18 UTC 2026 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 33.3, a general maintenance release:
|
||||
* Java: Correctly apply JSON recursion limit when parsing an
|
||||
Any-of-Any
|
||||
* Updates to tests, and developer visible bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 7 19:33:12 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 33.2:
|
||||
* Add EDITION_UNSTABLE for new edition development
|
||||
* Python: Add BTI to branch targets when branch protection is
|
||||
enabled
|
||||
* Developer visible fixes, code correctness fixes, tests fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 16 18:41:50 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 33.1:
|
||||
* C++: Fix Any hasbit consistency issue in OSS
|
||||
* Java: Expose NestedInFileClass naming helpers for Java immutable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 16:21:36 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 33.0:
|
||||
* Compiler: disable symbol visibility enforcement by default in
|
||||
C++ runtime
|
||||
* C++: JSON parser/serializer bug fixes and code-level fixes
|
||||
* Python: Bug fixes: crashes, parser fixes
|
||||
* Java: Restored compatibility of runtime with gencode created
|
||||
with protoc <3.21
|
||||
* Java: Restore ABI compatibility for extension methods which was
|
||||
previously (knowingly) broken with 4.x
|
||||
- drop protobuf-gh23194.patch, included upstream
|
||||
- java: turn protobuf-java-util-removescope.patch from sources into
|
||||
a patch, rebase and fix rpm autopatch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 20 17:11:43 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 32.1:
|
||||
* Compiler: Ship all option dependencies to plugins along with
|
||||
regular ones
|
||||
* Compiler: Unify plugin and built-in generators to use request/
|
||||
response interface
|
||||
* Disable symbol visibility enforcement by default in C++ runtime
|
||||
* Fix handling of optional dependencies in java generator
|
||||
* Restore Protobuf Java extension modifiers in gencode
|
||||
* Restore ABI compatibility for extension methods
|
||||
* Fix handling of optional dependencies in java generator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 13:01:39 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Add upstream patch to fix build on armv9:
|
||||
* protobuf-gh23194.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 20:06:48 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 32.0, which enables Edition 2024 for all languages with
|
||||
the following changes:
|
||||
* The default for string_type feature changes from STRING to VIEW
|
||||
* New features enforce_naming_style,m default_symbol_visibility,
|
||||
enum_name_uses_string_view (C++), nest_in_file_class (Java),
|
||||
large_enum (Java)
|
||||
* Add support for import option, export / local Keywords,
|
||||
* Weak imports are no longer allowed
|
||||
* ctype field option is no longer allowed
|
||||
* java_multiple_files file option is removed
|
||||
- drop protobuf-fix-google-imports.patch now included upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 10:01:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Cherry-pick protobuf-fix-google-imports.patch to fix import issues of
|
||||
reverse-dependency packages within the google namespace (bsc#1244918)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 07:25:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 31.1
|
||||
* Support allowing late injection of language feature set
|
||||
defaults from FeatureSet extensions while getting feature
|
||||
set extension values.
|
||||
* Support allowing late injection of language feature set
|
||||
defaults from FeatureSet extensions while getting feature
|
||||
set extension values.
|
||||
* Add missing copts attribute (#21982)
|
||||
* Support allowing late injection of language feature set
|
||||
defaults from FeatureSet extensions while getting feature
|
||||
set extension values.
|
||||
* Support allowing late injection of language feature set
|
||||
defaults from FeatureSet extensions while getting feature
|
||||
set extension values.
|
||||
* Python pyi print "import datetime" for Duration/Timestamp
|
||||
field
|
||||
* Add recursion depth limits to pure python (#bsc1244663, CVE-2025-4565)
|
||||
* Fix cmake staleness test
|
||||
- from version 31.0
|
||||
* Loosen py_proto_library check to be on the import path instead
|
||||
of full directory (i.e. excluding external/module-name prefix).
|
||||
* Add support for import option for protoc.
|
||||
* Add notices.h with information about our dependencies' licenses
|
||||
and add --notices flag to protoc to print the contents of that file.
|
||||
* Move upb minitable code generator into protoc
|
||||
* Upgrade abseil-cpp to 20250127 and use @com_google_absl -> @abseil-cpp
|
||||
and com_google_googletest -> @googletest canonical BCR names.
|
||||
* Remove fast-path check for non-clang compilers in MessageCreator.
|
||||
* Add missing include.
|
||||
* Add weak attribute to GetClassData to speed up clang builds.
|
||||
* Add nontemporal software prefetcher to repeated ptr field dtor
|
||||
to improve performance.
|
||||
* Warn on unused RepeatedPtrField.
|
||||
* Add notices.h with information about our dependencies' licenses and
|
||||
add --notices flag to protoc to print the contents of that file.
|
||||
* Fix a bug in handling of implicit-presence string_view fields.
|
||||
* Control bounds checks via BUILD flags.
|
||||
* Upgrade abseil-cpp to 20250127 and use @com_google_absl -> @abseil-cpp
|
||||
and com_google_googletest -> @googletest canonical BCR names.
|
||||
* Create hardened versions of Get and Mutable for repeated_field.
|
||||
* Add weak attribute to GetClassData to speed up clang builds.
|
||||
* Use ProtobufToStringOutput to control the output format of
|
||||
AbstractMessage.Builder.toString.
|
||||
* Implement Protobuf Java Immutable API nest_in_file_class feature
|
||||
for Edition 2024.
|
||||
* Introduce a Generated annotation to eventually replace
|
||||
javax.annotation.Generated
|
||||
* Add volatile to featuresResolved
|
||||
* Fix Java concurrency issue in feature resolution for old <=3.25.x
|
||||
gencode using lazy feature resolution.
|
||||
* Remove Java runtime classes from kotlin release.
|
||||
* Split maven dependencies into dev vs local
|
||||
* Improve error messaging when detecting and erroring out on integer
|
||||
overflow of byte count limit variables.
|
||||
* Remove Java runtime classes from kotlin release.
|
||||
* Remove "experimental API" warnings from members in the .NET protobuf runtime.
|
||||
* Improve performace of repeated packed fixedSize fields (#19667)
|
||||
* [ObjC] Deprecate GPBFieldDescriptor.isOptional.
|
||||
* [ObjC] Raise the library version and enable new generated code.
|
||||
* Cherry-pick Rust fix to 31.x (#21617)
|
||||
* Add upb_Map_GetMutable API to upb
|
||||
* See also UPB changes below, which may affect Rust.
|
||||
* Update GetCurrentTime to use datetime.datetime.now
|
||||
* Make Py JSON float_precision apply to both float and double fields.
|
||||
* -Add '+' and '-' annotations for Timestamp and Duration in Python
|
||||
* Bug fix for FieldMask.MergeFrom() with unset fields.
|
||||
* Make python text_format able to skip unknown fields for repeated messages
|
||||
* Fix segment fault for UPB Pyhon 'in' method of empty repeated extensions
|
||||
* Fix upb to escape DefinitelyNeedsEscape (like " and ') for bytes field
|
||||
* Check with fallback descriptorDB for FindExtensionByNumber()/
|
||||
FindAllExtensions in UPB python pool.
|
||||
* Add clear() method to repeated fields in Python.
|
||||
* Register Scalar/MessageMapContainerTypes as virtual subclasses of
|
||||
* Fix python codegen crash when C++ features are used.
|
||||
* Add more detail to the comment for GetMessageClassesForFiles
|
||||
* Add constructing unpack routine to Python Protobuf Any API.
|
||||
* Implement typing for proto Timestamp/Duration assignments.
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* Feat(php): improve return typehint when repeatedfield (#11734)
|
||||
* Automated rollback of commit f9863df. (#21355)
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* Ruby: Allow to get a file descriptor by a file name (#20287)
|
||||
* Feat(php): improve return typehint when repeatedfield (#11734)
|
||||
* See also UPB changes below, which may affect PHP C-Extension.
|
||||
* Fix silent failure of rb_test rules to run test (#21733)
|
||||
* Ruby | Add support for a protobuf debug build (#21060)
|
||||
* Ruby | Support installing the gem via git and some other
|
||||
small build tweaks (#21061)
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* [Ruby]Implement #to_hash for message classes (#20866)
|
||||
* Drop Ruby 3.0
|
||||
* Fixes #18726 by backslash escaping descriptor data containing #
|
||||
if the hashmark appears immediately before any of $, {, or @.
|
||||
* Ruby: Allow to get a file descriptor by a file name (#20287)
|
||||
* Ruby: fix bug in Map.hash
|
||||
* Ruby | Add support for a protobuf debug build (#21060)
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* Ruby: Allow to get a file descriptor by a file name (#20287)
|
||||
* Ruby: fix bug in Map.hash
|
||||
* See also UPB changes below, which may affect Ruby C-Extension.
|
||||
* Fixed LTO-only linker error in upb linker arrays.
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* Add upb_Map_GetMutable API to upb (dd5bf5e)
|
||||
* Fix upb to escape DefinitelyNeedsEscape (like " and ') for bytes field
|
||||
* Upb: delete functions in map_gencode_util. They're unused
|
||||
after the Map iterator API change.
|
||||
* Upb: Update _upb_map_next signature to return a boolean
|
||||
and remove the _nextmutable Map iterator API.
|
||||
* Change upb C generated map iteration function to not
|
||||
hand out MapEntry pointers.
|
||||
* Ruby: Allow to get a file descriptor by a file name (#20287)
|
||||
* Expose the upb_ByteSize function to upb clients. Note that the
|
||||
current naive implementation is no more efficient than serializing
|
||||
the message yourself and noting the resulting size.
|
||||
* Move upb minitable code generator into protoc
|
||||
* Tolerate message set extensions encoded as normal deliminited submessages
|
||||
* Automated rollback of commit 6bde8c4.
|
||||
* Fix UPB fast table build.
|
||||
* Patch rules_ruby to apply neverlink = True to the jars
|
||||
rule (#21416) (#21505)
|
||||
* Restore JDK8 compatibility in Bazel for libraries with
|
||||
dependencies from Maven (e.g. //java/util)
|
||||
* Protobuf: add //:go_features_proto Bazel alias (f79be3e)
|
||||
* Fixes -lpthread problem when building with android_arm64 config (#20337)
|
||||
- Bump abseil_min_version to 20250127.0
|
||||
- Bump sover to 31_1_0
|
||||
- Update list of Java sources for lite build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 25 16:38:17 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 30.2:
|
||||
* return types in descriptor (such as full_name) to be
|
||||
absl::string_view. This opens up memory savings in descriptors.
|
||||
* stop exposing the ctype from FieldDescriptor options.
|
||||
* debug API redacts sensitive fields
|
||||
* Remove MutableRepeatedFieldRef<T>::Reserve().
|
||||
* Removal of previously deprecated API, for replacements see
|
||||
https://protobuf.dev/news/v30/#remove-deprecated
|
||||
* C++17 support required
|
||||
* Python 3.8 support dropped
|
||||
* Python deprecated API sremoved, for replacements see
|
||||
https://protobuf.dev/news/v30/#python-remove-apis
|
||||
* compatibility with abseil-cpp: Remove if_constexpr usage
|
||||
- drop versionize-shlibs.patch, related change included upstream
|
||||
- includes changes from 29.4:
|
||||
* Fix Java concurrency issue in feature resolution for old
|
||||
<=3.25.x gencode using lazy feature resolution
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 1 09:05:08 UTC 2025 - Antonello Tartamo <antonello.tartamo@suse.com>
|
||||
|
||||
- update to 29.3
|
||||
* Fix cmake installation location of java and go features.
|
||||
* Add .bazeliskrc for protobuf repo to tell bazelisk to use 7.1.2 by default.
|
||||
* Update artifact actions to v4
|
||||
* Added protobuf-java-util-removescope.patch to avoid Java compilation errors
|
||||
due to dependencies marked as runtime.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 08:20:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -25,6 +273,7 @@ Fri Oct 25 15:24:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
.com/protocolbuffers/protobuf/commit/3ea568a9b6107ebf0d617c47
|
||||
6f53a31490fd3182)
|
||||
* Mute the minor version warning
|
||||
* fixed (bsc#1230778, CVE-2024-7254)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 20:56:51 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package protobuf
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2026 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,8 +19,8 @@
|
||||
|
||||
%define tarname protobuf
|
||||
# see cmake/abseil-cpp.cmake and src/google/protobuf/port_def.inc
|
||||
%define abseil_min_version 20230125.3
|
||||
%global sover 28_3_0
|
||||
%define abseil_min_version 20250512.1
|
||||
%global sover 33_3_0
|
||||
%if 0%{?gcc_version} < 11
|
||||
%define with_gcc 11
|
||||
%endif
|
||||
@@ -66,7 +66,7 @@
|
||||
%global protoc_arch sparc_64
|
||||
%endif
|
||||
Name: protobuf
|
||||
Version: 28.3
|
||||
Version: 33.3
|
||||
Release: 0
|
||||
Summary: Protocol Buffers - Google's data interchange format
|
||||
License: BSD-3-Clause
|
||||
@@ -74,7 +74,6 @@ Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/protocolbuffers/protobuf
|
||||
Source0: https://github.com/protocolbuffers/protobuf/releases/download/v%{version}/%{tarname}-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
Patch1: versionize-shlibs.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc%{?with_gcc}-c++
|
||||
@@ -100,12 +99,14 @@ BuildRequires: pkgconfig(absl_flat_hash_set) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_function_ref) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_hash) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_layout) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_log_globals) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_log_initialize) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_log_severity) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_memory) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_node_hash_map) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_node_hash_set) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_optional) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_random_distributions) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_random_random) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_span) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_status) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_statusor) >= %{abseil_min_version}
|
||||
@@ -114,7 +115,6 @@ BuildRequires: pkgconfig(absl_synchronization) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_time) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_type_traits) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_utility) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(absl_variant) >= %{abseil_min_version}
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%if %{with check}
|
||||
BuildRequires: libgmock-devel >= 1.7.0
|
||||
@@ -192,7 +192,7 @@ export CC=gcc-%{with_gcc}
|
||||
%endif
|
||||
%cmake \
|
||||
-Dprotobuf_BUILD_TESTS=OFF \
|
||||
-Dprotobuf_ABSL_PROVIDER=package
|
||||
%{nil}
|
||||
%cmake_build
|
||||
|
||||
%if %{with check}
|
||||
@@ -203,9 +203,7 @@ export CC=gcc-%{with_gcc}
|
||||
%install
|
||||
%cmake_install
|
||||
install -Dm 0644 editors/proto.vim %{buildroot}%{_datadir}/vim/site/syntax/proto.vim
|
||||
# manual ln that we could not manage to get into versionize-shlibs.patch
|
||||
ln -s libutf8_range-%{version}.0.so %{buildroot}/%{_libdir}/libutf8_range.so
|
||||
ln -s libutf8_validity-%{version}.0.so %{buildroot}/%{_libdir}/libutf8_validity.so
|
||||
install -D java/core/src/main/resources/google/protobuf/java_features.proto %{buildroot}%{_includedir}/java/core/src/main/resources/google/protobuf/java_features.proto
|
||||
|
||||
# create maven metadata for the protoc executable
|
||||
install -dm 0755 %{buildroot}%{_datadir}/maven-metadata
|
||||
@@ -257,8 +255,8 @@ __PROTOBUF__
|
||||
|
||||
%files -n libutf8_range-%{sover}
|
||||
%license LICENSE
|
||||
%{_libdir}/libutf8_range-%{version}.0.so
|
||||
%{_libdir}/libutf8_validity-%{version}.0.so
|
||||
%{_libdir}/libutf8_range.so.%{version}.0
|
||||
%{_libdir}/libutf8_validity.so.%{version}.0
|
||||
|
||||
%files devel
|
||||
%license LICENSE
|
||||
@@ -275,7 +273,6 @@ __PROTOBUF__
|
||||
%dir %{_includedir}/java/core/src/main/resources/google/protobuf
|
||||
%{_includedir}/java/core/src/main/resources/google/protobuf/java_features.proto
|
||||
%{_includedir}/upb
|
||||
%{_includedir}/upb_generator
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/cmake/protobuf
|
||||
%{_libdir}/cmake/utf8_range
|
||||
|
||||
@@ -1,3 +1,251 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 10 11:50:18 UTC 2026 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 33.3, a general maintenance release:
|
||||
* Java: Correctly apply JSON recursion limit when parsing an
|
||||
Any-of-Any
|
||||
* Updates to tests, and developer visible bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 7 19:33:12 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 33.2:
|
||||
* Add EDITION_UNSTABLE for new edition development
|
||||
* Python: Add BTI to branch targets when branch protection is
|
||||
enabled
|
||||
* Developer visible fixes, code correctness fixes, tests fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 16 18:41:50 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 33.1:
|
||||
* C++: Fix Any hasbit consistency issue in OSS
|
||||
* Java: Expose NestedInFileClass naming helpers for Java immutable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 16:21:36 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 33.0:
|
||||
* Compiler: disable symbol visibility enforcement by default in
|
||||
C++ runtime
|
||||
* C++: JSON parser/serializer bug fixes and code-level fixes
|
||||
* Python: Bug fixes: crashes, parser fixes
|
||||
* Java: Restored compatibility of runtime with gencode created
|
||||
with protoc <3.21
|
||||
* Java: Restore ABI compatibility for extension methods which was
|
||||
previously (knowingly) broken with 4.x
|
||||
- drop protobuf-gh23194.patch, included upstream
|
||||
- java: turn protobuf-java-util-removescope.patch from sources into
|
||||
a patch, rebase and fix rpm autopatch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 20 17:11:43 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 32.1:
|
||||
* Compiler: Ship all option dependencies to plugins along with
|
||||
regular ones
|
||||
* Compiler: Unify plugin and built-in generators to use request/
|
||||
response interface
|
||||
* Disable symbol visibility enforcement by default in C++ runtime
|
||||
* Fix handling of optional dependencies in java generator
|
||||
* Restore Protobuf Java extension modifiers in gencode
|
||||
* Restore ABI compatibility for extension methods
|
||||
* Fix handling of optional dependencies in java generator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 13:01:39 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Add upstream patch to fix build on armv9:
|
||||
* protobuf-gh23194.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 20:06:48 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 32.0, which enables Edition 2024 for all languages with
|
||||
the following changes:
|
||||
* The default for string_type feature changes from STRING to VIEW
|
||||
* New features enforce_naming_style,m default_symbol_visibility,
|
||||
enum_name_uses_string_view (C++), nest_in_file_class (Java),
|
||||
large_enum (Java)
|
||||
* Add support for import option, export / local Keywords,
|
||||
* Weak imports are no longer allowed
|
||||
* ctype field option is no longer allowed
|
||||
* java_multiple_files file option is removed
|
||||
- drop protobuf-fix-google-imports.patch now included upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 10:01:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Cherry-pick protobuf-fix-google-imports.patch to fix import issues of
|
||||
reverse-dependency packages within the google namespace (bsc#1244918)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 07:25:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 31.1
|
||||
* Support allowing late injection of language feature set
|
||||
defaults from FeatureSet extensions while getting feature
|
||||
set extension values.
|
||||
* Support allowing late injection of language feature set
|
||||
defaults from FeatureSet extensions while getting feature
|
||||
set extension values.
|
||||
* Add missing copts attribute (#21982)
|
||||
* Support allowing late injection of language feature set
|
||||
defaults from FeatureSet extensions while getting feature
|
||||
set extension values.
|
||||
* Support allowing late injection of language feature set
|
||||
defaults from FeatureSet extensions while getting feature
|
||||
set extension values.
|
||||
* Python pyi print "import datetime" for Duration/Timestamp
|
||||
field
|
||||
* Add recursion depth limits to pure python (#bsc1244663, CVE-2025-4565)
|
||||
* Fix cmake staleness test
|
||||
- from version 31.0
|
||||
* Loosen py_proto_library check to be on the import path instead
|
||||
of full directory (i.e. excluding external/module-name prefix).
|
||||
* Add support for import option for protoc.
|
||||
* Add notices.h with information about our dependencies' licenses
|
||||
and add --notices flag to protoc to print the contents of that file.
|
||||
* Move upb minitable code generator into protoc
|
||||
* Upgrade abseil-cpp to 20250127 and use @com_google_absl -> @abseil-cpp
|
||||
and com_google_googletest -> @googletest canonical BCR names.
|
||||
* Remove fast-path check for non-clang compilers in MessageCreator.
|
||||
* Add missing include.
|
||||
* Add weak attribute to GetClassData to speed up clang builds.
|
||||
* Add nontemporal software prefetcher to repeated ptr field dtor
|
||||
to improve performance.
|
||||
* Warn on unused RepeatedPtrField.
|
||||
* Add notices.h with information about our dependencies' licenses and
|
||||
add --notices flag to protoc to print the contents of that file.
|
||||
* Fix a bug in handling of implicit-presence string_view fields.
|
||||
* Control bounds checks via BUILD flags.
|
||||
* Upgrade abseil-cpp to 20250127 and use @com_google_absl -> @abseil-cpp
|
||||
and com_google_googletest -> @googletest canonical BCR names.
|
||||
* Create hardened versions of Get and Mutable for repeated_field.
|
||||
* Add weak attribute to GetClassData to speed up clang builds.
|
||||
* Use ProtobufToStringOutput to control the output format of
|
||||
AbstractMessage.Builder.toString.
|
||||
* Implement Protobuf Java Immutable API nest_in_file_class feature
|
||||
for Edition 2024.
|
||||
* Introduce a Generated annotation to eventually replace
|
||||
javax.annotation.Generated
|
||||
* Add volatile to featuresResolved
|
||||
* Fix Java concurrency issue in feature resolution for old <=3.25.x
|
||||
gencode using lazy feature resolution.
|
||||
* Remove Java runtime classes from kotlin release.
|
||||
* Split maven dependencies into dev vs local
|
||||
* Improve error messaging when detecting and erroring out on integer
|
||||
overflow of byte count limit variables.
|
||||
* Remove Java runtime classes from kotlin release.
|
||||
* Remove "experimental API" warnings from members in the .NET protobuf runtime.
|
||||
* Improve performace of repeated packed fixedSize fields (#19667)
|
||||
* [ObjC] Deprecate GPBFieldDescriptor.isOptional.
|
||||
* [ObjC] Raise the library version and enable new generated code.
|
||||
* Cherry-pick Rust fix to 31.x (#21617)
|
||||
* Add upb_Map_GetMutable API to upb
|
||||
* See also UPB changes below, which may affect Rust.
|
||||
* Update GetCurrentTime to use datetime.datetime.now
|
||||
* Make Py JSON float_precision apply to both float and double fields.
|
||||
* -Add '+' and '-' annotations for Timestamp and Duration in Python
|
||||
* Bug fix for FieldMask.MergeFrom() with unset fields.
|
||||
* Make python text_format able to skip unknown fields for repeated messages
|
||||
* Fix segment fault for UPB Pyhon 'in' method of empty repeated extensions
|
||||
* Fix upb to escape DefinitelyNeedsEscape (like " and ') for bytes field
|
||||
* Check with fallback descriptorDB for FindExtensionByNumber()/
|
||||
FindAllExtensions in UPB python pool.
|
||||
* Add clear() method to repeated fields in Python.
|
||||
* Register Scalar/MessageMapContainerTypes as virtual subclasses of
|
||||
* Fix python codegen crash when C++ features are used.
|
||||
* Add more detail to the comment for GetMessageClassesForFiles
|
||||
* Add constructing unpack routine to Python Protobuf Any API.
|
||||
* Implement typing for proto Timestamp/Duration assignments.
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* Feat(php): improve return typehint when repeatedfield (#11734)
|
||||
* Automated rollback of commit f9863df. (#21355)
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* Ruby: Allow to get a file descriptor by a file name (#20287)
|
||||
* Feat(php): improve return typehint when repeatedfield (#11734)
|
||||
* See also UPB changes below, which may affect PHP C-Extension.
|
||||
* Fix silent failure of rb_test rules to run test (#21733)
|
||||
* Ruby | Add support for a protobuf debug build (#21060)
|
||||
* Ruby | Support installing the gem via git and some other
|
||||
small build tweaks (#21061)
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* [Ruby]Implement #to_hash for message classes (#20866)
|
||||
* Drop Ruby 3.0
|
||||
* Fixes #18726 by backslash escaping descriptor data containing #
|
||||
if the hashmark appears immediately before any of $, {, or @.
|
||||
* Ruby: Allow to get a file descriptor by a file name (#20287)
|
||||
* Ruby: fix bug in Map.hash
|
||||
* Ruby | Add support for a protobuf debug build (#21060)
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* Ruby: Allow to get a file descriptor by a file name (#20287)
|
||||
* Ruby: fix bug in Map.hash
|
||||
* See also UPB changes below, which may affect Ruby C-Extension.
|
||||
* Fixed LTO-only linker error in upb linker arrays.
|
||||
* Deprecate Descriptor Label. As an alternative, add helper methods
|
||||
for checking whether a field is required or repeated.
|
||||
* Add upb_Map_GetMutable API to upb (dd5bf5e)
|
||||
* Fix upb to escape DefinitelyNeedsEscape (like " and ') for bytes field
|
||||
* Upb: delete functions in map_gencode_util. They're unused
|
||||
after the Map iterator API change.
|
||||
* Upb: Update _upb_map_next signature to return a boolean
|
||||
and remove the _nextmutable Map iterator API.
|
||||
* Change upb C generated map iteration function to not
|
||||
hand out MapEntry pointers.
|
||||
* Ruby: Allow to get a file descriptor by a file name (#20287)
|
||||
* Expose the upb_ByteSize function to upb clients. Note that the
|
||||
current naive implementation is no more efficient than serializing
|
||||
the message yourself and noting the resulting size.
|
||||
* Move upb minitable code generator into protoc
|
||||
* Tolerate message set extensions encoded as normal deliminited submessages
|
||||
* Automated rollback of commit 6bde8c4.
|
||||
* Fix UPB fast table build.
|
||||
* Patch rules_ruby to apply neverlink = True to the jars
|
||||
rule (#21416) (#21505)
|
||||
* Restore JDK8 compatibility in Bazel for libraries with
|
||||
dependencies from Maven (e.g. //java/util)
|
||||
* Protobuf: add //:go_features_proto Bazel alias (f79be3e)
|
||||
* Fixes -lpthread problem when building with android_arm64 config (#20337)
|
||||
- Bump abseil_min_version to 20250127.0
|
||||
- Bump sover to 31_1_0
|
||||
- Update list of Java sources for lite build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 25 16:38:17 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 30.2:
|
||||
* return types in descriptor (such as full_name) to be
|
||||
absl::string_view. This opens up memory savings in descriptors.
|
||||
* stop exposing the ctype from FieldDescriptor options.
|
||||
* debug API redacts sensitive fields
|
||||
* Remove MutableRepeatedFieldRef<T>::Reserve().
|
||||
* Removal of previously deprecated API, for replacements see
|
||||
https://protobuf.dev/news/v30/#remove-deprecated
|
||||
* C++17 support required
|
||||
* Python 3.8 support dropped
|
||||
* Python deprecated API sremoved, for replacements see
|
||||
https://protobuf.dev/news/v30/#python-remove-apis
|
||||
* compatibility with abseil-cpp: Remove if_constexpr usage
|
||||
- drop versionize-shlibs.patch, related change included upstream
|
||||
- includes changes from 29.4:
|
||||
* Fix Java concurrency issue in feature resolution for old
|
||||
<=3.25.x gencode using lazy feature resolution
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 1 09:05:08 UTC 2025 - Antonello Tartamo <antonello.tartamo@suse.com>
|
||||
|
||||
- update to 29.3
|
||||
* Fix cmake installation location of java and go features.
|
||||
* Add .bazeliskrc for protobuf repo to tell bazelisk to use 7.1.2 by default.
|
||||
* Update artifact actions to v4
|
||||
* Added protobuf-java-util-removescope.patch to avoid Java compilation errors
|
||||
due to dependencies marked as runtime.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 08:20:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -25,6 +273,7 @@ Fri Oct 25 15:24:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
.com/protocolbuffers/protobuf/commit/3ea568a9b6107ebf0d617c47
|
||||
6f53a31490fd3182)
|
||||
* Mute the minor version warning
|
||||
* fixed (bsc#1230778, CVE-2024-7254)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 20:56:51 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package python-protobuf
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2026 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,10 +17,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define baseversion 28.3
|
||||
%define baseversion 33.3
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-protobuf
|
||||
Version: 5.%{baseversion}
|
||||
Version: 6.%{baseversion}
|
||||
Release: 0
|
||||
Summary: Python Bindings for Google Protocol Buffers
|
||||
License: BSD-3-Clause
|
||||
@@ -43,7 +43,7 @@ RPC protocols and file formats.
|
||||
This package contains the Python bindings for Google Protocol Buffers.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n protobuf-%{version}
|
||||
%autosetup -p2 -n protobuf-%{version}
|
||||
|
||||
# The previous blank line is crucial for older system being able
|
||||
# to use the autosetup macro
|
||||
@@ -65,7 +65,6 @@ sed -i -e '/env python/d' google/protobuf/internal/*.py
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%{python_sitearch}/google
|
||||
%{python_sitearch}/protobuf*nspkg.pth
|
||||
%{python_sitearch}/protobuf-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
From: Jan Engelhardt <jengelh@inai.de>
|
||||
Date: 2024-10-28 10:10:20.918922623 +0100
|
||||
References: https://github.com/protocolbuffers/protobuf/pull/19009
|
||||
|
||||
Unversioned libraries are strongly discouraged. Use
|
||||
https://en.opensuse.org/openSUSE:Shared_library_packaging_policy#When_there_is_no_versioning
|
||||
method 1 to remedy. Though utf8_range has a version of its own ("1.0"
|
||||
visible through the .pc file) and gets third_party/-like treatment,
|
||||
protobuf is the authoritative repository for it, using the protobuf
|
||||
version for our SONAME seems acceptable.
|
||||
|
||||
This openSUSE patch follows SLPP's naming provisions and so is
|
||||
slightly different from PR19009 while the PR is unmerged.
|
||||
|
||||
---
|
||||
third_party/utf8_range/CMakeLists.txt | 8 ++++++++
|
||||
1 file changed, 8 insertions(+)
|
||||
|
||||
Index: protobuf-28.3/third_party/utf8_range/CMakeLists.txt
|
||||
===================================================================
|
||||
--- protobuf-28.3.orig/third_party/utf8_range/CMakeLists.txt
|
||||
+++ protobuf-28.3/third_party/utf8_range/CMakeLists.txt
|
||||
@@ -19,6 +19,9 @@ add_library (utf8_range
|
||||
# A heavier-weight C++ wrapper that supports Abseil.
|
||||
add_library (utf8_validity utf8_validity.cc utf8_range.c)
|
||||
|
||||
+set_target_properties(utf8_range PROPERTIES OUTPUT_NAME ${LIB_PREFIX}utf8_range-${protobuf_VERSION})
|
||||
+set_target_properties(utf8_validity PROPERTIES OUTPUT_NAME ${LIB_PREFIX}utf8_validity-${protobuf_VERSION})
|
||||
+
|
||||
# Load Abseil dependency.
|
||||
if (NOT TARGET absl::strings)
|
||||
if (NOT ABSL_ROOT_DIR)
|
||||
Reference in New Issue
Block a user