Your message dated Thu, 29 Feb 2024 09:34:42 +0000
with message-id <[email protected]>
and subject line Bug#1063305: fixed in yuma123 2.13-2.1
has caused the Debian Bug report #1063305,
regarding yuma123: 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.)


-- 
1063305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063305
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: yuma123
Version: 2.13-2
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
yuma123 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 yuma123
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 yuma123-2.13/debian/changelog yuma123-2.13/debian/changelog
--- yuma123-2.13/debian/changelog       2023-08-14 12:18:16.000000000 +0000
+++ yuma123-2.13/debian/changelog       2024-02-06 03:22:21.000000000 +0000
@@ -1,3 +1,10 @@
+yuma123 (2.13-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Tue, 06 Feb 2024 03:22:21 +0000
+
 yuma123 (2.13-2) unstable; urgency=medium
 
   * Removed unused autoconf target.
diff -Nru yuma123-2.13/debian/control yuma123-2.13/debian/control
--- yuma123-2.13/debian/control 2022-12-05 14:10:46.000000000 +0000
+++ yuma123-2.13/debian/control 2024-02-06 03:22:21.000000000 +0000
@@ -31,7 +31,10 @@
  applications. YANG modules contain a formal description of the data that can 
be
  managed using NETCONF and applications.
 
-Package: libyuma2
+Package: libyuma2t64
+Provides: ${t64:Provides}
+Replaces: libyuma2
+Breaks: libyuma2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -63,7 +66,7 @@
 
 Package: netconfd
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, debconf, lsb-base, 
libyuma-base, libyuma2
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, debconf, lsb-base, 
libyuma-base, libyuma2t64
 Description: NETCONF (RFC6241) agent
  NETCONF provides a framework
  for the exchange of management information between agents (servers)
@@ -74,7 +77,7 @@
 
 Package: yangcli
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libyuma-base, libyuma2
+Depends: ${shlibs:Depends}, ${misc:Depends}, libyuma-base, libyuma2t64
 Description: NETCONF/YANG command line client application
  The NETCONF protocol and the YANG modeling language provide a framework
  for the exchange of management information between agents (servers)
@@ -85,7 +88,7 @@
 
 Package: yangdump
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libyuma-base, libyuma2
+Depends: ${shlibs:Depends}, ${misc:Depends}, libyuma-base, libyuma2t64
 Description: Validate YANG modules and convert them to different formats
  The NETCONF protocol and the YANG modeling language provide a framework
  for the exchange of management information between agents (servers)
@@ -97,7 +100,7 @@
 Package: netconfd-module-ietf-interfaces
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, lsb-base, libyuma2 (>= 
2.8)
+Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, lsb-base, libyuma2t64 
(>= 2.8)
 Description: SIL module for netconfd implementing ietf-interfaces.yang
  The NETCONF protocol and YANG modeling language provide a framework
  for the exchange of management information between agents (servers)
@@ -109,7 +112,7 @@
 Package: netconfd-module-ietf-system
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, lsb-base, libyuma2 (>= 
2.8)
+Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, lsb-base, libyuma2t64 
(>= 2.8)
 Description: SIL module for netconfd implementing ietf-system.yang
  The NETCONF protocol and YANG modeling language provide a framework
  for the exchange of management information between agents (servers)
@@ -118,12 +121,15 @@
  The yuma123 netconfd module ietf-interfaces implements the functionality
  modeled in ietf-system.yang using some common command line tools.
 
-Package: libyangrpc2
+Package: libyangrpc2t64
+Provides: ${t64:Provides}
+Replaces: libyangrpc2
+Breaks: libyangrpc2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}, libyuma-base, libyuma2
+Depends: ${shlibs:Depends}, ${misc:Depends}, libyuma-base, libyuma2t64
 Description: NETCONF/YANG library for simple client applications
  The NETCONF protocol and YANG modeling language provide a framework
  for the exchange of management information between agents (servers)
@@ -138,7 +144,7 @@
 Architecture: any
 Multi-Arch: same
 Provides: libyangrpc-dev
-Depends: libc6-dev, libyangrpc2 (=${binary:Version}),${misc:Depends}
+Depends: libc6-dev, libyangrpc2t64 (=${binary:Version}),${misc:Depends}
 Description: NETCONF/YANG simple client applications development files
  The NETCONF protocol and YANG modeling language provide a framework
  for the exchange of management information between agents (servers)
