From patchwork Tue Nov 12 19:58:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8221 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Xny0F5NSMz3x4f for ; Tue, 12 Nov 2024 19:58:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Xny0C5HRfz4bK; Tue, 12 Nov 2024 19:58:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Xny0C4mslz33y9; Tue, 12 Nov 2024 19:58:35 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Xny054SqFz33pl for ; Tue, 12 Nov 2024 19:58:29 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Xny0530r7zrD; Tue, 12 Nov 2024 19:58:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1731441509; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BvfOkznAnVh5cJNpq7ZwHBU6BLi4SOP9xi68Ud9MiP4=; b=3Wb7UhJgaNQcC/6qNrXLQitzRlaGQOqI3eRgPMbDSQOiWeiJv0AiSGEcThXRse2vpi5RVh hXhc2ZRNop9u7qAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1731441509; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BvfOkznAnVh5cJNpq7ZwHBU6BLi4SOP9xi68Ud9MiP4=; b=h7DWOsRNnnsobVxhPUG1FZMqKYCYyas4fIS1qogOg6PfWXlv2W8eYwZ6YJE6NwUefsX3/6 9aZqz1rx2GHrXWEwUs+jMiCCPTc6gbzVLakiOb0e5u8Bq0R3YGBCPpN6sLCXsnIDBH628r gjKYYoKS3giEKXhxWciT/yXDZBk1LULbTKXsSZ4ILaXtu3aK0/fwNRB+tk8BfliL5JTzDf vWWtEEnjWIAPlv/N6o+wJc0h8qRNRmIy0IYD2pXVUdUxm4IXSB7F40cnP6Ha67s1K20msd Dkks8i02J7SbOSgwyDOxAJ9BhIn2vaIeGGZv3rvezCJB+5GXjZCdZERV52yzwA== 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> References: <20241112195821.2591127-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: RN4JO774VOPN7FYKJQZP2K2PRHYW6AEH X-Message-ID-Hash: RN4JO774VOPN7FYKJQZP2K2PRHYW6AEH X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - 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 Reviewed-by: Michael Tremer --- 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)