Your message dated Wed, 28 Feb 2024 23:47:28 +0000
with message-id <e1rfte4-008yzx...@fasolo.debian.org>
and subject line Bug#1062697: fixed in libvformat 1.13-12.1
has caused the Debian Bug report #1062697,
regarding libvformat: 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.)
--
1062697: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062697
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libvformat
Version: 1.13-12
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
libvformat 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 libvformat
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'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
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 libvformat-1.13/debian/changelog libvformat-1.13/debian/changelog
--- libvformat-1.13/debian/changelog 2020-08-10 21:55:14.000000000 +0000
+++ libvformat-1.13/debian/changelog 2024-02-02 18:18:56.000000000 +0000
@@ -1,3 +1,10 @@
+libvformat (1.13-12.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Fri, 02 Feb 2024 18:18:56 +0000
+
libvformat (1.13-12) unstable; urgency=medium
[ Thomas Preud'homme ]
diff -Nru libvformat-1.13/debian/control libvformat-1.13/debian/control
--- libvformat-1.13/debian/control 2020-08-10 21:55:14.000000000 +0000
+++ libvformat-1.13/debian/control 2024-02-02 18:18:56.000000000 +0000
@@ -13,7 +13,7 @@
Package: libvformat-dev
Section: libdevel
Architecture: any
-Depends: libvformat0 (= ${binary:Version}), ${misc:Depends}
+Depends: libvformat0t64 (= ${binary:Version}), ${misc:Depends}
Description: library to read and write vcard files (development files)
This library provides an interface to vcard files according
to the definitions laid down in the rfc2426.
@@ -21,7 +21,10 @@
This package contains the development headers for the library found in
libvformat0.
-Package: libvformat0
+Package: libvformat0t64
+Provides: ${t64:Provides}
+Replaces: libvformat0
+Breaks: libvformat0 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
diff -Nru libvformat-1.13/debian/libvformat0.install
libvformat-1.13/debian/libvformat0.install
--- libvformat-1.13/debian/libvformat0.install 2020-08-10 21:55:14.000000000
+0000
+++ libvformat-1.13/debian/libvformat0.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/libvformat*.so.*
diff -Nru libvformat-1.13/debian/libvformat0.shlibs
libvformat-1.13/debian/libvformat0.shlibs
--- libvformat-1.13/debian/libvformat0.shlibs 2020-08-10 21:55:14.000000000
+0000
+++ libvformat-1.13/debian/libvformat0.shlibs 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-libvformat 0 libvformat0 (>= 1.13-6)
diff -Nru libvformat-1.13/debian/libvformat0.symbols
libvformat-1.13/debian/libvformat0.symbols
--- libvformat-1.13/debian/libvformat0.symbols 2020-08-10 21:55:14.000000000
+0000
+++ libvformat-1.13/debian/libvformat0.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,61 +0,0 @@
-libvformat.so.0 libvformat0 #MINVER#
-* Build-Depends-Package: libvformat-dev
- _vf_free@Base 1.13-6~
- _vf_malloc@Base 1.13-6~
- _vf_realloc@Base 1.13-6~
- _vf_stdlib_free@Base 1.13-6~
- _vf_stdlib_malloc@Base 1.13-6~
- _vf_stdlib_realloc@Base 1.13-6~
- add_string_to_array@Base 1.13-6~
- append_to_curr_string@Base 1.13-6~
- append_to_pointer@Base 1.13-6~
- delete_prop_contents@Base 1.13-6~
- free_string_array_contents@Base 1.13-6~
- mark_property_modified@Base 1.13-6~
- p_memcpy@Base 1.13-6~
- p_memset@Base 1.13-6~
- p_strcat@Base 1.13-6~
- p_strcmp@Base 1.13-6~
- p_strcpy@Base 1.13-6~
- p_stricmp@Base 1.13-6~
- p_stristr@Base 1.13-6~
- p_strlen@Base 1.13-6~
- p_strstr@Base 1.13-6~
- set_string_array_entry@Base 1.13-6~
- string_array_contains_string@Base 1.13-6~
- vf_create_object@Base 1.13-6~
- vf_date_string_to_time@Base 1.13-6~
- vf_delete_object@Base 1.13-6~
- vf_delete_prop@Base 1.13-6~
- vf_find_charset@Base 1.13-6~
- vf_find_prop_qual_index@Base 1.13-6~
- vf_get_next_object@Base 1.13-6~
- vf_get_next_property@Base 1.13-6~
- vf_get_object_type@Base 1.13-6~
- vf_get_prop_name@Base 1.13-6~
- vf_get_prop_name_string@Base 1.13-6~
- vf_get_prop_value@Base 1.13-6~
- vf_get_prop_value_base64@Base 1.13-6~
- vf_get_prop_value_object@Base 1.13-6~
- vf_get_prop_value_string@Base 1.13-6~
- vf_get_prop_value_time@Base 1.13-6~
- vf_get_property@Base 1.13-6~
- vf_get_property_ex@Base 1.13-6~
- vf_is_modified@Base 1.13-6~
- vf_parse_end@Base 1.13-6~
- vf_parse_init@Base 1.13-6~
- vf_parse_text@Base 1.13-6~
- vf_period_string_to_time@Base 1.13-6~
- vf_period_time_to_string@Base 1.13-6~
- vf_prop_belongs_to_object@Base 1.13-6~
- vf_read_file@Base 1.13-6~
- vf_set_mem_functions@Base 1.13-6~
- vf_set_prop_name_string@Base 1.13-6~
- vf_set_prop_value@Base 1.13-6~
- vf_set_prop_value_base64@Base 1.13-6~
- vf_set_prop_value_object@Base 1.13-6~
- vf_set_prop_value_string@Base 1.13-6~
- vf_set_prop_value_time@Base 1.13-6~
- vf_set_property_from_file@Base 1.13-6~
- vf_stdlib_dump_alloc_info@Base 1.13-6~
- vf_write_file@Base 1.13-6~
diff -Nru libvformat-1.13/debian/libvformat0t64.install
libvformat-1.13/debian/libvformat0t64.install
--- libvformat-1.13/debian/libvformat0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ libvformat-1.13/debian/libvformat0t64.install 2020-08-10
21:55:14.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libvformat*.so.*
diff -Nru libvformat-1.13/debian/libvformat0t64.lintian-overrides
libvformat-1.13/debian/libvformat0t64.lintian-overrides
--- libvformat-1.13/debian/libvformat0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libvformat-1.13/debian/libvformat0t64.lintian-overrides 2024-02-02
18:18:56.000000000 +0000
@@ -0,0 +1 @@
+libvformat0t64: package-name-doesnt-match-sonames libvformat0
diff -Nru libvformat-1.13/debian/libvformat0t64.shlibs
libvformat-1.13/debian/libvformat0t64.shlibs
--- libvformat-1.13/debian/libvformat0t64.shlibs 1970-01-01
00:00:00.000000000 +0000
+++ libvformat-1.13/debian/libvformat0t64.shlibs 2024-02-02
18:18:56.000000000 +0000
@@ -0,0 +1 @@
+libvformat 0 libvformat0t64 (>= 1.13-6)
diff -Nru libvformat-1.13/debian/libvformat0t64.symbols
libvformat-1.13/debian/libvformat0t64.symbols
--- libvformat-1.13/debian/libvformat0t64.symbols 1970-01-01
00:00:00.000000000 +0000
+++ libvformat-1.13/debian/libvformat0t64.symbols 2024-02-02
18:18:56.000000000 +0000
@@ -0,0 +1,61 @@
+libvformat.so.0 libvformat0t64 #MINVER#
+* Build-Depends-Package: libvformat-dev
+ _vf_free@Base 1.13-6~
+ _vf_malloc@Base 1.13-6~
+ _vf_realloc@Base 1.13-6~
+ _vf_stdlib_free@Base 1.13-6~
+ _vf_stdlib_malloc@Base 1.13-6~
+ _vf_stdlib_realloc@Base 1.13-6~
+ add_string_to_array@Base 1.13-6~
+ append_to_curr_string@Base 1.13-6~
+ append_to_pointer@Base 1.13-6~
+ delete_prop_contents@Base 1.13-6~
+ free_string_array_contents@Base 1.13-6~
+ mark_property_modified@Base 1.13-6~
+ p_memcpy@Base 1.13-6~
+ p_memset@Base 1.13-6~
+ p_strcat@Base 1.13-6~
+ p_strcmp@Base 1.13-6~
+ p_strcpy@Base 1.13-6~
+ p_stricmp@Base 1.13-6~
+ p_stristr@Base 1.13-6~
+ p_strlen@Base 1.13-6~
+ p_strstr@Base 1.13-6~
+ set_string_array_entry@Base 1.13-6~
+ string_array_contains_string@Base 1.13-6~
+ vf_create_object@Base 1.13-6~
+ vf_date_string_to_time@Base 1.13-6~
+ vf_delete_object@Base 1.13-6~
+ vf_delete_prop@Base 1.13-6~
+ vf_find_charset@Base 1.13-6~
+ vf_find_prop_qual_index@Base 1.13-6~
+ vf_get_next_object@Base 1.13-6~
+ vf_get_next_property@Base 1.13-6~
+ vf_get_object_type@Base 1.13-6~
+ vf_get_prop_name@Base 1.13-6~
+ vf_get_prop_name_string@Base 1.13-6~
+ vf_get_prop_value@Base 1.13-6~
+ vf_get_prop_value_base64@Base 1.13-6~
+ vf_get_prop_value_object@Base 1.13-6~
+ vf_get_prop_value_string@Base 1.13-6~
+ vf_get_prop_value_time@Base 1.13-6~
+ vf_get_property@Base 1.13-6~
+ vf_get_property_ex@Base 1.13-6~
+ vf_is_modified@Base 1.13-6~
+ vf_parse_end@Base 1.13-6~
+ vf_parse_init@Base 1.13-6~
+ vf_parse_text@Base 1.13-6~
+ vf_period_string_to_time@Base 1.13-6~
+ vf_period_time_to_string@Base 1.13-6~
+ vf_prop_belongs_to_object@Base 1.13-6~
+ vf_read_file@Base 1.13-6~
+ vf_set_mem_functions@Base 1.13-6~
+ vf_set_prop_name_string@Base 1.13-6~
+ vf_set_prop_value@Base 1.13-6~
+ vf_set_prop_value_base64@Base 1.13-6~
+ vf_set_prop_value_object@Base 1.13-6~
+ vf_set_prop_value_string@Base 1.13-6~
+ vf_set_prop_value_time@Base 1.13-6~
+ vf_set_property_from_file@Base 1.13-6~
+ vf_stdlib_dump_alloc_info@Base 1.13-6~
+ vf_write_file@Base 1.13-6~
--- End Message ---
--- Begin Message ---
Source: libvformat
Source-Version: 1.13-12.1
Done: Graham Inggs <gin...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libvformat, 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 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Graham Inggs <gin...@debian.org> (supplier of updated libvformat 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: Wed, 28 Feb 2024 21:03:39 +0000
Source: libvformat
Architecture: source
Version: 1.13-12.1
Distribution: unstable
Urgency: medium
Maintainer: Thomas Preud'homme <robo...@debian.org>
Changed-By: Graham Inggs <gin...@debian.org>
Closes: 1062697
Changes:
libvformat (1.13-12.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062697
Checksums-Sha1:
f4be7a46ec145bc4891bc7fec6172c9e58e8efe2 2037 libvformat_1.13-12.1.dsc
83a64d7e621a18329ee4bc19e3743345b62a7e27 21752
libvformat_1.13-12.1.debian.tar.xz
f4d3d1756717c81e9618b4a008ae1ec30e1c9f5f 7028
libvformat_1.13-12.1_source.buildinfo
Checksums-Sha256:
9c48439cbbaa86eebe019c470c39628362e0a045070e13bf6a8d10b23b9c31f2 2037
libvformat_1.13-12.1.dsc
a3dc89048201e1675fbe97d55cb18ef4f37d096e7ecdcd759d2e3cd495d7c1ea 21752
libvformat_1.13-12.1.debian.tar.xz
699c8bcffcaaf8dd31920dbc19cdabbed89f36f5ce18c2545da9bf09b878cfc8 7028
libvformat_1.13-12.1_source.buildinfo
Files:
d011ff2072c3d8167a974af370db7f30 2037 devel optional libvformat_1.13-12.1.dsc
95bd8cb22c8e583c823ca059e33c1019 21752 devel optional
libvformat_1.13-12.1.debian.tar.xz
8474279419361a8eb3f6059f7b2b76dd 7028 devel optional
libvformat_1.13-12.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXfn7sACgkQr8/sjmac
4cJtbhAAi2riIqNcG3JZWQNv7gaGYufrOtwpK/nm0/DndjiYFbqO2mLUeDMhx9hz
g7e2cm3Bv8PUTiureaWkr1XrobKKrsqy27UO9G2YViaLV0xb+26G/WidbTMpM6y4
NSGEOFcntlHJZzPnnznmhH2luz+IeYsT82T0P8tTVGSO9adNS2WPV0xwU+OPJe86
ZYiuXQ8f3RFOWJGHrIM5QoJ01A7755g9x2L26bSFyb+jrrSInvPgcUS8NN2saAd+
9RsAZBeacZRNCBxJZ8UM9OEKCtuS6/BKXq/RdqPtCJjp9rRLkm/eUgOqKFh4qiII
JVzRrXHzxauv5KQV6HmevRN1VK2Lp1jwRp8RS4rI/0ZzAPBSCo+U20KzxwhCtwO/
N3EPmBxSAEdWrLaOfb8VSOQuEWyGyGohXRbS9160S6nh7pUESL0S+jn8Qpaih2kH
NIEwtTkCjvIdPKMZbWiJ6fxpCPD8p9xXt/7W4hiDyQIlsXKC0e/HdvXyliN0fk++
Z1qNKevJZODDDhWqUcFQ/a28rSjcRUy+nxkC0z1xnNJsLEvBMtyK3G6A+JKS3Li3
HoV6B9BaguOyZkHUurY4+dfB8qe1w2aDL7usQFrOARTiy28gPMrMNelKe03+gk4g
P3raM+fg/cHTUKf85wnPsn0r+DjgJ71A3PLCLSNKx0Yaozc7m54=
=eAMA
-----END PGP SIGNATURE-----
pgpfKQ364K95f.pgp
Description: PGP signature
--- End Message ---