Source: fplll Version: 5.4.5-1 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 fplll 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 fplll 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') Architecture: amd64 (x86_64) Kernel: Linux 6.5.0-14-generic (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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 fplll-5.4.5/debian/changelog fplll-5.4.5/debian/changelog --- fplll-5.4.5/debian/changelog 2023-11-26 12:01:50.000000000 +0000 +++ fplll-5.4.5/debian/changelog 2024-01-30 11:28:57.000000000 +0000 @@ -1,3 +1,10 @@ +fplll (5.4.5-1.1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Lukas Märdian <sl...@debian.org> Tue, 30 Jan 2024 11:28:57 +0000 + fplll (5.4.5-1) unstable; urgency=medium * New upstream release. diff -Nru fplll-5.4.5/debian/control fplll-5.4.5/debian/control --- fplll-5.4.5/debian/control 2023-11-26 12:01:50.000000000 +0000 +++ fplll-5.4.5/debian/control 2024-01-30 11:28:56.000000000 +0000 @@ -12,7 +12,10 @@ Vcs-Git: https://salsa.debian.org/math-team/fplll.git Vcs-Browser: https://salsa.debian.org/math-team/fplll -Package: libfplll8 +Package: libfplll8t64 +Provides: ${t64:Provides} +Replaces: libfplll8 +Breaks: libfplll8 (<< ${source:Version}) Architecture: any Multi-Arch: same Section: libs @@ -59,7 +62,7 @@ Architecture: any Multi-Arch: same Section: libdevel -Depends: ${misc:Depends}, libgmp-dev, libmpfr-dev, libfplll8 (= ${binary:Version}) +Depends: ${misc:Depends}, libgmp-dev, libmpfr-dev, libfplll8t64 (= ${binary:Version}) Description: Library for LLL-reduction of Euclidean lattices, development fpLLL is a library for computing reduced (nearly orthogonal) bases for Euclidean lattices using the floating-point LLL algorithm. @@ -77,7 +80,7 @@ Package: fplll-tools Architecture: any -Depends: libfplll8 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: libfplll8t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Tools to compute LLL-reduction of Euclidian lattices fpLLL is a library for computing reduced (nearly orthogonal) bases for Euclidean lattices using the floating-point LLL algorithm. diff -Nru fplll-5.4.5/debian/libfplll8.install fplll-5.4.5/debian/libfplll8.install --- fplll-5.4.5/debian/libfplll8.install 2023-11-26 12:01:50.000000000 +0000 +++ fplll-5.4.5/debian/libfplll8.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/lib/*/*.so.* diff -Nru fplll-5.4.5/debian/libfplll8.README.Debian fplll-5.4.5/debian/libfplll8.README.Debian --- fplll-5.4.5/debian/libfplll8.README.Debian 2023-11-26 12:01:50.000000000 +0000 +++ fplll-5.4.5/debian/libfplll8.README.Debian 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -This 5.x.y series is incompatible with the previous versions. diff -Nru fplll-5.4.5/debian/libfplll8.shlibs fplll-5.4.5/debian/libfplll8.shlibs --- fplll-5.4.5/debian/libfplll8.shlibs 2023-11-26 12:01:50.000000000 +0000 +++ fplll-5.4.5/debian/libfplll8.shlibs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -libfplll 8 libfplll8 (>= 5.4.0) diff -Nru fplll-5.4.5/debian/libfplll8t64.Debian fplll-5.4.5/debian/libfplll8t64.Debian --- fplll-5.4.5/debian/libfplll8t64.Debian 1970-01-01 00:00:00.000000000 +0000 +++ fplll-5.4.5/debian/libfplll8t64.Debian 2023-11-26 12:01:50.000000000 +0000 @@ -0,0 +1 @@ +This 5.x.y series is incompatible with the previous versions. diff -Nru fplll-5.4.5/debian/libfplll8t64.install fplll-5.4.5/debian/libfplll8t64.install --- fplll-5.4.5/debian/libfplll8t64.install 1970-01-01 00:00:00.000000000 +0000 +++ fplll-5.4.5/debian/libfplll8t64.install 2023-11-26 12:01:50.000000000 +0000 @@ -0,0 +1 @@ +/usr/lib/*/*.so.* diff -Nru fplll-5.4.5/debian/libfplll8t64.lintian-overrides fplll-5.4.5/debian/libfplll8t64.lintian-overrides --- fplll-5.4.5/debian/libfplll8t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ fplll-5.4.5/debian/libfplll8t64.lintian-overrides 2024-01-30 11:28:56.000000000 +0000 @@ -0,0 +1 @@ +libfplll8t64: package-name-doesnt-match-sonames libfplll8 diff -Nru fplll-5.4.5/debian/libfplll8t64.shlibs fplll-5.4.5/debian/libfplll8t64.shlibs --- fplll-5.4.5/debian/libfplll8t64.shlibs 1970-01-01 00:00:00.000000000 +0000 +++ fplll-5.4.5/debian/libfplll8t64.shlibs 2024-01-30 11:28:56.000000000 +0000 @@ -0,0 +1 @@ +libfplll 8 libfplll8t64 (>= 5.4.0)