Your message dated Thu, 29 Feb 2024 11:29:07 +0000
with message-id <[email protected]>
and subject line Bug#1062244: fixed in libccrtp 2.0.9-2.5
has caused the Debian Bug report #1062244,
regarding libccrtp: 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.)


-- 
1062244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062244
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libccrtp
Version: 2.0.9-2.4
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
libccrtp 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 libccrtp
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'), (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 libccrtp-2.0.9/debian/changelog libccrtp-2.0.9/debian/changelog
--- libccrtp-2.0.9/debian/changelog     2023-12-05 22:11:43.000000000 +0000
+++ libccrtp-2.0.9/debian/changelog     2024-01-31 20:12:52.000000000 +0000
@@ -1,3 +1,10 @@
+libccrtp (2.0.9-2.5) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Wed, 31 Jan 2024 20:12:52 +0000
+
 libccrtp (2.0.9-2.4) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libccrtp-2.0.9/debian/control libccrtp-2.0.9/debian/control
--- libccrtp-2.0.9/debian/control       2023-12-05 22:11:43.000000000 +0000
+++ libccrtp-2.0.9/debian/control       2024-01-31 20:12:51.000000000 +0000
@@ -13,7 +13,7 @@
 Package: libccrtp-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libccrtp2v5 (= ${binary:Version}),
+Depends: ${misc:Depends}, libccrtp2t64 (= ${binary:Version}),
  libc6-dev, libucommon-dev, pkg-config
 Description: Common C++ class framework for RTP packets - development files
  GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is
@@ -42,14 +42,17 @@
  streaming with different underlying transport protocols, not just
  with IPV4 UDP sockets. 
 
-Package: libccrtp2v5
+Package: libccrtp2t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libccrtp2v5
+Breaks: libccrtp2v5 (<< ${source:Version})
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libccrtp2
-Replaces: libccrtp2
+Replaces: libccrtp2v5, libccrtp2
 Description: Common C++ class framework for RTP packets
  GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is
  the Internet-standard protocol for the transport of real-time data, 
diff -Nru libccrtp-2.0.9/debian/libccrtp2t64.install 
libccrtp-2.0.9/debian/libccrtp2t64.install
--- libccrtp-2.0.9/debian/libccrtp2t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ libccrtp-2.0.9/debian/libccrtp2t64.install  2023-12-05 22:11:43.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libccrtp-2.0.9/debian/libccrtp2t64.lintian-overrides 
libccrtp-2.0.9/debian/libccrtp2t64.lintian-overrides
--- libccrtp-2.0.9/debian/libccrtp2t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ libccrtp-2.0.9/debian/libccrtp2t64.lintian-overrides        2024-01-31 
20:12:51.000000000 +0000
@@ -0,0 +1 @@
+libccrtp2t64: package-name-doesnt-match-sonames libccrtp2v5
diff -Nru libccrtp-2.0.9/debian/libccrtp2v5.install 
libccrtp-2.0.9/debian/libccrtp2v5.install
--- libccrtp-2.0.9/debian/libccrtp2v5.install   2023-12-05 22:11:43.000000000 
+0000
+++ libccrtp-2.0.9/debian/libccrtp2v5.install   1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*

--- End Message ---
--- Begin Message ---
Source: libccrtp
Source-Version: 2.0.9-2.5
Done: Lukas Märdian <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libccrtp, 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.
Lukas Märdian <[email protected]> (supplier of updated libccrtp 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 10:34:28 +0000
Source: libccrtp
Architecture: source
Version: 2.0.9-2.5
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1062244
Changes:
 libccrtp (2.0.9-2.5) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062244
Checksums-Sha1:
 37c45e40e617e37f0855502fc9770b310dcaaa2d 2308 libccrtp_2.0.9-2.5.dsc
 e63e9cff25402c44aab7c8c778895a436a362860 10744 libccrtp_2.0.9-2.5.debian.tar.xz
 76784c24c4c3bf2ea79a6f49cecedcabc006dc4c 7763 
libccrtp_2.0.9-2.5_source.buildinfo
Checksums-Sha256:
 ae99c7253ab5cea1e89c71bddf0af99ecaac50c76dbf7c091aa7b33766061751 2308 
libccrtp_2.0.9-2.5.dsc
 04dd2ca23dc854addf4f08507ae29f22a6ca401facc0adb9cd0a9020344557bf 10744 
libccrtp_2.0.9-2.5.debian.tar.xz
 c3c72b04a0a741500faf124b8eb77cce2bc969ddac5e6fc6a8ca7c7afb77fd37 7763 
libccrtp_2.0.9-2.5_source.buildinfo
Files:
 a806d65bcbd292fb6102f06eb5017946 2308 devel optional libccrtp_2.0.9-2.5.dsc
 5226cd41cfece3537df804c6e6596be2 10744 devel optional 
libccrtp_2.0.9-2.5.debian.tar.xz
 798607cfd305fa2eb877a2cfba95fcd5 7763 devel optional 
libccrtp_2.0.9-2.5_source.buildinfo

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

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXgXdMRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIsNrQ/7Bpu6PHsYU7SaxxNwx4evFyPNQHLeXDeq
U7ee/429CfroU5Aln9Ab3H/Ru0a2vvOrE2abeUf8rWZ03DOXQpmo4u62MiooA0He
kHptmjxXJ7xZJPSiL/wbFht2i2rVwwGwTQyOxGT3fqN5dOFvFlUdbFaXkLIWyCK7
eHAVhQxxP1v6bEwGuTrdanEoPw83iAFxHdE8GUto+sKsElTquishhFGMv6wwmB9e
OfPkJNsWuJE6OKxJdwwtbnvLmiLO6ZjR9Ye3c8WNFmhGPoqW7QBp1OlgzYuVMn0r
T07dz5Nks3SOdeey/3BOON3UqhumLRNne2AyedFBOl90qIBZQrHzrXbeeKpPoUHL
Hma/LdcUlzuybhn/U5j1XsHAc5LlBqN741m/iZ2vpPLuKPoAZ3dFyGZ1YH3jakoC
X4sJEt1TZ6P0U9m06ApWKWDcAblq3FX9nXb84Opcujd2shEwsksxvg8WL4rVGxFD
H9Yrv8k/0wO8UhcR/P67hPoGu0nu6Rx64hraDJ6hsz8rTCdV9Bn293I9JU6OtaSm
mw4KYgUiFeu+Wtogvptk8mSibIf1NTAGcb4yMUvxwngCreKcr9bR2eL6osELNj2p
MGNDs92yuY+L1nlgGyxZXXC2JTzxqI4YuDv0cy3CtMpUGY5jurbZzZKgPYvCR3fB
sVStZQgfz0I=
=NLQA
-----END PGP SIGNATURE-----

Attachment: pgpI6hbA2OB0G.pgp
Description: PGP signature


--- End Message ---

Reply via email to