[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062544: marked as done (faifa: NMU diff for 64-bit time_t transition)



Your message dated Wed, 28 Feb 2024 04:47:53 +0000
with message-id <E1rfBrF-004SIC-2x@fasolo.debian.org>
and subject line Bug#1062544: fixed in faifa 0.2~svn82-3.1
has caused the Debian Bug report #1062544,
regarding faifa: 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 owner@bugs.debian.org
immediately.)


-- 
1062544: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062544
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: faifa
Version: 0.2~svn82-3
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@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
faifa 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 faifa
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 faifa-0.2~svn82/debian/changelog faifa-0.2~svn82/debian/changelog
--- faifa-0.2~svn82/debian/changelog	2022-10-17 10:46:57.000000000 +0000
+++ faifa-0.2~svn82/debian/changelog	2024-02-01 21:29:07.000000000 +0000
@@ -1,3 +1,10 @@
+faifa (0.2~svn82-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Thu, 01 Feb 2024 21:29:07 +0000
+
 faifa (0.2~svn82-3) unstable; urgency=medium
 
   * QA upload.
diff -Nru faifa-0.2~svn82/debian/control faifa-0.2~svn82/debian/control
--- faifa-0.2~svn82/debian/control	2022-10-17 10:46:57.000000000 +0000
+++ faifa-0.2~svn82/debian/control	2024-02-01 21:29:07.000000000 +0000
@@ -28,7 +28,7 @@
 Package: libfaifa-dev
 Section: libdevel
 Architecture: any
-Depends: libfaifa0 (= ${binary:Version}), ${misc:Depends}
+Depends: libfaifa0t64 (= ${binary:Version}), ${misc:Depends}
 Description: manage HomePlug 1.0/AV devices via ethernet frames - devel library
  Faifa is a network tool to remotely manage HomePlug 1.0 and HomePlug AV
  devices.
@@ -42,7 +42,10 @@
  .
  This package contains Faifa library headers.
 
-Package: libfaifa0
+Package: libfaifa0t64
+Provides: ${t64:Provides}
+Replaces: libfaifa0
+Breaks: libfaifa0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru faifa-0.2~svn82/debian/libfaifa0.install faifa-0.2~svn82/debian/libfaifa0.install
--- faifa-0.2~svn82/debian/libfaifa0.install	2022-10-17 10:46:57.000000000 +0000
+++ faifa-0.2~svn82/debian/libfaifa0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libfaifa*.so.*
diff -Nru faifa-0.2~svn82/debian/libfaifa0.symbols faifa-0.2~svn82/debian/libfaifa0.symbols
--- faifa-0.2~svn82/debian/libfaifa0.symbols	2022-10-17 10:46:57.000000000 +0000
+++ faifa-0.2~svn82/debian/libfaifa0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,37 +0,0 @@
-libfaifa.so.0 libfaifa0 #MINVER#
- crc32buf@Base 0.2~svn82
- dak_salt@Base 0.2~svn82
- do_frame@Base 0.2~svn82
- do_receive_frame@Base 0.2~svn82
- dump_hex@Base 0.2~svn82
- err_stream@Base 0.2~svn82
- ether_init_header@Base 0.2~svn82
- faifa_close@Base 0.2~svn82
- faifa_error@Base 0.2~svn82
- faifa_free@Base 0.2~svn82
- faifa_init@Base 0.2~svn82
- faifa_loop@Base 0.2~svn82
- faifa_loop_handler@Base 0.2~svn82
- faifa_open@Base 0.2~svn82
- faifa_parse_mac_addr@Base 0.2~svn82
- faifa_recv@Base 0.2~svn82
- faifa_send@Base 0.2~svn82
- faifa_set_dst_addr@Base 0.2~svn82
- faifa_set_error@Base 0.2~svn82
- faifa_set_verbose@Base 0.2~svn82
- faifa_sprint_hex@Base 0.2~svn82
- gen_passphrase@Base 0.2~svn82
- get_carrier_modulation_str@Base 0.2~svn82
- get_sta_role_str@Base 0.2~svn82
- hash_hpav@Base 0.2~svn82
- hash_value@Base 0.2~svn82
- hp10_frame_ops@Base 0.2~svn82
- hpav_frame_ops@Base 0.2~svn82
- in_stream@Base 0.2~svn82
- init_salted_secret@Base 0.2~svn82
- menu@Base 0.2~svn82
- nmk_salt@Base 0.2~svn82
- out_stream@Base 0.2~svn82
- receive_loop@Base 0.2~svn82
- set_dump_callback@Base 0.2~svn82
- set_init_callback@Base 0.2~svn82
diff -Nru faifa-0.2~svn82/debian/libfaifa0t64.install faifa-0.2~svn82/debian/libfaifa0t64.install
--- faifa-0.2~svn82/debian/libfaifa0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ faifa-0.2~svn82/debian/libfaifa0t64.install	2022-10-17 10:46:57.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libfaifa*.so.*
diff -Nru faifa-0.2~svn82/debian/libfaifa0t64.lintian-overrides faifa-0.2~svn82/debian/libfaifa0t64.lintian-overrides
--- faifa-0.2~svn82/debian/libfaifa0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ faifa-0.2~svn82/debian/libfaifa0t64.lintian-overrides	2024-02-01 21:29:07.000000000 +0000
@@ -0,0 +1 @@
+libfaifa0t64: package-name-doesnt-match-sonames libfaifa0
diff -Nru faifa-0.2~svn82/debian/libfaifa0t64.symbols faifa-0.2~svn82/debian/libfaifa0t64.symbols
--- faifa-0.2~svn82/debian/libfaifa0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ faifa-0.2~svn82/debian/libfaifa0t64.symbols	2024-02-01 21:29:07.000000000 +0000
@@ -0,0 +1,37 @@
+libfaifa.so.0 libfaifa0t64 #MINVER#
+ crc32buf@Base 0.2~svn82
+ dak_salt@Base 0.2~svn82
+ do_frame@Base 0.2~svn82
+ do_receive_frame@Base 0.2~svn82
+ dump_hex@Base 0.2~svn82
+ err_stream@Base 0.2~svn82
+ ether_init_header@Base 0.2~svn82
+ faifa_close@Base 0.2~svn82
+ faifa_error@Base 0.2~svn82
+ faifa_free@Base 0.2~svn82
+ faifa_init@Base 0.2~svn82
+ faifa_loop@Base 0.2~svn82
+ faifa_loop_handler@Base 0.2~svn82
+ faifa_open@Base 0.2~svn82
+ faifa_parse_mac_addr@Base 0.2~svn82
+ faifa_recv@Base 0.2~svn82
+ faifa_send@Base 0.2~svn82
+ faifa_set_dst_addr@Base 0.2~svn82
+ faifa_set_error@Base 0.2~svn82
+ faifa_set_verbose@Base 0.2~svn82
+ faifa_sprint_hex@Base 0.2~svn82
+ gen_passphrase@Base 0.2~svn82
+ get_carrier_modulation_str@Base 0.2~svn82
+ get_sta_role_str@Base 0.2~svn82
+ hash_hpav@Base 0.2~svn82
+ hash_value@Base 0.2~svn82
+ hp10_frame_ops@Base 0.2~svn82
+ hpav_frame_ops@Base 0.2~svn82
+ in_stream@Base 0.2~svn82
+ init_salted_secret@Base 0.2~svn82
+ menu@Base 0.2~svn82
+ nmk_salt@Base 0.2~svn82
+ out_stream@Base 0.2~svn82
+ receive_loop@Base 0.2~svn82
+ set_dump_callback@Base 0.2~svn82
+ set_init_callback@Base 0.2~svn82

--- End Message ---
--- Begin Message ---
Source: faifa
Source-Version: 0.2~svn82-3.1
Done: Michael Hudson-Doyle <mwhudson@debian.org>

We believe that the bug you reported is fixed in the latest version of
faifa, 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 1062544@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Hudson-Doyle <mwhudson@debian.org> (supplier of updated faifa 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 28 Feb 2024 03:46:05 +0000
Source: faifa
Architecture: source
Version: 0.2~svn82-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Michael Hudson-Doyle <mwhudson@debian.org>
Closes: 1062544
Changes:
 faifa (0.2~svn82-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062544
Checksums-Sha1:
 0e725a55f1439bbd659b121665f983beca9af057 2032 faifa_0.2~svn82-3.1.dsc
 e7322592bf5c89ab481e5114b2ebe9b1fa4936b9 4212 faifa_0.2~svn82-3.1.debian.tar.xz
 6651d829ad371ee9a6c5cc92afc0a3c4f4ddf6ca 6813 faifa_0.2~svn82-3.1_source.buildinfo
Checksums-Sha256:
 300d9d3f2721e862a924894a149d4ff6c5b324e14ce451f48762e719470f08ee 2032 faifa_0.2~svn82-3.1.dsc
 efdcbc2376e4b3e6c4cb6bf47d98237a7f43dbe7a739c3284088ebb436fbd6e4 4212 faifa_0.2~svn82-3.1.debian.tar.xz
 08b04fb87c3eddaed558d0ac492429aeb041fa76e3bf5c5dff060708e60c04eb 6813 faifa_0.2~svn82-3.1_source.buildinfo
Files:
 7b3a93f3385ab02a40f78cba576fe6fb 2032 net optional faifa_0.2~svn82-3.1.dsc
 08a5511d85bd60cf0ff8fe96f23f28fd 4212 net optional faifa_0.2~svn82-3.1.debian.tar.xz
 e6252df91523a8307bbe3c3c054698d8 6813 net optional faifa_0.2~svn82-3.1_source.buildinfo

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

iQJIBAEBCAAyFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmXerIkUHG13aHVkc29u
QGRlYmlhbi5vcmcACgkQEd9ClMyjmJO0yw//QYqqSnjOz/gMw8RPDiRRfPHL6ozW
ptLG/JPBoEllpIk7hhRqfHTVkSftA+tK3mxOsK+lImM2jEeFWVFipNXBm0GsI/ry
aVBU9goL9M2e+rn2wgNoAjx6nW4NjyiG+SGlXsvb4oCqLELS2839HkX0W/eApVBM
V1m4AukeRj95l1S5PCyxWz2PWLqXgVNXn5QefgziZgT7gsFn1skUK7wi7APndwtr
XV7GiqE7BVHCghxr2HEyuP87FdjKIszlyJZ5q7oe1uKm6EGd/czpw2qSlhsUnHOd
8zXjUZzAI4oCzMeYj47CZ4UO1cprBDKYxlSE6YS+6QKl9jXPpIeu5CfPwpWnwEKz
XMtUjZ9lF4LxParzy8/K8yl/+MgyGN2erZb0guOX1rfWHCpZcFMoSKDnThOT7WdL
okZ1CaN1ufQWhE4F2LzUPIUMMKVCfpy95Hum7trPMxQ891XMPSZELQHFQoljp3U3
3TRg62T1Jyxmamn7QFQSRSc71KvjVGkPavu8UrKJGo1MMfrpbpzXRLN0Pf+QDT9x
mCJyOY3BEhNdJm14R98GD/+l/Tv89uXQ4ATQJ9i7opX8t4xcH/+1l0CNpivdMtja
cOFBlyQClfn2smAz3bKOTWNqPUMD/6j4Q6SSXMnFkuwTI2lpkEoYdPVzbvar5Joz
ELvhGabEfuYC6jw=
=MJGe
-----END PGP SIGNATURE-----

Attachment: pgpQMP9w2mvbk.pgp
Description: PGP signature


--- End Message ---

Reply to: