[Pkg-utopia-maintainers] Bug#1063053: volume-key: NMU diff for 64-bit time_t transition

Steve Langasek vorlon at debian.org
Sun Feb 4 18:31:51 GMT 2024


Source: volume-key
Version: 0.3.12-5
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm at 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
volume-key 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 volume-key
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)
-------------- next part --------------
diff -Nru volume-key-0.3.12/debian/changelog volume-key-0.3.12/debian/changelog
--- volume-key-0.3.12/debian/changelog	2022-09-07 23:54:16.000000000 +0000
+++ volume-key-0.3.12/debian/changelog	2024-02-04 18:31:05.000000000 +0000
@@ -1,3 +1,10 @@
+volume-key (0.3.12-5.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org>  Sun, 04 Feb 2024 18:31:05 +0000
+
 volume-key (0.3.12-5) unstable; urgency=medium
 
   * Use dh-sequence-python3 Build-Depends to enable the python3 addon
diff -Nru volume-key-0.3.12/debian/control volume-key-0.3.12/debian/control
--- volume-key-0.3.12/debian/control	2022-09-07 23:54:16.000000000 +0000
+++ volume-key-0.3.12/debian/control	2024-02-04 18:31:05.000000000 +0000
@@ -19,7 +19,10 @@
 Vcs-Git: https://salsa.debian.org/utopia-team/volume-key.git
 Homepage: https://pagure.io/volume_key
 
-Package: libvolume-key1
+Package: libvolume-key1t64
+Provides: ${t64:Provides}
+Replaces: libvolume-key1
+Breaks: libvolume-key1 (<< ${source:Version})
 Section: libs
 Architecture: linux-any
 Multi-Arch: same
@@ -40,7 +43,7 @@
 Section: libdevel
 Architecture: linux-any
 Multi-Arch: same
-Depends: libvolume-key1 (= ${binary:Version}),
+Depends: libvolume-key1t64 (= ${binary:Version}),
          ${misc:Depends}
 Description: Library for manipulating storage encryption keys (dev files)
  This package provides the development header files for libvolume_key, a
@@ -57,7 +60,7 @@
 Architecture: linux-any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libvolume-key1 (= ${binary:Version})
+         libvolume-key1t64 (= ${binary:Version})
 Description: Utility for manipulating storage encryption keys and passphrases
  This package provides a command-line tool for manipulating storage volume
  encryption keys and storing them separately from volumes.
diff -Nru volume-key-0.3.12/debian/libvolume-key1.install volume-key-0.3.12/debian/libvolume-key1.install
--- volume-key-0.3.12/debian/libvolume-key1.install	2022-09-07 23:54:16.000000000 +0000
+++ volume-key-0.3.12/debian/libvolume-key1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libvolume_key.so.*
-usr/share/locale/*/LC_MESSAGES/*.mo
diff -Nru volume-key-0.3.12/debian/libvolume-key1.symbols volume-key-0.3.12/debian/libvolume-key1.symbols
--- volume-key-0.3.12/debian/libvolume-key1.symbols	2022-09-07 23:54:16.000000000 +0000
+++ volume-key-0.3.12/debian/libvolume-key1.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,39 +0,0 @@
-libvolume_key.so.1 libvolume-key1 #MINVER#
-* Build-Depends-Package: libvolume-key-dev
- libvk_error_quark at Base 0.3.9
- libvk_init at Base 0.3.9
- libvk_nss_error_text__ at Base 0.3.9
- libvk_packet_get_format at Base 0.3.9
- libvk_packet_match_volume at Base 0.3.9
- libvk_packet_open at Base 0.3.9
- libvk_packet_open_unencrypted at Base 0.3.9
- libvk_ui_free at Base 0.3.9
- libvk_ui_new at Base 0.3.9
- libvk_ui_set_generic_cb at Base 0.3.9
- libvk_ui_set_nss_pwfn_arg at Base 0.3.9
- libvk_ui_set_passphrase_cb at Base 0.3.9
- libvk_ui_set_sym_key_cb at Base 0.3.9
- libvk_volume_add_secret at Base 0.3.9
- libvk_volume_apply_packet at Base 0.3.9
- libvk_volume_create_packet_assymetric at Base 0.3.9
- libvk_volume_create_packet_asymmetric at Base 0.3.9
- libvk_volume_create_packet_asymmetric_with_format at Base 0.3.9
- libvk_volume_create_packet_cleartext at Base 0.3.9
- libvk_volume_create_packet_with_passphrase at Base 0.3.9
- libvk_volume_create_packet_wrap_secret_symmetric at Base 0.3.9
- libvk_volume_dump_properties at Base 0.3.9
- libvk_volume_free at Base 0.3.9
- libvk_volume_get_format at Base 0.3.9
- libvk_volume_get_hostname at Base 0.3.9
- libvk_volume_get_label at Base 0.3.9
- libvk_volume_get_path at Base 0.3.9
- libvk_volume_get_secret at Base 0.3.9
- libvk_volume_get_uuid at Base 0.3.9
- libvk_volume_load_packet at Base 0.3.9
- libvk_volume_open at Base 0.3.9
- libvk_volume_open_with_packet at Base 0.3.9
- libvk_vp_free at Base 0.3.9
- libvk_vp_get_label at Base 0.3.9
- libvk_vp_get_name at Base 0.3.9
- libvk_vp_get_type at Base 0.3.9
- libvk_vp_get_value at Base 0.3.9
diff -Nru volume-key-0.3.12/debian/libvolume-key1t64.install volume-key-0.3.12/debian/libvolume-key1t64.install
--- volume-key-0.3.12/debian/libvolume-key1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ volume-key-0.3.12/debian/libvolume-key1t64.install	2022-09-07 23:54:16.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libvolume_key.so.*
+usr/share/locale/*/LC_MESSAGES/*.mo
diff -Nru volume-key-0.3.12/debian/libvolume-key1t64.lintian-overrides volume-key-0.3.12/debian/libvolume-key1t64.lintian-overrides
--- volume-key-0.3.12/debian/libvolume-key1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ volume-key-0.3.12/debian/libvolume-key1t64.lintian-overrides	2024-02-04 18:31:05.000000000 +0000
@@ -0,0 +1 @@
+libvolume-key1t64: package-name-doesnt-match-sonames libvolume-key1
diff -Nru volume-key-0.3.12/debian/libvolume-key1t64.symbols volume-key-0.3.12/debian/libvolume-key1t64.symbols
--- volume-key-0.3.12/debian/libvolume-key1t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ volume-key-0.3.12/debian/libvolume-key1t64.symbols	2024-02-04 18:31:05.000000000 +0000
@@ -0,0 +1,39 @@
+libvolume_key.so.1 libvolume-key1t64 #MINVER#
+* Build-Depends-Package: libvolume-key-dev
+ libvk_error_quark at Base 0.3.9
+ libvk_init at Base 0.3.9
+ libvk_nss_error_text__ at Base 0.3.9
+ libvk_packet_get_format at Base 0.3.9
+ libvk_packet_match_volume at Base 0.3.9
+ libvk_packet_open at Base 0.3.9
+ libvk_packet_open_unencrypted at Base 0.3.9
+ libvk_ui_free at Base 0.3.9
+ libvk_ui_new at Base 0.3.9
+ libvk_ui_set_generic_cb at Base 0.3.9
+ libvk_ui_set_nss_pwfn_arg at Base 0.3.9
+ libvk_ui_set_passphrase_cb at Base 0.3.9
+ libvk_ui_set_sym_key_cb at Base 0.3.9
+ libvk_volume_add_secret at Base 0.3.9
+ libvk_volume_apply_packet at Base 0.3.9
+ libvk_volume_create_packet_assymetric at Base 0.3.9
+ libvk_volume_create_packet_asymmetric at Base 0.3.9
+ libvk_volume_create_packet_asymmetric_with_format at Base 0.3.9
+ libvk_volume_create_packet_cleartext at Base 0.3.9
+ libvk_volume_create_packet_with_passphrase at Base 0.3.9
+ libvk_volume_create_packet_wrap_secret_symmetric at Base 0.3.9
+ libvk_volume_dump_properties at Base 0.3.9
+ libvk_volume_free at Base 0.3.9
+ libvk_volume_get_format at Base 0.3.9
+ libvk_volume_get_hostname at Base 0.3.9
+ libvk_volume_get_label at Base 0.3.9
+ libvk_volume_get_path at Base 0.3.9
+ libvk_volume_get_secret at Base 0.3.9
+ libvk_volume_get_uuid at Base 0.3.9
+ libvk_volume_load_packet at Base 0.3.9
+ libvk_volume_open at Base 0.3.9
+ libvk_volume_open_with_packet at Base 0.3.9
+ libvk_vp_free at Base 0.3.9
+ libvk_vp_get_label at Base 0.3.9
+ libvk_vp_get_name at Base 0.3.9
+ libvk_vp_get_type at Base 0.3.9
+ libvk_vp_get_value at Base 0.3.9


More information about the Pkg-utopia-maintainers mailing list