Your message dated Wed, 28 Feb 2024 22:37:37 +0000
with message-id <[email protected]>
and subject line Bug#1063007: fixed in udns 0.4-1.1
has caused the Debian Bug report #1063007,
regarding udns: 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.)
--
1063007: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063007
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: udns
Version: 0.4-1
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
udns 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 udns
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 udns-0.4/debian/changelog udns-0.4/debian/changelog
--- udns-0.4/debian/changelog 2014-01-23 10:47:30.000000000 +0000
+++ udns-0.4/debian/changelog 2024-02-04 11:24:08.000000000 +0000
@@ -1,3 +1,10 @@
+udns (0.4-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Sun, 04 Feb 2024 11:24:08 +0000
+
udns (0.4-1) unstable; urgency=low
* new upstream release - another bugfix
diff -Nru udns-0.4/debian/control udns-0.4/debian/control
--- udns-0.4/debian/control 2013-03-02 15:40:31.000000000 +0000
+++ udns-0.4/debian/control 2024-02-04 11:24:08.000000000 +0000
@@ -6,20 +6,23 @@
Build-Depends: debhelper (>= 8.1.3~)
Standards-Version: 3.9.4
-Package: libudns0
+Package: libudns0t64
+Provides: ${t64:Provides}
+Replaces: libudns0
+Breaks: libudns0 (<< ${source:Version})
Section: libs
Multi-Arch: same
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: async-capable DNS stub resolver library
- libudns0 package provides libudns shared library needed
+ libudns0t64 package provides libudns shared library needed
to run programs using it
Package: libudns-dev
Section: libdevel
Architecture: any
-Depends: libudns0 (= ${binary:Version}), ${misc:Depends}
+Depends: libudns0t64 (= ${binary:Version}), ${misc:Depends}
Description: async-capable DNS stub resolver library, development files
This package provides development files needed
to build programs using udns library
diff -Nru udns-0.4/debian/libudns0t64.lintian-overrides
udns-0.4/debian/libudns0t64.lintian-overrides
--- udns-0.4/debian/libudns0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ udns-0.4/debian/libudns0t64.lintian-overrides 2024-02-04
11:24:08.000000000 +0000
@@ -0,0 +1 @@
+libudns0t64: package-name-doesnt-match-sonames libudns0
diff -Nru udns-0.4/debian/rules udns-0.4/debian/rules
--- udns-0.4/debian/rules 2014-01-23 10:39:58.000000000 +0000
+++ udns-0.4/debian/rules 2024-02-04 11:24:08.000000000 +0000
@@ -37,7 +37,7 @@
dh_installdocs -A NEWS
# libudns
- dh_install -plibudns$(SOVER) libudns.so.$(SOVER) $(LIBDIR)
+ dh_install -plibudns$(SOVER)t64 libudns.so.$(SOVER) $(LIBDIR)
# libudns-dev
dh_install -plibudns-dev libudns.a $(LIBDIR)
--- End Message ---
--- Begin Message ---
Source: udns
Source-Version: 0.4-1.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
udns, 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.
Steve Langasek <[email protected]> (supplier of updated udns 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 20:03:54 +0000
Source: udns
Architecture: source
Version: 0.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Michael Tokarev <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1063007
Changes:
udns (0.4-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063007
Checksums-Sha1:
64ad3b8d52fe0ec481f188764c1642c9f7dbbe15 1855 udns_0.4-1.1.dsc
a43566864ba9702a089d3cbb817e79bae4a3636c 5252 udns_0.4-1.1.debian.tar.xz
7f0a3d3622188513ef7bc849737484775405fa9a 6797 udns_0.4-1.1_source.buildinfo
Checksums-Sha256:
17dd14069aeb195b2d17f8ea668126411474b5810b47a2a159e9404f4a189762 1855
udns_0.4-1.1.dsc
0792d1602ff759e1db4b1588dccfaf0120b0c1790180937e6a655f9608519488 5252
udns_0.4-1.1.debian.tar.xz
e96aadd808870e5351af930cf4e654c76de08f15cb737b17d35d15b08282d389 6797
udns_0.4-1.1_source.buildinfo
Files:
d154197301a6b4c61ebc5930a4c80194 1855 net optional udns_0.4-1.1.dsc
b9fc3cf81e0187ce62241034c01016be 5252 net optional udns_0.4-1.1.debian.tar.xz
6882c1d6792441518092d231c491c075 6797 net optional
udns_0.4-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfkboSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9vsYP/0csgyRyBn4rpKH4XZSlcGy/5FLnPBRt
znHkhMmcgS6lP5dcFU6Gwwi5k5V/F5qLCuntYGOV30t/FW6VCcun2s+7fT+Ml1He
SgSmuTV0IBtfEtT2tDsX3vkHz6csgXrglqXnZSKNb68iol7U++B4H6wFMcpKlJiA
PCHdIK9S0CDP4If+U7OmQcXGdUN/KYYHYKoP++CaXJwoMftqzYVk+e81dM38UNAt
8MolorNr9bJ7Js0puR4evvBc/fOfr2ga9YRbIhQtjvEP2L7b2QzNt/gXzxasnLt6
/xOg6YBq2KJLJkc8hvrcDvwKZHP0TBVABGJGNvGJCw/imLViiz90FV4Zw9Zi3Vjg
Qm1sX7Vai7JP1vH+R2PUeRwTO/z5/kTGh67lr92TOvfQMhNDpIbK6j3O4LhOs/HB
2jNRygLBNASRmvNIzQKvVYPbpKh12wDeHcfu+bFcUgzTvsZZIkN4VfllI3ruKwPY
kLNAxHinBgs5nwC8uCBvWW9jJZCYUc5a2bgEOtqsy/X8C1vFUBBNj4TjfEZIDEZ2
8uFIbUQhvpSRpv6kvblVeWVxwT3C7UD6Rir6HFK2q5l19VbYDSoFvXJWd5h0RciH
ryCjIk8aUWsidIwiKSoNWTd5FI7B9lItb1YNAGGWRFtDeqPCM9E7uO/7PFaQr6zy
LgszH5N3aSx/
=6qaT
-----END PGP SIGNATURE-----
pgpw0iyUNdrWv.pgp
Description: PGP signature
--- End Message ---