--- 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 ---