public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] abseil-cpp: Update to version 20250127.0
@ 2025-03-24 17:44 Adolf Belka
  2025-03-24 17:44 ` [PATCH] cifs-utils: Update to version 7.3 Adolf Belka
  2025-03-24 17:44 ` [PATCH] libidn: Removal of package as no longer needed Adolf Belka
  0 siblings, 2 replies; 3+ messages in thread
From: Adolf Belka @ 2025-03-24 17:44 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- 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 <adolf.belka@ipfire.org>
---
 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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-24 17:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-24 17:44 [PATCH] abseil-cpp: Update to version 20250127.0 Adolf Belka
2025-03-24 17:44 ` [PATCH] cifs-utils: Update to version 7.3 Adolf Belka
2025-03-24 17:44 ` [PATCH] libidn: Removal of package as no longer needed Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox