Bug#1063100: opensaml: NMU diff for 64-bit time_t transition
Benjamin Drung
bdrung at debian.org
Thu Feb 29 12:49:44 GMT 2024
Source: opensaml
Dear maintainer,
Please find attached a final version of this patch for the time_t
transition. This patch is being uploaded to unstable.
Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.
Thanks!
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
-------------- next part --------------
diff -Nru opensaml-3.2.1/debian/changelog opensaml-3.2.1/debian/changelog
--- opensaml-3.2.1/debian/changelog 2023-09-30 09:20:33.000000000 +0000
+++ opensaml-3.2.1/debian/changelog 2024-02-29 12:48:43.000000000 +0000
@@ -1,3 +1,10 @@
+opensaml (3.2.1-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1063100
+
+ -- Benjamin Drung <bdrung at debian.org> Thu, 29 Feb 2024 12:48:43 +0000
+
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 18:22:52.000000000 +0000
+++ opensaml-3.2.1/debian/control 2024-02-29 12:48:43.000000000 +0000
@@ -5,7 +5,7 @@
Uploaders:
Ferenc W?gner <wferi at debian.org>,
Etienne Dysli Metref <etienne.dysli-metref at switch.ch>,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
cxxtest <!nocheck>,
debhelper-compat (= 13),
libboost-dev,
@@ -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 18:04:34.000000000 +0000
+++ opensaml-3.2.1/debian/libsaml12.install 1970-01-01 00:00:00.000000000 +0000
@@ -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 18:04:34.000000000 +0000
+++ opensaml-3.2.1/debian/libsaml12.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
@@ -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 1970-01-01 00:00:00.000000000 +0000
+++ opensaml-3.2.1/debian/libsaml12t64.install 2023-01-18 18:04:34.000000000 +0000
@@ -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 1970-01-01 00:00:00.000000000 +0000
+++ opensaml-3.2.1/debian/libsaml12t64.lintian-overrides 2024-02-29 12:48:36.000000000 +0000
@@ -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
More information about the Pkg-shibboleth-devel
mailing list