Your message dated Thu, 29 Feb 2024 05:19:53 +0000
with message-id <e1rfypl-009g1t...@fasolo.debian.org>
and subject line Bug#1063067: fixed in wimlib 1.14.4-1.1
has caused the Debian Bug report #1063067,
regarding wimlib: 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 ow...@bugs.debian.org
immediately.)
--
1063067: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063067
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wimlib
Version: 1.14.3-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t
NOTICE: these changes must not be uploaded to unstable yet!
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
wimlib 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 wimlib
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')
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 wimlib-1.14.3/debian/changelog wimlib-1.14.3/debian/changelog
--- wimlib-1.14.3/debian/changelog 2023-09-05 08:38:50.000000000 +0000
+++ wimlib-1.14.3/debian/changelog 2024-02-04 20:00:53.000000000 +0000
@@ -1,3 +1,10 @@
+wimlib (1.14.3-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Sun, 04 Feb 2024 20:00:53 +0000
+
wimlib (1.14.3-1) unstable; urgency=medium
* New upstream version 1.14.3
diff -Nru wimlib-1.14.3/debian/control wimlib-1.14.3/debian/control
--- wimlib-1.14.3/debian/control 2023-04-24 18:10:19.000000000 +0000
+++ wimlib-1.14.3/debian/control 2024-02-04 20:00:53.000000000 +0000
@@ -16,7 +16,10 @@
Vcs-Git: https://salsa.debian.org/debian/wimlib.git
Vcs-Browser: https://salsa.debian.org/debian/wimlib
-Package: libwim15
+Package: libwim15t64
+Provides: ${t64:Provides}
+Replaces: libwim15
+Breaks: libwim15 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -49,7 +52,7 @@
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libwim15 (= ${binary:Version}), ${misc:Depends}
+Depends: libwim15t64 (= ${binary:Version}), ${misc:Depends}
Suggests: wimlib-doc
Description: Library for manipulating Windows Imaging files - development files
wimlib is a C library for extracting, creating, modifying, and
diff -Nru wimlib-1.14.3/debian/libwim15.install
wimlib-1.14.3/debian/libwim15.install
--- wimlib-1.14.3/debian/libwim15.install 2021-04-20 07:20:28.000000000
+0000
+++ wimlib-1.14.3/debian/libwim15.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*-*/libwim.so.*
diff -Nru wimlib-1.14.3/debian/libwim15.symbols
wimlib-1.14.3/debian/libwim15.symbols
--- wimlib-1.14.3/debian/libwim15.symbols 2021-04-20 07:20:28.000000000
+0000
+++ wimlib-1.14.3/debian/libwim15.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,72 +0,0 @@
-libwim.so.15 libwim15 #MINVER#
- wimlib_add_empty_image@Base 1.8.1
- wimlib_add_image@Base 1.8.1
- wimlib_add_image_multisource@Base 1.8.1
- wimlib_add_tree@Base 1.8.1
- wimlib_compress@Base 1.8.1
- wimlib_create_compressor@Base 1.8.1
- wimlib_create_decompressor@Base 1.8.1
- wimlib_create_new_wim@Base 1.8.1
- wimlib_decompress@Base 1.8.1
- wimlib_delete_image@Base 1.8.1
- wimlib_delete_path@Base 1.8.1
- wimlib_export_image@Base 1.8.1
- wimlib_extract_image@Base 1.8.1
- wimlib_extract_image_from_pipe@Base 1.8.1
- wimlib_extract_image_from_pipe_with_progress@Base 1.8.1
- wimlib_extract_pathlist@Base 1.8.1
- wimlib_extract_paths@Base 1.8.1
- wimlib_extract_xml_data@Base 1.8.1
- wimlib_free@Base 1.8.1
- wimlib_free_compressor@Base 1.8.1
- wimlib_free_decompressor@Base 1.8.1
- wimlib_get_compression_type_string@Base 1.8.1
- wimlib_get_compressor_needed_memory@Base 1.8.1
- wimlib_get_error_string@Base 1.8.1
- wimlib_get_image_description@Base 1.8.1
- wimlib_get_image_name@Base 1.8.1
- wimlib_get_image_property@Base 1.8.3
- wimlib_get_version@Base 1.8.1
- wimlib_get_version_string@Base 1.13.0
- wimlib_get_wim_info@Base 1.8.1
- wimlib_get_xml_data@Base 1.8.1
- wimlib_global_cleanup@Base 1.8.1
- wimlib_global_init@Base 1.8.1
- wimlib_image_name_in_use@Base 1.8.1
- wimlib_iterate_dir_tree@Base 1.8.1
- wimlib_iterate_lookup_table@Base 1.8.1
- wimlib_join@Base 1.8.1
- wimlib_join_with_progress@Base 1.8.1
- wimlib_mount_image@Base 1.8.1
- wimlib_open_wim@Base 1.8.1
- wimlib_open_wim_with_progress@Base 1.8.1
- wimlib_overwrite@Base 1.8.1
- wimlib_print_available_images@Base 1.8.1
- wimlib_print_header@Base 1.8.1
- wimlib_reference_resource_files@Base 1.8.1
- wimlib_reference_resources@Base 1.8.1
- wimlib_reference_template_image@Base 1.8.1
- wimlib_register_progress_function@Base 1.8.1
- wimlib_rename_path@Base 1.8.1
- wimlib_resolve_image@Base 1.8.1
- wimlib_set_default_compression_level@Base 1.8.1
- wimlib_set_error_file@Base 1.8.1
- wimlib_set_error_file_by_name@Base 1.8.1
- wimlib_set_image_descripton@Base 1.8.1
- wimlib_set_image_flags@Base 1.8.1
- wimlib_set_image_name@Base 1.8.1
- wimlib_set_image_property@Base 1.8.3
- wimlib_set_memory_allocator@Base 1.8.1
- wimlib_set_output_chunk_size@Base 1.8.1
- wimlib_set_output_compression_type@Base 1.8.1
- wimlib_set_output_pack_chunk_size@Base 1.8.1
- wimlib_set_output_pack_compression_type@Base 1.8.1
- wimlib_set_print_errors@Base 1.8.1
- wimlib_set_wim_info@Base 1.8.1
- wimlib_split@Base 1.8.1
- wimlib_unmount_image@Base 1.8.1
- wimlib_unmount_image_with_progress@Base 1.8.1
- wimlib_update_image@Base 1.8.1
- wimlib_verify_wim@Base 1.8.1
- wimlib_write@Base 1.8.1
- wimlib_write_to_fd@Base 1.8.1
diff -Nru wimlib-1.14.3/debian/libwim15t64.install
wimlib-1.14.3/debian/libwim15t64.install
--- wimlib-1.14.3/debian/libwim15t64.install 1970-01-01 00:00:00.000000000
+0000
+++ wimlib-1.14.3/debian/libwim15t64.install 2021-04-20 07:20:28.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*-*/libwim.so.*
diff -Nru wimlib-1.14.3/debian/libwim15t64.lintian-overrides
wimlib-1.14.3/debian/libwim15t64.lintian-overrides
--- wimlib-1.14.3/debian/libwim15t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ wimlib-1.14.3/debian/libwim15t64.lintian-overrides 2024-02-04
20:00:53.000000000 +0000
@@ -0,0 +1 @@
+libwim15t64: package-name-doesnt-match-sonames libwim15
diff -Nru wimlib-1.14.3/debian/libwim15t64.symbols
wimlib-1.14.3/debian/libwim15t64.symbols
--- wimlib-1.14.3/debian/libwim15t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ wimlib-1.14.3/debian/libwim15t64.symbols 2024-02-04 20:00:53.000000000
+0000
@@ -0,0 +1,72 @@
+libwim.so.15 libwim15t64 #MINVER#
+ wimlib_add_empty_image@Base 1.8.1
+ wimlib_add_image@Base 1.8.1
+ wimlib_add_image_multisource@Base 1.8.1
+ wimlib_add_tree@Base 1.8.1
+ wimlib_compress@Base 1.8.1
+ wimlib_create_compressor@Base 1.8.1
+ wimlib_create_decompressor@Base 1.8.1
+ wimlib_create_new_wim@Base 1.8.1
+ wimlib_decompress@Base 1.8.1
+ wimlib_delete_image@Base 1.8.1
+ wimlib_delete_path@Base 1.8.1
+ wimlib_export_image@Base 1.8.1
+ wimlib_extract_image@Base 1.8.1
+ wimlib_extract_image_from_pipe@Base 1.8.1
+ wimlib_extract_image_from_pipe_with_progress@Base 1.8.1
+ wimlib_extract_pathlist@Base 1.8.1
+ wimlib_extract_paths@Base 1.8.1
+ wimlib_extract_xml_data@Base 1.8.1
+ wimlib_free@Base 1.8.1
+ wimlib_free_compressor@Base 1.8.1
+ wimlib_free_decompressor@Base 1.8.1
+ wimlib_get_compression_type_string@Base 1.8.1
+ wimlib_get_compressor_needed_memory@Base 1.8.1
+ wimlib_get_error_string@Base 1.8.1
+ wimlib_get_image_description@Base 1.8.1
+ wimlib_get_image_name@Base 1.8.1
+ wimlib_get_image_property@Base 1.8.3
+ wimlib_get_version@Base 1.8.1
+ wimlib_get_version_string@Base 1.13.0
+ wimlib_get_wim_info@Base 1.8.1
+ wimlib_get_xml_data@Base 1.8.1
+ wimlib_global_cleanup@Base 1.8.1
+ wimlib_global_init@Base 1.8.1
+ wimlib_image_name_in_use@Base 1.8.1
+ wimlib_iterate_dir_tree@Base 1.8.1
+ wimlib_iterate_lookup_table@Base 1.8.1
+ wimlib_join@Base 1.8.1
+ wimlib_join_with_progress@Base 1.8.1
+ wimlib_mount_image@Base 1.8.1
+ wimlib_open_wim@Base 1.8.1
+ wimlib_open_wim_with_progress@Base 1.8.1
+ wimlib_overwrite@Base 1.8.1
+ wimlib_print_available_images@Base 1.8.1
+ wimlib_print_header@Base 1.8.1
+ wimlib_reference_resource_files@Base 1.8.1
+ wimlib_reference_resources@Base 1.8.1
+ wimlib_reference_template_image@Base 1.8.1
+ wimlib_register_progress_function@Base 1.8.1
+ wimlib_rename_path@Base 1.8.1
+ wimlib_resolve_image@Base 1.8.1
+ wimlib_set_default_compression_level@Base 1.8.1
+ wimlib_set_error_file@Base 1.8.1
+ wimlib_set_error_file_by_name@Base 1.8.1
+ wimlib_set_image_descripton@Base 1.8.1
+ wimlib_set_image_flags@Base 1.8.1
+ wimlib_set_image_name@Base 1.8.1
+ wimlib_set_image_property@Base 1.8.3
+ wimlib_set_memory_allocator@Base 1.8.1
+ wimlib_set_output_chunk_size@Base 1.8.1
+ wimlib_set_output_compression_type@Base 1.8.1
+ wimlib_set_output_pack_chunk_size@Base 1.8.1
+ wimlib_set_output_pack_compression_type@Base 1.8.1
+ wimlib_set_print_errors@Base 1.8.1
+ wimlib_set_wim_info@Base 1.8.1
+ wimlib_split@Base 1.8.1
+ wimlib_unmount_image@Base 1.8.1
+ wimlib_unmount_image_with_progress@Base 1.8.1
+ wimlib_update_image@Base 1.8.1
+ wimlib_verify_wim@Base 1.8.1
+ wimlib_write@Base 1.8.1
+ wimlib_write_to_fd@Base 1.8.1
--- End Message ---
--- Begin Message ---
Source: wimlib
Source-Version: 1.14.4-1.1
Done: Steve Langasek <vor...@debian.org>
We believe that the bug you reported is fixed in the latest version of
wimlib, 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 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <vor...@debian.org> (supplier of updated wimlib 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 29 Feb 2024 02:00:16 +0000
Source: wimlib
Architecture: source
Version: 1.14.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Hilko Bengen <ben...@debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1063067
Changes:
wimlib (1.14.4-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063067
Checksums-Sha1:
503ef50b9108e4dc18fecbe83a1b6ce18b548701 2135 wimlib_1.14.4-1.1.dsc
7687739b47f7bc8dbea8c293ca418fa3dc6d5760 6324 wimlib_1.14.4-1.1.debian.tar.xz
ce9861ebae672c787531c09a11031fa1900678ed 7845
wimlib_1.14.4-1.1_source.buildinfo
Checksums-Sha256:
c977f89e87343ec82ad610f1e0566c8f48c17b39d5edd5795f0b1787010c3c5b 2135
wimlib_1.14.4-1.1.dsc
581ce299728f25bc09590ec4f0d83c4ae76f11007cfa7facac09a3a082ecc34d 6324
wimlib_1.14.4-1.1.debian.tar.xz
0fe84ebf312eb6a0ecacda5ec32f4e05e41f1a97a5f3d57e9dcfc5e482e766ad 7845
wimlib_1.14.4-1.1_source.buildinfo
Files:
7ab4356a003310a678813dc976a6e22d 2135 libs optional wimlib_1.14.4-1.1.dsc
fa8193ee0d9c408bbe94d53ea566df06 6324 libs optional
wimlib_1.14.4-1.1.debian.tar.xz
0ca8c42fdd2c863140d16888d4f7ab2f 7845 libs optional
wimlib_1.14.4-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXf5WISHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9x8wP+waOfEK96E+dSKFwx2FMt0fMPteog+5j
rE1+c75boM0WcXO5j5MZHA93F5D72L4NZgVArmL2+JAUgn8qWj6XG5VDrv9u/eZa
tIAU48pBWSS8dICGvY6KhiN3F0m6HbZunipQT8AwaBKlJbHNtMWsuQTibPCexRWo
/UBxKc6E/KwN80W0ttJYI7kC/OrjAV+f8GwzeDNLDuWvp+SRZ/zLemo+V20PMp88
FIbkU5wKovfCLZ+IxraSyWKQ4ic+lkcSv5JwYOha7iKRBB0nH7pE00mYZGL38Bhw
dlgGli7votf8cjAV6Qkx06ETBIeMXKMGeSn7k0Y92ufiaYYt+vhw6kCH+KvUoPVH
f+75db9j7oPxSqiNPhHG54a0NNxnTbBFAk1OmtKRONGMSXmJTJhRlO06AvG1ullH
mZ3Y73YSGYDDMPj5c4pikDxwC1ufj0Cq46UKBkkASQpC9nDgk8wYj8MLVrHKlz4e
mDXYZbl58KT+w4Ljss5gHc7ve2YB8BJUlmYzLzcDj8bqFTRLvJ1bqv4MdFQ54UXC
Pr0OpjRginzp6MfPlw1UIEGqh6+E5zFj5VK+DZa8Wgk3zbKNSWlQqnY7vfo9vVOu
ofIwWps5NNnYwTSomHOiudrzsq75lvNoNdu64De58TfzBWSC1THFYCh5lPtvrkb1
x+NNVSGjXa3z
=N/AN
-----END PGP SIGNATURE-----
pgpWCsL2puQgv.pgp
Description: PGP signature
--- End Message ---