Your message dated Sat, 03 Feb 2024 07:05:04 +0000
with message-id <e1rwa5i-00fvkx...@fasolo.debian.org>
and subject line Bug#1062545: fixed in falcosecurity-libs 0.14.1-5
has caused the Debian Bug report #1062545,
regarding falcosecurity-libs: 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.)
--
1062545: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062545
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: falcosecurity-libs
Version: 0.14.1-3
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t
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
falcosecurity-libs 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 falcosecurity-libs
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'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru falcosecurity-libs-0.14.1/debian/changelog
falcosecurity-libs-0.14.1/debian/changelog
--- falcosecurity-libs-0.14.1/debian/changelog 2024-01-27 23:24:44.000000000
+0000
+++ falcosecurity-libs-0.14.1/debian/changelog 2024-02-01 21:29:57.000000000
+0000
@@ -1,3 +1,10 @@
+falcosecurity-libs (0.14.1-3.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhud...@debian.org> Thu, 01 Feb 2024 21:29:57 +0000
+
falcosecurity-libs (0.14.1-3) unstable; urgency=medium
* More precise Build-Depends: libluajit-5.1-dev
diff -Nru falcosecurity-libs-0.14.1/debian/control
falcosecurity-libs-0.14.1/debian/control
--- falcosecurity-libs-0.14.1/debian/control 2024-01-27 23:19:35.000000000
+0000
+++ falcosecurity-libs-0.14.1/debian/control 2024-02-01 21:29:57.000000000
+0000
@@ -33,7 +33,10 @@
Vcs-Git: https://salsa.debian.org/debian/falcosecurity-libs.git
Vcs-Browser: https://salsa.debian.org/debian/falcosecurity-libs
-Package: libfalcosecurity0
+Package: libfalcosecurity0t64
+Provides: ${t64:Provides}
+Replaces: libfalcosecurity0
+Breaks: libfalcosecurity0 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
@@ -53,7 +56,7 @@
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, libfalcosecurity0 (= ${binary:Version})
+Depends: ${misc:Depends}, libfalcosecurity0t64 (= ${binary:Version})
Description: Core libraries for Falco and Sysdig
Sysdig instruments your physical and virtual machines at the OS level
by installing into the Linux kernel and capturing system calls and
diff -Nru falcosecurity-libs-0.14.1/debian/libfalcosecurity0.install
falcosecurity-libs-0.14.1/debian/libfalcosecurity0.install
--- falcosecurity-libs-0.14.1/debian/libfalcosecurity0.install 2023-07-15
16:25:15.000000000 +0000
+++ falcosecurity-libs-0.14.1/debian/libfalcosecurity0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/*.so.*
diff -Nru falcosecurity-libs-0.14.1/debian/libfalcosecurity0.lintian-overrides
falcosecurity-libs-0.14.1/debian/libfalcosecurity0.lintian-overrides
--- falcosecurity-libs-0.14.1/debian/libfalcosecurity0.lintian-overrides
2023-07-15 16:25:15.000000000 +0000
+++ falcosecurity-libs-0.14.1/debian/libfalcosecurity0.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-package-name-doesnt-match-sonames
-no-symbols-control-file
diff -Nru falcosecurity-libs-0.14.1/debian/libfalcosecurity0t64.install
falcosecurity-libs-0.14.1/debian/libfalcosecurity0t64.install
--- falcosecurity-libs-0.14.1/debian/libfalcosecurity0t64.install
1970-01-01 00:00:00.000000000 +0000
+++ falcosecurity-libs-0.14.1/debian/libfalcosecurity0t64.install
2023-07-15 16:25:15.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/*.so.*
diff -Nru
falcosecurity-libs-0.14.1/debian/libfalcosecurity0t64.lintian-overrides
falcosecurity-libs-0.14.1/debian/libfalcosecurity0t64.lintian-overrides
--- falcosecurity-libs-0.14.1/debian/libfalcosecurity0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ falcosecurity-libs-0.14.1/debian/libfalcosecurity0t64.lintian-overrides
2024-02-01 21:29:57.000000000 +0000
@@ -0,0 +1,3 @@
+package-name-doesnt-match-sonames
+no-symbols-control-file
+libfalcosecurity0t64: package-name-doesnt-match-sonames libfalcosecurity0
--- End Message ---
--- Begin Message ---
Source: falcosecurity-libs
Source-Version: 0.14.1-5
Done: Dima Kogan <dko...@debian.org>
We believe that the bug you reported is fixed in the latest version of
falcosecurity-libs, 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 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dima Kogan <dko...@debian.org> (supplier of updated falcosecurity-libs 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: Fri, 02 Feb 2024 22:44:12 -0800
Source: falcosecurity-libs
Architecture: source
Version: 0.14.1-5
Distribution: unstable
Urgency: medium
Maintainer: Dima Kogan <dko...@debian.org>
Changed-By: Dima Kogan <dko...@debian.org>
Closes: 1062545
Changes:
falcosecurity-libs (0.14.1-5) unstable; urgency=medium
.
* Rename libraries for 64-bit time_t transition (Closes: #1062545)
Thanks to Michael Hudson-Doyle <mwhud...@debian.org>
Checksums-Sha1:
fd728c29ec7559fa5b58575d122586b7948e1f1d 2578 falcosecurity-libs_0.14.1-5.dsc
5b570314e56638a24ca45347042536f80e37511a 9588
falcosecurity-libs_0.14.1-5.debian.tar.xz
f8567fa99dcba64f581580b9b1b0b0c789e10a23 14071
falcosecurity-libs_0.14.1-5_source.buildinfo
Checksums-Sha256:
fcb9d66dde89998836b48864563845be7d22a3786693813e4a718f70c040bd96 2578
falcosecurity-libs_0.14.1-5.dsc
2f22b6f4958c1cd2f79a517a34c66e19a0b4a5fa9818c30cd5bef81f15fd7205 9588
falcosecurity-libs_0.14.1-5.debian.tar.xz
042c15ec694e47bd76308a1ae3a1136de25b7c17c592dd181ba6b300cc4003bb 14071
falcosecurity-libs_0.14.1-5_source.buildinfo
Files:
2a1109966dfc9e8b5552fc0edecc2d05 2578 libdevel optional
falcosecurity-libs_0.14.1-5.dsc
011b9da1129cd309e3083bada2091fd1 9588 libdevel optional
falcosecurity-libs_0.14.1-5.debian.tar.xz
984cdbbd8b55b52c5a37dca30958e4ab 14071 libdevel optional
falcosecurity-libs_0.14.1-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEteL6GQ/fmv4hiInPrMfCzzCUEYgFAmW94Z0SHGRrb2dhbkBk
ZWJpYW4ub3JnAAoJEKzHws8wlBGIgNEQAJDPhyDOZzcgACF6shDx3lL+ZoSD8U2W
Awq5++Nn1k0fqSx3JaO0XTUSkd3nTPQYMppQSKgRAEIekrd3TVzaZJ0E2jmuy0qZ
qrHcfcdOidbtl8UNqs9kzWPjpyqkPeZUZ3Odg2HCiwcCDILoKP20CinY2yKKaki0
L/mCyeKSDYbBqv+krXPUd0D3tY0vkzEiFH+mrP1olzmrFLslzqo/PWYPc8nnyyIC
AHgzDKEi4Vlf57hYOWMb17P3HBRtAQjLDqfEXt9QjGRgu1rRPz/bBGfqt/oRxiE/
hj1J4dHnGmKJ3F1Ur4fjDDYjY4zI71wDJt5KRSnZDcwRXfRZcXe5e0FiLtgXoZI/
I76r+YKVV7sWjt4c9A16NHfWryXcEMCNllFoCRKuKCg32kAf7NkhutICuLFjfqF7
05JAU7QHcP482ObpwIGltBquF5cnLRFxFkKFWRR4ZrZMCAXdsfkdjAg2pxH2DZ70
Vqgpd0xGxOfdUxMu4LLd+JmJr+1xECD99YJxGAk6iqUxfB55QBBa451R5Il82vXw
DLew4XAhGO0ndNTmeS+yJnTZwqmKa5XRxwexV62UFvg7NhasmcoD8fN1mBYiEjkz
mfPE6IoKx/Xh4VaAxeEUNblXTgqHZ02gLosGXHtilS8IfW115tPULEj3oiJBCSnW
bqPWj0YkQ76U
=J5w4
-----END PGP SIGNATURE-----
--- End Message ---