Your message dated Wed, 28 Feb 2024 23:54:04 +0000
with message-id <e1rftks-008acb...@fasolo.debian.org>
and subject line Bug#1064249: fixed in net-snmp 5.9.4+dfsg-1.1
has caused the Debian Bug report #1064249,
regarding net-snmp: 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.)
--
1064249: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064249
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: net-snmp
Version: 44.8-3
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
net-snmp 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 net-snmp
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 net-snmp-5.9.4+dfsg/debian/changelog
net-snmp-5.9.4+dfsg/debian/changelog
--- net-snmp-5.9.4+dfsg/debian/changelog 2023-08-19 09:36:39.000000000
+0000
+++ net-snmp-5.9.4+dfsg/debian/changelog 2024-02-18 23:48:19.000000000
+0000
@@ -1,3 +1,10 @@
+net-snmp (5.9.4+dfsg-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Sun, 18 Feb 2024 23:48:19 +0000
+
net-snmp (5.9.4+dfsg-1) unstable; urgency=medium
* New upstream release
diff -Nru net-snmp-5.9.4+dfsg/debian/control net-snmp-5.9.4+dfsg/debian/control
--- net-snmp-5.9.4+dfsg/debian/control 2023-08-19 09:36:39.000000000 +0000
+++ net-snmp-5.9.4+dfsg/debian/control 2024-02-18 23:48:18.000000000 +0000
@@ -74,7 +74,10 @@
description, you need to activate the non-free repository and install the
"snmp-mibs-downloader" package.
-Package: libsnmp40
+Package: libsnmp40t64
+Provides: ${t64:Provides}
+Replaces: libsnmp40
+Breaks: libsnmp40 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
@@ -89,14 +92,15 @@
sending, receiving, decoding, and manipulation of the SNMP requests
and responses.
-Package: libnetsnmptrapd40
+Package: libnetsnmptrapd40t64
+Provides: ${t64:Provides}
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libsnmp-base
-Breaks: libsnmp40 (<= 5.9+dfsg-1)
-Replaces: libsnmp40 (<= 5.9+dfsg-1)
+Breaks: libnetsnmptrapd40 (<< ${source:Version}), libsnmp40t64 (<= 5.9+dfsg-1)
+Replaces: libnetsnmptrapd40, libsnmp40t64 (<= 5.9+dfsg-1)
Description: SNMP (Simple Network Management Protocol) trap library
The Simple Network Management Protocol (SNMP) provides a framework
for the exchange of management information between agents (servers)
@@ -109,7 +113,7 @@
Section: libdevel
Architecture: any
Multi-Arch: no
-Depends: libc6-dev, libsnmp40 (=${binary:Version}), libnetsnmptrapd40
(=${binary:Version}),
+Depends: libc6-dev, libsnmp40t64 (=${binary:Version}), libnetsnmptrapd40t64
(=${binary:Version}),
libwrap0-dev, libssl-dev, procps,
libkvm-dev [kfreebsd-any], libsensors-dev [linux-any],
${misc:Depends},
libpci-dev
diff -Nru net-snmp-5.9.4+dfsg/debian/libnetsnmptrapd40.install
net-snmp-5.9.4+dfsg/debian/libnetsnmptrapd40.install
--- net-snmp-5.9.4+dfsg/debian/libnetsnmptrapd40.install 2023-08-19
09:36:39.000000000 +0000
+++ net-snmp-5.9.4+dfsg/debian/libnetsnmptrapd40.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libnetsnmptrapd.so.*
diff -Nru net-snmp-5.9.4+dfsg/debian/libnetsnmptrapd40t64.install
net-snmp-5.9.4+dfsg/debian/libnetsnmptrapd40t64.install
--- net-snmp-5.9.4+dfsg/debian/libnetsnmptrapd40t64.install 1970-01-01
00:00:00.000000000 +0000
+++ net-snmp-5.9.4+dfsg/debian/libnetsnmptrapd40t64.install 2023-08-19
09:36:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libnetsnmptrapd.so.*
diff -Nru net-snmp-5.9.4+dfsg/debian/libnetsnmptrapd40t64.lintian-overrides
net-snmp-5.9.4+dfsg/debian/libnetsnmptrapd40t64.lintian-overrides
--- net-snmp-5.9.4+dfsg/debian/libnetsnmptrapd40t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ net-snmp-5.9.4+dfsg/debian/libnetsnmptrapd40t64.lintian-overrides
2024-02-18 23:48:18.000000000 +0000
@@ -0,0 +1 @@
+libnetsnmptrapd40t64: package-name-doesnt-match-sonames libnetsnmptrapd40
diff -Nru net-snmp-5.9.4+dfsg/debian/libsnmp40.dirs
net-snmp-5.9.4+dfsg/debian/libsnmp40.dirs
--- net-snmp-5.9.4+dfsg/debian/libsnmp40.dirs 2023-08-19 09:36:39.000000000
+0000
+++ net-snmp-5.9.4+dfsg/debian/libsnmp40.dirs 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-var/lib/snmp
diff -Nru net-snmp-5.9.4+dfsg/debian/libsnmp40.docs
net-snmp-5.9.4+dfsg/debian/libsnmp40.docs
--- net-snmp-5.9.4+dfsg/debian/libsnmp40.docs 2023-08-19 09:36:39.000000000
+0000
+++ net-snmp-5.9.4+dfsg/debian/libsnmp40.docs 1970-01-01 00:00:00.000000000
+0000
@@ -1,9 +0,0 @@
-AGENT.txt
-FAQ
-NEWS
-README
-README.agentx
-README.snmpv3
-README.thread
-TODO
-local/README.mib2c
diff -Nru net-snmp-5.9.4+dfsg/debian/libsnmp40.install
net-snmp-5.9.4+dfsg/debian/libsnmp40.install
--- net-snmp-5.9.4+dfsg/debian/libsnmp40.install 2023-08-19
09:36:39.000000000 +0000
+++ net-snmp-5.9.4+dfsg/debian/libsnmp40.install 1970-01-01
00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-usr/lib/*/libnetsnmp.so.*
-usr/lib/*/libnetsnmpagent.so.*
-usr/lib/*/libnetsnmphelpers.so.*
-usr/lib/*/libnetsnmpmibs.so.*
-usr/lib/*/libsnmp.so.*
diff -Nru net-snmp-5.9.4+dfsg/debian/libsnmp40.lintian-overrides
net-snmp-5.9.4+dfsg/debian/libsnmp40.lintian-overrides
--- net-snmp-5.9.4+dfsg/debian/libsnmp40.lintian-overrides 2023-08-19
09:36:39.000000000 +0000
+++ net-snmp-5.9.4+dfsg/debian/libsnmp40.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libsnmp40: hardening-no-relro usr/lib/*/libnetsnmptrapd.so.*
diff -Nru net-snmp-5.9.4+dfsg/debian/libsnmp40t64.dirs
net-snmp-5.9.4+dfsg/debian/libsnmp40t64.dirs
--- net-snmp-5.9.4+dfsg/debian/libsnmp40t64.dirs 1970-01-01
00:00:00.000000000 +0000
+++ net-snmp-5.9.4+dfsg/debian/libsnmp40t64.dirs 2023-08-19
09:36:39.000000000 +0000
@@ -0,0 +1 @@
+var/lib/snmp
diff -Nru net-snmp-5.9.4+dfsg/debian/libsnmp40t64.docs
net-snmp-5.9.4+dfsg/debian/libsnmp40t64.docs
--- net-snmp-5.9.4+dfsg/debian/libsnmp40t64.docs 1970-01-01
00:00:00.000000000 +0000
+++ net-snmp-5.9.4+dfsg/debian/libsnmp40t64.docs 2023-08-19
09:36:39.000000000 +0000
@@ -0,0 +1,9 @@
+AGENT.txt
+FAQ
+NEWS
+README
+README.agentx
+README.snmpv3
+README.thread
+TODO
+local/README.mib2c
diff -Nru net-snmp-5.9.4+dfsg/debian/libsnmp40t64.install
net-snmp-5.9.4+dfsg/debian/libsnmp40t64.install
--- net-snmp-5.9.4+dfsg/debian/libsnmp40t64.install 1970-01-01
00:00:00.000000000 +0000
+++ net-snmp-5.9.4+dfsg/debian/libsnmp40t64.install 2023-08-19
09:36:39.000000000 +0000
@@ -0,0 +1,5 @@
+usr/lib/*/libnetsnmp.so.*
+usr/lib/*/libnetsnmpagent.so.*
+usr/lib/*/libnetsnmphelpers.so.*
+usr/lib/*/libnetsnmpmibs.so.*
+usr/lib/*/libsnmp.so.*
diff -Nru net-snmp-5.9.4+dfsg/debian/libsnmp40t64.lintian-overrides
net-snmp-5.9.4+dfsg/debian/libsnmp40t64.lintian-overrides
--- net-snmp-5.9.4+dfsg/debian/libsnmp40t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ net-snmp-5.9.4+dfsg/debian/libsnmp40t64.lintian-overrides 2024-02-18
23:48:18.000000000 +0000
@@ -0,0 +1,2 @@
+libsnmp40t64: hardening-no-relro usr/lib/*/libnetsnmptrapd.so.*
+libsnmp40t64: package-name-doesnt-match-sonames libsnmp40
diff -Nru net-snmp-5.9.4+dfsg/debian/rules net-snmp-5.9.4+dfsg/debian/rules
--- net-snmp-5.9.4+dfsg/debian/rules 2023-08-19 09:36:39.000000000 +0000
+++ net-snmp-5.9.4+dfsg/debian/rules 2024-02-18 23:48:19.000000000 +0000
@@ -5,7 +5,7 @@
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/buildtools.mk
-LIB_VERSION = 40
+LIB_VERSION = 40t64
MIB_MODULES = smux ucd-snmp/dlmod mibII/mta_sendmail disman/event-mib
EXCL_MIB_MODULES =
--- End Message ---
--- Begin Message ---
Source: net-snmp
Source-Version: 5.9.4+dfsg-1.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
net-snmp, 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.
Benjamin Drung <bdr...@debian.org> (supplier of updated net-snmp 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: Wed, 28 Feb 2024 22:43:19 +0000
Source: net-snmp
Architecture: source
Version: 5.9.4+dfsg-1.1
Distribution: unstable
Urgency: medium
Maintainer: Craig Small <csm...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1064249
Changes:
net-snmp (5.9.4+dfsg-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1064249
Checksums-Sha1:
732ece3154a37fee9aa66b24db99ea4b75cabef2 2641 net-snmp_5.9.4+dfsg-1.1.dsc
dde1a4b0d26476c10e4cc1a4da28960366b1bd60 70256
net-snmp_5.9.4+dfsg-1.1.debian.tar.xz
47cf19cb683367ba757524d863638d45efb14a29 6968
net-snmp_5.9.4+dfsg-1.1_source.buildinfo
Checksums-Sha256:
da9c531792bd6450b1c177478494eb445eda80014d01b48285c64fb55799fe8e 2641
net-snmp_5.9.4+dfsg-1.1.dsc
348ec8cbaa6891ad97ce1f7a313f2b3a177ade3731a176563b6bf8a36548df76 70256
net-snmp_5.9.4+dfsg-1.1.debian.tar.xz
2aeb0698ec496ac839eed6314426ee98ddd09b977bd9e580449fd9d9a7f8bd01 6968
net-snmp_5.9.4+dfsg-1.1_source.buildinfo
Files:
fe677e58f951121408033b30e83408a6 2641 net optional net-snmp_5.9.4+dfsg-1.1.dsc
e36505e1a256c3dbd9d7804ddd2c7586 70256 net optional
net-snmp_5.9.4+dfsg-1.1.debian.tar.xz
e95436a1edaea3e2599a39b1aa4bc349 6968 net optional
net-snmp_5.9.4+dfsg-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXft+YACgkQFZ61xO/I
d0w7KhAAkq/NhEzIJRtQCWLIV6tP597KFEBlu7CMP2dhofZogPY6WsmIgiAuMOKz
akV84wfGI7ngebg/RhZTegSw4rPRrdF+MJnjltrNjItmtBsd9g4sad7/tF6+grOf
fLEiKa1ro9Qp7BUseVuQ2Y1r81jTexgMWaUX6G1GRLjG8q4+8Pmr5eirm/FwrJhz
Z7TiNknAMflKnsErVvkmMFoILF6dqzXYHD0GGLBKppS4spdNwYpAjAqF/8fhTako
Niv3WVnhX40PxEbH5QXEyzl/0Jgj5tpnsBorv46aAflyXL+gVDXVIC0DqAQttPif
eWZrVP4UyLvU/cMgEKDk5QI5wkyzTKd0tXF8+Hiotor9hOi9558yaJliinQ+UOmT
0cFGeJGs7FVni4C9UL1yXZIxuUo1ryaPREiQJ0J9ZhF8jkmAKj5pN6Qo62DyG7qL
cko7cLx8zBwxMzN8Om59WHaJDdda2vYLLuUgwF+huuSbWgvw4XjOnQZm8aXZ4Obs
AX0G0i0f9UAjj5B+NwQhfQJaIV6h7S5NDUhy1t0k74hPI+FvkT6RQVMnQw9C6y85
Iv9gpUpNifZ1RxLq3PX8cSS8B3w1DilLS/ngNOLDQvfwig8jlLPqM/g1oMQVzCe9
RBBBWCsn8d1PRR58oQlGbXtCGf0H5F++PZ+EGJ2IeQ3RL3nQNoo=
=/Uy5
-----END PGP SIGNATURE-----
pgpLrA6SoXdGP.pgp
Description: PGP signature
--- End Message ---