Your message dated Thu, 29 Feb 2024 23:20:16 +0000
with message-id <[email protected]>
and subject line Bug#1062089: fixed in fuse 2.9.9-8.1
has caused the Debian Bug report #1062089,
regarding fuse: 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 [email protected]
immediately.)
--
1062089: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062089
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: fuse
Version: 2.9.9-8
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
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
fuse 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 fuse
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 fuse-2.9.9/debian/changelog fuse-2.9.9/debian/changelog
--- fuse-2.9.9/debian/changelog 2023-11-07 05:58:07.000000000 +0000
+++ fuse-2.9.9/debian/changelog 2024-01-31 10:29:42.000000000 +0000
@@ -1,3 +1,10 @@
+fuse (2.9.9-8.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian <[email protected]> Wed, 31 Jan 2024 10:29:42 +0000
+
fuse (2.9.9-8) unstable; urgency=medium
[ Helmut Grohne <[email protected]> ]
diff -Nru fuse-2.9.9/debian/control fuse-2.9.9/debian/control
--- fuse-2.9.9/debian/control 2023-11-05 13:15:59.000000000 +0000
+++ fuse-2.9.9/debian/control 2024-01-31 10:29:42.000000000 +0000
@@ -16,7 +16,7 @@
Depends:
${misc:Depends},
${shlibs:Depends},
- libfuse2 (= ${binary:Version}),
+ libfuse2t64 (= ${binary:Version}),
adduser,
mount (>= 2.19.1),
sed (>= 4)
@@ -26,7 +26,10 @@
secure method for non privileged users to create and mount their own
filesystem
implementations.
-Package: libfuse2
+Package: libfuse2t64
+Provides: ${t64:Provides}
+Replaces: libfuse2
+Breaks: libfuse2 (<< ${source:Version})
Section: libs
Architecture: linux-any kfreebsd-any
Multi-Arch: same
@@ -50,7 +53,7 @@
Multi-Arch: same
Depends:
${misc:Depends},
- libfuse2 (= ${binary:Version}),
+ libfuse2t64 (= ${binary:Version}),
libselinux-dev [linux-any],
Suggests: fuse
Description: Filesystem in Userspace (development)
diff -Nru fuse-2.9.9/debian/libfuse2.docs fuse-2.9.9/debian/libfuse2.docs
--- fuse-2.9.9/debian/libfuse2.docs 2016-01-17 16:02:35.000000000 +0000
+++ fuse-2.9.9/debian/libfuse2.docs 1970-01-01 00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-NEWS
-README.md
-README.NFS
-doc/*.txt
-doc/how-fuse-works
diff -Nru fuse-2.9.9/debian/libfuse2.install fuse-2.9.9/debian/libfuse2.install
--- fuse-2.9.9/debian/libfuse2.install 2014-06-20 06:23:50.000000000 +0000
+++ fuse-2.9.9/debian/libfuse2.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.* lib
diff -Nru fuse-2.9.9/debian/libfuse2.symbols fuse-2.9.9/debian/libfuse2.symbols
--- fuse-2.9.9/debian/libfuse2.symbols 2014-06-20 06:23:50.000000000 +0000
+++ fuse-2.9.9/debian/libfuse2.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,22 +0,0 @@
-libfuse.so.2 #PACKAGE# #MINVER#
-* Build-Depends-Package: libfuse-dev
- (symver)FUSE_2.2 2.2
- (symver)FUSE_2.4 2.4
- (symver)FUSE_2.5 2.5
- (symver)FUSE_2.6 2.6
- (symver)FUSE_2.7 2.7
- (symver)FUSE_2.7.5 2.7.5
- (symver)FUSE_2.8 2.8
- (symver)FUSE_2.9 2.9
- (symver)FUSE_2.9.1 2.9.1
- (arch=linux-any)__fuse_exited@Base 2.2
- __fuse_loop_mt@Base 2.2
- (arch=linux-any)__fuse_process_cmd@Base 2.2
- (arch=linux-any)__fuse_read_cmd@Base 2.2
- (arch=linux-any)__fuse_set_getcontext_func@Base 2.2
- (arch=linux-any)__fuse_setup@Base 2.2
- (arch=linux-any)__fuse_teardown@Base 2.2
- (arch=linux-any)fuse_main@Base 2.5
- (arch=linux-any)fuse_new@Base 2.5
-libulockmgr.so.1 #PACKAGE# #MINVER#
- ulockmgr_op@Base 2.6
diff -Nru fuse-2.9.9/debian/libfuse2t64.docs fuse-2.9.9/debian/libfuse2t64.docs
--- fuse-2.9.9/debian/libfuse2t64.docs 1970-01-01 00:00:00.000000000 +0000
+++ fuse-2.9.9/debian/libfuse2t64.docs 2016-01-17 16:02:35.000000000 +0000
@@ -0,0 +1,5 @@
+NEWS
+README.md
+README.NFS
+doc/*.txt
+doc/how-fuse-works
diff -Nru fuse-2.9.9/debian/libfuse2t64.install
fuse-2.9.9/debian/libfuse2t64.install
--- fuse-2.9.9/debian/libfuse2t64.install 1970-01-01 00:00:00.000000000
+0000
+++ fuse-2.9.9/debian/libfuse2t64.install 2014-06-20 06:23:50.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.* lib
diff -Nru fuse-2.9.9/debian/libfuse2t64.lintian-overrides
fuse-2.9.9/debian/libfuse2t64.lintian-overrides
--- fuse-2.9.9/debian/libfuse2t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ fuse-2.9.9/debian/libfuse2t64.lintian-overrides 2024-01-31
10:29:42.000000000 +0000
@@ -0,0 +1 @@
+libfuse2t64: package-name-doesnt-match-sonames libfuse2
diff -Nru fuse-2.9.9/debian/libfuse2t64.symbols
fuse-2.9.9/debian/libfuse2t64.symbols
--- fuse-2.9.9/debian/libfuse2t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ fuse-2.9.9/debian/libfuse2t64.symbols 2024-01-31 10:29:42.000000000
+0000
@@ -0,0 +1,22 @@
+libfuse.so.2 #PACKAGE# #MINVER#
+* Build-Depends-Package: libfuse-dev
+ (symver)FUSE_2.2 2.2
+ (symver)FUSE_2.4 2.4
+ (symver)FUSE_2.5 2.5
+ (symver)FUSE_2.6 2.6
+ (symver)FUSE_2.7 2.7
+ (symver)FUSE_2.7.5 2.7.5
+ (symver)FUSE_2.8 2.8
+ (symver)FUSE_2.9 2.9
+ (symver)FUSE_2.9.1 2.9.1
+ (arch=linux-any)__fuse_exited@Base 2.2
+ __fuse_loop_mt@Base 2.2
+ (arch=linux-any)__fuse_process_cmd@Base 2.2
+ (arch=linux-any)__fuse_read_cmd@Base 2.2
+ (arch=linux-any)__fuse_set_getcontext_func@Base 2.2
+ (arch=linux-any)__fuse_setup@Base 2.2
+ (arch=linux-any)__fuse_teardown@Base 2.2
+ (arch=linux-any)fuse_main@Base 2.5
+ (arch=linux-any)fuse_new@Base 2.5
+libulockmgr.so.1 #PACKAGE# #MINVER#
+ ulockmgr_op@Base 2.6
diff -Nru fuse-2.9.9/debian/rules fuse-2.9.9/debian/rules
--- fuse-2.9.9/debian/rules 2022-10-16 12:24:16.000000000 +0000
+++ fuse-2.9.9/debian/rules 2024-01-31 10:29:42.000000000 +0000
@@ -44,8 +44,8 @@
dh_install
# adjusting /lib for multiarch
- mkdir -p debian/libfuse2/lib/$(DEB_HOST_MULTIARCH)
- mv debian/libfuse2/lib/*.so* debian/libfuse2/lib/$(DEB_HOST_MULTIARCH)
+ mkdir -p debian/libfuse2t64/lib/$(DEB_HOST_MULTIARCH)
+ mv debian/libfuse2t64/lib/*.so*
debian/libfuse2/lib/$(DEB_HOST_MULTIARCH)
ifeq ($(with_udeb),yes)
mkdir -p debian/libfuse2-udeb/lib/$(DEB_HOST_MULTIARCH)
mv debian/libfuse2-udeb/lib/*.so*
debian/libfuse2-udeb/lib/$(DEB_HOST_MULTIARCH)
--- End Message ---
--- Begin Message ---
Source: fuse
Source-Version: 2.9.9-8.1
Done: Michael Hudson-Doyle <[email protected]>
We believe that the bug you reported is fixed in the latest version of
fuse, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Hudson-Doyle <[email protected]> (supplier of updated fuse
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 01 Mar 2024 11:24:20 +1300
Source: fuse
Built-For-Profiles: noudeb
Architecture: source
Version: 2.9.9-8.1
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Michael Hudson-Doyle <[email protected]>
Closes: 1062089
Changes:
fuse (2.9.9-8.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. (Closes: #1062089)
Checksums-Sha1:
41c4037e558c80ef48751319182f576632097af8 2342 fuse_2.9.9-8.1.dsc
574d81754cc5d0c8690378f0a837861d5946e272 25012 fuse_2.9.9-8.1.debian.tar.xz
a7275d72a80b8b3e440cd5d00f3c7ea99d48a6f6 7687 fuse_2.9.9-8.1_source.buildinfo
Checksums-Sha256:
9804b0563742170bc78988133666aea98dad0ab23c62bf08819490d43c244160 2342
fuse_2.9.9-8.1.dsc
4c003ad63cb6bb8983fa50734d512cd9067a3a98d25bce254b9299d2d4b102bf 25012
fuse_2.9.9-8.1.debian.tar.xz
78fc719276a7cb486d57693cd59c566725ae4babdfc2d8c1212eadf2064a0036 7687
fuse_2.9.9-8.1_source.buildinfo
Files:
de540ef8e6025b7d8b808d2b587f39fd 2342 utils optional fuse_2.9.9-8.1.dsc
7057e1f365c6084eba8a520105782560 25012 utils optional
fuse_2.9.9-8.1.debian.tar.xz
ba3635af1a15099cc103958bfa6c7d8c 7687 utils optional
fuse_2.9.9-8.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmXhBGkACgkQEd9ClMyj
mJNRERAAmrFBmzHUjAq6oVhozt4vo9P6pYfByTCHTQLUbYf6uCox4eo/LZj97+Bl
AUceei/BjjUfW8S6e1XJ4NKGSa52JCqSAJC2ao2KfTN6cpHS5dwx331VjdrTt5bM
sNU3rhORZNkV37bBAyqUA0mQgNfv84JzoHJRd+D0tUO1HjHpii7VRWUBex2F28Nj
H8ynK49iLnpfYdlT/UdMlRTCjRjxMNTpspGPMxoquaXNV7v6QZiLT6mgzb7VacuS
mTw9/WP6jH6iODvEr/lZAGtc+CeePSAWHymWy1giQCFbFz0j0W92LDs/kfHxPXiT
AOrKkzt7vY606Sg0sKMPUxHahtOw1xl//PIBlA3Mi3rQtMcuins5f1KYiBXPPlhH
DEQxHDybpzBoWgOSafxXFMiEwBJ7+GFE9ORwCoqRegScRRjPkmU1K1euMkpr0gJI
opnTR1pZWxzcDOvBdYZquFFSGESiZEs/vjPuRq/A+uzaF4iGY1bp5FYl5HNujwLG
5x+2UC+SBlljBeJ3YJoTQepn/TUQf2Xsg7YtP3ZviwIgeffw7cnwj2GDPIhwND9k
rLXWmuKeKQivd67R/I3UTrZny66+l/CTXYv91TTlohIA+RENhmSB3c3SvKXwjLk7
BgSeVKG1ectuLrFEueEbDY23aZqILL53ATdjOZg8Vgi/rz80eCU=
=G/ZV
-----END PGP SIGNATURE-----
pgpiiCDCQfo96.pgp
Description: PGP signature
--- End Message ---