Your message dated Thu, 29 Feb 2024 05:55:52 +0000
with message-id <e1rfzoa-009nrm...@fasolo.debian.org>
and subject line Bug#1062545: fixed in falcosecurity-libs 0.14.1-5.1
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.1
Done: Michael Hudson-Doyle <michael.hud...@ubuntu.com>

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.
Michael Hudson-Doyle <michael.hud...@ubuntu.com> (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: Thu, 29 Feb 2024 16:16:34 +1300
Source: falcosecurity-libs
Built-For-Profiles: noudeb
Architecture: source
Version: 0.14.1-5.1
Distribution: unstable
Urgency: medium
Maintainer: Dima Kogan <dko...@debian.org>
Changed-By: Michael Hudson-Doyle <michael.hud...@ubuntu.com>
Closes: 1062545
Changes:
 falcosecurity-libs (0.14.1-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add versioned dependency on dpkg-dev to guard against accidental backports
     with wrong ABI. (Closes: #1062545)
Checksums-Sha1:
 81fb6ae5a2e3a21c132927ad47b037d113d2d938 2583 falcosecurity-libs_0.14.1-5.1.dsc
 c4471176fba5319eeb8b0dbf33a5e63dd8a16c7d 9700 
falcosecurity-libs_0.14.1-5.1.debian.tar.xz
 50961a54645e63f1c73b557f5150e721cf79887b 8658 
falcosecurity-libs_0.14.1-5.1_source.buildinfo
Checksums-Sha256:
 0da2ebca18bb9b3a92a1556c754816ed4c27745fcdbe67abe2b40c25a3711569 2583 
falcosecurity-libs_0.14.1-5.1.dsc
 2ff9afe91a5c64fe86e57b622d7128e5037c7379a30a3df5027f1bfdeb90cabe 9700 
falcosecurity-libs_0.14.1-5.1.debian.tar.xz
 ad6b867f31dadb966b447c67d0a0a5ce17c95ab5cf3e28f799993d1b2d53c661 8658 
falcosecurity-libs_0.14.1-5.1_source.buildinfo
Files:
 d41946f13f153f3089a723fa4df3dfea 2583 libdevel optional 
falcosecurity-libs_0.14.1-5.1.dsc
 7c000f9c7bad92d6793de93addcbb6ae 9700 libdevel optional 
falcosecurity-libs_0.14.1-5.1.debian.tar.xz
 16e915e51ff96297a3cf46143a59a568 8658 libdevel optional 
falcosecurity-libs_0.14.1-5.1_source.buildinfo

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

iQIzBAEBCgAdFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmXgAycACgkQEd9ClMyj
mJNErRAAi99dk5690xiOtCcULaE1TaNi0erPeY1xDAd363uYtorzBfrMh8qB89S2
RrBvkv7DgCDYbXKtig4sdJl/RjdA9KCmFanotwHCbjp2YJlCP1cVtzIcwSp+SvNQ
Um5BthjOz0jLYIYA+oUZ3gS0y12RMD01JBMOgNBpvrQGieiRJQBdH0FyN0NwszRp
inM/kfvci1SDVxTQtASXpURGP6zn9fAKXakCd3F03LkjaKN4MU4wSBYEURECRI39
aM40zKMzVHlxjAnho1ecFzDLVR/+vY/h9+XCaOn7LFp/HHV058/iGEdRru0AcQ+u
tBg+tuIafazshnFxCF5uD/RxrEWUbG4R8B9Z6PVDFwaBKmwFQWXNj2nDeS0qqTIB
HyyeqmDoqz56YXMye3K57qexb3dLp2FJSePBmgYtKlmAM5WcFSbTS6oG4v4BQSFn
A2oW4Vb0zNxoaVVfjG4a/Z8oUAQrPM7swDw/OsJ3Zzx8kaokvAFE9k+jWtXyca/F
YQGlIm0K8zc9oTO0uh0N/oIEysVBrWdnX5iOVcL1T+WB4dCkbKDeLlMsTuwX1aai
hir+khQEogutHhgwMs/PaxRmmJCWzLKKGCYtSI4ZvmebGFlbYJlzDvpjQQGJsuil
1YTDkq+spohzAgnb/IrFm/QpHqTmZCWGmDxj2cKOlfLFCcd+dzs=
=YFLj
-----END PGP SIGNATURE-----

Attachment: pgpjTgCsr7o7_.pgp
Description: PGP signature


--- End Message ---

Reply via email to