From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] protobuf: Update to version 28.3 Date: Mon, 18 Nov 2024 20:04:17 +0000 Message-ID: <39B6D786-810F-4B05-B884-0E95E07ACA4D@ipfire.org> In-Reply-To: <20241112195821.2591127-4-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3419287405806234368==" List-Id: --===============3419287405806234368== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 12 Nov 2024, at 19:58, Adolf Belka wrote: >=20 > - 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) >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/protobuf | 14 +++++++------- > lfs/protobuf | 4 ++-- > 2 files changed, 9 insertions(+), 9 deletions(-) >=20 > diff --git a/config/rootfiles/common/protobuf b/config/rootfiles/common/pro= tobuf > 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 908dd074cc4ef632efdf123fdc76e6d78fd0db13d580584f00fd= 6afd3b5e1b6d3b6b52e49c528d4095905c802dcf0f391b01d2edf872738ed11a70c1123258a9 > +$(DL_FILE)_BLAKE2 =3D 05162124676abe18300481e9f985fd2cfb09b052d06670a993e7= 9ef02f3daf0d5380b521977ebc2362d4094486151ea285fe1c98a1d2f3799b18a1fa422fdc13 >=20 > install : $(TARGET) >=20 > --=20 > 2.47.0 >=20 --===============3419287405806234368==--