Your message dated Thu, 29 Feb 2024 10:04:39 +0000
with message-id <[email protected]>
and subject line Bug#1062225: fixed in libassa 3.5.1-8.1
has caused the Debian Bug report #1062225,
regarding libassa: 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.)
--
1062225: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062225
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libassa
Version: 3.5.1-8
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
libassa 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 libassa
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 libassa-3.5.1/debian/changelog libassa-3.5.1/debian/changelog
--- libassa-3.5.1/debian/changelog 2021-09-25 16:56:13.000000000 +0000
+++ libassa-3.5.1/debian/changelog 2024-01-31 19:46:34.000000000 +0000
@@ -1,3 +1,10 @@
+libassa (3.5.1-8.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Wed, 31 Jan 2024 19:46:34 +0000
+
libassa (3.5.1-8) unstable; urgency=medium
* Fix FTBFS due to RPC removal from glibc.
diff -Nru libassa-3.5.1/debian/control libassa-3.5.1/debian/control
--- libassa-3.5.1/debian/control 2021-09-25 16:56:13.000000000 +0000
+++ libassa-3.5.1/debian/control 2024-01-31 19:46:34.000000000 +0000
@@ -12,7 +12,7 @@
Package: libassa-3.5-5-dev
Section: libdevel
Architecture: any
-Depends: libtirpc-dev, ${shlibs:Depends}, libassa-3.5-5v5 (=
${binary:Version}),
+Depends: libtirpc-dev, ${shlibs:Depends}, libassa-3.5-5t64 (=
${binary:Version}),
${misc:Depends}
Conflicts: libassa0-dev, libassa3.4-0-dev, libassa3.5-5-dev
Replaces: libassa0-dev, libassa3.4-0-dev, libassa3.5-5-dev
@@ -30,13 +30,16 @@
needed for developing applications and a program that generates
skeleton files for RAD development with ASSA library.
-Package: libassa-3.5-5v5
+Package: libassa-3.5-5t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libassa-3.5-5v5
+Breaks: libassa-3.5-5v5 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libassa0, libassa3.5-5
-Replaces: libassa0, libassa3.5-5
+Replaces: libassa-3.5-5v5, libassa0, libassa3.5-5
Description: object-oriented C++ networking library
libASSA is an object-oriented C++ networking library based on Adaptive
Communication Patterns. It features a simplistic implementation of the set
diff -Nru libassa-3.5.1/debian/libassa-3.5-5t64.install
libassa-3.5.1/debian/libassa-3.5-5t64.install
--- libassa-3.5.1/debian/libassa-3.5-5t64.install 1970-01-01
00:00:00.000000000 +0000
+++ libassa-3.5.1/debian/libassa-3.5-5t64.install 2021-09-25
16:56:13.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/lib*.so.*
diff -Nru libassa-3.5.1/debian/libassa-3.5-5t64.lintian-overrides
libassa-3.5.1/debian/libassa-3.5-5t64.lintian-overrides
--- libassa-3.5.1/debian/libassa-3.5-5t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libassa-3.5.1/debian/libassa-3.5-5t64.lintian-overrides 2024-01-31
19:46:34.000000000 +0000
@@ -0,0 +1 @@
+libassa-3.5-5t64: package-name-doesnt-match-sonames libassa-3.5-5v5
diff -Nru libassa-3.5.1/debian/libassa-3.5-5t64.shlibs
libassa-3.5.1/debian/libassa-3.5-5t64.shlibs
--- libassa-3.5.1/debian/libassa-3.5-5t64.shlibs 1970-01-01
00:00:00.000000000 +0000
+++ libassa-3.5.1/debian/libassa-3.5-5t64.shlibs 2024-01-31
19:46:34.000000000 +0000
@@ -0,0 +1 @@
+libassa-3.5 5 libassa-3.5-5t64 (>> 3.5.0)
diff -Nru libassa-3.5.1/debian/libassa-3.5-5v5.install
libassa-3.5.1/debian/libassa-3.5-5v5.install
--- libassa-3.5.1/debian/libassa-3.5-5v5.install 2021-09-25
16:56:13.000000000 +0000
+++ libassa-3.5.1/debian/libassa-3.5-5v5.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/lib*.so.*
diff -Nru libassa-3.5.1/debian/libassa-3.5-5v5.shlibs
libassa-3.5.1/debian/libassa-3.5-5v5.shlibs
--- libassa-3.5.1/debian/libassa-3.5-5v5.shlibs 2021-09-25 16:56:13.000000000
+0000
+++ libassa-3.5.1/debian/libassa-3.5-5v5.shlibs 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-libassa-3.5 5 libassa-3.5-5v5 (>> 3.5.0)
--- End Message ---
--- Begin Message ---
Source: libassa
Source-Version: 3.5.1-8.1
Done: Lukas Märdian <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libassa, 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.
Lukas Märdian <[email protected]> (supplier of updated libassa 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 08:42:32 +0000
Source: libassa
Architecture: source
Version: 3.5.1-8.1
Distribution: unstable
Urgency: medium
Maintainer: Shane McDonald <[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1062225
Changes:
libassa (3.5.1-8.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062225
Checksums-Sha1:
c328b52c6319c222e193de02fe9056c333372a6c 2008 libassa_3.5.1-8.1.dsc
94055ec7b8ac754a097c18f3ecc8ba920a2c065c 8528 libassa_3.5.1-8.1.debian.tar.xz
e49d8c3061036560f38d46a998880d3ed0d7f518 6739
libassa_3.5.1-8.1_source.buildinfo
Checksums-Sha256:
361075fc6137bcedb2f36a51bb977b79257f6f3d7243002c6784c4fdf9d6c81d 2008
libassa_3.5.1-8.1.dsc
b8a145e0f67db2b5bd2bd53d68fefee469afe909859db39fca351852390ff0b4 8528
libassa_3.5.1-8.1.debian.tar.xz
acf4905ff340477af556572d01837d8063730dc872b076dc25c563dccf222091 6739
libassa_3.5.1-8.1_source.buildinfo
Files:
8a3ded32f1dd7f8408369b7e51694c56 2008 libs optional libassa_3.5.1-8.1.dsc
07d6856cfc2a5942b16aae754cee61f1 8528 libs optional
libassa_3.5.1-8.1.debian.tar.xz
6e9155f70babbe9e351849fb5ebdb2c6 6739 libs optional
libassa_3.5.1-8.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXgQ80RHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIsPahAAjA00EN5N3y1wIGN8tH9ReU3MYqNscWox
lfI9o6aFNEolB0N/+Edstn7g9lh6TMYcYBhoiLH/Kk3f5VEa5oliSB8NjFACrYOX
ucni49JhL+EwZnLTFsZXqGrEyc6xsBLcrqxB80obF1jeQf1aTflhVXAu1Ptel0Kj
SQJ80SNlkXu8V2jz+zYu0UQt1WRuVuE9imDRhnPgIYZykLpGcY+kW0mfjsG7ELyn
mRGqKT1R40GnFeJ19tkKimp098fErWYZKkFvxTFAfz7lHwr4hQqtoA9XLVCdPAJn
QiwzDJOQRhNzNYIXLDgyYLAjqIjJk7gj7zJdRga5yu5wImzNNxMpEIbmCOV51V1f
QqjBnE+vjlCbsbj5coqkRXFq6WCiPnA/PFqazzSTbNb83u1B1Te/HmyFI3KSzfuF
5foeQN/Y5YqtkKOWC2/s5ZxXLzan78viYUEUDvk06vqHEj1YRylTgxyWP7Ayvjtc
EXS0HArimkrBRMFiBD+wAZ06oTeM2crZ5ppUcudK3dhVARJQmF3eTatED0Xalrt4
gd+aG8pA6SByQIeK9f0JofLWoLLgP2JF/pYQ2+m8R8Gc5cI8f0YEZXLHmQDpnFA0
rI7B/yhRH8lsdiBUaQ5Q68DRrkkmHi6naZeORvIOH4vocRJD36Vc0x0ooyXUXTn4
tOCZRIuWbIg=
=5+ru
-----END PGP SIGNATURE-----
pgpWLVHMgP5Wg.pgp
Description: PGP signature
--- End Message ---