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

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



Your message dated Wed, 28 Feb 2024 15:13:45 +0000
with message-id <E1rfLcv-006mgu-RV@fasolo.debian.org>
and subject line Bug#1062488: fixed in libnxml 0.18.4-2.1
has caused the Debian Bug report #1062488,
regarding libnxml: 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.)


-- 
1062488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062488
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libnxml
Version: 0.18.4-2
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
libnxml 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 libnxml
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'), (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 libnxml-0.18.4/debian/changelog libnxml-0.18.4/debian/changelog
--- libnxml-0.18.4/debian/changelog	2023-09-20 19:35:27.000000000 +0000
+++ libnxml-0.18.4/debian/changelog	2024-02-01 17:17:46.000000000 +0000
@@ -1,3 +1,10 @@
+libnxml (0.18.4-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Thu, 01 Feb 2024 17:17:46 +0000
+
 libnxml (0.18.4-2) unstable; urgency=medium
 
   * QA upload.
diff -Nru libnxml-0.18.4/debian/control libnxml-0.18.4/debian/control
--- libnxml-0.18.4/debian/control	2023-09-20 19:34:47.000000000 +0000
+++ libnxml-0.18.4/debian/control	2024-02-01 17:17:46.000000000 +0000
@@ -11,7 +11,9 @@
 Vcs-Browser: https://salsa.debian.org/debian/libnxml
 Vcs-Git: https://salsa.debian.org/debian/libnxml.git
 
-Package: libnxml0
+Package: libnxml0t64
+Replaces: libnxml0
+Breaks: libnxml0 (<< ${source:Version})
 Multi-Arch: same
 Architecture: any
 Pre-Depends:
@@ -19,7 +21,7 @@
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
-Provides:
+Provides: ${t64:Provides},
  libnxml-abi-${source:Upstream-Version},
 Description: C library for parsing, writing and creating xml 1.0/1.1 files or streams
  libnxml is a C library for parsing, writing, and creating XML 1.0 and
@@ -34,9 +36,9 @@
 Architecture: any
 Depends:
  libcurl4-gnutls-dev | libcurl-dev,
- libnxml0 (= ${binary:Version}),
+ libnxml0t64 (= ${binary:Version}),
  ${misc:Depends},
-Description: static library and C header files for libnxml0
+Description: static library and C header files for libnxml0t64
  libnxml is a C library for parsing, writing, and creating XML 1.0 and
  1.1 files or streams. It supports UTF-8, UTF-16be and UTF-16le, UCS-4
  (1234, 4321, 2143, 2312).
diff -Nru libnxml-0.18.4/debian/libnxml0.install libnxml-0.18.4/debian/libnxml0.install
--- libnxml-0.18.4/debian/libnxml0.install	2023-09-20 19:34:47.000000000 +0000
+++ libnxml-0.18.4/debian/libnxml0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libnxml.so.*
diff -Nru libnxml-0.18.4/debian/libnxml0.symbols libnxml-0.18.4/debian/libnxml0.symbols
--- libnxml-0.18.4/debian/libnxml0.symbols	2023-09-20 19:34:47.000000000 +0000
+++ libnxml-0.18.4/debian/libnxml0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,69 +0,0 @@
-libnxml.so.0 libnxml0 #MINVER#
-* Build-Depends-Package: libnxml0-dev
- __nxml_atoi@Base 0.18.3
- __nxml_escape_spaces@Base 0.18.3
- __nxml_get_value@Base 0.18.3
- __nxml_int_charset@Base 0.18.3
- __nxml_namespace_parse@Base 0.18.3
- __nxml_namespace_parse_add@Base 0.18.3
- __nxml_string_add@Base 0.18.3
- __nxml_string_free@Base 0.18.3
- __nxml_string_new@Base 0.18.3
- __nxml_string_no_space@Base 0.18.3
- __nxml_trim@Base 0.18.3
- __nxml_utf8@Base 0.18.3
- __nxml_utf_detection@Base 0.18.3
- nxml_add@Base 0.18.3
- nxml_add_attribute@Base 0.18.3
- nxml_add_namespace@Base 0.18.3
- nxml_curl_error@Base 0.18.3
- nxml_doctype_element@Base 0.18.3
- nxml_download_file@Base 0.18.3
- nxml_empty@Base 0.18.3
- nxml_find_attribute@Base 0.18.3
- nxml_find_element@Base 0.18.3
- nxml_find_namespace@Base 0.18.3
- nxml_free@Base 0.18.3
- nxml_free_attribute@Base 0.18.3
- nxml_free_data@Base 0.18.3
- nxml_free_doctype@Base 0.18.3
- nxml_free_namespace@Base 0.18.3
- nxml_get_string@Base 0.18.3
- nxml_line_error@Base 0.18.3
- nxml_new@Base 0.18.3
- nxml_parse_buffer@Base 0.18.3
- nxml_parse_file@Base 0.18.3
- nxml_parse_url@Base 0.18.3
- nxml_print_generic@Base 0.18.3
- nxml_remove@Base 0.18.3
- nxml_remove_attribute@Base 0.18.3
- nxml_remove_namespace@Base 0.18.3
- nxml_root_element@Base 0.18.3
- nxml_set_authentication@Base 0.18.3
- nxml_set_certificate@Base 0.18.3
- nxml_set_func@Base 0.18.3
- nxml_set_proxy@Base 0.18.3
- nxml_set_textindent@Base 0.18.3
- nxml_set_timeout@Base 0.18.3
- nxml_set_user_agent@Base 0.18.3
- nxml_strerror@Base 0.18.3
- nxml_write_buffer@Base 0.18.3
- nxml_write_file@Base 0.18.3
- nxmle_add_attribute_data@Base 0.18.3
- nxmle_add_attribute_new@Base 0.18.3
- nxmle_add_data@Base 0.18.3
- nxmle_add_namespace_data@Base 0.18.3
- nxmle_add_namespace_new@Base 0.18.3
- nxmle_add_new@Base 0.18.3
- nxmle_doctype_element@Base 0.18.3
- nxmle_find_attribute@Base 0.18.3
- nxmle_find_element@Base 0.18.3
- nxmle_find_namespace@Base 0.18.3
- nxmle_get_string@Base 0.18.3
- nxmle_line_error@Base 0.18.3
- nxmle_new_data@Base 0.18.3
- nxmle_new_data_from_buffer@Base 0.18.3
- nxmle_new_data_from_file@Base 0.18.3
- nxmle_new_data_from_url@Base 0.18.3
- nxmle_root_element@Base 0.18.3
- nxmle_write_buffer@Base 0.18.3
diff -Nru libnxml-0.18.4/debian/libnxml0t64.install libnxml-0.18.4/debian/libnxml0t64.install
--- libnxml-0.18.4/debian/libnxml0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libnxml-0.18.4/debian/libnxml0t64.install	2023-09-20 19:34:47.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libnxml.so.*
diff -Nru libnxml-0.18.4/debian/libnxml0t64.lintian-overrides libnxml-0.18.4/debian/libnxml0t64.lintian-overrides
--- libnxml-0.18.4/debian/libnxml0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libnxml-0.18.4/debian/libnxml0t64.lintian-overrides	2024-02-01 17:17:46.000000000 +0000
@@ -0,0 +1 @@
+libnxml0t64: package-name-doesnt-match-sonames libnxml0
diff -Nru libnxml-0.18.4/debian/libnxml0t64.symbols libnxml-0.18.4/debian/libnxml0t64.symbols
--- libnxml-0.18.4/debian/libnxml0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libnxml-0.18.4/debian/libnxml0t64.symbols	2024-02-01 17:17:46.000000000 +0000
@@ -0,0 +1,69 @@
+libnxml.so.0 libnxml0t64 #MINVER#
+* Build-Depends-Package: libnxml0-dev
+ __nxml_atoi@Base 0.18.3
+ __nxml_escape_spaces@Base 0.18.3
+ __nxml_get_value@Base 0.18.3
+ __nxml_int_charset@Base 0.18.3
+ __nxml_namespace_parse@Base 0.18.3
+ __nxml_namespace_parse_add@Base 0.18.3
+ __nxml_string_add@Base 0.18.3
+ __nxml_string_free@Base 0.18.3
+ __nxml_string_new@Base 0.18.3
+ __nxml_string_no_space@Base 0.18.3
+ __nxml_trim@Base 0.18.3
+ __nxml_utf8@Base 0.18.3
+ __nxml_utf_detection@Base 0.18.3
+ nxml_add@Base 0.18.3
+ nxml_add_attribute@Base 0.18.3
+ nxml_add_namespace@Base 0.18.3
+ nxml_curl_error@Base 0.18.3
+ nxml_doctype_element@Base 0.18.3
+ nxml_download_file@Base 0.18.3
+ nxml_empty@Base 0.18.3
+ nxml_find_attribute@Base 0.18.3
+ nxml_find_element@Base 0.18.3
+ nxml_find_namespace@Base 0.18.3
+ nxml_free@Base 0.18.3
+ nxml_free_attribute@Base 0.18.3
+ nxml_free_data@Base 0.18.3
+ nxml_free_doctype@Base 0.18.3
+ nxml_free_namespace@Base 0.18.3
+ nxml_get_string@Base 0.18.3
+ nxml_line_error@Base 0.18.3
+ nxml_new@Base 0.18.3
+ nxml_parse_buffer@Base 0.18.3
+ nxml_parse_file@Base 0.18.3
+ nxml_parse_url@Base 0.18.3
+ nxml_print_generic@Base 0.18.3
+ nxml_remove@Base 0.18.3
+ nxml_remove_attribute@Base 0.18.3
+ nxml_remove_namespace@Base 0.18.3
+ nxml_root_element@Base 0.18.3
+ nxml_set_authentication@Base 0.18.3
+ nxml_set_certificate@Base 0.18.3
+ nxml_set_func@Base 0.18.3
+ nxml_set_proxy@Base 0.18.3
+ nxml_set_textindent@Base 0.18.3
+ nxml_set_timeout@Base 0.18.3
+ nxml_set_user_agent@Base 0.18.3
+ nxml_strerror@Base 0.18.3
+ nxml_write_buffer@Base 0.18.3
+ nxml_write_file@Base 0.18.3
+ nxmle_add_attribute_data@Base 0.18.3
+ nxmle_add_attribute_new@Base 0.18.3
+ nxmle_add_data@Base 0.18.3
+ nxmle_add_namespace_data@Base 0.18.3
+ nxmle_add_namespace_new@Base 0.18.3
+ nxmle_add_new@Base 0.18.3
+ nxmle_doctype_element@Base 0.18.3
+ nxmle_find_attribute@Base 0.18.3
+ nxmle_find_element@Base 0.18.3
+ nxmle_find_namespace@Base 0.18.3
+ nxmle_get_string@Base 0.18.3
+ nxmle_line_error@Base 0.18.3
+ nxmle_new_data@Base 0.18.3
+ nxmle_new_data_from_buffer@Base 0.18.3
+ nxmle_new_data_from_file@Base 0.18.3
+ nxmle_new_data_from_url@Base 0.18.3
+ nxmle_root_element@Base 0.18.3
+ nxmle_write_buffer@Base 0.18.3

--- End Message ---
--- Begin Message ---
Source: libnxml
Source-Version: 0.18.4-2.1
Done: Benjamin Drung <bdrung@debian.org>

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

Debian distribution maintenance software
pp.
Benjamin Drung <bdrung@debian.org> (supplier of updated libnxml 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: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 14:23:32 +0000
Source: libnxml
Architecture: source
Version: 0.18.4-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062488
Changes:
 libnxml (0.18.4-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062488
Checksums-Sha1:
 f97c6763e05c0719c3d7b3fbf66c0f422da9c964 2010 libnxml_0.18.4-2.1.dsc
 db285a59a93e3987bb001e83899d6e9ddf39ae84 6700 libnxml_0.18.4-2.1.debian.tar.xz
 ca8ac15042d58a93000bd11d936d7027e5ab493f 6667 libnxml_0.18.4-2.1_source.buildinfo
Checksums-Sha256:
 6b9e801c063aba5e8fef5d294438e697330937d1df8c674e79801cc1a797613d 2010 libnxml_0.18.4-2.1.dsc
 98082d92b6a5c3d75375d9f2b3321a76eb03d8e759257c238ec2558638b8c74a 6700 libnxml_0.18.4-2.1.debian.tar.xz
 3fe6bddc77155514a220308286bd39080fa180f7683541c4884205a593b2ec8d 6667 libnxml_0.18.4-2.1_source.buildinfo
Files:
 f7464f1a76018d65c059284abf5cb223 2010 libs optional libnxml_0.18.4-2.1.dsc
 944e60017e8e5dead5ea3017e46969c2 6700 libs optional libnxml_0.18.4-2.1.debian.tar.xz
 d1ace6c11600e9018a049be1784c2306 6667 libs optional libnxml_0.18.4-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfQfMACgkQFZ61xO/I
d0xHBBAAvGTKDtARXUNO9Nr7dELCYZShpllGwM586bcrvpiCqnx7d6GydH9H1GCi
kCqxSe8eJ7HdAtTfeFhtaMUozupCI1/2otfoD9Owh9nyOgGjuYIEKDOXKtnf8kAw
L6AoKNkhoqAhj2YVt8x+0sNNhK0+ljUxZOirRg1w7N3tUn7d2572Slv9WQn7OUI2
KJWLousqus8qzj1rO/PLLTcaZzYbIs/kWXnsbRiiNIGJt3kLcVajFldc6xQza8Gm
jfseVyWE22iPos+5NVkdc3Mvp3CHb61L3FP/G73+Qo/busiw9bh+TUsGuS81DrMj
7W+tPR+bs/AgWebMjIGVXoEi59FV8qpAY8Wsd33bFafTRcLXL2ovs+z7CXgl02Ml
Pgjpp9dZ7+9JpthgVLMbaxcHVd26qIUs3BAzGikdEXGfRDxrmaHFwPsygN5SMRg7
x63/gMs9caVo+wy7xjROGCXzVN4FIrjrfdzu0dEIhD5010C0CLwGIlUEJ9z8aeUw
e7zrzNrci7tT1XqwCqr6kRw5dXWuBIwbK8ZnT/yMu3UvDUx6QP7oeuJMh8IOLpBZ
2EhZCCPmqE9QLaOIyNWBKARNKOwcN41LVpgU0Dn+R3RuzsNrd5yA1ICGTjTC9yxa
USCXopIW9K0wYk4lL023Ou0gwebh75q1ztoUTqn9Nxf1Mt0Y20w=
=kaAG
-----END PGP SIGNATURE-----

Attachment: pgpHMIwOPtKwd.pgp
Description: PGP signature


--- End Message ---

Reply to: