Your message dated Thu, 29 Feb 2024 10:17:30 +0000
with message-id <[email protected]>
and subject line Bug#1063042: fixed in vanessa-socket 0.0.13-1.2
has caused the Debian Bug report #1063042,
regarding vanessa-socket: 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.)


-- 
1063042: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063042
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: vanessa-socket
Version: 0.0.13-1.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
vanessa-socket 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 vanessa-socket
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')
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 vanessa-socket-0.0.13/debian/changelog 
vanessa-socket-0.0.13/debian/changelog
--- vanessa-socket-0.0.13/debian/changelog      2023-11-08 21:53:54.000000000 
+0000
+++ vanessa-socket-0.0.13/debian/changelog      2024-02-04 17:35:27.000000000 
+0000
@@ -1,3 +1,10 @@
+vanessa-socket (0.0.13-1.2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Sun, 04 Feb 2024 17:35:27 +0000
+
 vanessa-socket (0.0.13-1.1) unstable; urgency=medium
 
   * Non-maintainer upload
diff -Nru vanessa-socket-0.0.13/debian/control 
vanessa-socket-0.0.13/debian/control
--- vanessa-socket-0.0.13/debian/control        2015-06-14 04:44:23.000000000 
+0000
+++ vanessa-socket-0.0.13/debian/control        2024-02-04 17:35:26.000000000 
+0000
@@ -9,7 +9,7 @@
 Package: libvanessa-socket-dev
 Architecture: any
 Section: libdevel
-Depends: libvanessa-socket2 (= ${binary:Version}), libvanessa-logger-dev (>= 
0.0.8), ${misc:Depends}
+Depends: libvanessa-socket2t64 (= ${binary:Version}), libvanessa-logger-dev 
(>= 0.0.8), ${misc:Depends}
 Description: Headers and static libraries for libvanessa_socket
  Headers and static libraries required to develop against
  libvanessa_socket.
@@ -17,7 +17,7 @@
 Package: libvanessa-socket-pipe
 Architecture: any
 Section: devel
-Depends: libvanessa-socket2 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
+Depends: libvanessa-socket2t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Description: User space TCP/IP pipe
  A TCP/IP pipe is a user space programme that listens for TCP/IP
  connections on port on the local host and when a client connects makes a
@@ -31,7 +31,10 @@
  This code is intended primarily as an example of how many of the features
  of libvanessa_socket work.
 
-Package: libvanessa-socket2
+Package: libvanessa-socket2t64
+Provides: ${t64:Provides}
+Replaces: libvanessa-socket2
+Breaks: libvanessa-socket2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru vanessa-socket-0.0.13/debian/libvanessa-socket2.dirs 
vanessa-socket-0.0.13/debian/libvanessa-socket2.dirs
--- vanessa-socket-0.0.13/debian/libvanessa-socket2.dirs        2014-09-11 
01:26:15.000000000 +0000
+++ vanessa-socket-0.0.13/debian/libvanessa-socket2.dirs        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/
diff -Nru vanessa-socket-0.0.13/debian/libvanessa-socket2.files 
vanessa-socket-0.0.13/debian/libvanessa-socket2.files
--- vanessa-socket-0.0.13/debian/libvanessa-socket2.files       2014-09-11 
01:26:15.000000000 +0000
+++ vanessa-socket-0.0.13/debian/libvanessa-socket2.files       1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/libvanessa_socket.so.2
-usr/lib/libvanessa_socket.so.2.1.0
diff -Nru vanessa-socket-0.0.13/debian/libvanessa-socket2.postinst 
vanessa-socket-0.0.13/debian/libvanessa-socket2.postinst
--- vanessa-socket-0.0.13/debian/libvanessa-socket2.postinst    2014-09-11 
01:26:15.000000000 +0000
+++ vanessa-socket-0.0.13/debian/libvanessa-socket2.postinst    1970-01-01 
00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
-
-if [ "$1" = "configure" ]; then
-    ldconfig
-fi
diff -Nru vanessa-socket-0.0.13/debian/libvanessa-socket2.shlibs 
vanessa-socket-0.0.13/debian/libvanessa-socket2.shlibs
--- vanessa-socket-0.0.13/debian/libvanessa-socket2.shlibs      2014-09-11 
01:26:15.000000000 +0000
+++ vanessa-socket-0.0.13/debian/libvanessa-socket2.shlibs      1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libvanessa_socket 2 libvanessa-socket2 (>= 0.0.11)
diff -Nru vanessa-socket-0.0.13/debian/libvanessa-socket2t64.dirs 
vanessa-socket-0.0.13/debian/libvanessa-socket2t64.dirs
--- vanessa-socket-0.0.13/debian/libvanessa-socket2t64.dirs     1970-01-01 
00:00:00.000000000 +0000
+++ vanessa-socket-0.0.13/debian/libvanessa-socket2t64.dirs     2014-09-11 
01:26:15.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/
diff -Nru vanessa-socket-0.0.13/debian/libvanessa-socket2t64.files 
vanessa-socket-0.0.13/debian/libvanessa-socket2t64.files
--- vanessa-socket-0.0.13/debian/libvanessa-socket2t64.files    1970-01-01 
00:00:00.000000000 +0000
+++ vanessa-socket-0.0.13/debian/libvanessa-socket2t64.files    2014-09-11 
01:26:15.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/libvanessa_socket.so.2
+usr/lib/libvanessa_socket.so.2.1.0
diff -Nru vanessa-socket-0.0.13/debian/libvanessa-socket2t64.lintian-overrides 
vanessa-socket-0.0.13/debian/libvanessa-socket2t64.lintian-overrides
--- vanessa-socket-0.0.13/debian/libvanessa-socket2t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ vanessa-socket-0.0.13/debian/libvanessa-socket2t64.lintian-overrides        
2024-02-04 17:35:26.000000000 +0000
@@ -0,0 +1 @@
+libvanessa-socket2t64: package-name-doesnt-match-sonames libvanessa-socket2
diff -Nru vanessa-socket-0.0.13/debian/libvanessa-socket2t64.postinst 
vanessa-socket-0.0.13/debian/libvanessa-socket2t64.postinst
--- vanessa-socket-0.0.13/debian/libvanessa-socket2t64.postinst 1970-01-01 
00:00:00.000000000 +0000
+++ vanessa-socket-0.0.13/debian/libvanessa-socket2t64.postinst 2014-09-11 
01:26:15.000000000 +0000
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "configure" ]; then
+    ldconfig
+fi
diff -Nru vanessa-socket-0.0.13/debian/libvanessa-socket2t64.shlibs 
vanessa-socket-0.0.13/debian/libvanessa-socket2t64.shlibs
--- vanessa-socket-0.0.13/debian/libvanessa-socket2t64.shlibs   1970-01-01 
00:00:00.000000000 +0000
+++ vanessa-socket-0.0.13/debian/libvanessa-socket2t64.shlibs   2024-02-04 
17:35:26.000000000 +0000
@@ -0,0 +1 @@
+libvanessa_socket 2 libvanessa-socket2t64 (>= 0.0.11)

