From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] protobuf: Update to version 28.3
Date: Mon, 18 Nov 2024 20:04:17 +0000 [thread overview]
Message-ID: <39B6D786-810F-4B05-B884-0E95E07ACA4D@ipfire.org> (raw)
In-Reply-To: <20241112195821.2591127-4-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3460 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 12 Nov 2024, at 19:58, Adolf Belka <adolf.belka(a)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(a)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
>
next prev parent reply other threads:[~2024-11-18 20:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-12 19:58 [PATCH] abseil-cpp: Update to version 20240722.0 Adolf Belka
2024-11-12 19:58 ` [PATCH] autoconf-archive: Update to version 2024.10.16 Adolf Belka
2024-11-18 20:04 ` Michael Tremer
2024-11-12 19:58 ` [PATCH] btrfs-progs: Update to version 6.11 Adolf Belka
2024-11-18 20:04 ` Michael Tremer
2024-11-12 19:58 ` [PATCH] protobuf: Update to version 28.3 Adolf Belka
2024-11-18 20:04 ` Michael Tremer [this message]
2024-11-12 19:58 ` [PATCH] wget: Update to version 1.25.0 Adolf Belka
2024-11-18 20:04 ` Michael Tremer
2024-11-18 20:04 ` [PATCH] abseil-cpp: Update to version 20240722.0 Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=39B6D786-810F-4B05-B884-0E95E07ACA4D@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox