Your message dated Fri, 01 Mar 2024 13:09:27 +0000
with message-id <e1rg2dj-00glen...@fasolo.debian.org>
and subject line Bug#1063182: fixed in owfs 3.2p4+dfsg1-4.3
has caused the Debian Bug report #1063182,
regarding owfs: 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.)
--
1063182: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063182
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: owfs
Version: 3.2p4+dfsg1-4.2
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
owfs 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 owfs
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 owfs-3.2p4+dfsg1/debian/changelog owfs-3.2p4+dfsg1/debian/changelog
--- owfs-3.2p4+dfsg1/debian/changelog 2023-10-30 17:27:35.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/changelog 2024-02-05 16:09:25.000000000 +0000
@@ -1,3 +1,10 @@
+owfs (3.2p4+dfsg1-4.3) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Mon, 05 Feb 2024 16:09:25 +0000
+
owfs (3.2p4+dfsg1-4.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru owfs-3.2p4+dfsg1/debian/control owfs-3.2p4+dfsg1/debian/control
--- owfs-3.2p4+dfsg1/debian/control 2023-10-30 17:26:24.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/control 2024-02-05 16:09:25.000000000 +0000
@@ -54,7 +54,10 @@
Installing this package gets you a FUSE daemon, server arbitrates access
to the bus from multiple client processes, small ftp and webserver.
-Package: libow-3.2-4
+Package: libow-3.2-4t64
+Provides: ${t64:Provides}
+Replaces: libow-3.2-4
+Breaks: libow-3.2-4 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -70,7 +73,10 @@
This package includes the ow library that is able to talk directly to 1-wire
buses.
-Package: libowcapi-3.2-4
+Package: libowcapi-3.2-4t64
+Provides: ${t64:Provides}
+Replaces: libowcapi-3.2-4
+Breaks: libowcapi-3.2-4 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -90,8 +96,8 @@
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
- libow-3.2-4 (= ${binary:Version}),
- libowcapi-3.2-4 (= ${binary:Version})
+ libow-3.2-4t64 (= ${binary:Version}),
+ libowcapi-3.2-4t64 (= ${binary:Version})
Multi-Arch: same
Description: 1-Wire File System (development files)
The 1-Wire bus is a cheap low-speed bus for devices like weather
@@ -100,7 +106,10 @@
.
This package includes development libraries and C header files.
-Package: libownet-3.2-4
+Package: libownet-3.2-4t64
+Provides: ${t64:Provides}
+Replaces: libownet-3.2-4
+Breaks: libownet-3.2-4 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -120,7 +129,7 @@
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
- libownet-3.2-4 (= ${binary:Version})
+ libownet-3.2-4t64 (= ${binary:Version})
Multi-Arch: same
Description: owserver protocol library (development files)
The 1-Wire bus is a cheap low-speed bus for devices like weather
@@ -231,7 +240,10 @@
.
FTP daemon providing access to 1-Wire networks.
-Package: libow-php7
+Package: libow-php7t64
+Provides: ${t64:Provides}
+Replaces: libow-php7
+Breaks: libow-php7 (<< ${source:Version})
Architecture: any
Section: php
Depends: ${shlibs:Depends},
diff -Nru owfs-3.2p4+dfsg1/debian/libow-3.2-4.install
owfs-3.2p4+dfsg1/debian/libow-3.2-4.install
--- owfs-3.2p4+dfsg1/debian/libow-3.2-4.install 2023-10-30 17:26:24.000000000
+0000
+++ owfs-3.2p4+dfsg1/debian/libow-3.2-4.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/libow-*.so.*
diff -Nru owfs-3.2p4+dfsg1/debian/libow-3.2-4.lintian-overrides
owfs-3.2p4+dfsg1/debian/libow-3.2-4.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libow-3.2-4.lintian-overrides 2023-10-30
17:26:24.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libow-3.2-4.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-# the installed .so does not contains the last part of the soname
-# it confuses lintian
-lacks-unversioned-link-to-shared-library
-
-# as upstream changes the soname for each release, no symbol file is maintained
-no-symbols-control-file
diff -Nru owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.install
owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.install
--- owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.install 1970-01-01
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.install 2023-10-30
17:26:24.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libow-*.so.*
diff -Nru owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.lintian-overrides
owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.lintian-overrides 2024-02-05
16:09:25.000000000 +0000
@@ -0,0 +1,7 @@
+# the installed .so does not contains the last part of the soname
+# it confuses lintian
+lacks-unversioned-link-to-shared-library
+
+# as upstream changes the soname for each release, no symbol file is maintained
+no-symbols-control-file
+libow-3.2-4t64: package-name-doesnt-match-sonames libow-3.2-4
diff -Nru owfs-3.2p4+dfsg1/debian/libow-php7.install
owfs-3.2p4+dfsg1/debian/libow-php7.install
--- owfs-3.2p4+dfsg1/debian/libow-php7.install 2023-10-30 17:26:24.000000000
+0000
+++ owfs-3.2p4+dfsg1/debian/libow-php7.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/php/*/libowphp.so*
diff -Nru owfs-3.2p4+dfsg1/debian/libow-php7t64.install
owfs-3.2p4+dfsg1/debian/libow-php7t64.install
--- owfs-3.2p4+dfsg1/debian/libow-php7t64.install 1970-01-01
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libow-php7t64.install 2023-10-30
17:26:24.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/php/*/libowphp.so*
diff -Nru owfs-3.2p4+dfsg1/debian/libow-php7t64.lintian-overrides
owfs-3.2p4+dfsg1/debian/libow-php7t64.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libow-php7t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libow-php7t64.lintian-overrides 2024-02-05
16:09:25.000000000 +0000
@@ -0,0 +1 @@
+libow-php7t64: package-name-doesnt-match-sonames libow-php7
diff -Nru owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.install
owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.install
--- owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.install 2023-10-30
17:26:24.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libowcapi-*.so.*
diff -Nru owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.lintian-overrides
owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.lintian-overrides 2023-10-30
17:26:24.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-# the installed .so does not contains the last part of the soname
-# it confuses lintian
-lacks-unversioned-link-to-shared-library
-
-# as upstream changes the soname for each release, no symbol file is maintained
-no-symbols-control-file
diff -Nru owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.install
owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.install
--- owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.install 1970-01-01
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.install 2023-10-30
17:26:24.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libowcapi-*.so.*
diff -Nru owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.lintian-overrides
owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.lintian-overrides
2024-02-05 16:09:25.000000000 +0000
@@ -0,0 +1,7 @@
+# the installed .so does not contains the last part of the soname
+# it confuses lintian
+lacks-unversioned-link-to-shared-library
+
+# as upstream changes the soname for each release, no symbol file is maintained
+no-symbols-control-file
+libowcapi-3.2-4t64: package-name-doesnt-match-sonames libowcapi-3.2-4
diff -Nru owfs-3.2p4+dfsg1/debian/libownet-3.2-4.install
owfs-3.2p4+dfsg1/debian/libownet-3.2-4.install
--- owfs-3.2p4+dfsg1/debian/libownet-3.2-4.install 2023-10-30
17:26:24.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libownet-3.2-4.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libownet-*.so.*
diff -Nru owfs-3.2p4+dfsg1/debian/libownet-3.2-4.lintian-overrides
owfs-3.2p4+dfsg1/debian/libownet-3.2-4.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libownet-3.2-4.lintian-overrides 2023-10-30
17:26:24.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libownet-3.2-4.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-# the installed .so does not contains the last part of the soname
-# it confuses lintian
-lacks-unversioned-link-to-shared-library
-
-# as upstream changes the soname for each release, no symbol file is maintained
-no-symbols-control-file
diff -Nru owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.install
owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.install
--- owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.install 1970-01-01
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.install 2023-10-30
17:26:24.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libownet-*.so.*
diff -Nru owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.lintian-overrides
owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.lintian-overrides 2024-02-05
16:09:25.000000000 +0000
@@ -0,0 +1,7 @@
+# the installed .so does not contains the last part of the soname
+# it confuses lintian
+lacks-unversioned-link-to-shared-library
+
+# as upstream changes the soname for each release, no symbol file is maintained
+no-symbols-control-file
+libownet-3.2-4t64: package-name-doesnt-match-sonames libownet-3.2-4
--- End Message ---
--- Begin Message ---
Source: owfs
Source-Version: 3.2p4+dfsg1-4.3
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
owfs, 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 owfs 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:41:12 +0000
Source: owfs
Architecture: source
Version: 3.2p4+dfsg1-4.3
Distribution: unstable
Urgency: medium
Maintainer: Vincent Danjean <vdanj...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063182
Changes:
owfs (3.2p4+dfsg1-4.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063182
Checksums-Sha1:
1a3ffb1a601c191b5388d27f0b33403d9cebede3 3021 owfs_3.2p4+dfsg1-4.3.dsc
8013649422355a21f8b8a9f8a9744595004da23a 18828
owfs_3.2p4+dfsg1-4.3.debian.tar.xz
c6b58149f2e851459cc486ee7247f81e3caecdd1 8044
owfs_3.2p4+dfsg1-4.3_source.buildinfo
Checksums-Sha256:
4ad5d8c008263a59b119eac83dd5b85c6a72fc3f4463ffe168fbce7b87e87676 3021
owfs_3.2p4+dfsg1-4.3.dsc
9aa6704e2b28c09212ef8fa49e5d3ca669e4e0954ae07d7ac0aeeb8edb4c9acf 18828
owfs_3.2p4+dfsg1-4.3.debian.tar.xz
18b3b9d4043644290c308151702120358ecff221e9526de280cbe01dd9afccbf 8044
owfs_3.2p4+dfsg1-4.3_source.buildinfo
Files:
69416867fe224ca6ef1680706d536703 3021 electronics optional
owfs_3.2p4+dfsg1-4.3.dsc
e68f567c5159e4a7f228675e8048ea3f 18828 electronics optional
owfs_3.2p4+dfsg1-4.3.debian.tar.xz
e2931cce0f12adbe33b835ba552522e1 8044 electronics optional
owfs_3.2p4+dfsg1-4.3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhzREACgkQFZ61xO/I
d0xgzg//VqiSqaS7g5M4zxbMTf5ScB9tFxL35uLMbO9Tj0bnsDpfBQiRYh6KAYQg
lbedv3Wb81pjln80Jg7oyuPwi/psTPvGfJYQ2zcjP7umpzsBqiidmXVTVCCoFVXI
UyzCgvEpRyLV4N/+XJQwhbtwkABT6km3wvViamR08z7jIERjS4QANJjUJvgDyDXo
v5/1F0LMMIOBM2iJiYMSgtyyor7rbCpQYp/h5NjpGr3Q8YksLMcZbt2fq+DfA3Sy
qpoELb/QDyw3V2z38JB6SJ/UTay/xpBtIzbG4WI9ZPywQRbedHlz5aRMTJH1F9XK
+lJQiCH7ODCuRQh2UX+PH+4FpSQnGn7IxmQTpssm6/IwRoPaChZxPRT4QHBa6ZJL
FVFwNUtDcXKsDHJzAqIa8hfITgt2dE92iAYAyeIQbIrsL6T9CcYGEU5enzacaPK9
+GqWtuffo5Am6ZrcnRd4RplHPZoPRWoYJ7QHiIvDDT6QNaYACWCAId1LSOgTnlAh
J9EYY5djNCAPp/MWe7cuXE3VWFDHv7cqUD+nxuT7UvZieV0HbSkApmj/PVupi/NX
yv0AbNVxiEXuYs1f2HcoMFTSIcwH6t+l3QIQwxrTG/krafIGcYrBJFVzkcmQceC1
Yr7zZmVqtnif4ng4Ro8rk56J/Uzo7sCbx59QIc3Ucwp69qYE4kw=
=Okur
-----END PGP SIGNATURE-----
pgpCM3DZ2Zcyb.pgp
Description: PGP signature
--- End Message ---