Your message dated Thu, 29 Feb 2024 09:32:53 +0000
with message-id <[email protected]>
and subject line Bug#1063282: fixed in xmltooling 3.2.4-2.1
has caused the Debian Bug report #1063282,
regarding xmltooling: 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.)
--
1063282: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063282
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xmltooling
Version: 3.2.4-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
xmltooling 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 xmltooling
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'), (500, 'stable'), (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 xmltooling-3.2.4/debian/changelog xmltooling-3.2.4/debian/changelog
--- xmltooling-3.2.4/debian/changelog 2023-09-30 08:08:56.000000000 +0000
+++ xmltooling-3.2.4/debian/changelog 2024-02-06 00:26:50.000000000 +0000
@@ -1,3 +1,10 @@
+xmltooling (3.2.4-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Tue, 06 Feb 2024 00:26:50 +0000
+
xmltooling (3.2.4-2) unstable; urgency=medium
* [45abfb7] Doxygen replaced some PNG graphics with SVG (Closes: #1052944)
diff -Nru xmltooling-3.2.4/debian/control xmltooling-3.2.4/debian/control
--- xmltooling-3.2.4/debian/control 2023-09-30 08:04:50.000000000 +0000
+++ xmltooling-3.2.4/debian/control 2024-02-06 00:26:50.000000000 +0000
@@ -28,7 +28,10 @@
for declaring element- and type-specific API and implementation classes, as
well as signing and encryption support.
-Package: libxmltooling10
+Package: libxmltooling10t64
+Provides: ${t64:Provides}
+Replaces: libxmltooling10
+Breaks: libxmltooling10 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
@@ -51,7 +54,7 @@
libssl-dev,
libxerces-c-dev,
libxml-security-c-dev,
- libxmltooling10 (= ${binary:Version}),
+ libxmltooling10t64 (= ${binary:Version}),
${misc:Depends},
Suggests:
libxmltooling-doc (= ${source:Version}),
diff -Nru xmltooling-3.2.4/debian/libxmltooling10.install
xmltooling-3.2.4/debian/libxmltooling10.install
--- xmltooling-3.2.4/debian/libxmltooling10.install 2023-09-30
08:04:50.000000000 +0000
+++ xmltooling-3.2.4/debian/libxmltooling10.install 1970-01-01
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libxmltooling.so.*
-usr/lib/*/libxmltooling-lite.so.*
diff -Nru xmltooling-3.2.4/debian/libxmltooling10.lintian-overrides
xmltooling-3.2.4/debian/libxmltooling10.lintian-overrides
--- xmltooling-3.2.4/debian/libxmltooling10.lintian-overrides 2023-09-30
08:04:50.000000000 +0000
+++ xmltooling-3.2.4/debian/libxmltooling10.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1,5 +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/*/libxmltooling-lite.so.*
-no-symbols-control-file usr/lib/*/libxmltooling.so.*
diff -Nru xmltooling-3.2.4/debian/libxmltooling10t64.install
xmltooling-3.2.4/debian/libxmltooling10t64.install
--- xmltooling-3.2.4/debian/libxmltooling10t64.install 1970-01-01
00:00:00.000000000 +0000
+++ xmltooling-3.2.4/debian/libxmltooling10t64.install 2023-09-30
08:04:50.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libxmltooling.so.*
+usr/lib/*/libxmltooling-lite.so.*
diff -Nru xmltooling-3.2.4/debian/libxmltooling10t64.lintian-overrides
xmltooling-3.2.4/debian/libxmltooling10t64.lintian-overrides
--- xmltooling-3.2.4/debian/libxmltooling10t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ xmltooling-3.2.4/debian/libxmltooling10t64.lintian-overrides
2024-02-06 00:26:50.000000000 +0000
@@ -0,0 +1,6 @@
+# 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/*/libxmltooling-lite.so.*
+no-symbols-control-file usr/lib/*/libxmltooling.so.*
+libxmltooling10t64: package-name-doesnt-match-sonames libxmltooling10
--- End Message ---
--- Begin Message ---
Source: xmltooling
Source-Version: 3.2.4-2.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xmltooling, 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 xmltooling 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 07:42:33 +0000
Source: xmltooling
Architecture: source
Version: 3.2.4-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Shib Team <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1063282
Changes:
xmltooling (3.2.4-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063282
Checksums-Sha1:
bada9f2b6d230dfe198ff52cafad7bfaa9bb26eb 2771 xmltooling_3.2.4-2.1.dsc
8e6269c1e84a53fe5cebbca54e0f8e8c97f9be29 17984
xmltooling_3.2.4-2.1.debian.tar.xz
673dde142bf6a6ce787ea820111f23f10bf7d23a 8302
xmltooling_3.2.4-2.1_source.buildinfo
Checksums-Sha256:
66d5f033209f46aeb8d51c38e21099f63f6b8cf77ddcf7ff38d07d7c8b9e6050 2771
xmltooling_3.2.4-2.1.dsc
56da62b5c7f4acfc2adf8def980b01f94858deb42a570b2feae444327578bf00 17984
xmltooling_3.2.4-2.1.debian.tar.xz
cd6611cf6e04fce15408d8dacfd0e7bbb87a27795edcdfcaecedd455fac0eb86 8302
xmltooling_3.2.4-2.1_source.buildinfo
Files:
7d473566c0a58cc716412018b6f3ea6e 2771 libs optional xmltooling_3.2.4-2.1.dsc
82fb7e5464dad74ae8106fd95132c2f1 17984 libs optional
xmltooling_3.2.4-2.1.debian.tar.xz
a3b4b99c4f3262e94c7a73238606f948 8302 libs optional
xmltooling_3.2.4-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgNc0SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9Zh4P/j5sgE67YqnXvoiboNhthqyr5F8Wmxqh
PFp+iBH4NjWQ1r4mFN0aXidiCIozukgR7/+W+/ewKtd2AxlHdh3HrRw/2dsxmhhE
s3KZ+1Ku0hOMyEQ1zKjT4C/Tpyez1JsEyJJokcRlr9NvIZzByLJBnjQtSPsPNMGk
JxsRkUwSJiJzTkvChNrBfiXn4NYjC7OemL9ri7RVtE6zntxpEzLyiAHwGAc8Zpcg
rfLEOCO+RLrK6EmBRkckOE5hSoFE8YtvXIuXDhvS+zJuPVg1FefpljjZepZngDyL
nLfQUzpiy+62fiefWivilfND1qSsZyVDVGuMN/RQcdHnAyEDQua2WtN6T6jcdriw
SkfpGVbquKNRtOLB6TcUM/gtkdRBQDrdoS20v39As+WpO5wxmAPchv05G5DDi0BZ
qymSaD5vZsiahtQvNIDxfsPnM/ocWMam46fbGCoxWUy/TTeYKue70ZLbiIv5fJLs
oQXpLmuo3JxSlShbLaOqZfaTHGGaXLQ1sBZprs9C7qlpz5iAIEgkZNU8y8LkMfwG
nGDw6mvouMmhPFmUft2dnhmVggPWiCXlI2X5t7TBpg9fjg5/cujx7Ge+AJ18er/U
mvL83mjUmDJX+zmBSZm32BfSLf+a+ZKZguBx7YqnW9tAjzNISTXYtxdwEK/yq+Yn
1Ay/kqk4lXAU
=qCkC
-----END PGP SIGNATURE-----
pgpUaCX8hqPCd.pgp
Description: PGP signature
--- End Message ---