From 494211f47140be3ff09f70843b111e23dbcfad5e Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 7 Sep 2023 13:22:21 -0400 Subject: Begin updating packaging for Abseil 20230802 --- debian/changelog | 6 ++ debian/control | 8 +-- debian/gbp.conf | 2 +- debian/libabsl20230125.install | 15 ----- debian/libabsl20230125.lintian-overrides | 45 --------------- debian/libabsl20230125.shlibs | 96 -------------------------------- debian/libabsl20230802.install | 15 +++++ debian/libabsl20230802.lintian-overrides | 45 +++++++++++++++ debian/libabsl20230802.shlibs | 96 ++++++++++++++++++++++++++++++++ 9 files changed, 167 insertions(+), 161 deletions(-) delete mode 100644 debian/libabsl20230125.install delete mode 100644 debian/libabsl20230125.lintian-overrides delete mode 100644 debian/libabsl20230125.shlibs create mode 100644 debian/libabsl20230802.install create mode 100644 debian/libabsl20230802.lintian-overrides create mode 100644 debian/libabsl20230802.shlibs diff --git a/debian/changelog b/debian/changelog index 0b5309ae..1d85d681 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +abseil (20230802.0-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Benjamin Barenblat Thu, 07 Sep 2023 13:17:07 -0400 + abseil (20230125.3-2) experimental; urgency=medium * Reenable unit tests, which were accidentally disabled in the previous diff --git a/debian/control b/debian/control index c7efcda4..a63456c0 100644 --- a/debian/control +++ b/debian/control @@ -37,11 +37,11 @@ Architecture: any Multi-Arch: same Section: libdevel Depends: - libabsl20230125 (= ${binary:Version}), + libabsl20230802 (= ${binary:Version}), ${misc:Depends}, Recommends: - cmake (>= 3.0) | pkg-config, - g++ (>= 5.1), + cmake (>= 3.13) | pkg-config, + g++ (>= 7.3.1), libgmock-dev (>= 1.12), Description: ${source:Synopsis} (development files) ${source:Extended-Description} @@ -49,7 +49,7 @@ Description: ${source:Synopsis} (development files) This package contains header files and other data necessary for developing with Abseil. -Package: libabsl20230125 +Package: libabsl20230802 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/gbp.conf b/debian/gbp.conf index 2c357e2c..e024d6bb 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -13,4 +13,4 @@ # the License. [DEFAULT] -upstream-tag = 20230125.3 +upstream-tag = 20230802.0 diff --git a/debian/libabsl20230125.install b/debian/libabsl20230125.install deleted file mode 100644 index ab3017e5..00000000 --- a/debian/libabsl20230125.install +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2020 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not -# use this file except in compliance with the License. You may obtain a copy of -# the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -usr/lib/*/libabsl_*.so.* diff --git a/debian/libabsl20230125.lintian-overrides b/debian/libabsl20230125.lintian-overrides deleted file mode 100644 index 3ce73081..00000000 --- a/debian/libabsl20230125.lintian-overrides +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2022 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not -# use this file except in compliance with the License. You may obtain a copy of -# the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -libabsl20230125: hardening-no-fortify-functions [usr/lib/*/libabsl_base.so*] -libabsl20230125: hardening-no-fortify-functions [usr/lib/*/libabsl_debugging_internal.so*] -libabsl20230125: hardening-no-fortify-functions [usr/lib/*/libabsl_random_internal_seed_material.so*] -libabsl20230125: hardening-no-fortify-functions [usr/lib/*/libabsl_time_zone.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_bad_any_cast_impl.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_bad_optional_access.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_bad_variant_access.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_cordz_functions.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_cordz_sample_token.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_exponential_biased.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_flags_commandlineflag.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_flags_commandlineflag_internal.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_hash.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_log_initialize.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_log_internal_conditions.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_log_severity.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_log_sink.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_periodic_sampler.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_random_internal_randen.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_random_internal_randen_hwaes_impl.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_random_internal_randen_slow.so*] -libabsl20230125: library-not-linked-against-libc [usr/lib/*/libabsl_random_seed_gen_exception.so*] -libabsl20230125: no-symbols-control-file usr/lib/*/libabsl_* -libabsl20230125: package-name-doesnt-match-sonames libabsl-* -libabsl20230125: shared-library-lacks-prerequisites [usr/lib/*/libabsl_city.so*] -libabsl20230125: shared-library-lacks-prerequisites [usr/lib/*/libabsl_leak_check.so*] -libabsl20230125: shared-library-lacks-prerequisites [usr/lib/*/libabsl_log_entry.so*] -libabsl20230125: shared-library-lacks-prerequisites [usr/lib/*/libabsl_log_internal_nullguard.so*] -libabsl20230125: shared-library-lacks-prerequisites [usr/lib/*/libabsl_low_level_hash.so*] -libabsl20230125: shared-library-lacks-prerequisites [usr/lib/*/libabsl_random_internal_platform.so*] -libabsl20230125: shared-library-lacks-prerequisites [usr/lib/*/libabsl_random_internal_randen_hwaes.so*] diff --git a/debian/libabsl20230125.shlibs b/debian/libabsl20230125.shlibs deleted file mode 100644 index 2997d79a..00000000 --- a/debian/libabsl20230125.shlibs +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 2022 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not -# use this file except in compliance with the License. You may obtain a copy of -# the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. -# -libabsl_bad_any_cast_impl 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_bad_optional_access 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_bad_variant_access 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_base 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_city 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_civil_time 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_cord 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_cord_internal 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_cordz_functions 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_cordz_handle 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_cordz_info 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_cordz_sample_token 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_crc32c 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_crc_cord_state 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_crc_cpu_detect 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_crc_internal 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_debugging_internal 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_demangle_internal 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_die_if_null 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_examine_stack 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_exponential_biased 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_failure_signal_handler 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_flags_commandlineflag 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_flags_commandlineflag_internal 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_flags_config 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_flags_internal 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_flags_marshalling 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_flags_parse 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_flags_private_handle_accessor 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_flags_program_name 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_flags_reflection 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_flags_usage 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_flags_usage_internal 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_graphcycles_internal 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_hash 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_hashtablez_sampler 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_int128 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_leak_check 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_entry 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_flags 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_globals 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_initialize 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_internal_check_op 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_internal_conditions 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_internal_format 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_internal_globals 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_internal_log_sink_set 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_internal_message 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_internal_nullguard 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_internal_proto 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_severity 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_log_sink 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_low_level_hash 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_malloc_internal 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_periodic_sampler 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_random_distributions 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_random_internal_distribution_test_util 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_random_internal_platform 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_random_internal_pool_urbg 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_random_internal_randen 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_random_internal_randen_hwaes 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_random_internal_randen_hwaes_impl 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_random_internal_randen_slow 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_random_internal_seed_material 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_random_seed_gen_exception 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_random_seed_sequences 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_raw_hash_set 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_raw_logging_internal 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_scoped_set_env 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_spinlock_wait 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_stacktrace 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_status 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_statusor 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_str_format_internal 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_strerror 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_strings 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_strings_internal 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_symbolize 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_synchronization 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_throw_delegate 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_time 20230125 libabsl20230125 (>= 20230125.0-1) -libabsl_time_zone 20230125 libabsl20230125 (>= 20230125.0-1) diff --git a/debian/libabsl20230802.install b/debian/libabsl20230802.install new file mode 100644 index 00000000..ab3017e5 --- /dev/null +++ b/debian/libabsl20230802.install @@ -0,0 +1,15 @@ +# Copyright 2020 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may not +# use this file except in compliance with the License. You may obtain a copy of +# the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations under +# the License. + +usr/lib/*/libabsl_*.so.* diff --git a/debian/libabsl20230802.lintian-overrides b/debian/libabsl20230802.lintian-overrides new file mode 100644 index 00000000..c06e53c1 --- /dev/null +++ b/debian/libabsl20230802.lintian-overrides @@ -0,0 +1,45 @@ +# Copyright 2022 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may not +# use this file except in compliance with the License. You may obtain a copy of +# the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations under +# the License. + +libabsl20230802: hardening-no-fortify-functions [usr/lib/*/libabsl_base.so*] +libabsl20230802: hardening-no-fortify-functions [usr/lib/*/libabsl_debugging_internal.so*] +libabsl20230802: hardening-no-fortify-functions [usr/lib/*/libabsl_random_internal_seed_material.so*] +libabsl20230802: hardening-no-fortify-functions [usr/lib/*/libabsl_time_zone.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_bad_any_cast_impl.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_bad_optional_access.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_bad_variant_access.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_cordz_functions.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_cordz_sample_token.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_exponential_biased.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_flags_commandlineflag.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_flags_commandlineflag_internal.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_hash.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_log_initialize.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_log_internal_conditions.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_log_severity.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_log_sink.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_periodic_sampler.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_random_internal_randen.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_random_internal_randen_hwaes_impl.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_random_internal_randen_slow.so*] +libabsl20230802: library-not-linked-against-libc [usr/lib/*/libabsl_random_seed_gen_exception.so*] +libabsl20230802: no-symbols-control-file usr/lib/*/libabsl_* +libabsl20230802: package-name-doesnt-match-sonames libabsl-* +libabsl20230802: shared-library-lacks-prerequisites [usr/lib/*/libabsl_city.so*] +libabsl20230802: shared-library-lacks-prerequisites [usr/lib/*/libabsl_leak_check.so*] +libabsl20230802: shared-library-lacks-prerequisites [usr/lib/*/libabsl_log_entry.so*] +libabsl20230802: shared-library-lacks-prerequisites [usr/lib/*/libabsl_log_internal_nullguard.so*] +libabsl20230802: shared-library-lacks-prerequisites [usr/lib/*/libabsl_low_level_hash.so*] +libabsl20230802: shared-library-lacks-prerequisites [usr/lib/*/libabsl_random_internal_platform.so*] +libabsl20230802: shared-library-lacks-prerequisites [usr/lib/*/libabsl_random_internal_randen_hwaes.so*] diff --git a/debian/libabsl20230802.shlibs b/debian/libabsl20230802.shlibs new file mode 100644 index 00000000..379b6f5b --- /dev/null +++ b/debian/libabsl20230802.shlibs @@ -0,0 +1,96 @@ +# Copyright 2022 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may not +# use this file except in compliance with the License. You may obtain a copy of +# the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations under +# the License. +# +libabsl_bad_any_cast_impl 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_bad_optional_access 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_bad_variant_access 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_base 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_city 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_civil_time 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_cord 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_cord_internal 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_cordz_functions 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_cordz_handle 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_cordz_info 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_cordz_sample_token 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_crc32c 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_crc_cord_state 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_crc_cpu_detect 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_crc_internal 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_debugging_internal 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_demangle_internal 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_die_if_null 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_examine_stack 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_exponential_biased 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_failure_signal_handler 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_flags_commandlineflag 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_flags_commandlineflag_internal 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_flags_config 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_flags_internal 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_flags_marshalling 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_flags_parse 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_flags_private_handle_accessor 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_flags_program_name 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_flags_reflection 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_flags_usage 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_flags_usage_internal 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_graphcycles_internal 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_hash 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_hashtablez_sampler 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_int128 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_leak_check 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_entry 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_flags 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_globals 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_initialize 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_internal_check_op 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_internal_conditions 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_internal_format 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_internal_globals 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_internal_log_sink_set 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_internal_message 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_internal_nullguard 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_internal_proto 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_severity 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_log_sink 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_low_level_hash 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_malloc_internal 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_periodic_sampler 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_random_distributions 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_random_internal_distribution_test_util 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_random_internal_platform 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_random_internal_pool_urbg 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_random_internal_randen 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_random_internal_randen_hwaes 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_random_internal_randen_hwaes_impl 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_random_internal_randen_slow 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_random_internal_seed_material 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_random_seed_gen_exception 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_random_seed_sequences 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_raw_hash_set 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_raw_logging_internal 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_scoped_set_env 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_spinlock_wait 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_stacktrace 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_status 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_statusor 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_str_format_internal 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_strerror 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_strings 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_strings_internal 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_symbolize 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_synchronization 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_throw_delegate 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_time 20230802 libabsl20230802 (>= 20230802.0-1) +libabsl_time_zone 20230802 libabsl20230802 (>= 20230802.0-1) -- cgit v1.2.3