Your message dated Thu, 29 Feb 2024 04:45:42 +0000
with message-id <e1rfyig-009brl...@fasolo.debian.org>
and subject line Bug#1064256: fixed in nut 2.8.1-3.1
has caused the Debian Bug report #1064256,
regarding nut: 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.)


-- 
1064256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nut
Version: 2.8.1-3
Severity: important
Tags: patch pending sid trixie
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
nut 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 nut
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 nut-2.8.1/debian/changelog nut-2.8.1/debian/changelog
--- nut-2.8.1/debian/changelog  2024-01-11 16:01:16.000000000 +0000
+++ nut-2.8.1/debian/changelog  2024-02-19 03:12:25.000000000 +0000
@@ -1,3 +1,10 @@
+nut (2.8.1-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Mon, 19 Feb 2024 03:12:25 +0000
+
 nut (2.8.1-3) unstable; urgency=medium
 
   * debian/control: Add missing Breaks/Replaces on nut-modbus (Closes:
diff -Nru nut-2.8.1/debian/control nut-2.8.1/debian/control
--- nut-2.8.1/debian/control    2024-01-11 16:01:16.000000000 +0000
+++ nut-2.8.1/debian/control    2024-02-19 03:12:25.000000000 +0000
@@ -200,7 +200,10 @@
  .
  This package contains FAQ, user, developer and packager documentation.
 
-Package: libupsclient6
+Package: libupsclient6t64
+Provides: ${t64:Provides}
+Replaces: libupsclient6
+Breaks: libupsclient6 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -219,7 +222,7 @@
 Section: libdevel
 Architecture: any
 Depends: libnss3-dev,
-         libupsclient6 (= ${binary:Version}),
+         libupsclient6t64 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Multi-Arch: same
@@ -232,7 +235,10 @@
  .
  This package provides the development files.
 
-Package: libnutclient2
+Package: libnutclient2t64
+Provides: ${t64:Provides}
+Replaces: libnutclient2
+Breaks: libnutclient2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -250,7 +256,7 @@
 Package: libnutclient-dev
 Section: libdevel
 Architecture: any
-Depends: libnutclient2 (= ${binary:Version}),
+Depends: libnutclient2t64 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Multi-Arch: same
@@ -263,7 +269,10 @@
  .
  This package provides the development files for the new client library.
 
-Package: libnutscan2
+Package: libnutscan2t64
+Provides: ${t64:Provides}
+Replaces: libnutscan2
+Breaks: libnutscan2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -281,7 +290,7 @@
 Package: libnutscan-dev
 Section: libdevel
 Architecture: any
-Depends: libnutscan2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libnutscan2t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Breaks: libupsclient-dev (<< 2.7.4-9~)
 Replaces: libupsclient-dev (<< 2.7.4-9~)
 Multi-Arch: same
diff -Nru nut-2.8.1/debian/libnutclient2.install 
nut-2.8.1/debian/libnutclient2.install
--- nut-2.8.1/debian/libnutclient2.install      2024-01-11 16:01:16.000000000 
+0000
+++ nut-2.8.1/debian/libnutclient2.install      1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-lib/*/libnutclient.so.*
-lib/*/libnutclientstub.so.*
diff -Nru nut-2.8.1/debian/libnutclient2t64.install 
nut-2.8.1/debian/libnutclient2t64.install
--- nut-2.8.1/debian/libnutclient2t64.install   1970-01-01 00:00:00.000000000 
+0000
+++ nut-2.8.1/debian/libnutclient2t64.install   2024-01-11 16:01:16.000000000 
+0000
@@ -0,0 +1,2 @@
+lib/*/libnutclient.so.*
+lib/*/libnutclientstub.so.*
diff -Nru nut-2.8.1/debian/libnutclient2t64.lintian-overrides 
nut-2.8.1/debian/libnutclient2t64.lintian-overrides
--- nut-2.8.1/debian/libnutclient2t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ nut-2.8.1/debian/libnutclient2t64.lintian-overrides 2024-02-19 
03:12:25.000000000 +0000
@@ -0,0 +1 @@
+libnutclient2t64: package-name-doesnt-match-sonames libnutclient2
diff -Nru nut-2.8.1/debian/libnutscan2.install 
nut-2.8.1/debian/libnutscan2.install
--- nut-2.8.1/debian/libnutscan2.install        2024-01-11 16:01:16.000000000 
+0000
+++ nut-2.8.1/debian/libnutscan2.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-lib/*/libnutscan.a
-lib/*/libnutscan.so.*
diff -Nru nut-2.8.1/debian/libnutscan2.symbols 
nut-2.8.1/debian/libnutscan2.symbols
--- nut-2.8.1/debian/libnutscan2.symbols        2024-01-11 16:01:16.000000000 
+0000
+++ nut-2.8.1/debian/libnutscan2.symbols        1970-01-01 00:00:00.000000000 
+0000
@@ -1,49 +0,0 @@
-libnutscan.so.2 libnutscan2 #MINVER#
-* Build-Depends-Package: libnutscan-dev
- curr_threads@Base 2.8.0
- max_threads@Base 2.8.0
- max_threads_netsnmp@Base 2.8.0
- max_threads_netxml@Base 2.8.0
- max_threads_oldnut@Base 2.8.0
- nut_debug_level@Base 2.8.0
- nut_prepare_search_paths@Base 2.8.1
- nut_report_config_flags@Base 2.8.1
- nutscan_add_device_to_device@Base 2.8.0
- nutscan_add_option_to_device@Base 2.8.0
- nutscan_avail_avahi@Base 2.8.0
- nutscan_avail_ipmi@Base 2.8.0
- nutscan_avail_nut@Base 2.8.0
- nutscan_avail_snmp@Base 2.8.0
- nutscan_avail_usb@Base 2.8.0
- nutscan_avail_xml_http@Base 2.8.0
- nutscan_cidr_to_ip@Base 2.8.0
- nutscan_device_type_strings@Base 2.8.0
- nutscan_display_parsable@Base 2.8.0
- nutscan_display_sanity_check@Base 2.8.1
- nutscan_display_sanity_check_serial@Base 2.8.1
- nutscan_display_ups_conf@Base 2.8.0
- nutscan_display_ups_conf_with_sanity_check@Base 2.8.1
- nutscan_free@Base 2.8.0
- nutscan_free_device@Base 2.8.0
- nutscan_get_serial_ports_list@Base 2.8.0
- nutscan_init@Base 2.8.0
- nutscan_ip_iter_inc@Base 2.8.0
- nutscan_ip_iter_init@Base 2.8.0
- nutscan_load_avahi_library@Base 2.8.0
- (arch=!hurd-any)nutscan_load_ipmi_library@Base 2.8.0
- nutscan_load_neon_library@Base 2.8.0
- nutscan_load_snmp_library@Base 2.8.0
- nutscan_load_upsclient_library@Base 2.8.0
- nutscan_load_usb_library@Base 2.8.0
- nutscan_new_device@Base 2.8.0
- nutscan_rewind_device@Base 2.8.0
- nutscan_scan_avahi@Base 2.8.0
- nutscan_scan_eaton_serial@Base 2.8.0
- nutscan_scan_ipmi@Base 2.8.0
- nutscan_scan_nut@Base 2.8.0
- nutscan_scan_snmp@Base 2.8.0
- nutscan_scan_usb@Base 2.8.0
- nutscan_scan_xml_http_range@Base 2.8.0
- nutscan_semaphore@Base 2.8.0
- s_upsdebugx@Base 2.8.0
- upsdebugx_report_search_paths@Base 2.8.1
diff -Nru nut-2.8.1/debian/libnutscan2t64.install 
nut-2.8.1/debian/libnutscan2t64.install
--- nut-2.8.1/debian/libnutscan2t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ nut-2.8.1/debian/libnutscan2t64.install     2024-01-11 16:01:16.000000000 
+0000
@@ -0,0 +1,2 @@
+lib/*/libnutscan.a
+lib/*/libnutscan.so.*
diff -Nru nut-2.8.1/debian/libnutscan2t64.lintian-overrides 
nut-2.8.1/debian/libnutscan2t64.lintian-overrides
--- nut-2.8.1/debian/libnutscan2t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ nut-2.8.1/debian/libnutscan2t64.lintian-overrides   2024-02-19 
03:12:25.000000000 +0000
@@ -0,0 +1 @@
+libnutscan2t64: package-name-doesnt-match-sonames libnutscan2
diff -Nru nut-2.8.1/debian/libnutscan2t64.symbols 
nut-2.8.1/debian/libnutscan2t64.symbols
--- nut-2.8.1/debian/libnutscan2t64.symbols     1970-01-01 00:00:00.000000000 
+0000
+++ nut-2.8.1/debian/libnutscan2t64.symbols     2024-02-19 03:12:25.000000000 
+0000
@@ -0,0 +1,49 @@
+libnutscan.so.2 libnutscan2t64 #MINVER#
+* Build-Depends-Package: libnutscan-dev
+ curr_threads@Base 2.8.0
+ max_threads@Base 2.8.0
+ max_threads_netsnmp@Base 2.8.0
+ max_threads_netxml@Base 2.8.0
+ max_threads_oldnut@Base 2.8.0
+ nut_debug_level@Base 2.8.0
+ nut_prepare_search_paths@Base 2.8.1
+ nut_report_config_flags@Base 2.8.1
+ nutscan_add_device_to_device@Base 2.8.0
+ nutscan_add_option_to_device@Base 2.8.0
+ nutscan_avail_avahi@Base 2.8.0
+ nutscan_avail_ipmi@Base 2.8.0
+ nutscan_avail_nut@Base 2.8.0
+ nutscan_avail_snmp@Base 2.8.0
+ nutscan_avail_usb@Base 2.8.0
+ nutscan_avail_xml_http@Base 2.8.0
+ nutscan_cidr_to_ip@Base 2.8.0
+ nutscan_device_type_strings@Base 2.8.0
+ nutscan_display_parsable@Base 2.8.0
+ nutscan_display_sanity_check@Base 2.8.1
+ nutscan_display_sanity_check_serial@Base 2.8.1
+ nutscan_display_ups_conf@Base 2.8.0
+ nutscan_display_ups_conf_with_sanity_check@Base 2.8.1
+ nutscan_free@Base 2.8.0
+ nutscan_free_device@Base 2.8.0
+ nutscan_get_serial_ports_list@Base 2.8.0
+ nutscan_init@Base 2.8.0
+ nutscan_ip_iter_inc@Base 2.8.0
+ nutscan_ip_iter_init@Base 2.8.0
+ nutscan_load_avahi_library@Base 2.8.0
+ (arch=!hurd-any)nutscan_load_ipmi_library@Base 2.8.0
+ nutscan_load_neon_library@Base 2.8.0
+ nutscan_load_snmp_library@Base 2.8.0
+ nutscan_load_upsclient_library@Base 2.8.0
+ nutscan_load_usb_library@Base 2.8.0
+ nutscan_new_device@Base 2.8.0
+ nutscan_rewind_device@Base 2.8.0
+ nutscan_scan_avahi@Base 2.8.0
+ nutscan_scan_eaton_serial@Base 2.8.0
+ nutscan_scan_ipmi@Base 2.8.0
+ nutscan_scan_nut@Base 2.8.0
+ nutscan_scan_snmp@Base 2.8.0
+ nutscan_scan_usb@Base 2.8.0
+ nutscan_scan_xml_http_range@Base 2.8.0
+ nutscan_semaphore@Base 2.8.0
+ s_upsdebugx@Base 2.8.0
+ upsdebugx_report_search_paths@Base 2.8.1
diff -Nru nut-2.8.1/debian/libupsclient6.install 
nut-2.8.1/debian/libupsclient6.install
--- nut-2.8.1/debian/libupsclient6.install      2024-01-11 16:01:16.000000000 
+0000
+++ nut-2.8.1/debian/libupsclient6.install      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-lib/*/libupsclient.so.*
diff -Nru nut-2.8.1/debian/libupsclient6.symbols 
nut-2.8.1/debian/libupsclient6.symbols
--- nut-2.8.1/debian/libupsclient6.symbols      2024-01-11 16:01:16.000000000 
+0000
+++ nut-2.8.1/debian/libupsclient6.symbols      1970-01-01 00:00:00.000000000 
+0000
@@ -1,21 +0,0 @@
-libupsclient.so.6 libupsclient6 #MINVER#
-* Build-Depends-Package: libupsclient-dev
- upscli_add_host_cert@Base 2.8.0
- upscli_cleanup@Base 2.8.0
- upscli_connect@Base 2.8.0
- upscli_disconnect@Base 2.8.0
- upscli_fd@Base 2.8.0
- upscli_get@Base 2.8.0
- upscli_init@Base 2.8.0
- upscli_list_next@Base 2.8.0
- upscli_list_start@Base 2.8.0
- upscli_readline@Base 2.8.0
- upscli_readline_timeout@Base 2.8.0
- upscli_sendline@Base 2.8.0
- upscli_sendline_timeout@Base 2.8.0
- upscli_splitaddr@Base 2.8.0
- upscli_splitname@Base 2.8.0
- upscli_ssl@Base 2.8.0
- upscli_strerror@Base 2.8.0
- upscli_tryconnect@Base 2.8.0
- upscli_upserror@Base 2.8.0
diff -Nru nut-2.8.1/debian/libupsclient6t64.install 
nut-2.8.1/debian/libupsclient6t64.install
--- nut-2.8.1/debian/libupsclient6t64.install   1970-01-01 00:00:00.000000000 
+0000
+++ nut-2.8.1/debian/libupsclient6t64.install   2024-01-11 16:01:16.000000000 
+0000
@@ -0,0 +1 @@
+lib/*/libupsclient.so.*
diff -Nru nut-2.8.1/debian/libupsclient6t64.lintian-overrides 
nut-2.8.1/debian/libupsclient6t64.lintian-overrides
--- nut-2.8.1/debian/libupsclient6t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ nut-2.8.1/debian/libupsclient6t64.lintian-overrides 2024-02-19 
03:12:25.000000000 +0000
@@ -0,0 +1 @@
+libupsclient6t64: package-name-doesnt-match-sonames libupsclient6
diff -Nru nut-2.8.1/debian/libupsclient6t64.symbols 
nut-2.8.1/debian/libupsclient6t64.symbols
--- nut-2.8.1/debian/libupsclient6t64.symbols   1970-01-01 00:00:00.000000000 
+0000
+++ nut-2.8.1/debian/libupsclient6t64.symbols   2024-02-19 03:12:25.000000000 
+0000
@@ -0,0 +1,21 @@
+libupsclient.so.6 libupsclient6t64 #MINVER#
+* Build-Depends-Package: libupsclient-dev
+ upscli_add_host_cert@Base 2.8.0
+ upscli_cleanup@Base 2.8.0
+ upscli_connect@Base 2.8.0
+ upscli_disconnect@Base 2.8.0
+ upscli_fd@Base 2.8.0
+ upscli_get@Base 2.8.0
+ upscli_init@Base 2.8.0
+ upscli_list_next@Base 2.8.0
+ upscli_list_start@Base 2.8.0
+ upscli_readline@Base 2.8.0
+ upscli_readline_timeout@Base 2.8.0
+ upscli_sendline@Base 2.8.0
+ upscli_sendline_timeout@Base 2.8.0
+ upscli_splitaddr@Base 2.8.0
+ upscli_splitname@Base 2.8.0
+ upscli_ssl@Base 2.8.0
+ upscli_strerror@Base 2.8.0
+ upscli_tryconnect@Base 2.8.0
+ upscli_upserror@Base 2.8.0
diff -Nru nut-2.8.1/debian/rules nut-2.8.1/debian/rules
--- nut-2.8.1/debian/rules      2024-01-11 16:01:16.000000000 +0000
+++ nut-2.8.1/debian/rules      2024-02-19 03:12:25.000000000 +0000
@@ -147,5 +147,5 @@
        dh_installchangelogs --remaining-packages
 
 override_dh_makeshlibs:
-       dh_makeshlibs -plibnutclient2 -V'libnutclient2 (= ${DEB_VERSION})'
-       dh_makeshlibs -Nlibnutclient2
+       dh_makeshlibs -plibnutclient2t64 -V'libnutclient2t64 (= ${DEB_VERSION})'
+       dh_makeshlibs -Nlibnutclient2t64

--- End Message ---
--- Begin Message ---
Source: nut
Source-Version: 2.8.1-3.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
nut, 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 1064...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated nut 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 01:26:20 +0000
Source: nut
Architecture: source
Version: 2.8.1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Laurent Bigonville <bi...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1064256
Changes:
 nut (2.8.1-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1064256
Checksums-Sha1:
 c1be1159d447482ed9ea34d145b30b38be28c455 3503 nut_2.8.1-3.1.dsc
 36885ae27790970af124d55db1b15a9b8e3ebd45 73524 nut_2.8.1-3.1.debian.tar.xz
 48852351ed7529a44c4f718071fed1b13efca1a5 11882 nut_2.8.1-3.1_source.buildinfo
Checksums-Sha256:
 43ac8ecdb727fcefd382ee8fa2093266d30ab095703c04d8116df0236863fc33 3503 
nut_2.8.1-3.1.dsc
 5f7a2618dabec45166ea06f94c1c91eb34f03fafdc63d6540827a6ed564fd878 73524 
nut_2.8.1-3.1.debian.tar.xz
 15fda87b78fcd09603f7116d8f8391a42611acb0fdfa5261c7170a93a241ec50 11882 
nut_2.8.1-3.1_source.buildinfo
Files:
 1cb5036ef5e6444947f8738eb2dd61da 3503 admin optional nut_2.8.1-3.1.dsc
 9f5c4b25806cd5b4bfab229995f2f7db 73524 admin optional 
nut_2.8.1-3.1.debian.tar.xz
 9732256cf6a762cb559f269d702d88b0 11882 admin optional 
nut_2.8.1-3.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXf3Z4ACgkQFZ61xO/I
d0wYUhAAiXN37YYMqxg4EGXj9J/e4RSCCAC3KtXLKMSMgaHBy7z/RQTAOghCF2m4
A5HFFq5yj6P9I63N+yPgXm6UjYaMJl4ITvhydRm9RRW/7NHicg2TDjqY37rozOlI
QSJR77IPoO6lBo1WAA7lO0jNEPguUTPofMshtmiBNjVgeKPvqQv9WbemH0LNsrRc
KYPD6tx6+kaNepnqCk56GZXjdKVP5fFkMNcGR0XYsNXH3yvbEYqpofclKugrs4Lh
uEQBrhtQsNFHxf+3FfcWV8uxLLuJKjYriYgb9Gf/W2xiUc5wegKj6cMdIHbCdZoH
MNxnBI3i9sXOu5ZOCGWAsssFB4w8NTvCX6PNMMBAgN2eGBJ01B6mlYvQgQoiJ7GM
czIqyYAi5FS8hJy5k2b8Aue5NCLpU/zLO/cT/JreZPy9Xive5nU7m8/SDsqVPr3F
wrxyIhSZ4JhQs6Fz1/P/qQDte637Hxul7VB6eJRxbf7bLeo5dxnKPxr+NQJXLTQE
cVDkRXp0o95xJ5NKt/sX40p4++3mfxiP6EdFj1zCEaRGg3+sXcT3VBCjOd1kkb9m
n6oR7pn2ssM6H7bUTzREoY5Djp98kCBY1MxGQIURaMQ+LM0z2GcGY2hcqZT40abE
YNsII/NhNUsVOkR3MUOdP64xUwF9ewv6NXJ0ESeLqkq4Ym05IzI=
=yFEa
-----END PGP SIGNATURE-----

Attachment: pgpwUE34nTkAJ.pgp
Description: PGP signature


--- End Message ---

Reply via email to