diff -Nru yuma123-2.13/debian/libyangrpc2.install 
yuma123-2.13/debian/libyangrpc2.install
--- yuma123-2.13/debian/libyangrpc2.install     2022-11-30 17:47:27.000000000 
+0000
+++ yuma123-2.13/debian/libyangrpc2.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libyangrpc*.so.*
diff -Nru yuma123-2.13/debian/libyangrpc2t64.install 
yuma123-2.13/debian/libyangrpc2t64.install
--- yuma123-2.13/debian/libyangrpc2t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ yuma123-2.13/debian/libyangrpc2t64.install  2022-11-30 17:47:27.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libyangrpc*.so.*
diff -Nru yuma123-2.13/debian/libyangrpc2t64.lintian-overrides 
yuma123-2.13/debian/libyangrpc2t64.lintian-overrides
--- yuma123-2.13/debian/libyangrpc2t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ yuma123-2.13/debian/libyangrpc2t64.lintian-overrides        2024-02-06 
03:22:21.000000000 +0000
@@ -0,0 +1 @@
+libyangrpc2t64: package-name-doesnt-match-sonames libyangrpc2
diff -Nru yuma123-2.13/debian/libyuma2.install 
yuma123-2.13/debian/libyuma2.install
--- yuma123-2.13/debian/libyuma2.install        2022-11-30 17:47:27.000000000 
+0000
+++ yuma123-2.13/debian/libyuma2.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libyuma*.so.*
diff -Nru yuma123-2.13/debian/libyuma2.lintian-overrides 
yuma123-2.13/debian/libyuma2.lintian-overrides
--- yuma123-2.13/debian/libyuma2.lintian-overrides      2022-11-30 
17:47:27.000000000 +0000
+++ yuma123-2.13/debian/libyuma2.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-#The three libraries share the same source and API/ABI versioning and don't
-#need 3 different packages
-libyuma2: package-name-doesnt-match-sonames libyumaagt2 libyumamgr2 libyumancx2
diff -Nru yuma123-2.13/debian/libyuma2t64.install 
yuma123-2.13/debian/libyuma2t64.install
--- yuma123-2.13/debian/libyuma2t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ yuma123-2.13/debian/libyuma2t64.install     2022-11-30 17:47:27.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libyuma*.so.*
diff -Nru yuma123-2.13/debian/libyuma2t64.lintian-overrides 
yuma123-2.13/debian/libyuma2t64.lintian-overrides
--- yuma123-2.13/debian/libyuma2t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ yuma123-2.13/debian/libyuma2t64.lintian-overrides   2024-02-06 
03:22:21.000000000 +0000
@@ -0,0 +1,4 @@
+#The three libraries share the same source and API/ABI versioning and don't
+#need 3 different packages
+libyuma2t64: package-name-doesnt-match-sonames libyumaagt2 libyumamgr2 
libyumancx2
+libyuma2t64: package-name-doesnt-match-sonames libyuma2
diff -Nru yuma123-2.13/debian/rules yuma123-2.13/debian/rules
--- yuma123-2.13/debian/rules   2023-08-14 11:42:44.000000000 +0000
+++ yuma123-2.13/debian/rules   2024-02-06 03:22:21.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-LIB_VERSION = 2
+LIB_VERSION = 2t64
 
 %:
        dh $@ --with autoreconf

--- End Message ---
--- Begin Message ---
Source: yuma123
Source-Version: 2.13-2.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
yuma123, 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 yuma123 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 08:13:03 +0000
Source: yuma123
Architecture: source
Version: 2.13-2.1
Distribution: unstable
Urgency: medium
Maintainer: Vladimir Vassilev <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1063305
Changes:
 yuma123 (2.13-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063305
Checksums-Sha1:
 f5d402f632cda10ed17e651de80cce434f544ebd 2430 yuma123_2.13-2.1.dsc
 b4892145d3067bed5f1c88ce09f7bf8319c5a198 6056 yuma123_2.13-2.1.debian.tar.xz
 2eafa3909c78eed9780b19db0135566a0ba68a85 7235 yuma123_2.13-2.1_source.buildinfo
Checksums-Sha256:
 65d7dca5dae7d04f899c7889418e8e83699a00e6e3bf8421f393556e33751f24 2430 
yuma123_2.13-2.1.dsc
 ccb3842bfdc713cecc0f3d6cbac7eb67dfcb62b2cd5f3725249afb823e2bb204 6056 
yuma123_2.13-2.1.debian.tar.xz
 3d94294f90789c223745ef0e9aeb1771e9e2a2164fa8cbfdc40591f32ad7ca2c 7235 
yuma123_2.13-2.1_source.buildinfo
Files:
 6eb95652987a0892c5f9a7410989785c 2430 net optional yuma123_2.13-2.1.dsc
 acb27aa16e8833f1b8d9c3f682fe9f77 6056 net optional 
yuma123_2.13-2.1.debian.tar.xz
 62835feeaa1fdfdc88cac81a4a59be12 7235 net optional 
yuma123_2.13-2.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgPMMSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9HT8P/1yfpQVXM1BbqTu3Nnc4Ge8+1RT186Ld
24XmIj498w2F8FD2cX9y3QG2julJyt0WJNPvKwY9pSFq6oCq6oxs83homnSP2mTe
a1gObA+HG3M7v6rh6py0xWGM86jwwZ/xGiFVbPu56UJ6BGLASufC5riwE4qZCGmz
xscgsE48BRieX5I4dJZxKxy54dBsq2WQRPcvgZtVoVArWbOsEeXxsq3vBn+Altay
OTnGAelshgMlM2NpXpx/3ntTbN/QTobf9YUEHND5HEPXcqNpnkJ73BXy00RhI3Vp
p4mL5Se2/cpnh1u82v/HmWGpQZsj2R5so3XJtCnOfsUvfNbsmmWbTp8lTy2A0F7Y
JDAMedmG0SlrBfiiZbN/SkyOGhB9sZcg2V55GROxTru/2iMU8a85OJxwG1i+hK8o
8B3bNE2N/TSvjkY2f57UK2M3c5rSAariOD28gJ0VSusB3aUo7zcTw/15SBUxTy5q
0gR+sjtBrJsTaBCpwbQMe477MLOOZegA4Yh2PXu+Ksc5gTzVzXWhk6q/GFl7kOEC
6ouXPpwd6SMA9rG3ys327nA4czQIRvmK3EGnLqFlGkcTdIErGab8uMr1265Y4hOx
YSTmRfhLHOoRFTEVd/NuP0KHKURjT3NIx1LQOf2PaHKW/cX+3TmbYC7OfGO8WS46
J+J9K0sVaXyq
=gCAk
-----END PGP SIGNATURE-----

Attachment: pgpuyRyz2IeIm.pgp
Description: PGP signature


--- End Message ---

Reply via email to