From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] protobuf: Update to version 28.3 Date: Tue, 12 Nov 2024 20:58:20 +0100 Message-ID: <20241112195821.2591127-4-adolf.belka@ipfire.org> In-Reply-To: <20241112195821.2591127-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4350686954303550539==" List-Id: --===============4350686954303550539== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 --- 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/proto= buf 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 @@ =20 include Config =20 -VER =3D 28.1 +VER =3D 28.3 =20 THISAPP =3D protobuf-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 908dd074cc4ef632efdf123fdc76e6d78fd0db13d580584f00fd6a= fd3b5e1b6d3b6b52e49c528d4095905c802dcf0f391b01d2edf872738ed11a70c1123258a9 +$(DL_FILE)_BLAKE2 =3D 05162124676abe18300481e9f985fd2cfb09b052d06670a993e79e= f02f3daf0d5380b521977ebc2362d4094486151ea285fe1c98a1d2f3799b18a1fa422fdc13 =20 install : $(TARGET) =20 --=20 2.47.0 --===============4350686954303550539==--