Your message dated Fri, 01 Mar 2024 13:09:14 +0000
with message-id <e1rg2dw-00glcb...@fasolo.debian.org>
and subject line Bug#1063180: fixed in ntfs-3g 1:2022.10.3-1.1
has caused the Debian Bug report #1063180,
regarding ntfs-3g: 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.)
--
1063180: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063180
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ntfs-3g
Version: 1:2022.10.3-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
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
ntfs-3g 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 ntfs-3g
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/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 ntfs-3g-2022.10.3/debian/changelog ntfs-3g-2022.10.3/debian/changelog
--- ntfs-3g-2022.10.3/debian/changelog 2022-10-31 14:14:06.000000000 +0000
+++ ntfs-3g-2022.10.3/debian/changelog 2024-02-05 16:08:21.000000000 +0000
@@ -1,3 +1,10 @@
+ntfs-3g (1:2022.10.3-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Mon, 05 Feb 2024 16:08:21 +0000
+
ntfs-3g (1:2022.10.3-1) unstable; urgency=high
* New upstream release:
diff -Nru ntfs-3g-2022.10.3/debian/control ntfs-3g-2022.10.3/debian/control
--- ntfs-3g-2022.10.3/debian/control 2022-10-31 14:14:06.000000000 +0000
+++ ntfs-3g-2022.10.3/debian/control 2024-02-05 16:08:21.000000000 +0000
@@ -22,7 +22,7 @@
Depends:
${misc:Depends},
${shlibs:Depends},
- libntfs-3g89 (= ${binary:Version})
+ libntfs-3g89t64 (= ${binary:Version})
#Provides: ${ntfs-3g:Provides}
Description: read/write NTFS driver for FUSE
NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
@@ -34,7 +34,7 @@
Depends:
${misc:Depends},
${shlibs:Depends},
- libntfs-3g89 (= ${binary:Version}),
+ libntfs-3g89t64 (= ${binary:Version}),
ntfs-3g (= ${binary:Version})
Description: read/write NTFS driver for FUSE (development)
NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
@@ -42,7 +42,10 @@
.
This package contains the development files.
-Package: libntfs-3g89
+Package: libntfs-3g89t64
+Provides: ${t64:Provides}
+Replaces: libntfs-3g89
+Breaks: libntfs-3g89 (<< ${source:Version})
Section: libs
Architecture: linux-any kfreebsd-any
Multi-Arch: same
diff -Nru ntfs-3g-2022.10.3/debian/libntfs-3g89.install
ntfs-3g-2022.10.3/debian/libntfs-3g89.install
--- ntfs-3g-2022.10.3/debian/libntfs-3g89.install 2015-10-24
07:41:03.000000000 +0000
+++ ntfs-3g-2022.10.3/debian/libntfs-3g89.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-lib/*/*.so.*
diff -Nru ntfs-3g-2022.10.3/debian/libntfs-3g89t64.install
ntfs-3g-2022.10.3/debian/libntfs-3g89t64.install
--- ntfs-3g-2022.10.3/debian/libntfs-3g89t64.install 1970-01-01
00:00:00.000000000 +0000
+++ ntfs-3g-2022.10.3/debian/libntfs-3g89t64.install 2015-10-24
07:41:03.000000000 +0000
@@ -0,0 +1 @@
+lib/*/*.so.*
diff -Nru ntfs-3g-2022.10.3/debian/libntfs-3g89t64.lintian-overrides
ntfs-3g-2022.10.3/debian/libntfs-3g89t64.lintian-overrides
--- ntfs-3g-2022.10.3/debian/libntfs-3g89t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ ntfs-3g-2022.10.3/debian/libntfs-3g89t64.lintian-overrides 2024-02-05
16:08:21.000000000 +0000
@@ -0,0 +1 @@
+libntfs-3g89t64: package-name-doesnt-match-sonames libntfs-3g89
--- End Message ---
--- Begin Message ---
Source: ntfs-3g
Source-Version: 1:2022.10.3-1.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ntfs-3g, 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 1063...@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 ntfs-3g 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, 01 Mar 2024 12:40:22 +0000
Source: ntfs-3g
Architecture: source
Version: 1:2022.10.3-1.1
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063180
Changes:
ntfs-3g (1:2022.10.3-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063180
Checksums-Sha1:
852fd21a66a1fc5ebc03ae549cd6daf9781d72be 2138 ntfs-3g_2022.10.3-1.1.dsc
5acaa059b982a9bb14a6bf90aab2507b6b883a3a 22704
ntfs-3g_2022.10.3-1.1.debian.tar.xz
59703e34b5acd1d123e76a6d0f11895077b09e19 6978
ntfs-3g_2022.10.3-1.1_source.buildinfo
Checksums-Sha256:
0fed407a3152c40125be1e8291aa67c05f125b71f6b2f6446b07879459d96735 2138
ntfs-3g_2022.10.3-1.1.dsc
128201269d4bb8ad7ebb3d0495eb49e59e071aca320af664b749b59581c1a566 22704
ntfs-3g_2022.10.3-1.1.debian.tar.xz
e78264f72868f01ba1b16ccf67fe9e0bbaf1be1976249dbe05e9ac3d1421cfdf 6978
ntfs-3g_2022.10.3-1.1_source.buildinfo
Files:
a8274590368e6ada869d3a18c18b206c 2138 otherosfs optional
ntfs-3g_2022.10.3-1.1.dsc
e300f2747117473b3d82bdbe8af30d5f 22704 otherosfs optional
ntfs-3g_2022.10.3-1.1.debian.tar.xz
a6f4b8631870a333d2dc3d871d9913c0 6978 otherosfs optional
ntfs-3g_2022.10.3-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhzNMACgkQFZ61xO/I
d0yLMA/8DbU1Z7lSNIFH9UfpoOkauXS+AvuaCaWV2AHNS9tIGGal5RRVCW44pUDo
2hIKBG21XClSkBAIWrljqIXoVABsqsoQgvYmgor2dCTO6ISCVGWFwnS16X2ppAFe
3aiBtMUJohwW0dUWF6Jk1Tpiq4QyDiNXHWBAfQvJ27YLzLrNOJJXd7XRJGNbZzdk
jzd8bxCN9R6GmBNp9ldFuY2DLgQT4mnoa/2kB0ZcsG42opstfJFtCAeeHq0Vgg2y
LXpfFPb3LdQGdpaquoHCiMAdhb56ofdxIb/cY8HO+w3bNY3cT+LJWbZN4pNsRy8h
ozpFWIXZ3manc5WR4RWWxyToyjh3DFFF6G4qeY6r3Iej139br5Ajwm4kREqjuwha
OTp72E/vTuKSK2E6We3Nbm1Xh1hU/ybrGGbGqRzpSUi17Z1hbqdGIlmVZhP2nE8g
O4VQYRrOeTaW0jfoA0AKcay3VBXoODtnrWGT50S1aR+jF5sYuJGSu3qnfY6qoG4Y
AidgfjSHB/Q/4Vu8owaFooUEURoa93nupMjgCsz11ilS0rOaLGAN3EAyhhvkOn42
55t5gUO1EyQWU1lfyF36TichE3qM52reNUdfB/oAifSa+3c177p9Ep09CPJcZG03
gf9HMZMwANiRNZMX2atQBPcNu+VHWvEu8/I4dpBtmS4HmYnWsT4=
=Z54B
-----END PGP SIGNATURE-----
pgp0ug7XANVX0.pgp
Description: PGP signature
--- End Message ---