Your message dated Thu, 29 Feb 2024 13:32:05 +0000
with message-id <e1rfgw5-00be4s...@fasolo.debian.org>
and subject line Bug#1063100: fixed in opensaml 3.2.1-4.1
has caused the Debian Bug report #1063100,
regarding opensaml: 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 ow...@bugs.debian.org
immediately.)
--
1063100: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063100
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: opensaml
Version: 3.2.1-4
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
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
opensaml 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 opensaml
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.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, 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 opensaml-3.2.1/debian/changelog opensaml-3.2.1/debian/changelog
--- opensaml-3.2.1/debian/changelog 2023-09-30 06:20:33.000000000 -0300
+++ opensaml-3.2.1/debian/changelog 2024-02-05 00:40:23.000000000 -0300
@@ -1,3 +1,10 @@
+opensaml (3.2.1-4.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanash...@debian.org> Mon, 05 Feb 2024 00:40:23 -0300
+
opensaml (3.2.1-4) unstable; urgency=medium
* [10d3658] Doxygen replaced some PNG graphics with SVG (Closes: #1052956)
diff -Nru opensaml-3.2.1/debian/control opensaml-3.2.1/debian/control
--- opensaml-3.2.1/debian/control 2023-01-18 15:22:52.000000000 -0300
+++ opensaml-3.2.1/debian/control 2024-02-05 00:40:23.000000000 -0300
@@ -27,7 +27,10 @@
Security Assertion Markup Language Specification. It contains a set of open
source C++ classes that support the SAML 1.0, 1.1, and 2.0 specifications.
-Package: libsaml12
+Package: libsaml12t64
+Provides: ${t64:Provides}
+Replaces: libsaml12
+Breaks: libsaml12 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
@@ -44,7 +47,7 @@
Architecture: any
Multi-Arch: same
Depends:
- libsaml12 (= ${binary:Version}),
+ libsaml12t64 (= ${binary:Version}),
libxmltooling-dev (>= 3.2~),
zlib1g-dev,
${misc:Depends},
diff -Nru opensaml-3.2.1/debian/libsaml12.install
opensaml-3.2.1/debian/libsaml12.install
--- opensaml-3.2.1/debian/libsaml12.install 2023-01-18 15:04:34.000000000
-0300
+++ opensaml-3.2.1/debian/libsaml12.install 1969-12-31 21:00:00.000000000
-0300
@@ -1 +0,0 @@
-usr/lib/*/libsaml.so.*
diff -Nru opensaml-3.2.1/debian/libsaml12.lintian-overrides
opensaml-3.2.1/debian/libsaml12.lintian-overrides
--- opensaml-3.2.1/debian/libsaml12.lintian-overrides 2023-01-18
15:04:34.000000000 -0300
+++ opensaml-3.2.1/debian/libsaml12.lintian-overrides 1969-12-31
21:00:00.000000000 -0300
@@ -1,4 +0,0 @@
-# See https://wiki.debian.org/UsingSymbolsFiles and follow to
-# https://www.eyrie.org/~eagle/journal/2012-02/001.html.
-# In short: symbols files are not worth providing for Shibboleth.
-no-symbols-control-file usr/lib/*/libsaml.so.*
diff -Nru opensaml-3.2.1/debian/libsaml12t64.install
opensaml-3.2.1/debian/libsaml12t64.install
--- opensaml-3.2.1/debian/libsaml12t64.install 1969-12-31 21:00:00.000000000
-0300
+++ opensaml-3.2.1/debian/libsaml12t64.install 2023-01-18 15:04:34.000000000
-0300
@@ -0,0 +1 @@
+usr/lib/*/libsaml.so.*
diff -Nru opensaml-3.2.1/debian/libsaml12t64.lintian-overrides
opensaml-3.2.1/debian/libsaml12t64.lintian-overrides
--- opensaml-3.2.1/debian/libsaml12t64.lintian-overrides 1969-12-31
21:00:00.000000000 -0300
+++ opensaml-3.2.1/debian/libsaml12t64.lintian-overrides 2024-02-05
00:40:23.000000000 -0300
@@ -0,0 +1,5 @@
+# See https://wiki.debian.org/UsingSymbolsFiles and follow to
+# https://www.eyrie.org/~eagle/journal/2012-02/001.html.
+# In short: symbols files are not worth providing for Shibboleth.
+no-symbols-control-file usr/lib/*/libsaml.so.*
+libsaml12t64: package-name-doesnt-match-sonames libsaml12
--- End Message ---
--- Begin Message ---
Source: opensaml
Source-Version: 3.2.1-4.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
opensaml, 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 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated opensaml 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 29 Feb 2024 12:48:43 +0000
Source: opensaml
Architecture: source
Version: 3.2.1-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Shib Team <pkg-shibboleth-de...@alioth-lists.debian.net>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063100
Changes:
opensaml (3.2.1-4.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063100
Checksums-Sha1:
19599bb7f519e689791eb7e0f004eb768f88884c 2773 opensaml_3.2.1-4.1.dsc
cb43ce6ad5d8a29f05756974a95490f3b4279062 16788 opensaml_3.2.1-4.1.debian.tar.xz
29e22fe44b2b2326f8360fffada3b55f96bd1f35 8520
opensaml_3.2.1-4.1_source.buildinfo
Checksums-Sha256:
3c4f77d1dca62b2affc053ba5c8d8b19fbd5fb05403c7267b8e1b55bc806641d 2773
opensaml_3.2.1-4.1.dsc
dfb114c62d864bf3176f27e0755f4858d56504bd7f0b6bd354c71f255c24ea5b 16788
opensaml_3.2.1-4.1.debian.tar.xz
aa40147fa4adc92d00c6c98fcf8d0bc5af60943225d59610c9711f81cc078f5f 8520
opensaml_3.2.1-4.1_source.buildinfo
Files:
737745b15b511d1e6ee95928cb61a7c4 2773 libs optional opensaml_3.2.1-4.1.dsc
551ab021e5b8831584f19d34f93ff177 16788 libs optional
opensaml_3.2.1-4.1.debian.tar.xz
48b8f0bc4ab46041eb710ca4d348f26d 8520 libs optional
opensaml_3.2.1-4.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgfWwACgkQFZ61xO/I
d0yZAhAAh4j3akiivbQTbzX3Z2YuEOkq4rRXYBcenoy/X6k04LznOzrBJUqihYGs
m0Dsi3QHON49bVJjLsPTTGkQcARMj0nGvpgmpOQ7Uh1CKiM1py2fO/8mMQtKH484
Wg8KWg1p7IDdA0ge3wh11AAhmcZNfN5iL4LqTnvUTGNad5WJadHxmEhPv8qDMD7+
7PahyBNlyA7fbjpKzHftH4CDkI8g8IbIWJtHLZ6UC5vW/f6TIOVf4SBJZmwKRFX5
7LqJkfg4FQ+chjehZrNDnvp94iSXsEpjDy7y2sXux530bN8YWAuZ6N9TCc2Fvf6s
oy0KDq9VwmhdLfzJ9MEFmiOse8ijjnVAYYs4FOHjDqwDYe7PddDYf0TZS+s5seSg
7nyfWfEQ2BIlfTtE/v0UKy+3iekiPm3pED4PZtwiTRxom97parOfvmwBbXKFTwRe
mYS9F1u+cj5wcNXvx+/3sVA2Gso/uEvHFXNYp0SM1jSFIN1uvuwIlG6C99yCygxU
Lo9e70uoAD0+xqfuZL4PfjH8RcoRYJ0TvzZ00A/KXq4XihlTQAhmTbzpl3nJhKGL
x7ZO1sdx/tn3yyv+S09yr4JLlHHKkLj+L5Bj42u/ecSqElwxytExO3xwVYT8LHUv
P4K/rmIWA5F0JtpzYew1P/bQWUxzFk6gsVXSyDIC071TNNA3yo0=
=zgiv
-----END PGP SIGNATURE-----
pgpgL6xd5Ol8d.pgp
Description: PGP signature
--- End Message ---