--- End Message ---
--- Begin Message ---
Source: vanessa-socket
Source-Version: 0.0.13-1.2
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
vanessa-socket, 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 vanessa-socket 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 09:09:21 +0000
Source: vanessa-socket
Architecture: source
Version: 0.0.13-1.2
Distribution: unstable
Urgency: medium
Maintainer: Simon Horman <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1063042
Changes:
 vanessa-socket (0.0.13-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063042
Checksums-Sha1:
 0e2f96d483dd68cfae8fce062e552279eee4ea0b 2066 vanessa-socket_0.0.13-1.2.dsc
 ca2c49ada14b7e2d97c78cceddcc0eb471a252ef 9944 
vanessa-socket_0.0.13-1.2.debian.tar.xz
 0e69994f4e95102a7b0eeee6a7217a27e1c99597 7036 
vanessa-socket_0.0.13-1.2_source.buildinfo
Checksums-Sha256:
 da9575cc62b558e48eaf0c54606727a47dbcecc16e71a00356b7a69f172c2980 2066 
vanessa-socket_0.0.13-1.2.dsc
 4c56adee46c6345b7f1458bd3832637b0092ca38d44905406a91edb1c923b881 9944 
vanessa-socket_0.0.13-1.2.debian.tar.xz
 e1cfba0afb9dbb40ea0a3e96bb750e014c5910bcac911ba0e28b2fef221e06c3 7036 
vanessa-socket_0.0.13-1.2_source.buildinfo
Files:
 892f9f7da8fd8edbc077fca0949513de 2066 libs optional 
vanessa-socket_0.0.13-1.2.dsc
 5c8a89c01372f5d88e33f5d5922c75ed 9944 libs optional 
vanessa-socket_0.0.13-1.2.debian.tar.xz
 1c85ee77709a07d9708c031fa16f1e88 7036 libs optional 
vanessa-socket_0.0.13-1.2_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgSe4SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9ZQgQALKOEE1QYv4o7UbFa3xnO5ajEJIl/wHO
8RduF7tb2wONhL51U6QluGDo2rUK8bxSrznUQYU02jOX9ICTxTjcNs5oNOq7Zo8v
IszHs5ZZ+MIhrKFDLdQDBa2lzqGFiAKZg6+4CwYVbKQHBodiDVq4wc2e1C/A8wYH
qJ1d6nAmzbrSnhQOb4yah4MAgaVfyFU/EwcNfFLBP7Ryg47AriPnHdZhG4HPcHyb
ne7PL8q0ANrM0emOXw2JEvSsN00Zb9sDHAarILCNcOLeClwS0OXKQX5Kb6j0NNGD
59G9do+FEwkCRio6IxmrUZ9bJVfAd2EISQWus5anGWeUTj1IZ588Oru/hZQKp4da
tG6ippTBoy97eWUGaQP3RvKRxdCESxKGJu2dTqBDYpvcIxBa015Hxc2BfqcqX3jp
BSL+XDI1/tQ+hjWwt1KW20uN7x6bJ3egeB3ztJ/7TluNvNCr/xWR76bimB8NJKKP
j8+JT4MlVzrDeibqu1zorfa+m1+xVlQxuRRLE9hndZNgQM1dn8JlnkI6kJu3EDff
2L9K51MExE8w4gbwu/eGlSV3/9xoJuV6TGzuadiNMo1wvQ/4q2EbWtBJkQu8BNUs
hA6HaHpHJwuSP3Kf8e1jHBx7ox4F8MY0PbgceRQgaVyIOccuvXmDGp5jfsQB02nI
+EdnfJw869t0
=22IJ
-----END PGP SIGNATURE-----

Attachment: pgpSvoJX0i8Xh.pgp
Description: PGP signature


--- End Message ---

Reply via email to