Your message dated Thu, 29 Feb 2024 19:08:21 +0000
with message-id <[email protected]>
and subject line Bug#1062257: fixed in libcoap3 4.3.4-1.1
has caused the Debian Bug report #1062257,
regarding libcoap3: 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.)
--
1062257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062257
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libcoap3
Version: 4.3.4-1
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
libcoap3 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 libcoap3
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'), (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 libcoap3-4.3.4/debian/changelog libcoap3-4.3.4/debian/changelog
--- libcoap3-4.3.4/debian/changelog 2023-10-28 04:11:11.000000000 +0000
+++ libcoap3-4.3.4/debian/changelog 2024-01-31 20:56:26.000000000 +0000
@@ -1,3 +1,10 @@
+libcoap3 (4.3.4-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Wed, 31 Jan 2024 20:56:26 +0000
+
libcoap3 (4.3.4-1) unstable; urgency=medium
* [bd299e2] New upstream version 4.3.4
diff -Nru libcoap3-4.3.4/debian/control libcoap3-4.3.4/debian/control
--- libcoap3-4.3.4/debian/control 2023-10-28 04:07:18.000000000 +0000
+++ libcoap3-4.3.4/debian/control 2024-01-31 20:56:26.000000000 +0000
@@ -20,7 +20,10 @@
Vcs-Browser: https://salsa.debian.org/debian-iot-team/libcoap3
Vcs-Git: https://salsa.debian.org/debian-iot-team/libcoap3.git
-Package: libcoap3
+Package: libcoap3t64
+Provides: ${t64:Provides}
+Replaces: libcoap3
+Breaks: libcoap3 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
@@ -45,7 +48,7 @@
Package: libcoap3-bin
Architecture: any
Depends:
- libcoap3 (= ${binary:Version}),
+ libcoap3t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Conflicts:
@@ -88,7 +91,7 @@
Multi-Arch: same
Depends:
libc6-dev,
- libcoap3 (= ${binary:Version}),
+ libcoap3t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: C-Implementation of CoAP - development files API version 3
diff -Nru libcoap3-4.3.4/debian/libcoap3.docs
libcoap3-4.3.4/debian/libcoap3.docs
--- libcoap3-4.3.4/debian/libcoap3.docs 2022-11-28 09:42:22.000000000 +0000
+++ libcoap3-4.3.4/debian/libcoap3.docs 1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-CONTRIBUTE
-README
-TODO
diff -Nru libcoap3-4.3.4/debian/libcoap3.install.in
libcoap3-4.3.4/debian/libcoap3.install.in
--- libcoap3-4.3.4/debian/libcoap3.install.in 2022-11-28 09:42:22.000000000
+0000
+++ libcoap3-4.3.4/debian/libcoap3.install.in 1970-01-01 00:00:00.000000000
+0000
@@ -1,3 +0,0 @@
-usr/lib/@DEB_HOST_MULTIARCH@/libcoap-*.so.*
-usr/share/man/man3
-usr/share/man/man7
diff -Nru libcoap3-4.3.4/debian/libcoap3.lintian-overrides
libcoap3-4.3.4/debian/libcoap3.lintian-overrides
--- libcoap3-4.3.4/debian/libcoap3.lintian-overrides 2022-11-28
09:42:22.000000000 +0000
+++ libcoap3-4.3.4/debian/libcoap3.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1,7 +0,0 @@
-# libcoap is licensed BSD-2-clause only, the GPL part comes in with the
-# copyright for the Debian packaging!
-libcoap3: possible-gpl-code-linked-with-openssl
-# This warning is correct but useless as we want to package the various
possible
-# libraries within this package, it's overkill to package every library in it's
-# own binary package.
-libcoap3: package-name-doesnt-match-sonames libcoap-3-gnutls3 libcoap-3-notls3
libcoap-3-openssl3
diff -Nru libcoap3-4.3.4/debian/libcoap3.symbols
libcoap3-4.3.4/debian/libcoap3.symbols
--- libcoap3-4.3.4/debian/libcoap3.symbols 2022-11-28 09:42:22.000000000
+0000
+++ libcoap3-4.3.4/debian/libcoap3.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,11 +0,0 @@
-libcoap-3-gnutls.so.3 libcoap3 #MINVER#
-* Build-Depends-Package: libcoap3-dev
- *@VER_3 4.3.0~
-
-libcoap-3-notls.so.3 libcoap3 #MINVER#
-* Build-Depends-Package: libcoap3-dev
- *@VER_3 4.3.0~
-
-libcoap-3-openssl.so.3 libcoap3 #MINVER#
-* Build-Depends-Package: libcoap3-dev
- *@VER_3 4.3.0~
diff -Nru libcoap3-4.3.4/debian/libcoap3t64.docs
libcoap3-4.3.4/debian/libcoap3t64.docs
--- libcoap3-4.3.4/debian/libcoap3t64.docs 1970-01-01 00:00:00.000000000
+0000
+++ libcoap3-4.3.4/debian/libcoap3t64.docs 2022-11-28 09:42:22.000000000
+0000
@@ -0,0 +1,3 @@
+CONTRIBUTE
+README
+TODO
diff -Nru libcoap3-4.3.4/debian/libcoap3t64.install.in
libcoap3-4.3.4/debian/libcoap3t64.install.in
--- libcoap3-4.3.4/debian/libcoap3t64.install.in 1970-01-01
00:00:00.000000000 +0000
+++ libcoap3-4.3.4/debian/libcoap3t64.install.in 2022-11-28
09:42:22.000000000 +0000
@@ -0,0 +1,3 @@
+usr/lib/@DEB_HOST_MULTIARCH@/libcoap-*.so.*
+usr/share/man/man3
+usr/share/man/man7
diff -Nru libcoap3-4.3.4/debian/libcoap3t64.lintian-overrides
libcoap3-4.3.4/debian/libcoap3t64.lintian-overrides
--- libcoap3-4.3.4/debian/libcoap3t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libcoap3-4.3.4/debian/libcoap3t64.lintian-overrides 2024-01-31
20:56:26.000000000 +0000
@@ -0,0 +1,8 @@
+# libcoap is licensed BSD-2-clause only, the GPL part comes in with the
+# copyright for the Debian packaging!
+libcoap3t64: possible-gpl-code-linked-with-openssl
+# This warning is correct but useless as we want to package the various
possible
+# libraries within this package, it's overkill to package every library in it's
+# own binary package.
+libcoap3t64: package-name-doesnt-match-sonames libcoap-3-gnutls3
libcoap-3-notls3 libcoap-3-openssl3
+libcoap3t64: package-name-doesnt-match-sonames libcoap3
diff -Nru libcoap3-4.3.4/debian/libcoap3t64.symbols
libcoap3-4.3.4/debian/libcoap3t64.symbols
--- libcoap3-4.3.4/debian/libcoap3t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ libcoap3-4.3.4/debian/libcoap3t64.symbols 2024-01-31 20:56:26.000000000
+0000
@@ -0,0 +1,11 @@
+libcoap-3-gnutls.so.3 libcoap3t64 #MINVER#
+* Build-Depends-Package: libcoap3t64-dev
+ *@VER_3 4.3.0~
+
+libcoap-3-notls.so.3 libcoap3t64 #MINVER#
+* Build-Depends-Package: libcoap3t64-dev
+ *@VER_3 4.3.0~
+
+libcoap-3-openssl.so.3 libcoap3t64 #MINVER#
+* Build-Depends-Package: libcoap3t64-dev
+ *@VER_3 4.3.0~
--- End Message ---
--- Begin Message ---
Source: libcoap3
Source-Version: 4.3.4-1.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libcoap3, 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.
Benjamin Drung <[email protected]> (supplier of updated libcoap3 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: Thu, 29 Feb 2024 18:39:26 +0000
Source: libcoap3
Architecture: source
Version: 4.3.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian IoT Maintainers
<[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062257
Changes:
libcoap3 (4.3.4-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062257
Checksums-Sha1:
f1f26bbd2d06ab8ab05c6d18ddf626c7afb71283 2227 libcoap3_4.3.4-1.1.dsc
57aebf0a5289392fbdc9c98e2f0cf2f14bdc001b 6748 libcoap3_4.3.4-1.1.debian.tar.xz
e08b31e55bcc2fb7bc3281c688da0af910fd9831 10687
libcoap3_4.3.4-1.1_source.buildinfo
Checksums-Sha256:
fd4fa44e1387b6df0f5626f1dd4bd5602880da655faf72d124c07f336aaf0f28 2227
libcoap3_4.3.4-1.1.dsc
b62c57dc17fe41ea00167e456f99599109f8e78142bff043f4529546f0fa8588 6748
libcoap3_4.3.4-1.1.debian.tar.xz
01c3a73c5215607717cbc0b4c1462c5451c919246db13235a99d61380a359920 10687
libcoap3_4.3.4-1.1_source.buildinfo
Files:
fdac44efd17e6ed7652b5ec442145727 2227 libs optional libcoap3_4.3.4-1.1.dsc
e91fbe9a198d1430de1a31adb85a2353 6748 libs optional
libcoap3_4.3.4-1.1.debian.tar.xz
44d53cc525a0692c154bc5ceeace3662 10687 libs optional
libcoap3_4.3.4-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgz8IACgkQFZ61xO/I
d0ww4g/7Bib+c0SKGZITSPUC6/Mvg87K/vUrVFRJzKDrA7ZQ3d9+/JN4K2YnTpq2
z1bg5u3hTQ07gll9Ksr3gbFm6W8e/LNmdpaJIqtkJFSF4oCdPPfL86nQxiH13bzw
9lJhYkfwgXlR5iC/ciYRRA+QQ4US45VYjcD6q+f2zhc28WoqFqsitY6K9JuwIk2B
NIvzOs7WnMXReUWB9inBCjIbyDsWXdF0xgClUZiZ3EAcMKflxIw6A0MVZp0a/RF4
TppHMsD4jGA9idACm253RkQNPbF8/2oMrMbcX5oqBYEpwWg40Emuskc3G2TCV8KL
CckzVupyCsope6Y5U04KGbR9sLFVWHwkPgwU1M2A9VX2fi28avllQIgT7+tJ1X65
LyDUJq11Ng1VpLOyWUG0aeSx0JekJwuqudJ/CvXFtdPj2WxGCz/a59/9B/13co06
EkqfTP3VDH0SWMjWoFbJXpm9oNsMnByGMOw8Cf03rk4jXlPzgrT5GyRPOCEcjQFh
qUsJiyfk5KdiulcAP1mkYIXQQN292all9fhRDdVrCJqN93N1xrumG0LOgUWXu3C4
cDYpqluaDL+QZ2BKVDB/QvkW4+n8/dgBpseLcEiZT4IxTpX+e+ud36nF5GptOIGY
SvOXc8zypV47zOXCHGFgPJJjR1ylnPuD/TV6R1sKLSzMD2fQUvY=
=QKYu
-----END PGP SIGNATURE-----
pgpiEGBtQBhX1.pgp
Description: PGP signature
--- End Message ---