Your message dated Tue, 27 Feb 2024 23:04:18 +0000
with message-id <[email protected]>
and subject line Bug#1061862: fixed in abseil 20220623.1-3.1
has caused the Debian Bug report #1061862,
regarding abseil: NMU diff for 64-bit time_t transition
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1061862: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061862
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: abseil
Version: 20220623.1-3
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t
Dear maintainer,
As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
abseil as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).
To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.
Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time. Therefore I have prepared a 0-day NMU for abseil
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.
Please find the patch for this NMU attached.
If you have any concerns about this patch, please reach out ASAP. Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru abseil-20220623.1/debian/changelog abseil-20220623.1/debian/changelog
--- abseil-20220623.1/debian/changelog 2023-08-09 22:33:54.000000000 +0000
+++ abseil-20220623.1/debian/changelog 2024-01-29 21:37:49.000000000 +0000
@@ -1,3 +1,10 @@
+abseil (20220623.1-3.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Mon, 29 Jan 2024 21:37:49 +0000
+
abseil (20220623.1-3) unstable; urgency=medium
* Patch cycle-counting code for riscv64 to use the monotonic and
diff -Nru abseil-20220623.1/debian/control abseil-20220623.1/debian/control
--- abseil-20220623.1/debian/control 2023-08-09 22:22:50.000000000 +0000
+++ abseil-20220623.1/debian/control 2024-01-29 21:37:49.000000000 +0000
@@ -47,7 +47,10 @@
This package contains header files and other data necessary for developing
with
Abseil.
-Package: libabsl20220623
+Package: libabsl20220623t64
+Provides: ${t64:Provides}
+Replaces: libabsl20220623
+Breaks: libabsl20220623 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru abseil-20220623.1/debian/libabsl20220623.install
abseil-20220623.1/debian/libabsl20220623.install
--- abseil-20220623.1/debian/libabsl20220623.install 2023-08-09
22:22:50.000000000 +0000
+++ abseil-20220623.1/debian/libabsl20220623.install 1970-01-01
00:00:00.000000000 +0000
@@ -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 -Nru abseil-20220623.1/debian/libabsl20220623.lintian-overrides
abseil-20220623.1/debian/libabsl20220623.lintian-overrides
--- abseil-20220623.1/debian/libabsl20220623.lintian-overrides 2023-08-09
22:22:50.000000000 +0000
+++ abseil-20220623.1/debian/libabsl20220623.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1,40 +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.
-
-libabsl20220623: hardening-no-fortify-functions [usr/lib/*/libabsl_base.so*]
-libabsl20220623: hardening-no-fortify-functions
[usr/lib/*/libabsl_debugging_internal.so*]
-libabsl20220623: hardening-no-fortify-functions
[usr/lib/*/libabsl_random_internal_seed_material.so*]
-libabsl20220623: hardening-no-fortify-functions
[usr/lib/*/libabsl_time_zone.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_bad_any_cast_impl.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_bad_optional_access.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_bad_variant_access.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_cordz_functions.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_cordz_sample_token.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_exponential_biased.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_flags_commandlineflag.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_flags_commandlineflag_internal.so*]
-libabsl20220623: library-not-linked-against-libc [usr/lib/*/libabsl_hash.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_log_severity.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_periodic_sampler.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_random_internal_randen.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_random_internal_randen_hwaes_impl.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_random_internal_randen_slow.so*]
-libabsl20220623: library-not-linked-against-libc
[usr/lib/*/libabsl_throw_delegate.so*]
-libabsl20220623: no-symbols-control-file usr/lib/*/libabsl_*
-libabsl20220623: package-name-doesnt-match-sonames libabsl-*
-libabsl20220623: shared-library-lacks-prerequisites
[usr/lib/*/libabsl_city.so*]
-libabsl20220623: shared-library-lacks-prerequisites
[usr/lib/*/libabsl_leak_check.so*]
-libabsl20220623: shared-library-lacks-prerequisites
[usr/lib/*/libabsl_low_level_hash.so*]
-libabsl20220623: shared-library-lacks-prerequisites
[usr/lib/*/libabsl_random_internal_platform.so*]
-libabsl20220623: shared-library-lacks-prerequisites
[usr/lib/*/libabsl_random_internal_randen_hwaes.so*]
diff -Nru abseil-20220623.1/debian/libabsl20220623.shlibs
abseil-20220623.1/debian/libabsl20220623.shlibs
--- abseil-20220623.1/debian/libabsl20220623.shlibs 2023-08-09
22:22:50.000000000 +0000
+++ abseil-20220623.1/debian/libabsl20220623.shlibs 1970-01-01
00:00:00.000000000 +0000
@@ -1,78 +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 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_bad_optional_access 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_bad_variant_access 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_base 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_city 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_civil_time 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_cord 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_cord_internal 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_cordz_functions 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_cordz_handle 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_cordz_info 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_cordz_sample_token 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_debugging_internal 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_demangle_internal 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_examine_stack 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_exponential_biased 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_failure_signal_handler 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_flags_commandlineflag 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_flags_commandlineflag_internal 20220623 libabsl20220623 (>=
0~20220623.0-1)
-libabsl_flags_config 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_flags_internal 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_flags_marshalling 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_flags_parse 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_flags_private_handle_accessor 20220623 libabsl20220623 (>=
0~20220623.0-1)
-libabsl_flags_program_name 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_flags_reflection 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_flags_usage 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_flags_usage_internal 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_graphcycles_internal 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_hash 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_hashtablez_sampler 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_int128 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_leak_check 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_log_severity 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_low_level_hash 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_malloc_internal 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_periodic_sampler 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_random_distributions 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_random_internal_distribution_test_util 20220623 libabsl20220623 (>=
0~20220623.0-1)
-libabsl_random_internal_platform 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_random_internal_pool_urbg 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_random_internal_randen 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_random_internal_randen_hwaes 20220623 libabsl20220623 (>=
0~20220623.0-1)
-libabsl_random_internal_randen_hwaes_impl 20220623 libabsl20220623 (>=
0~20220623.0-1)
-libabsl_random_internal_randen_slow 20220623 libabsl20220623 (>=
0~20220623.0-1)
-libabsl_random_internal_seed_material 20220623 libabsl20220623 (>=
0~20220623.0-1)
-libabsl_random_seed_gen_exception 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_random_seed_sequences 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_raw_hash_set 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_raw_logging_internal 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_scoped_set_env 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_spinlock_wait 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_stacktrace 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_status 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_statusor 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_str_format_internal 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_strerror 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_strings 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_strings_internal 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_symbolize 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_synchronization 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_throw_delegate 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_time 20220623 libabsl20220623 (>= 0~20220623.0-1)
-libabsl_time_zone 20220623 libabsl20220623 (>= 0~20220623.0-1)
diff -Nru abseil-20220623.1/debian/libabsl20220623t64.install
abseil-20220623.1/debian/libabsl20220623t64.install
--- abseil-20220623.1/debian/libabsl20220623t64.install 1970-01-01
00:00:00.000000000 +0000
+++ abseil-20220623.1/debian/libabsl20220623t64.install 2023-08-09
22:22:50.000000000 +0000
@@ -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 -Nru abseil-20220623.1/debian/libabsl20220623t64.lintian-overrides
abseil-20220623.1/debian/libabsl20220623t64.lintian-overrides
--- abseil-20220623.1/debian/libabsl20220623t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ abseil-20220623.1/debian/libabsl20220623t64.lintian-overrides
2024-01-29 21:37:49.000000000 +0000
@@ -0,0 +1,41 @@
+# 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.
+
+libabsl20220623t64: hardening-no-fortify-functions [usr/lib/*/libabsl_base.so*]
+libabsl20220623t64: hardening-no-fortify-functions
[usr/lib/*/libabsl_debugging_internal.so*]
+libabsl20220623t64: hardening-no-fortify-functions
[usr/lib/*/libabsl_random_internal_seed_material.so*]
+libabsl20220623t64: hardening-no-fortify-functions
[usr/lib/*/libabsl_time_zone.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_bad_any_cast_impl.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_bad_optional_access.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_bad_variant_access.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_cordz_functions.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_cordz_sample_token.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_exponential_biased.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_flags_commandlineflag.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_flags_commandlineflag_internal.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_hash.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_log_severity.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_periodic_sampler.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_random_internal_randen.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_random_internal_randen_hwaes_impl.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_random_internal_randen_slow.so*]
+libabsl20220623t64: library-not-linked-against-libc
[usr/lib/*/libabsl_throw_delegate.so*]
+libabsl20220623t64: no-symbols-control-file usr/lib/*/libabsl_*
+libabsl20220623t64: package-name-doesnt-match-sonames libabsl-*
+libabsl20220623t64: shared-library-lacks-prerequisites
[usr/lib/*/libabsl_city.so*]
+libabsl20220623t64: shared-library-lacks-prerequisites
[usr/lib/*/libabsl_leak_check.so*]
+libabsl20220623t64: shared-library-lacks-prerequisites
[usr/lib/*/libabsl_low_level_hash.so*]
+libabsl20220623t64: shared-library-lacks-prerequisites
[usr/lib/*/libabsl_random_internal_platform.so*]
+libabsl20220623t64: shared-library-lacks-prerequisites
[usr/lib/*/libabsl_random_internal_randen_hwaes.so*]
+libabsl20220623t64: package-name-doesnt-match-sonames libabsl20220623
diff -Nru abseil-20220623.1/debian/libabsl20220623t64.shlibs
abseil-20220623.1/debian/libabsl20220623t64.shlibs
--- abseil-20220623.1/debian/libabsl20220623t64.shlibs 1970-01-01
00:00:00.000000000 +0000
+++ abseil-20220623.1/debian/libabsl20220623t64.shlibs 2024-01-29
21:37:49.000000000 +0000
@@ -0,0 +1,78 @@
+# 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 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_bad_optional_access 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_bad_variant_access 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_base 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_city 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_civil_time 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_cord 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_cord_internal 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_cordz_functions 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_cordz_handle 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_cordz_info 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_cordz_sample_token 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_debugging_internal 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_demangle_internal 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_examine_stack 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_exponential_biased 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_failure_signal_handler 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_flags_commandlineflag 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_flags_commandlineflag_internal 20220623 libabsl20220623t64 (>=
0~20220623.0-1)
+libabsl_flags_config 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_flags_internal 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_flags_marshalling 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_flags_parse 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_flags_private_handle_accessor 20220623 libabsl20220623t64 (>=
0~20220623.0-1)
+libabsl_flags_program_name 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_flags_reflection 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_flags_usage 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_flags_usage_internal 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_graphcycles_internal 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_hash 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_hashtablez_sampler 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_int128 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_leak_check 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_log_severity 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_low_level_hash 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_malloc_internal 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_periodic_sampler 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_random_distributions 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_random_internal_distribution_test_util 20220623 libabsl20220623t64 (>=
0~20220623.0-1)
+libabsl_random_internal_platform 20220623 libabsl20220623t64 (>=
0~20220623.0-1)
+libabsl_random_internal_pool_urbg 20220623 libabsl20220623t64 (>=
0~20220623.0-1)
+libabsl_random_internal_randen 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_random_internal_randen_hwaes 20220623 libabsl20220623t64 (>=
0~20220623.0-1)
+libabsl_random_internal_randen_hwaes_impl 20220623 libabsl20220623t64 (>=
0~20220623.0-1)
+libabsl_random_internal_randen_slow 20220623 libabsl20220623t64 (>=
0~20220623.0-1)
+libabsl_random_internal_seed_material 20220623 libabsl20220623t64 (>=
0~20220623.0-1)
+libabsl_random_seed_gen_exception 20220623 libabsl20220623t64 (>=
0~20220623.0-1)
+libabsl_random_seed_sequences 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_raw_hash_set 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_raw_logging_internal 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_scoped_set_env 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_spinlock_wait 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_stacktrace 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_status 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_statusor 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_str_format_internal 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_strerror 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_strings 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_strings_internal 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_symbolize 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_synchronization 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_throw_delegate 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_time 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
+libabsl_time_zone 20220623 libabsl20220623t64 (>= 0~20220623.0-1)
--- End Message ---
--- Begin Message ---
Source: abseil
Source-Version: 20220623.1-3.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
abseil, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated abseil package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 27 Feb 2024 22:41:14 +0000
Source: abseil
Architecture: source
Version: 20220623.1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Barenblat <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1061862
Changes:
abseil (20220623.1-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1061862
Checksums-Sha1:
f209ea270600c3a7b336ba65d1bcf17254d43bea 2545 abseil_20220623.1-3.1.dsc
f4bf6386c3cce13656b17b5a200220a7f4b8f85b 8204
abseil_20220623.1-3.1.debian.tar.xz
8ff53eff3cbb0e8497691572830f7499b324e5f3 7632
abseil_20220623.1-3.1_source.buildinfo
Checksums-Sha256:
5fc07294522915f1f32351ae3258be7a778343a7825663547ee09c7c07c21ae4 2545
abseil_20220623.1-3.1.dsc
381c866e38e2fca343caa2b212e0b42699dca3b2516bd0a761ffef0f1f687437 8204
abseil_20220623.1-3.1.debian.tar.xz
3df7ca32263b3f0a27dc30b6848623fd67a6329e21d4f4bdb5414b6246acdadd 7632
abseil_20220623.1-3.1_source.buildinfo
Files:
20f2b363a8e5b42dc71405e8e47dd244 2545 libs optional abseil_20220623.1-3.1.dsc
ce8df6c2ced6bcd4162abd9aee83c6a0 8204 libs optional
abseil_20220623.1-3.1.debian.tar.xz
7ed4f5b879359722cfb6ee18bf56edf2 7632 libs optional
abseil_20220623.1-3.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXeZWoSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9UwcP/RHXhwKwfCuABVeSf2XsVVXA578SIg9I
7WzJXkWYyIxe0MNvCPtK3PHxmpLErFWnXsOpqpgAzY/ueVhcdA+MCtSdB+4pwzHg
HZtGxU2Yc6GLukEjTQ04S1OKFyW8iYCCtxIz6ntdrr9d5C+LJ7nlkQGnD4ErSpeo
VJzrp7TLY+/ajFal8FwWpr/D6JEXokEC23MBKHLUgD1mCmH+AscEb+/m3uhK/bHO
FDw4/QYrwDxBhRzmRRUJh3qmWX1GLFZqtlXPB28FWMH3CZwPUAWeIaKRW54FblWV
akCvtGEJ814Cyk+4g4Nzw5tkhb67FdTNDlmvNGLlax4hN0hcgEI6T8rUcQfchKpg
LJPrBuQhi06CdpbfhlmjgE5FzKdw08BqH8m7FstjB4XJzAi/rxquhezz4M/p9lxz
Ru335JHP8I6u60ozviOJxbw8bIpXQwjyxXZciU3LZouqRRqDy0GiUjOHKmcM5kV0
CURTbbGbfDIHhoQzeaBAfsVXaB+mQv1Q5dSFq8u4DYSvIiuHO8uXbk+vqbzioXg4
SepvAYck+ZP4Fw7BCcwFi29s6ng4zsZj7CpVkpsxJHRBlsxQ2qsBGGSdF435k+PZ
wx06qz0E6yQczcb9AmzVskVs38lYH9sgHPu7eFSHOiyiLs2w1HQH8QcRRL0I2cR5
amdHRVNkcjr1
=bLHK
-----END PGP SIGNATURE-----
pgpHsgtWsTrS0.pgp
Description: PGP signature
--- End Message ---