From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZM0mh1131z331T for ; Mon, 24 Mar 2025 17:44:36 +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 "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZM0mc3HDCz2y59 for ; Mon, 24 Mar 2025 17:44:32 +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 4ZM0mb6GkqzD2; Mon, 24 Mar 2025 17:44:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742838271; 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; bh=XhdvrTzBLaxhIs4fVeFsazNnwL47GP7IEgC1qzln9cI=; b=qHe8lwhzhBWVdsXpR4L7GHYg6PMGjSeHNNtR5CYJDnPJ/MenR9QKyLhfnjG+c8XcqRIQ9O GJmuppVWFdeu26Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742838271; 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; bh=XhdvrTzBLaxhIs4fVeFsazNnwL47GP7IEgC1qzln9cI=; b=maTWrs31PHFdcD6XFHyXUH3RShAyL1XHMd9+mxjp/hvhNHlM3fMTn8fFREyrfuovr33kUd FmK+ayTWW5T1am3r4Zswqn35GDUp7Q33aDJ2Xcl0KOkNP/ERLLqIW6AYAOGe5cuVijm8L8 odDPXcRAuOC41++MLZvnsaLlLOUZe3amQ8F/ivX1HICYhfgPcjYrNGSuCfyHPW1nw9AuSP 4VgdUC9POGDRn8c37EzvdsWZk5do+w54tXk/c1y/y8OJtdhQD3xzomlsbvW/HbDhpclz2n puZYQmldczIVtRE/qBd8A1ytioVMc95iIxfVsSGxTUb/nipFSMfarwgIXMDb+g== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] abseil-cpp: Update to version 20250127.0 Date: Mon, 24 Mar 2025 18:44:24 +0100 Message-ID: <20250324174426.1793638-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 20240722.0 to 20250127.0 - Update of rootfile - Changelog 20250127.0 What's New: Added support for Bazel 8.0 Added support for Bazel Platforms for better portability Added ABSL_ATTRIBUTE_VIEW and ABSL_ATTRIBUTE_OWNER for diagnosing certain lifetime issues Many performance improvements A security issue in hash container create/resize has been fixed. Note that the latest patch releases for previous LTS versions also address this issue. Breaking Changes: Bazel BUILD files now reference repositories by their canonical names from the Bazel Central Registry. For example, Abseil is now @abseil-cpp instead of @com_google_absl, and GoogleTest is now @googletest instead of @com_google_googletest. Users still using the old WORKSPACE system may need to use repo_mapping on repositories that still use the old names. See 90a7ba6 for an example. Other: This will be the last release to support C++14. Future releases will require at least C++17. Signed-off-by: Adolf Belka --- config/rootfiles/common/abseil-cpp | 10 ++++++++++ lfs/abseil-cpp | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/abseil-cpp b/config/rootfiles/common/abseil-cpp index deb43daad..be751acbd 100644 --- a/config/rootfiles/common/abseil-cpp +++ b/config/rootfiles/common/abseil-cpp @@ -23,6 +23,8 @@ #usr/include/absl/base/CMakeFiles/strerror.dir/internal #usr/include/absl/base/CMakeFiles/throw_delegate.dir #usr/include/absl/base/CMakeFiles/throw_delegate.dir/internal +#usr/include/absl/base/CMakeFiles/tracing_internal.dir +#usr/include/absl/base/CMakeFiles/tracing_internal.dir/internal #usr/include/absl/base/attributes.h #usr/include/absl/base/call_once.h #usr/include/absl/base/casts.h @@ -65,6 +67,7 @@ #usr/include/absl/base/internal/sysinfo.h #usr/include/absl/base/internal/thread_identity.h #usr/include/absl/base/internal/throw_delegate.h +#usr/include/absl/base/internal/tracing.h #usr/include/absl/base/internal/tsan_mutex_interface.h #usr/include/absl/base/internal/unaligned_access.h #usr/include/absl/base/internal/unscaledcycleclock.h @@ -289,6 +292,8 @@ #usr/include/absl/log/CMakeFiles/log_internal_nullguard.dir/internal #usr/include/absl/log/CMakeFiles/log_internal_proto.dir #usr/include/absl/log/CMakeFiles/log_internal_proto.dir/internal +#usr/include/absl/log/CMakeFiles/log_internal_structured_proto.dir +#usr/include/absl/log/CMakeFiles/log_internal_structured_proto.dir/internal #usr/include/absl/log/CMakeFiles/log_sink.dir #usr/include/absl/log/CMakeFiles/vlog_config_internal.dir #usr/include/absl/log/CMakeFiles/vlog_config_internal.dir/internal @@ -319,6 +324,7 @@ #usr/include/absl/log/internal/proto.h #usr/include/absl/log/internal/strip.h #usr/include/absl/log/internal/structured.h +#usr/include/absl/log/internal/structured_proto.h #usr/include/absl/log/internal/test_actions.h #usr/include/absl/log/internal/test_helpers.h #usr/include/absl/log/internal/test_matchers.h @@ -663,6 +669,7 @@ #usr/lib/libabsl_log_internal_message.a #usr/lib/libabsl_log_internal_nullguard.a #usr/lib/libabsl_log_internal_proto.a +#usr/lib/libabsl_log_internal_structured_proto.a #usr/lib/libabsl_log_severity.a #usr/lib/libabsl_log_sink.a #usr/lib/libabsl_low_level_hash.a @@ -697,6 +704,7 @@ #usr/lib/libabsl_throw_delegate.a #usr/lib/libabsl_time.a #usr/lib/libabsl_time_zone.a +#usr/lib/libabsl_tracing_internal.a #usr/lib/libabsl_utf8_for_code_point.a #usr/lib/libabsl_vlog_config_internal.a #usr/lib/pkgconfig/absl_absl_check.pc @@ -811,6 +819,7 @@ #usr/lib/pkgconfig/absl_log_internal_proto.pc #usr/lib/pkgconfig/absl_log_internal_strip.pc #usr/lib/pkgconfig/absl_log_internal_structured.pc +#usr/lib/pkgconfig/absl_log_internal_structured_proto.pc #usr/lib/pkgconfig/absl_log_internal_voidify.pc #usr/lib/pkgconfig/absl_log_severity.pc #usr/lib/pkgconfig/absl_log_sink.pc @@ -883,6 +892,7 @@ #usr/lib/pkgconfig/absl_throw_delegate.pc #usr/lib/pkgconfig/absl_time.pc #usr/lib/pkgconfig/absl_time_zone.pc +#usr/lib/pkgconfig/absl_tracing_internal.pc #usr/lib/pkgconfig/absl_type_traits.pc #usr/lib/pkgconfig/absl_utf8_for_code_point.pc #usr/lib/pkgconfig/absl_utility.pc diff --git a/lfs/abseil-cpp b/lfs/abseil-cpp index c6f8d18cd..65c31f5ab 100644 --- a/lfs/abseil-cpp +++ b/lfs/abseil-cpp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 20240722.0 +VER = 20250127.0 THISAPP = abseil-cpp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 6756f9a5f70656a6ef1985ba44af69a7fc3ab23b4be8a36ae39d7eedc318a4a9b0da08b31d26b3c46857913a757c916f0e31254278e080497807bed24e4978ce +$(DL_FILE)_BLAKE2 = 70fa05a0db91b9e7ccf9f2828a7bf4b7fe6d7177b5f2d17b2f2f6f2a5e83289674d624fa7983410713a2d62b1025a5b5d957f1ba11e01cb727fc771ce76bc914 install : $(TARGET) -- 2.49.0