Your message dated Wed, 28 Feb 2024 18:15:46 +0000
with message-id <[email protected]>
and subject line Bug#1061906: fixed in cpp-httplib 0.14.3+ds-1.1
has caused the Debian Bug report #1061906,
regarding cpp-httplib: 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.)


-- 
1061906: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061906
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cpp-httplib
Version: 0.14.3+ds-1
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
cpp-httplib 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 cpp-httplib
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-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru cpp-httplib-0.14.3+ds/debian/changelog 
cpp-httplib-0.14.3+ds/debian/changelog
--- cpp-httplib-0.14.3+ds/debian/changelog      2023-12-24 16:57:33.000000000 
+0000
+++ cpp-httplib-0.14.3+ds/debian/changelog      2024-01-30 01:25:12.000000000 
+0000
@@ -1,3 +1,10 @@
+cpp-httplib (0.14.3+ds-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <[email protected]>  Tue, 30 Jan 2024 01:25:12 +0000
+
 cpp-httplib (0.14.3+ds-1) unstable; urgency=medium
 
   * New upstream version 0.14.3+ds
diff -Nru cpp-httplib-0.14.3+ds/debian/control 
cpp-httplib-0.14.3+ds/debian/control
--- cpp-httplib-0.14.3+ds/debian/control        2023-09-11 10:48:07.000000000 
+0000
+++ cpp-httplib-0.14.3+ds/debian/control        2024-01-30 01:25:12.000000000 
+0000
@@ -17,7 +17,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/cpp-httplib
 Rules-Requires-Root: no
 
-Package: libcpp-httplib0.14
+Package: libcpp-httplib0.14t64
+Provides: ${t64:Provides}
+Replaces: libcpp-httplib0.14
+Breaks: libcpp-httplib0.14 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
diff -Nru cpp-httplib-0.14.3+ds/debian/libcpp-httplib0.14.install 
cpp-httplib-0.14.3+ds/debian/libcpp-httplib0.14.install
--- cpp-httplib-0.14.3+ds/debian/libcpp-httplib0.14.install     2023-09-11 
10:48:07.000000000 +0000
+++ cpp-httplib-0.14.3+ds/debian/libcpp-httplib0.14.install     1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcpp-httplib.so.0.14*
diff -Nru cpp-httplib-0.14.3+ds/debian/libcpp-httplib0.14t64.install 
cpp-httplib-0.14.3+ds/debian/libcpp-httplib0.14t64.install
--- cpp-httplib-0.14.3+ds/debian/libcpp-httplib0.14t64.install  1970-01-01 
00:00:00.000000000 +0000
+++ cpp-httplib-0.14.3+ds/debian/libcpp-httplib0.14t64.install  2023-09-11 
10:48:07.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcpp-httplib.so.0.14*
diff -Nru cpp-httplib-0.14.3+ds/debian/libcpp-httplib0.14t64.lintian-overrides 
cpp-httplib-0.14.3+ds/debian/libcpp-httplib0.14t64.lintian-overrides
--- cpp-httplib-0.14.3+ds/debian/libcpp-httplib0.14t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ cpp-httplib-0.14.3+ds/debian/libcpp-httplib0.14t64.lintian-overrides        
2024-01-30 01:25:12.000000000 +0000
@@ -0,0 +1 @@
+libcpp-httplib0.14t64: package-name-doesnt-match-sonames libcpp-httplib0.14

--- End Message ---
--- Begin Message ---
Source: cpp-httplib
Source-Version: 0.14.3+ds-1.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
cpp-httplib, 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 cpp-httplib 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: Wed, 28 Feb 2024 17:39:39 +0000
Source: cpp-httplib
Architecture: source
Version: 0.14.3+ds-1.1
Distribution: unstable
Urgency: medium
Maintainer: Andrea Pappacoda <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1061906
Changes:
 cpp-httplib (0.14.3+ds-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1061906
Checksums-Sha1:
 344e444f3c35adee81dcf07cab5a8e94c5c13615 2290 cpp-httplib_0.14.3+ds-1.1.dsc
 cce4ba56762e020d6b1f383f11ef94e1db6ed2c1 4416 
cpp-httplib_0.14.3+ds-1.1.debian.tar.xz
 7965f2526ac46cc65b800d364a87e7239fb8310d 7449 
cpp-httplib_0.14.3+ds-1.1_source.buildinfo
Checksums-Sha256:
 0d0753b03b7db50325e5661795d50e116e39ea6f679bd53509070e2af11c2a75 2290 
cpp-httplib_0.14.3+ds-1.1.dsc
 0315a5204edfc600eba0f384f304267cb2e8af0ad6a2c54e476fac29bd135b88 4416 
cpp-httplib_0.14.3+ds-1.1.debian.tar.xz
 231626f35a37c58362461c9e50e14088a8c585fb1412d09a42273fd7f3d9c7f0 7449 
cpp-httplib_0.14.3+ds-1.1_source.buildinfo
Files:
 4ef2debe7bbe750c29a7eb4a4ec80633 2290 libs optional 
cpp-httplib_0.14.3+ds-1.1.dsc
 b94493d3c08ad036f82d3debb49d1ccb 4416 libs optional 
cpp-httplib_0.14.3+ds-1.1.debian.tar.xz
 4b31721d1daa4cb2952d35f802b62a88 7449 libs optional 
cpp-httplib_0.14.3+ds-1.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfb/gSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM98BoQAM2bipK3/WLYVpI+xdVW8BRUjuG6i2JC
f07q2+mYP8/3SZq0YzoQR0YwT7pqaf8spqv3SeOlolNzVIabFkn8Csmwa/k4vzFI
xEpOZ9Q4bpFQZ+brp6vUQ7izP2t6pYvV84o+NN7PIBXMfTjm3iALvpypBEl+05j0
avp64Hp25usv+pOsg3OwI0skNac+8V3l/kmKXO7rkjo1yOaM0uTh6pr+y5WAkvZR
39znVcqbpIvOYJRfvH8sd7KCuNOmcT8vgdpmQ+lg2+qCFQhSxV4d5Q/RX65pbkBs
u/K4WzwYmCiICZdXADjsgnr2ILfJ9nIt5OV+CO3nHTvAeUGG7CWKbqVuFnwmT+Tj
xJVIXCl+ZLzUmjLHd/XjWaptR+eDqtLNrzHU0xOL4zBFBuWFYHNjZ3TzsztWQsOE
omAinGcKAewCM8+jcPz2+fK5JKudfFgFBGW0V3eNYXqoi1Xpy8kraeEAWsFrclUN
ACokKq36GtUViWI6HwwXuZplTfWtm4uNcqzmqgwYsDaMTyvpr+bL27dlk/8u6j62
EfGWgtORYpUEbHrz/gbW0tELnSvsaPtD9jRvFptPUhqnDIXh6BU2eTkJxgO0VerZ
TeWCXjUWgnNn52k9U6KNEoj27EylG1afFSQZPNNOl4vlZOupvA3eQUZ3Sz8qvKNW
v0t4hHB4ARMg
=WFrC
-----END PGP SIGNATURE-----

Attachment: pgpctgZDeVxf2.pgp
Description: PGP signature


--- End Message ---

Reply via email to