Your message dated Wed, 28 Feb 2024 13:11:43 +0000
with message-id <[email protected]>
and subject line Bug#1062359: fixed in libguytools2 2.1.0-1.1
has caused the Debian Bug report #1062359,
regarding libguytools2: 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.)
--
1062359: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062359
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libguytools2
Version: 2.1.0-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
libguytools2 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 libguytools2
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 libguytools2-2.1.0/debian/changelog
libguytools2-2.1.0/debian/changelog
--- libguytools2-2.1.0/debian/changelog 2020-05-06 15:50:02.000000000 +0000
+++ libguytools2-2.1.0/debian/changelog 2024-02-01 07:13:45.000000000 +0000
@@ -1,3 +1,10 @@
+libguytools2 (2.1.0-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Thu, 01 Feb 2024 07:13:45 +0000
+
libguytools2 (2.1.0-1) unstable; urgency=medium
[ Samuel Henrique ]
diff -Nru libguytools2-2.1.0/debian/control libguytools2-2.1.0/debian/control
--- libguytools2-2.1.0/debian/control 2020-05-06 15:18:24.000000000 +0000
+++ libguytools2-2.1.0/debian/control 2024-02-01 07:13:45.000000000 +0000
@@ -19,7 +19,7 @@
Section: libdevel
Architecture: amd64 arm64 armhf i386 powerpc
Depends:
- libguytools2 (= ${binary:Version}),
+ libguytools2t64 (= ${binary:Version}),
${misc:Depends},
Description: development files for libguytools being a small programming
toolbox
Includes modules for configuration file handling, error handling, logging and
@@ -27,7 +27,10 @@
backtracing in case of segmentation faults. This package provides the
development files for libguytools2.
-Package: libguytools2
+Package: libguytools2t64
+Provides: ${t64:Provides}
+Replaces: libguytools2
+Breaks: libguytools2 (<< ${source:Version})
Architecture: amd64 arm64 armhf i386 powerpc
Depends:
${shlibs:Depends},
diff -Nru libguytools2-2.1.0/debian/libguytools2.dirs
libguytools2-2.1.0/debian/libguytools2.dirs
--- libguytools2-2.1.0/debian/libguytools2.dirs 2020-05-06 14:55:33.000000000
+0000
+++ libguytools2-2.1.0/debian/libguytools2.dirs 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru libguytools2-2.1.0/debian/libguytools2.install
libguytools2-2.1.0/debian/libguytools2.install
--- libguytools2-2.1.0/debian/libguytools2.install 2020-05-06
14:55:33.000000000 +0000
+++ libguytools2-2.1.0/debian/libguytools2.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*.so.*.*.*
diff -Nru libguytools2-2.1.0/debian/libguytools2.links
libguytools2-2.1.0/debian/libguytools2.links
--- libguytools2-2.1.0/debian/libguytools2.links 2020-05-06
15:18:24.000000000 +0000
+++ libguytools2-2.1.0/debian/libguytools2.links 1970-01-01
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# See chapter 8.1 in the Debian Policy Manual
-usr/lib/libguytools.so.2.1.0 usr/lib/libguytools.so.2
diff -Nru libguytools2-2.1.0/debian/libguytools2t64.dirs
libguytools2-2.1.0/debian/libguytools2t64.dirs
--- libguytools2-2.1.0/debian/libguytools2t64.dirs 1970-01-01
00:00:00.000000000 +0000
+++ libguytools2-2.1.0/debian/libguytools2t64.dirs 2020-05-06
14:55:33.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru libguytools2-2.1.0/debian/libguytools2t64.install
libguytools2-2.1.0/debian/libguytools2t64.install
--- libguytools2-2.1.0/debian/libguytools2t64.install 1970-01-01
00:00:00.000000000 +0000
+++ libguytools2-2.1.0/debian/libguytools2t64.install 2020-05-06
14:55:33.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*.so.*.*.*
diff -Nru libguytools2-2.1.0/debian/libguytools2t64.links
libguytools2-2.1.0/debian/libguytools2t64.links
--- libguytools2-2.1.0/debian/libguytools2t64.links 1970-01-01
00:00:00.000000000 +0000
+++ libguytools2-2.1.0/debian/libguytools2t64.links 2020-05-06
15:18:24.000000000 +0000
@@ -0,0 +1,2 @@
+# See chapter 8.1 in the Debian Policy Manual
+usr/lib/libguytools.so.2.1.0 usr/lib/libguytools.so.2
diff -Nru libguytools2-2.1.0/debian/libguytools2t64.lintian-overrides
libguytools2-2.1.0/debian/libguytools2t64.lintian-overrides
--- libguytools2-2.1.0/debian/libguytools2t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libguytools2-2.1.0/debian/libguytools2t64.lintian-overrides 2024-02-01
07:13:45.000000000 +0000
@@ -0,0 +1 @@
+libguytools2t64: package-name-doesnt-match-sonames libguytools2
--- End Message ---
--- Begin Message ---
Source: libguytools2
Source-Version: 2.1.0-1.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libguytools2, 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 libguytools2 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 12:42:16 +0000
Source: libguytools2
Architecture: source
Version: 2.1.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062359
Changes:
libguytools2 (2.1.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062359
Checksums-Sha1:
e17e23384525794db42fb7c7a276b7deea460981 2214 libguytools2_2.1.0-1.1.dsc
7492e6f838967710179b5b5266ac4f9919229de2 3916
libguytools2_2.1.0-1.1.debian.tar.xz
c0723258cc23f1ebf09df99a57790e00e64ece1c 11502
libguytools2_2.1.0-1.1_source.buildinfo
Checksums-Sha256:
1a0adcb909a585e546d83c4c7579b4cb63d604d6b842a493a5996676e72b94d5 2214
libguytools2_2.1.0-1.1.dsc
cd9c04993531d3cc5dbcef2d624e4d159eb057d5c29ceb59cc0c986196a3e2f7 3916
libguytools2_2.1.0-1.1.debian.tar.xz
8c2242477b3793d508bc7cec6b184e62ff6860b96998c2804ad0bde91a8b71b7 11502
libguytools2_2.1.0-1.1_source.buildinfo
Files:
d63c3a367c203981152b54114d99648f 2214 libs optional libguytools2_2.1.0-1.1.dsc
6fa5bbeefb6a2cf73f87dbb444db6b0f 3916 libs optional
libguytools2_2.1.0-1.1.debian.tar.xz
d2df7c0fc236ca5520e98e548fb57e45 11502 libs optional
libguytools2_2.1.0-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfKjIACgkQFZ61xO/I
d0xPiA/+MzRZP+t2++ii0XJ65qXn8rbtjJD9WN+Ce4dksqYbi+NF9qUlxgj7Adti
uUnvLWnAOVZr/HmNdBakoyrDCPBOW+lZcMkzhmDCQcmIYTuYcxh6pQ761li3/aG8
j9TclJiRHvFILKrTfiWn0LukJWUcDMzxWrLgd4PbytDRfCpAcPJSr7wPCfyZKspv
kM3e+TM5Zj3rS7sKKLHCGHNxjp4fhSqYV96Gn5Wmbl7SjyHf5yd48RVn9R1DD0yf
mp3N3lhc5YI1T9npPDyUCQAyXxC4NmNuhL1/a7ZYtQ1xXTUzlfOco7GUIMzTk332
mhe0LyXtOjRxG16YZdLdrMEgHqhHRaoSTYJApKVNjKU3/0GSOauM8wNfA5rKirlr
rav0uWbXlLpBiwDYUXkSdKgki8cHQ0jjG2J5jSYPnwHlpebJP8hnsNzfzhWzHVGv
GnF0YxtTUW6KAMsbv/6m4jw0pgTM+SYcW5dp7SdTL50yR8V0bRMlfKGN2xbjbBqG
cAZnXGjm4BfHrA0V51azDqSL9Ig7sdZdrfZYdrWfRpUewOKkHdrzh7lCZd1IPMHe
ROtYGYxZMS7maeLz0K2humWTGrWM4nvOpzbISRcpBcPrcXwDHMKNZZWRtRsf6DfK
0Ihjb3QP+3392KftC4eWsWkyajoiB2CYunLUB0ebmkHESFBdkgo=
=bDLh
-----END PGP SIGNATURE-----
pgpEUPfEEqIJl.pgp
Description: PGP signature
--- End Message ---