Your message dated Wed, 28 Feb 2024 23:47:56 +0000
with message-id <[email protected]>
and subject line Bug#1062753: fixed in linux-atm 1:2.5.1-5.1
has caused the Debian Bug report #1062753,
regarding linux-atm: 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.)
--
1062753: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062753
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: linux-atm
Version: 1:2.5.1-5
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
linux-atm 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 linux-atm
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'), (500, 'testing'), (500, 'stable'), (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 linux-atm-2.5.1/debian/changelog linux-atm-2.5.1/debian/changelog
--- linux-atm-2.5.1/debian/changelog 2023-12-20 21:41:15.000000000 +0000
+++ linux-atm-2.5.1/debian/changelog 2024-02-02 23:14:33.000000000 +0000
@@ -1,3 +1,10 @@
+linux-atm (1:2.5.1-5.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Fri, 02 Feb 2024 23:14:33 +0000
+
linux-atm (1:2.5.1-5) unstable; urgency=medium
* QA upload.
diff -Nru linux-atm-2.5.1/debian/control linux-atm-2.5.1/debian/control
--- linux-atm-2.5.1/debian/control 2023-12-20 21:41:15.000000000 +0000
+++ linux-atm-2.5.1/debian/control 2024-02-02 23:14:33.000000000 +0000
@@ -46,7 +46,10 @@
uses one of these protocols: RFC 1483 bridged (RFC 2684 bridged),
RFC 1483 bridged (RFC 2684 routed), PPP over Ethernet (PPPoE).
-Package: libatm1
+Package: libatm1t64
+Provides: ${t64:Provides}
+Replaces: libatm1
+Breaks: libatm1 (<< ${source:Version})
Section: libs
Architecture: linux-any
Multi-Arch: same
@@ -59,7 +62,7 @@
Package: libatm1-dev
Section: libdevel
Architecture: linux-any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libatm1 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libatm1t64 (= ${binary:Version})
Provides: libatm-dev
Description: Development files for compiling ATM programs
Header files and development libraries for compiling ATM (Asynchronous
diff -Nru linux-atm-2.5.1/debian/libatm1.install
linux-atm-2.5.1/debian/libatm1.install
--- linux-atm-2.5.1/debian/libatm1.install 2019-07-19 09:14:25.000000000
+0000
+++ linux-atm-2.5.1/debian/libatm1.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/libatm.so.*
diff -Nru linux-atm-2.5.1/debian/libatm1.symbols
linux-atm-2.5.1/debian/libatm1.symbols
--- linux-atm-2.5.1/debian/libatm1.symbols 2019-07-19 09:14:25.000000000
+0000
+++ linux-atm-2.5.1/debian/libatm1.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,43 +0,0 @@
-libatm.so.1 libatm1 #MINVER#
- __atmlib_fetch@Base 2.4.1-17~
- __t2q_get_rate@Base 2.4.1-17~
- alloc@Base 2.4.1-17~
- ans_byaddr@Base 2.4.1-17~
- ans_byname@Base 2.4.1-17~
- atm2text@Base 2.4.1-17~
- atm_equal@Base 2.4.1-17~
- atm_tcpip_port_mapping@Base 2.4.1-17~
- diag@Base 2.4.1-17~
- diag_dump@Base 2.4.1-17~
- diag_fatal_debug_hook@Base 2.4.1-17~
- expire_timers@Base 2.4.1-17~
- get_logfile@Base 2.4.1-17~
- get_verbosity@Base 2.4.1-17~
- kptr_eq@Base 2.4.1-17~
- kptr_print@Base 2.4.1-17~
- next_timer@Base 2.4.1-17~
- now@Base 2.4.1-17~
- pop_timer@Base 2.4.1-17~
- qos2text@Base 2.4.1-17~
- qos_equal@Base 2.4.1-17~
- read_netl@Base 2.4.1-17~
- sap2text@Base 2.4.1-17~
- sap_equal@Base 2.4.1-17~
- sdu2cell@Base 2.4.1-17~
- set_application@Base 2.4.1-17~
- set_logfile@Base 2.4.1-17~
- set_verbosity@Base 2.4.1-17~
- start_timer@Base 2.4.1-17~
- stop_timer@Base 2.4.1-17~
- text2atm@Base 2.4.1-17~
- text2ip@Base 2.4.1-17~
- text2qos@Base 2.4.1-17~
- text2sap@Base 2.4.1-17~
- timer_handler@Base 2.4.1-17~
- un_attach@Base 2.4.1-17~
- un_create@Base 2.4.1-17~
- un_recv@Base 2.4.1-17~
- un_recv_connect@Base 2.4.1-17~
- un_reply@Base 2.4.1-17~
- un_send@Base 2.4.1-17~
- vdiag@Base 2.4.1-17~
diff -Nru linux-atm-2.5.1/debian/libatm1t64.install
linux-atm-2.5.1/debian/libatm1t64.install
--- linux-atm-2.5.1/debian/libatm1t64.install 1970-01-01 00:00:00.000000000
+0000
+++ linux-atm-2.5.1/debian/libatm1t64.install 2019-07-19 09:14:25.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/libatm.so.*
diff -Nru linux-atm-2.5.1/debian/libatm1t64.lintian-overrides
linux-atm-2.5.1/debian/libatm1t64.lintian-overrides
--- linux-atm-2.5.1/debian/libatm1t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ linux-atm-2.5.1/debian/libatm1t64.lintian-overrides 2024-02-02
23:14:33.000000000 +0000
@@ -0,0 +1 @@
+libatm1t64: package-name-doesnt-match-sonames libatm1
diff -Nru linux-atm-2.5.1/debian/libatm1t64.symbols
linux-atm-2.5.1/debian/libatm1t64.symbols
--- linux-atm-2.5.1/debian/libatm1t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ linux-atm-2.5.1/debian/libatm1t64.symbols 2024-02-02 23:14:33.000000000
+0000
@@ -0,0 +1,43 @@
+libatm.so.1 libatm1t64 #MINVER#
+ __atmlib_fetch@Base 2.4.1-17~
+ __t2q_get_rate@Base 2.4.1-17~
+ alloc@Base 2.4.1-17~
+ ans_byaddr@Base 2.4.1-17~
+ ans_byname@Base 2.4.1-17~
+ atm2text@Base 2.4.1-17~
+ atm_equal@Base 2.4.1-17~
+ atm_tcpip_port_mapping@Base 2.4.1-17~
+ diag@Base 2.4.1-17~
+ diag_dump@Base 2.4.1-17~
+ diag_fatal_debug_hook@Base 2.4.1-17~
+ expire_timers@Base 2.4.1-17~
+ get_logfile@Base 2.4.1-17~
+ get_verbosity@Base 2.4.1-17~
+ kptr_eq@Base 2.4.1-17~
+ kptr_print@Base 2.4.1-17~
+ next_timer@Base 2.4.1-17~
+ now@Base 2.4.1-17~
+ pop_timer@Base 2.4.1-17~
+ qos2text@Base 2.4.1-17~
+ qos_equal@Base 2.4.1-17~
+ read_netl@Base 2.4.1-17~
+ sap2text@Base 2.4.1-17~
+ sap_equal@Base 2.4.1-17~
+ sdu2cell@Base 2.4.1-17~
+ set_application@Base 2.4.1-17~
+ set_logfile@Base 2.4.1-17~
+ set_verbosity@Base 2.4.1-17~
+ start_timer@Base 2.4.1-17~
+ stop_timer@Base 2.4.1-17~
+ text2atm@Base 2.4.1-17~
+ text2ip@Base 2.4.1-17~
+ text2qos@Base 2.4.1-17~
+ text2sap@Base 2.4.1-17~
+ timer_handler@Base 2.4.1-17~
+ un_attach@Base 2.4.1-17~
+ un_create@Base 2.4.1-17~
+ un_recv@Base 2.4.1-17~
+ un_recv_connect@Base 2.4.1-17~
+ un_reply@Base 2.4.1-17~
+ un_send@Base 2.4.1-17~
+ vdiag@Base 2.4.1-17~
--- End Message ---
--- Begin Message ---
Source: linux-atm
Source-Version: 1:2.5.1-5.1
Done: Graham Inggs <[email protected]>
We believe that the bug you reported is fixed in the latest version of
linux-atm, 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.
Graham Inggs <[email protected]> (supplier of updated linux-atm 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: Wed, 28 Feb 2024 21:13:50 +0000
Source: linux-atm
Architecture: source
Version: 1:2.5.1-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Graham Inggs <[email protected]>
Closes: 1062753
Changes:
linux-atm (1:2.5.1-5.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062753
Checksums-Sha1:
bbe2491a9aa49eec76ce5a5694e3c64c5b0092f9 1966 linux-atm_2.5.1-5.1.dsc
efee111b171c8c75e174ee70ee0a6d65237b00e1 11012
linux-atm_2.5.1-5.1.debian.tar.xz
58e7aa6db51043ba46294410801e52474c831c1e 6845
linux-atm_2.5.1-5.1_source.buildinfo
Checksums-Sha256:
ad2e768f03a21f53743a828b0978f50df304fee2ff66e3801940a87de2b92f58 1966
linux-atm_2.5.1-5.1.dsc
485b7e1fbef9b20c69621695998c317910cebc1988bf035ca01c9c8ef897ce1f 11012
linux-atm_2.5.1-5.1.debian.tar.xz
093aeb6581c3bb31de22c6139f52e74924c710d6a0dfa225170e2871b9d908a1 6845
linux-atm_2.5.1-5.1_source.buildinfo
Files:
365b93ec657cc415839c79b61dab1044 1966 net optional linux-atm_2.5.1-5.1.dsc
57ca2b181bebc3ca576805b66d55d3de 11012 net optional
linux-atm_2.5.1-5.1.debian.tar.xz
cc55eea97c7db0359c34cb803e0ac674 6845 net optional
linux-atm_2.5.1-5.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXfokAACgkQr8/sjmac
4cKm6g//R+I1GLZZoFYAaYvJ/Xsj8/yUn9wfBddSqgFVCvs4VEwV7NHUV3O9lDTv
quztzVBzhufOkxnsyGZdRzVbKq7BBfKfoavKKZk+jG0gH04noIXtBqyhDuxQb7pX
yfE4mA8nmA8mUuVOa/1y0Q8ZLs8E1w6hnWn8zeNXqqPiUMwkiEIewEM6YDePSeWc
fflpYMJvz4R/X++jGTKA5IlFz2VTgqgMPSpsJBLv+ElAS6p7uSM7RlwF5siokIbm
I9Sg8Emy6i3kw33BYruRbHDHOPkLxDl9+KqahZwTz3OWHELFCE26XUHj8h5ZATzL
OrpWDfw+p1bed0a28hM0V0HEfBdIPoPdc2FdftjhPm50VAi2KEoDVNoBGOFgYa2Z
ch6BIOJlIEp0zY8CozrDI91wf9MFgm1oHGR+g1HYvvvmE2jeEdztZNJLNGS0waXQ
PtFFoUmEEAcPnoTCdPP6VabumeNUJBaY+59XcKb6dUvFOr7ksOLfgTxD5C5c2fiT
RE6diXGhSvbPknRDKbgJPQ95A87tQpvG/sa6ggAKCJl2YPJhYEOnB5rEGBBl+01/
F9lNtA12UFFamhGG2VJIh36g0khbWMQTL4LOYp46dMW/QqzeAV1Yubwn1qRTf0cE
x4gpFlw05TQAz3tVQeEuNABkGs+mXqMh6/W6j383yXAWU0zcw3c=
=/zqz
-----END PGP SIGNATURE-----
pgpCQ3MSkyCdh.pgp
Description: PGP signature
--- End Message ---