Your message dated Wed, 28 Feb 2024 03:36:21 +0000
with message-id <[email protected]>
and subject line Bug#1061930: fixed in belle-sip 5.2.0+dfsg-3.1
has caused the Debian Bug report #1061930,
regarding belle-sip: 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.)


-- 
1061930: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061930
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: belle-sip
Version: 5.2.0+dfsg-3
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
belle-sip 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 belle-sip
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-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 belle-sip-5.2.0+dfsg/debian/changelog 
belle-sip-5.2.0+dfsg/debian/changelog
--- belle-sip-5.2.0+dfsg/debian/changelog       2023-08-05 13:18:08.000000000 
+0000
+++ belle-sip-5.2.0+dfsg/debian/changelog       2024-01-30 04:31:34.000000000 
+0000
@@ -1,3 +1,10 @@
+belle-sip (5.2.0+dfsg-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Tue, 30 Jan 2024 04:31:34 +0000
+
 belle-sip (5.2.0+dfsg-3) unstable; urgency=high
 
   * Add Breaks+Replaces against libbellesip1 (Closes: #1043055)
diff -Nru belle-sip-5.2.0+dfsg/debian/control 
belle-sip-5.2.0+dfsg/debian/control
--- belle-sip-5.2.0+dfsg/debian/control 2023-08-05 13:18:08.000000000 +0000
+++ belle-sip-5.2.0+dfsg/debian/control 2024-01-30 04:31:34.000000000 +0000
@@ -42,15 +42,16 @@
  .
  This package contains the development files.
 
-Package: libbellesip2
+Package: libbellesip2t64
+Provides: ${t64:Provides}
 Pre-Depends: ${misc:Pre-Depends},
 Architecture: any
 Multi-Arch: same
 Recommends: dns-root-data
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-Breaks: libbellesip1 (<< 5.2)
-Replaces: libbellesip1 (<< 5.2)
+Breaks: libbellesip2 (<< ${source:Version}), libbellesip1 (<< 5.2)
+Replaces: libbellesip2, libbellesip1 (<< 5.2)
 Description: SIP stack from the Linphone team
  Belle-Sip is a new SIP stack (RFC3261) developed by the Linphone team.
  .
diff -Nru belle-sip-5.2.0+dfsg/debian/libbellesip2.install 
belle-sip-5.2.0+dfsg/debian/libbellesip2.install
--- belle-sip-5.2.0+dfsg/debian/libbellesip2.install    2023-08-05 
13:18:08.000000000 +0000
+++ belle-sip-5.2.0+dfsg/debian/libbellesip2.install    1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/lib*.so.*
-usr/share/belr/*/*
diff -Nru belle-sip-5.2.0+dfsg/debian/libbellesip2.shlibs 
belle-sip-5.2.0+dfsg/debian/libbellesip2.shlibs
--- belle-sip-5.2.0+dfsg/debian/libbellesip2.shlibs     2023-08-05 
13:18:08.000000000 +0000
+++ belle-sip-5.2.0+dfsg/debian/libbellesip2.shlibs     1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libbellesip 2 libbellesip2 (>= 5.2.0-1), libbellesip2 (<< 5.3.0-1)
diff -Nru belle-sip-5.2.0+dfsg/debian/libbellesip2t64.install 
belle-sip-5.2.0+dfsg/debian/libbellesip2t64.install
--- belle-sip-5.2.0+dfsg/debian/libbellesip2t64.install 1970-01-01 
00:00:00.000000000 +0000
+++ belle-sip-5.2.0+dfsg/debian/libbellesip2t64.install 2023-08-05 
13:18:08.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/lib*.so.*
+usr/share/belr/*/*
diff -Nru belle-sip-5.2.0+dfsg/debian/libbellesip2t64.lintian-overrides 
belle-sip-5.2.0+dfsg/debian/libbellesip2t64.lintian-overrides
--- belle-sip-5.2.0+dfsg/debian/libbellesip2t64.lintian-overrides       
1970-01-01 00:00:00.000000000 +0000
+++ belle-sip-5.2.0+dfsg/debian/libbellesip2t64.lintian-overrides       
2024-01-30 04:31:34.000000000 +0000
@@ -0,0 +1 @@
+libbellesip2t64: package-name-doesnt-match-sonames libbellesip2
diff -Nru belle-sip-5.2.0+dfsg/debian/libbellesip2t64.shlibs 
belle-sip-5.2.0+dfsg/debian/libbellesip2t64.shlibs
--- belle-sip-5.2.0+dfsg/debian/libbellesip2t64.shlibs  1970-01-01 
00:00:00.000000000 +0000
+++ belle-sip-5.2.0+dfsg/debian/libbellesip2t64.shlibs  2024-01-30 
04:31:34.000000000 +0000
@@ -0,0 +1 @@
+libbellesip 2 libbellesip2t64 (>= 5.2.0-1), libbellesip2t64 (<< 5.3.0-1)

--- End Message ---
--- Begin Message ---
Source: belle-sip
Source-Version: 5.2.0+dfsg-3.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
belle-sip, 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 belle-sip 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 03:16:17 +0000
Source: belle-sip
Architecture: source
Version: 5.2.0+dfsg-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1061930
Changes:
 belle-sip (5.2.0+dfsg-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1061930
Checksums-Sha1:
 42898e9e85ab03d5935534d7daa323ee7dcbe01e 2365 belle-sip_5.2.0+dfsg-3.1.dsc
 296dfa3091670434dd04a96b4af5cdc320a32de8 10120 
belle-sip_5.2.0+dfsg-3.1.debian.tar.xz
 5f21773a3179303d063e486938fdf6ca94f90a54 8336 
belle-sip_5.2.0+dfsg-3.1_source.buildinfo
Checksums-Sha256:
 6b304fbd4b1323b33e4a248790814d20bf6d26c5aaae8ea2ad8a88536a807de2 2365 
belle-sip_5.2.0+dfsg-3.1.dsc
 d667f848298dcc3d495b3c41f638b720441376025a3b4b0884b5c8a0750d94ec 10120 
belle-sip_5.2.0+dfsg-3.1.debian.tar.xz
 79741a0dd754c068e70a133bca7a41351e3a7aa80068eb089d3174fb0e2dd733 8336 
belle-sip_5.2.0+dfsg-3.1_source.buildinfo
Files:
 a2907df119d76f1b402edb7b0cb0df33 2365 libs optional 
belle-sip_5.2.0+dfsg-3.1.dsc
 ad97c2dee5c04ea9ffcbde456dccf59b 10120 libs optional 
belle-sip_5.2.0+dfsg-3.1.debian.tar.xz
 59ce19f2251ba24a6410e6dd82736eba 8336 libs optional 
belle-sip_5.2.0+dfsg-3.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXepjUSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9YYgP/iS4il6C6VmehM9G2wTku5PCwiE7MI8U
MtU5el8TOomiuXxZHGMaDBdsU8PIuzVV8dWaRMXcIsz01tUhiYsI56Hsy6J5webp
4iQfQeKsPmVADuB80OZqEPdMxabxHMGxLDnmtOCqbdfdD+Ui1YD2ievmUuEldy1X
EgdqJgzKRJehP1rRWqEmj0oVzNCRoX/Oj8Fo1pwpZpOB1jrpqneVNvGYkBrmVFA2
jxFOMBzB7A++GhOYOvdZX0xDe6iBO8M61JOyq/V9w0oUIFvyCkTVimLlRvXrz3VM
q+DYqi0OzlklVThNj2othVH9CpW7JTWZQBOas6UXd9/moYJkmVoTS5ZeSDykNTE/
4UO9Dt8pzpeDivWKyiU/27lZ+bdspeec7j97P9uvBzvCmki8fLDbOdruvYXWZP2l
tgsCtYXWnRxZZU4XFVO/sbYez3aTEA5F7uMZuqzfQUJOVSUVPsjXI4ZW1L4eBqUt
gSwvQpRAuRfYgUsSfynfUVoq15uS7Hh3irl/tWDuCt05cUDnvVpGvFAyiEFpK9LS
+NF1iFegt54dBRkFhpYM/pyFl6SakYhaClQL1n5T5KiNUhzsOUc1MBsOJgcHvAf8
hn+tPwr4g8XOyU2mmSH+Rp+wpQxE03HoFUvSOYvO6xolNOqTBDJjNpS4B7CP/2mO
44X2eWfU0EPs
=al6c
-----END PGP SIGNATURE-----

Attachment: pgpE3nHXGAF3N.pgp
Description: PGP signature


--- End Message ---

Reply via email to