Your message dated Thu, 29 Feb 2024 07:00:09 +0000
with message-id <e1rfaon-009xmn...@fasolo.debian.org>
and subject line Bug#1064079: fixed in gsoap 2.8.132-2.1
has caused the Debian Bug report #1064079,
regarding gsoap: 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 ow...@bugs.debian.org
immediately.)
--
1064079: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064079
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gsoap
Version: 2.8.132-2
Severity: important
Tags: patch pending sid trixie
User: debian-...@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
gsoap 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 gsoap
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 gsoap-2.8.132/debian/changelog gsoap-2.8.132/debian/changelog
--- gsoap-2.8.132/debian/changelog 2024-01-25 10:34:59.000000000 +0000
+++ gsoap-2.8.132/debian/changelog 2024-02-16 21:13:23.000000000 +0000
@@ -1,3 +1,10 @@
+gsoap (2.8.132-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Fri, 16 Feb 2024 21:13:23 +0000
+
gsoap (2.8.132-2) unstable; urgency=medium
* Re-upload source only
diff -Nru gsoap-2.8.132/debian/control gsoap-2.8.132/debian/control
--- gsoap-2.8.132/debian/control 2024-01-23 10:10:40.000000000 +0000
+++ gsoap-2.8.132/debian/control 2024-02-16 21:13:23.000000000 +0000
@@ -19,7 +19,10 @@
Vcs-Git: https://salsa.debian.org/ellert/gsoap.git
Homepage: https://gsoap2.sourceforge.net/
-Package: libgsoap-2.8.132
+Package: libgsoap-2.8.132t64
+Provides: ${t64:Provides}
+Replaces: libgsoap-2.8.132
+Breaks: libgsoap-2.8.132 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
@@ -38,7 +41,7 @@
Multi-Arch: same
Depends:
${misc:Depends},
- libgsoap-2.8.132 (= ${binary:Version})
+ libgsoap-2.8.132t64 (= ${binary:Version})
Description: Development libraries and headers for gSOAP
The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding for the
development of SOAP Web Services and clients. Development libraries and
diff -Nru gsoap-2.8.132/debian/libgsoap-2.8.132.install
gsoap-2.8.132/debian/libgsoap-2.8.132.install
--- gsoap-2.8.132/debian/libgsoap-2.8.132.install 2021-08-21
17:50:53.000000000 +0000
+++ gsoap-2.8.132/debian/libgsoap-2.8.132.install 1970-01-01
00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-/usr/lib/*/libgsoap-*.so
-/usr/lib/*/libgsoap++-*.so
-/usr/lib/*/libgsoapck-*.so
-/usr/lib/*/libgsoapck++-*.so
-/usr/lib/*/libgsoapssl-*.so
-/usr/lib/*/libgsoapssl++-*.so
diff -Nru gsoap-2.8.132/debian/libgsoap-2.8.132t64.install
gsoap-2.8.132/debian/libgsoap-2.8.132t64.install
--- gsoap-2.8.132/debian/libgsoap-2.8.132t64.install 1970-01-01
00:00:00.000000000 +0000
+++ gsoap-2.8.132/debian/libgsoap-2.8.132t64.install 2021-08-21
17:50:53.000000000 +0000
@@ -0,0 +1,6 @@
+/usr/lib/*/libgsoap-*.so
+/usr/lib/*/libgsoap++-*.so
+/usr/lib/*/libgsoapck-*.so
+/usr/lib/*/libgsoapck++-*.so
+/usr/lib/*/libgsoapssl-*.so
+/usr/lib/*/libgsoapssl++-*.so
diff -Nru gsoap-2.8.132/debian/libgsoap-2.8.132t64.lintian-overrides
gsoap-2.8.132/debian/libgsoap-2.8.132t64.lintian-overrides
--- gsoap-2.8.132/debian/libgsoap-2.8.132t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ gsoap-2.8.132/debian/libgsoap-2.8.132t64.lintian-overrides 2024-02-16
21:13:23.000000000 +0000
@@ -0,0 +1 @@
+libgsoap-2.8.132t64: package-name-doesnt-match-sonames libgsoap-2.8.132
--- End Message ---
--- Begin Message ---
Source: gsoap
Source-Version: 2.8.132-2.1
Done: Steve Langasek <vor...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gsoap, 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 1064...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <vor...@debian.org> (supplier of updated gsoap 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 29 Feb 2024 05:33:01 +0000
Source: gsoap
Architecture: source
Version: 2.8.132-2.1
Distribution: unstable
Urgency: medium
Maintainer: Mattias Ellert <mattias.ell...@physics.uu.se>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1064079
Changes:
gsoap (2.8.132-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1064079
Checksums-Sha1:
8d4c566a03f5e8aa8e99f4ae1a28a58f8f46fcfe 2208 gsoap_2.8.132-2.1.dsc
521124c3eb714aac8c6f24dd311cd8b356803593 14668 gsoap_2.8.132-2.1.debian.tar.xz
bdab95306b4c2dc670bcf8667d0804a7f643c675 6640
gsoap_2.8.132-2.1_source.buildinfo
Checksums-Sha256:
4ba80c09ebd03a4f8b73ea00df4f9a18337c1df2dab87089a2f91ef97a9c0af7 2208
gsoap_2.8.132-2.1.dsc
0d4e4a9559150bb685b12486b67782adb3af25c54873780e4a20cf19979b2da6 14668
gsoap_2.8.132-2.1.debian.tar.xz
f6d1f60ccb3563d7106b5c37ceb6c50a97298f3a6e899826b7e9bc5732f7be84 6640
gsoap_2.8.132-2.1_source.buildinfo
Files:
677ff516b847038359d484f2e007ee29 2208 devel optional gsoap_2.8.132-2.1.dsc
2f75ae91ee564703daf96a228c288695 14668 devel optional
gsoap_2.8.132-2.1.debian.tar.xz
b09ce6e488458d353c465fa121775e38 6640 devel optional
gsoap_2.8.132-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgGSwSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9ykUQAKOodiGnPhFV+DJZuWCPTCjiSFyoeaSW
7yqFRQKjWheWZ5+H/yGIVevompIZh6wf/PyonGQV15bmcPPcgf4ZyOOOnEj6ADU6
WmAmqztYVuxHPONJrfaz7J+3/W3PzF124YwZoA5o/0J2uDdassSaNPnc0eZmF5eK
3KbWYKvw2NZV6BsAms9QMnqsZPQUbV57ecvrIM2M+B1UQdcXiL0V6WWmTO/sWrr3
UJsQ+XwtR/zKAbzOO5vMkNPUvUuidLb7gAkVB5xq6SX2UxAfWL5FypSat0NCCMC9
ewIVHuH6H2OIX7fz8gDpZs6zqe3RlX3Ps+qDXfRVDUsUAKLfEe9F5uEPNqES8jCK
F0C/z0N+SnUiSNCibBqbfIwKOOSuJu1t5Wf8+M8Sv39G+jQc449N2fn3xOdh904A
s7bGhmc9dZZ81TxRMGszAgyVkW6kv0Vdok+cHD/VOG7jjRH2+n6Y9m8rmmMXA9ND
QgclgqTu2ENsj2sprZ7fLnyEPTR1VyYkGb+p64eCbQKI5kr0WcnCbnoxl9fFXCC1
+l+i8iZY3kd/LYGT6hG6k2q2TSgvK5+eUa2wSVguZBRUZ7q48B2TqjSEqFDf74Eb
LooiYWAy29/Ss7x/rCqGwXIMNNlfH+SeTQuqtQvRg7KaFBSjabnrskxMaSVumgKh
9GOrvbq1HD/h
=D/Xn
-----END PGP SIGNATURE-----
pgpciDY5HHJub.pgp
Description: PGP signature
--- End Message ---