Your message dated Thu, 29 Feb 2024 11:35:49 +0000
with message-id <[email protected]>
and subject line Bug#1064185: fixed in mailutils 1:3.17-1.1
has caused the Debian Bug report #1064185,
regarding mailutils: 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.)
--
1064185: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064185
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mailutils
Version: 1:3.17-1
Severity: important
Tags: patch pending sid trixie
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
mailutils 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 mailutils
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 mailutils-3.17/debian/changelog mailutils-3.17/debian/changelog
--- mailutils-3.17/debian/changelog 2024-02-09 20:00:35.000000000 +0000
+++ mailutils-3.17/debian/changelog 2024-02-18 07:13:04.000000000 +0000
@@ -1,3 +1,10 @@
+mailutils (1:3.17-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Sun, 18 Feb 2024 07:13:04 +0000
+
mailutils (1:3.17-1) unstable; urgency=medium
* New upstream release.
diff -Nru mailutils-3.17/debian/control mailutils-3.17/debian/control
--- mailutils-3.17/debian/control 2023-03-03 15:52:35.000000000 +0000
+++ mailutils-3.17/debian/control 2024-02-18 07:13:04.000000000 +0000
@@ -36,7 +36,10 @@
Homepage: https://www.gnu.org/software/mailutils/
Rules-Requires-Root: no
-Package: libmailutils9
+Package: libmailutils9t64
+Provides: ${t64:Provides}
+Replaces: libmailutils9
+Breaks: libmailutils9 (<< ${source:Version})
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
@@ -53,7 +56,10 @@
The following backend stores are currently provided: mbox, mh, maildir,
dotmail, pop3, imap4.
-Package: libmu-dbm9
+Package: libmu-dbm9t64
+Provides: ${t64:Provides}
+Replaces: libmu-dbm9
+Breaks: libmu-dbm9 (<< ${source:Version})
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
@@ -73,8 +79,8 @@
Package: libmailutils-dev
Section: libdevel
Architecture: any
-Depends: libmailutils9 (= ${binary:Version}),
- libmu-dbm9 (= ${binary:Version}),
+Depends: libmailutils9t64 (= ${binary:Version}),
+ libmu-dbm9t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
default-libmysqlclient-dev,
diff -Nru mailutils-3.17/debian/libmailutils9.install
mailutils-3.17/debian/libmailutils9.install
--- mailutils-3.17/debian/libmailutils9.install 2022-04-19 09:53:12.000000000
+0000
+++ mailutils-3.17/debian/libmailutils9.install 1970-01-01 00:00:00.000000000
+0000
@@ -1,2 +0,0 @@
-usr/lib/*/lib*.so.*
-usr/lib/*/mailutils9/*.so
diff -Nru mailutils-3.17/debian/libmailutils9.shlibs
mailutils-3.17/debian/libmailutils9.shlibs
--- mailutils-3.17/debian/libmailutils9.shlibs 2022-04-18 14:52:19.000000000
+0000
+++ mailutils-3.17/debian/libmailutils9.shlibs 1970-01-01 00:00:00.000000000
+0000
@@ -1,14 +0,0 @@
-libmailutils 9 libmailutils9
-libmuaux 9 libmailutils9
-libmu_auth 9 libmailutils9
-libmu_dbm 9 libmailutils9
-libmu_dotmail 9 libmailutils9
-libmu_imap 9 libmailutils9
-libmu_maildir 9 libmailutils9
-libmu_mailer 9 libmailutils9
-libmu_mbox 9 libmailutils9
-libmu_mh 9 libmailutils9
-libmu_pop 9 libmailutils9
-libmu_py 9 libmailutils9
-libmu_scm 9 libmailutils9
-libmu_sieve 9 libmailutils9
diff -Nru mailutils-3.17/debian/libmailutils9t64.install
mailutils-3.17/debian/libmailutils9t64.install
--- mailutils-3.17/debian/libmailutils9t64.install 1970-01-01
00:00:00.000000000 +0000
+++ mailutils-3.17/debian/libmailutils9t64.install 2022-04-19
09:53:12.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/lib*.so.*
+usr/lib/*/mailutils9/*.so
diff -Nru mailutils-3.17/debian/libmailutils9t64.lintian-overrides
mailutils-3.17/debian/libmailutils9t64.lintian-overrides
--- mailutils-3.17/debian/libmailutils9t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ mailutils-3.17/debian/libmailutils9t64.lintian-overrides 2024-02-18
07:13:04.000000000 +0000
@@ -0,0 +1 @@
+libmailutils9t64: package-name-doesnt-match-sonames libmailutils9
diff -Nru mailutils-3.17/debian/libmailutils9t64.shlibs
mailutils-3.17/debian/libmailutils9t64.shlibs
--- mailutils-3.17/debian/libmailutils9t64.shlibs 1970-01-01
00:00:00.000000000 +0000
+++ mailutils-3.17/debian/libmailutils9t64.shlibs 2024-02-18
07:13:04.000000000 +0000
@@ -0,0 +1,14 @@
+libmailutils 9 libmailutils9t64
+libmuaux 9 libmailutils9t64
+libmu_auth 9 libmailutils9t64
+libmu_dbm 9 libmailutils9t64
+libmu_dotmail 9 libmailutils9t64
+libmu_imap 9 libmailutils9t64
+libmu_maildir 9 libmailutils9t64
+libmu_mailer 9 libmailutils9t64
+libmu_mbox 9 libmailutils9t64
+libmu_mh 9 libmailutils9t64
+libmu_pop 9 libmailutils9t64
+libmu_py 9 libmailutils9t64
+libmu_scm 9 libmailutils9t64
+libmu_sieve 9 libmailutils9t64
diff -Nru mailutils-3.17/debian/libmu-dbm9.install
mailutils-3.17/debian/libmu-dbm9.install
--- mailutils-3.17/debian/libmu-dbm9.install 2022-04-18 14:45:34.000000000
+0000
+++ mailutils-3.17/debian/libmu-dbm9.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/libmu_dbm*.so.*
diff -Nru mailutils-3.17/debian/libmu-dbm9t64.install
mailutils-3.17/debian/libmu-dbm9t64.install
--- mailutils-3.17/debian/libmu-dbm9t64.install 1970-01-01 00:00:00.000000000
+0000
+++ mailutils-3.17/debian/libmu-dbm9t64.install 2022-04-18 14:45:34.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/libmu_dbm*.so.*
diff -Nru mailutils-3.17/debian/libmu-dbm9t64.lintian-overrides
mailutils-3.17/debian/libmu-dbm9t64.lintian-overrides
--- mailutils-3.17/debian/libmu-dbm9t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ mailutils-3.17/debian/libmu-dbm9t64.lintian-overrides 2024-02-18
07:13:04.000000000 +0000
@@ -0,0 +1 @@
+libmu-dbm9t64: package-name-doesnt-match-sonames libmu-dbm9
diff -Nru mailutils-3.17/debian/rules mailutils-3.17/debian/rules
--- mailutils-3.17/debian/rules 2022-04-27 20:32:29.000000000 +0000
+++ mailutils-3.17/debian/rules 2024-02-18 07:13:04.000000000 +0000
@@ -69,7 +69,7 @@
find $(CURDIR)/debian/tmp/usr/share/man/man1 -name "*.1" -delete
override_dh_install:
- dh_install -plibmailutils9 -Xlibmu_dbm
+ dh_install -plibmailutils9t64 -Xlibmu_dbm
dh_install --remaining-packages
override_dh_auto_test:
--- End Message ---
--- Begin Message ---
Source: mailutils
Source-Version: 1:3.17-1.1
Done: Graham Inggs <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mailutils, 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 mailutils 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 11:05:39 +0000
Source: mailutils
Architecture: source
Version: 1:3.17-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jordi Mallach <[email protected]>
Changed-By: Graham Inggs <[email protected]>
Closes: 1064185
Changes:
mailutils (1:3.17-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1064185
Checksums-Sha1:
104ab8b09cf28702acc03028b4cf24cc722f3a4c 3254 mailutils_3.17-1.1.dsc
df94a1cdd4bb056eef09449a44ace72b5a525934 31808 mailutils_3.17-1.1.debian.tar.xz
8aa766bb5bfe9dc795203c24809e770a9cb88387 10341
mailutils_3.17-1.1_source.buildinfo
Checksums-Sha256:
a6a005a5f25cb15439efbc6f55ab712743c38d7bec64311a81bc45fe3f1f1152 3254
mailutils_3.17-1.1.dsc
9c3d5a462bc1a794b4e2f498e85f9ec8a335c1f81cbc0bf1d6347bac8634afe8 31808
mailutils_3.17-1.1.debian.tar.xz
41c4c7b291e7630c02251b3aa62ff012a6a4633b4e95d8f5a239e8944c857d3d 10341
mailutils_3.17-1.1_source.buildinfo
Files:
7d69f3bebf533095106fbbd2ba07fc87 3254 mail optional mailutils_3.17-1.1.dsc
70c36580a56e00b52640dfeeb2324899 31808 mail optional
mailutils_3.17-1.1.debian.tar.xz
1ca1dfdd24d0a85236e55b05ddcc2004 10341 mail optional
mailutils_3.17-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXgZeoACgkQr8/sjmac
4cIMhBAAq24eRDNMaYIu4Xy8giR74+mPgCYpza8nZvNKLK/PASLKdmbL8o1jJG0M
hB8Pu5j5c0D7M4j4gDaZNR/3TLjb1C3EHa4OLsmdOy0dFAZOsXwNkL5XFuKaGUce
0Avj4Lpb82i6PFVyGkDgdXJT1w/FR9Hk5z0B8QH4AyX9xb1jTvNPLf05rHiHFKvV
+yuCjwUeOwpFB/xZdgFG2kvNikqA5xZtkg5CX0xfAud7tep6C5dk44jOTgxN2e70
Nk9G3Vltix10SiASh5+H0NQDQpScKLOgriHHvY6iGG/uf3aEgtuFzM+eETxQ8pfP
TN1Me9s5Iz/Uua6ErMW/gDLMUWUnvJGk2Nm+xTcYOjfTSqIOV9rrUI7BLPzONHM3
tWv/wD3QoFLJcFqPLGy2en4Fohq1NUiCqNCQA21o/rGWk87IbJLuDhv8TCQ1J5K/
PIaI0OamtYx49cH0wIPHBH9yOfbZksk+igVpcNRjfAiCcvWqdV6Q34F2ygQkesZd
lDC7TymEjpI+b1DdS8CsGwkt2y4KaYKmXHhFGuElSQ0NYg/RlQDCFid6u5IPgGCH
A6cqcM14EVpkEh7DOxmxyBT+0onXtfknZKzdbUNA2sW7KFhPqJtgAqjLidiPqO8+
VowWACNLZp5Jhw2oBiKKfGXiz9f2YaSjnI8TMjPc1BcMnbU08rg=
=cmH5
-----END PGP SIGNATURE-----
pgp4dkyvNUFqZ.pgp
Description: PGP signature
--- End Message ---