Your message dated Fri, 01 Mar 2024 13:26:24 +0000
with message-id <[email protected]>
and subject line Bug#1063197: fixed in wget2 2.1.0-2.1
has caused the Debian Bug report #1063197,
regarding wget2: 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.)
--
1063197: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063197
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: wget2
Version: 2.1.0-2
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
wget2 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 wget2
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 wget2-2.1.0/debian/changelog wget2-2.1.0/debian/changelog
--- wget2-2.1.0/debian/changelog 2023-09-10 09:38:28.000000000 +0000
+++ wget2-2.1.0/debian/changelog 2024-02-05 16:46:46.000000000 +0000
@@ -1,3 +1,10 @@
+wget2 (2.1.0-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Mon, 05 Feb 2024 16:46:46 +0000
+
wget2 (2.1.0-2) unstable; urgency=medium
* debian/rules replace config.gues|sub copy with dh_update_autotools_config
diff -Nru wget2-2.1.0/debian/control wget2-2.1.0/debian/control
--- wget2-2.1.0/debian/control 2023-09-10 09:38:28.000000000 +0000
+++ wget2-2.1.0/debian/control 2024-02-05 16:46:46.000000000 +0000
@@ -11,7 +11,7 @@
Package: wget2
Architecture: any
-Depends: libwget2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libwget2t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: ca-certificates
Description: file and recursive website downloader
GNU Wget is a network utility to retrieve files from the web
@@ -35,11 +35,13 @@
.
GNU Wget2 is the successor of GNU Wget.
-Package: libwget2
+Package: libwget2t64
+Provides: ${t64:Provides}
+Breaks: libwget2 (<< ${source:Version})
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libwget0
+Replaces: libwget2, libwget0
Description: Download library for files and recursive websites
GNU Wget is a network utility to retrieve files from the web
using HTTP(S) and FTP, the two most widely used internet
@@ -56,7 +58,7 @@
Section: libdevel
Architecture: any
Depends: wget2 (= ${binary:Version}), ${misc:Depends}
-Description: development file for libwget2
+Description: development file for libwget2t64
GNU Wget is a network utility to retrieve files from the web
using HTTP(S) and FTP, the two most widely used internet
protocols. It works non-interactively, so it will work in
diff -Nru wget2-2.1.0/debian/libwget2.dirs wget2-2.1.0/debian/libwget2.dirs
--- wget2-2.1.0/debian/libwget2.dirs 2021-01-26 16:18:33.000000000 +0000
+++ wget2-2.1.0/debian/libwget2.dirs 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru wget2-2.1.0/debian/libwget2.install
wget2-2.1.0/debian/libwget2.install
--- wget2-2.1.0/debian/libwget2.install 2021-01-26 16:18:33.000000000 +0000
+++ wget2-2.1.0/debian/libwget2.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru wget2-2.1.0/debian/libwget2t64.dirs
wget2-2.1.0/debian/libwget2t64.dirs
--- wget2-2.1.0/debian/libwget2t64.dirs 1970-01-01 00:00:00.000000000 +0000
+++ wget2-2.1.0/debian/libwget2t64.dirs 2021-01-26 16:18:33.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru wget2-2.1.0/debian/libwget2t64.install
wget2-2.1.0/debian/libwget2t64.install
--- wget2-2.1.0/debian/libwget2t64.install 1970-01-01 00:00:00.000000000
+0000
+++ wget2-2.1.0/debian/libwget2t64.install 2021-01-26 16:18:33.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -Nru wget2-2.1.0/debian/libwget2t64.lintian-overrides
wget2-2.1.0/debian/libwget2t64.lintian-overrides
--- wget2-2.1.0/debian/libwget2t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ wget2-2.1.0/debian/libwget2t64.lintian-overrides 2024-02-05
16:46:46.000000000 +0000
@@ -0,0 +1 @@
+libwget2t64: package-name-doesnt-match-sonames libwget2
--- End Message ---
--- Begin Message ---
Source: wget2
Source-Version: 2.1.0-2.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wget2, 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 wget2 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: Fri, 01 Mar 2024 12:57:32 +0000
Source: wget2
Architecture: source
Version: 2.1.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Noël Köthe <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1063197
Changes:
wget2 (2.1.0-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063197
Checksums-Sha1:
faaa64487bb608c4e9ff4d0e2fbee6c699c248ce 2448 wget2_2.1.0-2.1.dsc
ed681d679c900be99a11a66ed2c533966a11caea 4212 wget2_2.1.0-2.1.debian.tar.xz
52274cb657051f604f7bbf8e08a8f974ee9f8a83 10756 wget2_2.1.0-2.1_source.buildinfo
Checksums-Sha256:
ed039d0fd09c1f9637b740c2cac10e8c53b4bfbe2a9e9e77f94edad6eabacbbe 2448
wget2_2.1.0-2.1.dsc
12124054a0d59d2ccb4ce808224e900e6ec75657b5980cc8a574c3c260f6b2ba 4212
wget2_2.1.0-2.1.debian.tar.xz
e74d43bcdf09af509db39b2cb376130f4bfb39cdc2be76a084e329472dccd981 10756
wget2_2.1.0-2.1_source.buildinfo
Files:
709be2ab637b7d91a1b81909b7d09654 2448 web optional wget2_2.1.0-2.1.dsc
a61cf6645fecd5dac4688b06f3b4242e 4212 web optional
wget2_2.1.0-2.1.debian.tar.xz
84ed6a3f455a6f4bbefbec342ff976cc 10756 web optional
wget2_2.1.0-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXh0R0ACgkQFZ61xO/I
d0yZ8w/9FNz5evdby9HMLw7n7WlSb+qqGxjmZvyi4rLB7ggeM7U/Im6YyFUmbUBk
PH0oQSaAdaleR6AuMcHovcMznmAJR2CCHz1Ibyj1pvc0V1LT6KrHVgGC5m3DAY2I
rffmxg5G6ihME1v49pjmfW5iNi87ZjlbiBnjxCLZNj1tID1L20WMZ2Hs3M9yqil4
mS2tleaecln8/WPmft4jX1I16PmL7WXDyhDx4BFUSluXKuSeYwJ/gHlVgOmMCHgb
dmFiP3CGdYy4m3MI3x9/O7juLl/RwbKp0DFisRfsGzCmb4GZppAj5/h54dTr2t75
Pa+maP0ibL7WBI2xOvX8Dx7NEudROInxJO2fF2wJECvBVI2kheAS68UgnFZzH8GC
VZdCV8v6qXXlJQX81RvixyxYgagF74SOzMRrzIs42BeT4k9esQIYOVniKtyRsxzQ
dChhsiwVyydr6GaV9ZK44rHgZQskrKCILZnN6tD+aEBuDyPW/zgt4PttK6ba+Wao
O5sYkwcIkXU18fI44OCQhv2hvC/az62M8yVSe9qr0xAPq9qkX9DQpfrudrJvzaz2
9TfB7iIQBPObjSnA0T3uJHT+5MruwsdAbWlGGy+sgJTACB2PNzH9/8B0JcWUbIh4
v+knYyfmhQFizLgcN6m7pWhkUyc2Hot4k7hek0DN1FXQ7971cBE=
=2HzO
-----END PGP SIGNATURE-----
pgpOHMXXdb2uw.pgp
Description: PGP signature
--- End Message ---