Your message dated Thu, 29 Feb 2024 16:50:17 +0000
with message-id <[email protected]>
and subject line Bug#1062887: fixed in scitokens-cpp 1.1.0-1.1
has caused the Debian Bug report #1062887,
regarding scitokens-cpp: 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.)
--
1062887: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062887
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: scitokens-cpp
Version: 1.1.0-1
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
scitokens-cpp 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 scitokens-cpp
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'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-5-amd64 (SMP w/32 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
diff -Nru scitokens-cpp-1.1.0/debian/changelog
scitokens-cpp-1.1.0/debian/changelog
--- scitokens-cpp-1.1.0/debian/changelog 2023-11-10 13:35:19.000000000
+0000
+++ scitokens-cpp-1.1.0/debian/changelog 2024-02-03 21:24:02.000000000
+0000
@@ -1,3 +1,10 @@
+scitokens-cpp (1.1.0-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <[email protected]> Sat, 03 Feb 2024 21:24:02
+0000
+
scitokens-cpp (1.1.0-1) unstable; urgency=medium
* Update to version 1.1.0
diff -Nru scitokens-cpp-1.1.0/debian/control scitokens-cpp-1.1.0/debian/control
--- scitokens-cpp-1.1.0/debian/control 2023-11-10 13:28:12.000000000 +0000
+++ scitokens-cpp-1.1.0/debian/control 2024-02-03 21:24:02.000000000 +0000
@@ -16,7 +16,10 @@
Vcs-Browser: https://salsa.debian.org/ellert/scitokens-cpp
Vcs-Git: https://salsa.debian.org/ellert/scitokens-cpp.git
-Package: libscitokens0
+Package: libscitokens0t64
+Provides: ${t64:Provides}
+Replaces: libscitokens0
+Breaks: libscitokens0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -40,7 +43,7 @@
Multi-Arch: same
Section: libdevel
Depends:
- libscitokens0 (= ${binary:Version}),
+ libscitokens0t64 (= ${binary:Version}),
${misc:Depends}
Description: Development files for scitokens-cpp
Development files (header files) for scitokens-cpp.
@@ -49,7 +52,7 @@
Architecture: any
Multi-Arch: foreign
Depends:
- libscitokens0 (= ${binary:Version}),
+ libscitokens0t64 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: Binaries for scitokens-cpp
diff -Nru scitokens-cpp-1.1.0/debian/libscitokens0.docs
scitokens-cpp-1.1.0/debian/libscitokens0.docs
--- scitokens-cpp-1.1.0/debian/libscitokens0.docs 2020-12-20
00:01:28.000000000 +0000
+++ scitokens-cpp-1.1.0/debian/libscitokens0.docs 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-README.md
diff -Nru scitokens-cpp-1.1.0/debian/libscitokens0.install
scitokens-cpp-1.1.0/debian/libscitokens0.install
--- scitokens-cpp-1.1.0/debian/libscitokens0.install 2020-12-20
00:01:28.000000000 +0000
+++ scitokens-cpp-1.1.0/debian/libscitokens0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/libSciTokens.so.*
diff -Nru scitokens-cpp-1.1.0/debian/libscitokens0t64.docs
scitokens-cpp-1.1.0/debian/libscitokens0t64.docs
--- scitokens-cpp-1.1.0/debian/libscitokens0t64.docs 1970-01-01
00:00:00.000000000 +0000
+++ scitokens-cpp-1.1.0/debian/libscitokens0t64.docs 2020-12-20
00:01:28.000000000 +0000
@@ -0,0 +1 @@
+README.md
diff -Nru scitokens-cpp-1.1.0/debian/libscitokens0t64.install
scitokens-cpp-1.1.0/debian/libscitokens0t64.install
--- scitokens-cpp-1.1.0/debian/libscitokens0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ scitokens-cpp-1.1.0/debian/libscitokens0t64.install 2020-12-20
00:01:28.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/libSciTokens.so.*
diff -Nru scitokens-cpp-1.1.0/debian/libscitokens0t64.lintian-overrides
scitokens-cpp-1.1.0/debian/libscitokens0t64.lintian-overrides
--- scitokens-cpp-1.1.0/debian/libscitokens0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ scitokens-cpp-1.1.0/debian/libscitokens0t64.lintian-overrides
2024-02-03 21:24:02.000000000 +0000
@@ -0,0 +1 @@
+libscitokens0t64: package-name-doesnt-match-sonames libscitokens0
--- End Message ---
--- Begin Message ---
Source: scitokens-cpp
Source-Version: 1.1.0-1.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
scitokens-cpp, 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.
Benjamin Drung <[email protected]> (supplier of updated scitokens-cpp 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 15:44:22 +0000
Source: scitokens-cpp
Architecture: source
Version: 1.1.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Mattias Ellert <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062887
Changes:
scitokens-cpp (1.1.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062887
Checksums-Sha1:
1af692c04dac5fb92ae878afa587c57d289883c0 2148 scitokens-cpp_1.1.0-1.1.dsc
4195477df5f91e2089cccaa1cc0bdd243d45d676 9212
scitokens-cpp_1.1.0-1.1.debian.tar.xz
b8edbfcaeb9f4806b559c24e17fe4ce122c01b2a 8047
scitokens-cpp_1.1.0-1.1_source.buildinfo
Checksums-Sha256:
042f90e1fde9e6765c50be8f9ec8519b4fd220a63cd480b3e6fe5e2a334c1874 2148
scitokens-cpp_1.1.0-1.1.dsc
f6f2edbbc98a68631df7e77247348a5af7a2dca60e7b4454d0b40f97a038bfb0 9212
scitokens-cpp_1.1.0-1.1.debian.tar.xz
7e3a58d22129114444e4e82244b537a171904aad8f9477cee9a1a0ab11997315 8047
scitokens-cpp_1.1.0-1.1_source.buildinfo
Files:
f90b93c058a78dae7a109caff96102dd 2148 net optional scitokens-cpp_1.1.0-1.1.dsc
3c420ec48e60e63f69833af0082066d4 9212 net optional
scitokens-cpp_1.1.0-1.1.debian.tar.xz
86f4f0e2b0a3dcb2ef2ff8443f458c7f 8047 net optional
scitokens-cpp_1.1.0-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgpmcACgkQFZ61xO/I
d0y1Uw//S8ape3RMhHXeb00tn+MijkFfXOnB+xUMFYC/jwO+v7PXe2dEEIfkmTRJ
TUxWamQJFUxkMnzWs2h0EH1uM1cA5m/Jv9aTn3FlKPJEBGoAotaJlL08w9MIG2vc
0jETudNOXFoVu5cxJHEr8QOE1WyzgKycjVBNWHqTBGNJSLlBba2mfbIHUfozqiwi
C/KZYPS+FhOyWMuojNY8I14wVWQ67rRDhFhMI8p/kKvS/c7chh6JCG8YSC+ostWz
vSHE5kh3a0XaleXl9zWwM8CslHoHnDHsm+QyGbnCOsUDFKDzaiiImnJapPPy+K5v
ZFXDct2dVb4d1DVJuvOXGycKM/mrF/+58CwsnK0NQyF1jW8OfukN7ZH7pMkXb7sW
srKc3PxlQXyIuiGrXHVCho50WMdeMCsjWiU5G/FCHNaGb+a1k5wDMtFfx4dJ4CoT
T1IvpTepj7iLcBsV+KMKh2i052IMmRlkXPfJ1JP+ZFUaIquxr7G5H7JpUUVz6ls2
9pU2EGEi09eFPtEoDKUeRN1mOX3hwFyMAFaKh7Jjv6hCukdFBZlCffcW2X6Zq1kO
+pxLFOg5wxK8UPpRCYd52HCwgsPesXZ8WraBlCHCteFMk7/BQf3GC4Y9keM5StHx
yfPoRzohthDAbJje7gwIjvv81sRwXcxaRrN0Bki190jj8DZLJRA=
=jbcS
-----END PGP SIGNATURE-----
pgpAbuQ0psq0X.pgp
Description: PGP signature
--- End Message ---