[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1063280: marked as done (xmlrpc-epi: NMU diff for 64-bit time_t transition)



Your message dated Thu, 29 Feb 2024 09:32:44 +0000
with message-id <E1rfcmS-00AZyD-3I@fasolo.debian.org>
and subject line Bug#1063280: fixed in xmlrpc-epi 0.54.2-2.1
has caused the Debian Bug report #1063280,
regarding xmlrpc-epi: 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 owner@bugs.debian.org
immediately.)


-- 
1063280: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063280
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: xmlrpc-epi
Version: 0.54.2-2
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
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
xmlrpc-epi 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 xmlrpc-epi
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'), (500, 'stable'), (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 xmlrpc-epi-0.54.2/debian/changelog xmlrpc-epi-0.54.2/debian/changelog
--- xmlrpc-epi-0.54.2/debian/changelog	2023-08-16 16:05:35.000000000 +0000
+++ xmlrpc-epi-0.54.2/debian/changelog	2024-02-06 00:23:51.000000000 +0000
@@ -1,3 +1,10 @@
+xmlrpc-epi (0.54.2-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Tue, 06 Feb 2024 00:23:51 +0000
+
 xmlrpc-epi (0.54.2-2) unstable; urgency=medium
 
   * QA upload.
diff -Nru xmlrpc-epi-0.54.2/debian/control xmlrpc-epi-0.54.2/debian/control
--- xmlrpc-epi-0.54.2/debian/control	2023-08-16 16:05:35.000000000 +0000
+++ xmlrpc-epi-0.54.2/debian/control	2024-02-06 00:23:51.000000000 +0000
@@ -10,15 +10,18 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libxmlrpc-epi0 (= ${binary:Version}), ${misc:Depends}
-Description: Development files for libxmlrpc-epi0, a XML-RPC request library
+Depends: libxmlrpc-epi0t64 (= ${binary:Version}), ${misc:Depends}
+Description: Development files for libxmlrpc-epi0t64, a XML-RPC request library
  An implementation of the XML-RPC protocol, providing an API for developers to
  serialise RPC requests to and from XML. It does not include any transport layer
  and is therefor useful for applications which implement their own transport or
  wish to use XML-RPC over an existing transport layer. This package contains
  the development files for applications wishing to use libxmlrpc-epi.
 
-Package: libxmlrpc-epi0
+Package: libxmlrpc-epi0t64
+Provides: ${t64:Provides}
+Replaces: libxmlrpc-epi0
+Breaks: libxmlrpc-epi0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -31,9 +34,9 @@
 Package: libxmlrpc-epi0-dbg
 Section: debug
 Architecture: any
-Depends: libxmlrpc-epi0 (= ${binary:Version}), ${misc:Depends}
-Description: Debug symbols for libxmlrpc-epi0, a XML-RPC request library
- This package contains the debug symbols for libxmlrpc-epi0, and should be
+Depends: libxmlrpc-epi0t64 (= ${binary:Version}), ${misc:Depends}
+Description: Debug symbols for libxmlrpc-epi0t64, a XML-RPC request library
+ This package contains the debug symbols for libxmlrpc-epi0t64, and should be
  installed if you wish to get stack traces into the library for debugging
  purposes.
 
diff -Nru xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.dirs xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.dirs
--- xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.dirs	2023-08-16 16:04:49.000000000 +0000
+++ xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.dirs	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.install xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.install
--- xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.install	2023-08-16 16:04:49.000000000 +0000
+++ xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0t64.dirs xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0t64.dirs
--- xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0t64.dirs	1970-01-01 00:00:00.000000000 +0000
+++ xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0t64.dirs	2023-08-16 16:04:49.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0t64.install xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0t64.install
--- xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0t64.install	2023-08-16 16:04:49.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0t64.lintian-overrides xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0t64.lintian-overrides
--- xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0t64.lintian-overrides	2024-02-06 00:23:51.000000000 +0000
@@ -0,0 +1 @@
+libxmlrpc-epi0t64: package-name-doesnt-match-sonames libxmlrpc-epi0

--- End Message ---
--- Begin Message ---
Source: xmlrpc-epi
Source-Version: 0.54.2-2.1
Done: Steve Langasek <vorlon@debian.org>

We believe that the bug you reported is fixed in the latest version of
xmlrpc-epi, 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 1063280@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <vorlon@debian.org> (supplier of updated xmlrpc-epi 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 07:41:11 +0000
Source: xmlrpc-epi
Architecture: source
Version: 0.54.2-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Steve Langasek <vorlon@debian.org>
Closes: 1063280
Changes:
 xmlrpc-epi (0.54.2-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063280
Checksums-Sha1:
 fdc88351940f3b06ce9a96fbe6172032d828615d 1997 xmlrpc-epi_0.54.2-2.1.dsc
 a98bb3a8a91459b775d681e3cf187faf6950c84d 5068 xmlrpc-epi_0.54.2-2.1.debian.tar.xz
 94c8d4c86d26743b51a548bf87d3a88a5c734ca5 6968 xmlrpc-epi_0.54.2-2.1_source.buildinfo
Checksums-Sha256:
 562dd4107a7f3036530695c4bb12fe1f4eb427afcc1d987b447d7304e9b4edd7 1997 xmlrpc-epi_0.54.2-2.1.dsc
 b723e90b7e2ff76a8ed9820ec1e44c625de1c97df6401d5f512df5c81d5936de 5068 xmlrpc-epi_0.54.2-2.1.debian.tar.xz
 fce0a6ba9b02858911463b0a457b11bc5575a3a9e4ab042b1480f16c7fd0f04a 6968 xmlrpc-epi_0.54.2-2.1_source.buildinfo
Files:
 2bf8e0ab5231ec34d522c09a9c9d7150 1997 libs extra xmlrpc-epi_0.54.2-2.1.dsc
 c46a29cf4368df02c114eba37e7532e3 5068 libs extra xmlrpc-epi_0.54.2-2.1.debian.tar.xz
 5529539eca1669fa10075e804b399ebe 6968 libs extra xmlrpc-epi_0.54.2-2.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgNTMSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9Su4QAJ7a/iykvJuqvCrcL5hTj46qUyq8PcZo
YLKnG6cxrg2Uap38EwuwdpPbHNglsIKK9tuE7MHVPKafA0BY0hi5+F87TvtGVz4Q
Wi/G6zj4H1q8JXKzUUgxaE1ezG9uMfyV2wsu3VUcerdabxyUmshIq6aOtaxOWS4e
R27onvcppF8MbnW3EBeCAjUreFR/wrQ2M+lBzojXKlpaeuj3KsRXzGHeAeDdPWzK
eXVWpYv0IhgrdE8p8Prr7yUF/hF7H1E/vSYTI0vq8Bc/joNaHNlSZBqqmG/yTBO7
H9kV/ZAfGwV/rulAcsHYDwkw1dFJIYNoMNN6+GZz+FskOSpCUVB3kDfUtADZ7LVP
MfRvaJEIOvCgWqkLgC3OvFS6qs8xlIrUB+lerdR+lPIamRvuo8srm9pbEdBLrpgb
f+ZgZwic1BS5zgObw6ByhCfs7P/+XBs1Vchh4Y5/fA2enUqY1MQPNQev7pSF4Y3M
QTMXAqdETkSMfruKjx504LjMRuWe6I/LJa36JFcCOABsTt2kXlaSCJwvLTdXXsxD
jBPvtcppC4X8G4PGU/pxQG8t/XDEW+3740ITlj1L2DmdsPEp0RJvnY2rxq5YKVMG
OR8zehPx9IIoIOCHRTJn+UUSZpgMhZdljhWe0AJTumOwSTFr1hDtuNewrV/UXZZf
/rEpsV+6QyTJ
=7Dtf
-----END PGP SIGNATURE-----

Attachment: pgpB3qMX8RYJJ.pgp
Description: PGP signature


--- End Message ---

Reply to: