protobuf: Update to version 28.3

Message ID 20241112195821.2591127-4-adolf.belka@ipfire.org
State New
Headers
Series protobuf: Update to version 28.3 |

Commit Message

Adolf Belka Nov. 12, 2024, 7:58 p.m. UTC
  - Update from version 28.1 to 28.3
- Update of rootfile
- Changelog
    28.3
	C++
	    Fix packed reflection handling bug in edition 2023. (#18405) (c4124f9)
	Java
	    Mute the minor version warning #18096 (#18923) (fe30f9a)
	    Populate Kotlin Manifest Files (#18859) (d82fb47)
	    Re-export includingDefaultValueFields in deprecated state for important
	     Cloud customer. (3b62d78)
	    Cherrypick restoration of mutableCopy helpers (3ea568a)
	    Fix packed reflection handling bug in edition 2023. (#18405) (c4124f9)
	Kotlin
	    Populate Kotlin Manifest Files (#18859) (d82fb47)
	Python
	    Mute the minor version warning #18096 (#18923) (fe30f9a)
	    Fix packed reflection handling bug in edition 2023. (#18405) (c4124f9)
	Other
	    Fix merge conflicts (664a7e1)
	    [ObjC] Disabling visionOS on CI. (22cd8ba)
	    Update staleness tests to only run over release branch (#18398) (8e94b14)
    28.2
	C++
	    Fix cord handling in DynamicMessage and oneofs. (#18373) (5b0e543)
	Java
	    Add recursion check when parsing unknown fields in Java. (ac9fb5b)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/protobuf | 14 +++++++-------
 lfs/protobuf                     |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)
  

Comments

Michael Tremer Nov. 18, 2024, 8:04 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 12 Nov 2024, at 19:58, Adolf Belka <adolf.belka@ipfire.org> wrote:
> 
> - Update from version 28.1 to 28.3
> - Update of rootfile
> - Changelog
>    28.3
> C++
>    Fix packed reflection handling bug in edition 2023. (#18405) (c4124f9)
> Java
>    Mute the minor version warning #18096 (#18923) (fe30f9a)
>    Populate Kotlin Manifest Files (#18859) (d82fb47)
>    Re-export includingDefaultValueFields in deprecated state for important
>     Cloud customer. (3b62d78)
>    Cherrypick restoration of mutableCopy helpers (3ea568a)
>    Fix packed reflection handling bug in edition 2023. (#18405) (c4124f9)
> Kotlin
>    Populate Kotlin Manifest Files (#18859) (d82fb47)
> Python
>    Mute the minor version warning #18096 (#18923) (fe30f9a)
>    Fix packed reflection handling bug in edition 2023. (#18405) (c4124f9)
> Other
>    Fix merge conflicts (664a7e1)
>    [ObjC] Disabling visionOS on CI. (22cd8ba)
>    Update staleness tests to only run over release branch (#18398) (8e94b14)
>    28.2
> C++
>    Fix cord handling in DynamicMessage and oneofs. (#18373) (5b0e543)
> Java
>    Add recursion check when parsing unknown fields in Java. (ac9fb5b)
> 
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
> config/rootfiles/common/protobuf | 14 +++++++-------
> lfs/protobuf                     |  4 ++--
> 2 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/config/rootfiles/common/protobuf b/config/rootfiles/common/protobuf
> index 3f7236b5b..f7e1a4699 100644
> --- a/config/rootfiles/common/protobuf
> +++ b/config/rootfiles/common/protobuf
> @@ -1,11 +1,11 @@
> #usr/bin/protoc
> -#usr/bin/protoc-28.1.0
> +#usr/bin/protoc-28.3.0
> #usr/bin/protoc-gen-upb
> -#usr/bin/protoc-gen-upb-28.1.0
> +#usr/bin/protoc-gen-upb-28.3.0
> #usr/bin/protoc-gen-upb_minitable
> -#usr/bin/protoc-gen-upb_minitable-28.1.0
> +#usr/bin/protoc-gen-upb_minitable-28.3.0
> #usr/bin/protoc-gen-upbdefs
> -#usr/bin/protoc-gen-upbdefs-28.1.0
> +#usr/bin/protoc-gen-upbdefs-28.3.0
> #usr/include/google
> #usr/include/google/protobuf
> #usr/include/google/protobuf/any.h
> @@ -439,11 +439,11 @@
> #usr/lib/cmake/utf8_range/utf8_range-targets-noconfig.cmake
> #usr/lib/cmake/utf8_range/utf8_range-targets.cmake
> #usr/lib/libprotobuf-lite.so
> -#usr/lib/libprotobuf-lite.so.28.1.0
> +#usr/lib/libprotobuf-lite.so.28.3.0
> #usr/lib/libprotobuf.so
> -#usr/lib/libprotobuf.so.28.1.0
> +#usr/lib/libprotobuf.so.28.3.0
> #usr/lib/libprotoc.so
> -#usr/lib/libprotoc.so.28.1.0
> +#usr/lib/libprotoc.so.28.3.0
> #usr/lib/libupb.a
> #usr/lib/libutf8_range.so
> #usr/lib/libutf8_validity.so
> diff --git a/lfs/protobuf b/lfs/protobuf
> index 368e58123..a58933f33 100644
> --- a/lfs/protobuf
> +++ b/lfs/protobuf
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 28.1
> +VER        = 28.3
> 
> THISAPP    = protobuf-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_BLAKE2 = 908dd074cc4ef632efdf123fdc76e6d78fd0db13d580584f00fd6afd3b5e1b6d3b6b52e49c528d4095905c802dcf0f391b01d2edf872738ed11a70c1123258a9
> +$(DL_FILE)_BLAKE2 = 05162124676abe18300481e9f985fd2cfb09b052d06670a993e79ef02f3daf0d5380b521977ebc2362d4094486151ea285fe1c98a1d2f3799b18a1fa422fdc13
> 
> install : $(TARGET)
> 
> -- 
> 2.47.0
>
  

Patch

diff --git a/config/rootfiles/common/protobuf b/config/rootfiles/common/protobuf
index 3f7236b5b..f7e1a4699 100644
--- a/config/rootfiles/common/protobuf
+++ b/config/rootfiles/common/protobuf
@@ -1,11 +1,11 @@ 
 #usr/bin/protoc
-#usr/bin/protoc-28.1.0
+#usr/bin/protoc-28.3.0
 #usr/bin/protoc-gen-upb
-#usr/bin/protoc-gen-upb-28.1.0
+#usr/bin/protoc-gen-upb-28.3.0
 #usr/bin/protoc-gen-upb_minitable
-#usr/bin/protoc-gen-upb_minitable-28.1.0
+#usr/bin/protoc-gen-upb_minitable-28.3.0
 #usr/bin/protoc-gen-upbdefs
-#usr/bin/protoc-gen-upbdefs-28.1.0
+#usr/bin/protoc-gen-upbdefs-28.3.0
 #usr/include/google
 #usr/include/google/protobuf
 #usr/include/google/protobuf/any.h
@@ -439,11 +439,11 @@ 
 #usr/lib/cmake/utf8_range/utf8_range-targets-noconfig.cmake
 #usr/lib/cmake/utf8_range/utf8_range-targets.cmake
 #usr/lib/libprotobuf-lite.so
-#usr/lib/libprotobuf-lite.so.28.1.0
+#usr/lib/libprotobuf-lite.so.28.3.0
 #usr/lib/libprotobuf.so
-#usr/lib/libprotobuf.so.28.1.0
+#usr/lib/libprotobuf.so.28.3.0
 #usr/lib/libprotoc.so
-#usr/lib/libprotoc.so.28.1.0
+#usr/lib/libprotoc.so.28.3.0
 #usr/lib/libupb.a
 #usr/lib/libutf8_range.so
 #usr/lib/libutf8_validity.so
diff --git a/lfs/protobuf b/lfs/protobuf
index 368e58123..a58933f33 100644
--- a/lfs/protobuf
+++ b/lfs/protobuf
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 28.1
+VER        = 28.3
 
 THISAPP    = protobuf-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 908dd074cc4ef632efdf123fdc76e6d78fd0db13d580584f00fd6afd3b5e1b6d3b6b52e49c528d4095905c802dcf0f391b01d2edf872738ed11a70c1123258a9
+$(DL_FILE)_BLAKE2 = 05162124676abe18300481e9f985fd2cfb09b052d06670a993e79ef02f3daf0d5380b521977ebc2362d4094486151ea285fe1c98a1d2f3799b18a1fa422fdc13
 
 install : $(TARGET)