Your message dated Wed, 28 Feb 2024 13:12:05 +0000
with message-id <[email protected]>
and subject line Bug#1062369: fixed in libhx 4.19-1.1
has caused the Debian Bug report #1062369,
regarding libhx: 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 [email protected]
immediately.)


-- 
1062369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062369
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libhx
Version: 4.19-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
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
libhx 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 libhx
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 libhx-4.19/debian/changelog libhx-4.19/debian/changelog
--- libhx-4.19/debian/changelog 2023-12-17 13:44:39.000000000 +0000
+++ libhx-4.19/debian/changelog 2024-02-01 07:21:25.000000000 +0000
@@ -1,3 +1,10 @@
+libhx (4.19-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Thu, 01 Feb 2024 07:21:25 +0000
+
 libhx (4.19-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru libhx-4.19/debian/control libhx-4.19/debian/control
--- libhx-4.19/debian/control   2023-07-21 19:23:51.000000000 +0000
+++ libhx-4.19/debian/control   2024-02-01 07:21:25.000000000 +0000
@@ -10,7 +10,10 @@
 Vcs-Git: git://git.jff.email/libhx.git
 Vcs-Browser: https://git.jff.email/cgit/libhx.git
 
-Package: libhx32
+Package: libhx32t64
+Provides: ${t64:Provides}
+Replaces: libhx32
+Breaks: libhx32 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -30,7 +33,7 @@
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends:
- libhx32 (= ${binary:Version}),
+ libhx32t64 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
 Description: Development files for libhx
diff -Nru libhx-4.19/debian/libhx32.dirs libhx-4.19/debian/libhx32.dirs
--- libhx-4.19/debian/libhx32.dirs      2020-09-10 16:47:18.000000000 +0000
+++ libhx-4.19/debian/libhx32.dirs      1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru libhx-4.19/debian/libhx32.install libhx-4.19/debian/libhx32.install
--- libhx-4.19/debian/libhx32.install   2020-09-10 16:47:18.000000000 +0000
+++ libhx-4.19/debian/libhx32.install   1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libhx-4.19/debian/libhx32.symbols libhx-4.19/debian/libhx32.symbols
--- libhx-4.19/debian/libhx32.symbols   2023-12-17 13:26:29.000000000 +0000
+++ libhx-4.19/debian/libhx32.symbols   1970-01-01 00:00:00.000000000 +0000
@@ -1,159 +0,0 @@
-libHX.so.32 libhx32 #MINVER#
-* Build-Depends-Package: libhx-dev
- HX_addrport_split@LIBHX_4.11 4.12
- HX_basename@LIBHX_3.25 3.25
- HX_basename_exact@LIBHX_3.25 3.25
- HX_chomp@LIBHX_3.25 3.25
- HX_copy_dir@LIBHX_3.25 3.25
- HX_copy_file@LIBHX_3.25 3.25
- HX_dirname@LIBHX_3.25 3.25
- HX_dlclose@LIBHX_3.25 3.25
- HX_dlerror@LIBHX_3.25 3.25
- HX_dlopen@LIBHX_3.25 3.25
- HX_dlsym@LIBHX_3.25 3.25
- HX_drand@LIBHX_3.25 3.25
- HX_exit@LIBHX_3.25 3.25
- HX_ffs@LIBHX_3.25 3.25
- HX_flpr@LIBHX_4.15 4.17
- HX_flprf@LIBHX_4.15 4.17
- HX_fls@LIBHX_3.25 3.25
- HX_getl@LIBHX_3.25 3.25
- HX_getopt5@LIBHX_4.18 4.19
- HX_getopt@LIBHX_3.25 3.25
- HX_getopt_help@LIBHX_3.25 3.25
- HX_getopt_help_cb@LIBHX_3.25 3.25
- HX_getopt_usage@LIBHX_3.25 3.25
- HX_getopt_usage_cb@LIBHX_3.25 3.25
- HX_hexdump@LIBHX_3.25 3.25
- HX_inet_connect@LIBHX_4.11 4.12
- HX_inet_listen@LIBHX_4.11 4.12
- HX_init@LIBHX_3.25 3.25
- HX_ipaddr_is_local@LIBHX_4.9 4.10
- HX_irand@LIBHX_3.25 3.25
- HX_local_listen@LIBHX_4.11 4.12
- HX_memmem@LIBHX_3.25 3.25
- HX_mkdir@LIBHX_3.25 3.25
- HX_rand@LIBHX_3.25 3.25
- HX_readlink@LIBHX_3.25 3.25
- HX_realpath@LIBHX_3.25 3.25
- HX_rrmdir@LIBHX_3.25 3.25
- HX_sendfile@LIBHX_4.3 4.7
- HX_shconfig@LIBHX_3.25 3.25
- HX_shconfig_free@LIBHX_3.25 3.25
- HX_shconfig_map@LIBHX_3.25 3.25
- HX_shconfig_pv@LIBHX_3.25 3.25
- HX_slurp_fd@LIBHX_3.27 4.7
- HX_slurp_file@LIBHX_3.27 4.7
- HX_sockaddr_is_local@LIBHX_4.9 4.10
- HX_socket_from_env@LIBHX_3.27 4.7
- HX_split@LIBHX_3.25 3.25
- HX_split_fixed@LIBHX_3.25 3.25
- HX_split_inplace@LIBHX_3.25 3.25
- HX_stpltrim@LIBHX_3.25 3.25
- HX_strbchr@LIBHX_3.25 3.25
- HX_strchr2@LIBHX_3.25 3.25
- HX_strclone@LIBHX_3.25 3.25
- HX_strdup@LIBHX_3.25 3.25
- HX_strlcat@LIBHX_3.25 3.25
- HX_strlcpy@LIBHX_3.25 3.25
- HX_strlncat@LIBHX_3.25 3.25
- HX_strlower@LIBHX_3.25 3.25
- HX_strltrim@LIBHX_3.25 3.25
- HX_strmid@LIBHX_3.25 3.25
- HX_strndup@LIBHX_3.25 3.25
- HX_strnlen@LIBHX_3.25 3.25
- HX_strquote@LIBHX_3.25 3.25
- HX_strrcspn@LIBHX_3.25 3.25
- HX_strrev@LIBHX_3.25 3.25
- HX_strrtrim@LIBHX_3.25 3.25
- HX_strsep2@LIBHX_3.25 3.25
- HX_strsep@LIBHX_3.25 3.25
- HX_strtod_unit@LIBHX_4.2 4.7
- HX_strtoull_nsec@LIBHX_4.16 4.17
- HX_strtoull_sec@LIBHX_4.3 4.7
- HX_strtoull_unit@LIBHX_4.2 4.7
- HX_strupper@LIBHX_3.25 3.25
- HX_time_compare@LIBHX_3.25 3.25
- HX_timespec_add@LIBHX_3.25 3.25
- HX_timespec_isneg@LIBHX_3.25 3.25
- HX_timespec_mul@LIBHX_3.25 3.25
- HX_timespec_mulf@LIBHX_3.25 3.25
- HX_timespec_neg@LIBHX_3.25 3.25
- HX_timespec_sub@LIBHX_3.25 3.25
- HX_timeval_sub@LIBHX_3.25 3.25
- HX_unit_seconds@LIBHX_4.3 4.7
- HX_unit_size@LIBHX_4.2 4.7
- HX_unit_size_cu@LIBHX_4.2 4.7
- HX_zvecfree@LIBHX_3.25 3.25
- HXdeque_del@LIBHX_3.25 3.25
- HXdeque_find@LIBHX_3.25 3.25
- HXdeque_free@LIBHX_3.25 3.25
- HXdeque_genocide2@LIBHX_3.25 3.25
- HXdeque_get@LIBHX_3.25 3.25
- HXdeque_init@LIBHX_3.25 3.25
- HXdeque_move@LIBHX_3.25 3.25
- HXdeque_pop@LIBHX_3.25 3.25
- HXdeque_push@LIBHX_3.25 3.25
- HXdeque_shift@LIBHX_3.25 3.25
- HXdeque_to_vec@LIBHX_3.25 3.25
- HXdeque_unshift@LIBHX_3.25 3.25
- HXdir_close@LIBHX_3.25 3.25
- HXdir_open@LIBHX_3.25 3.25
- HXdir_read@LIBHX_3.25 3.25
- HXformat3_aprintf@LIBHX_4.9 4.10
- HXformat3_fprintf@LIBHX_4.9 4.10
- HXformat3_sprintf@LIBHX_4.9 4.10
- HXformat_add@LIBHX_3.25 3.25
- HXformat_aprintf@LIBHX_3.25 3.25
- HXformat_fprintf@LIBHX_3.25 3.25
- HXformat_free@LIBHX_3.25 3.25
- HXformat_init@LIBHX_3.25 3.25
- HXformat_sprintf@LIBHX_3.25 3.25
- HXhash_djb2@LIBHX_3.25 3.25
- HXhash_jlookup3@LIBHX_3.25 3.25
- HXhash_jlookup3s@LIBHX_3.25 3.25
- HXhash_primes@LIBHX_3.25 3.25
- HXio_fullread@LIBHX_3.25 3.25
- HXio_fullwrite@LIBHX_3.25 3.25
- HXmap_add@LIBHX_3.25 3.25
- HXmap_del@LIBHX_3.25 3.25
- HXmap_find@LIBHX_3.25 3.25
- HXmap_free@LIBHX_3.25 3.25
- HXmap_get@LIBHX_3.25 3.25
- HXmap_init5@LIBHX_3.25 3.25
- HXmap_init@LIBHX_3.25 3.25
- HXmap_keysvalues@LIBHX_3.25 3.25
- HXmap_qfe@LIBHX_3.25 3.25
- HXmap_traverse@LIBHX_3.25 3.25
- HXmap_travfree@LIBHX_3.25 3.25
- HXmap_travinit@LIBHX_3.25 3.25
- HXmc_free@LIBHX_3.25 3.25
- HXmc_length@LIBHX_3.25 3.25
- HXmc_memcat@LIBHX_3.25 3.25
- HXmc_memcpy@LIBHX_3.25 3.25
- HXmc_memdel@LIBHX_3.25 3.25
- HXmc_meminit@LIBHX_3.25 3.25
- HXmc_memins@LIBHX_3.25 3.25
- HXmc_mempcat@LIBHX_3.25 3.25
- HXmc_setlen@LIBHX_3.25 3.25
- HXmc_strcat@LIBHX_3.25 3.25
- HXmc_strcpy@LIBHX_3.25 3.25
- HXmc_strinit@LIBHX_3.25 3.25
- HXmc_strins@LIBHX_3.25 3.25
- HXmc_strpcat@LIBHX_3.25 3.25
- HXmc_trunc@LIBHX_3.25 3.25
- HXmc_zvecfree@LIBHX_3.25 3.25
- HXproc_run_async@LIBHX_3.25 3.25
- HXproc_run_sync@LIBHX_3.25 3.25
- HXproc_switch_user@LIBHX_3.27 4.7
- HXproc_top_fd@LIBHX_3.27 4.7
- HXproc_wait@LIBHX_3.25 3.25
- LIBHX_3.25@LIBHX_3.25 3.25
- LIBHX_3.27@LIBHX_3.27 4.7
- LIBHX_4.11@LIBHX_4.11 4.12
- LIBHX_4.15@LIBHX_4.15 4.17
- LIBHX_4.16@LIBHX_4.16 4.17
- LIBHX_4.18@LIBHX_4.18 4.19
- LIBHX_4.2@LIBHX_4.2 4.7
- LIBHX_4.3@LIBHX_4.3 4.7
- LIBHX_4.9@LIBHX_4.9 4.10
diff -Nru libhx-4.19/debian/libhx32t64.dirs libhx-4.19/debian/libhx32t64.dirs
--- libhx-4.19/debian/libhx32t64.dirs   1970-01-01 00:00:00.000000000 +0000
+++ libhx-4.19/debian/libhx32t64.dirs   2020-09-10 16:47:18.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru libhx-4.19/debian/libhx32t64.install 
libhx-4.19/debian/libhx32t64.install
--- libhx-4.19/debian/libhx32t64.install        1970-01-01 00:00:00.000000000 
+0000
+++ libhx-4.19/debian/libhx32t64.install        2020-09-10 16:47:18.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libhx-4.19/debian/libhx32t64.lintian-overrides 
libhx-4.19/debian/libhx32t64.lintian-overrides
--- libhx-4.19/debian/libhx32t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ libhx-4.19/debian/libhx32t64.lintian-overrides      2024-02-01 
07:21:25.000000000 +0000
@@ -0,0 +1 @@
+libhx32t64: package-name-doesnt-match-sonames libhx32
diff -Nru libhx-4.19/debian/libhx32t64.symbols 
libhx-4.19/debian/libhx32t64.symbols
--- libhx-4.19/debian/libhx32t64.symbols        1970-01-01 00:00:00.000000000 
+0000
+++ libhx-4.19/debian/libhx32t64.symbols        2024-02-01 07:21:25.000000000 
+0000
@@ -0,0 +1,159 @@
+libHX.so.32 libhx32t64 #MINVER#
+* Build-Depends-Package: libhx-dev
+ HX_addrport_split@LIBHX_4.11 4.12
+ HX_basename@LIBHX_3.25 3.25
+ HX_basename_exact@LIBHX_3.25 3.25
+ HX_chomp@LIBHX_3.25 3.25
+ HX_copy_dir@LIBHX_3.25 3.25
+ HX_copy_file@LIBHX_3.25 3.25
+ HX_dirname@LIBHX_3.25 3.25
+ HX_dlclose@LIBHX_3.25 3.25
+ HX_dlerror@LIBHX_3.25 3.25
+ HX_dlopen@LIBHX_3.25 3.25
+ HX_dlsym@LIBHX_3.25 3.25
+ HX_drand@LIBHX_3.25 3.25
+ HX_exit@LIBHX_3.25 3.25
+ HX_ffs@LIBHX_3.25 3.25
+ HX_flpr@LIBHX_4.15 4.17
+ HX_flprf@LIBHX_4.15 4.17
+ HX_fls@LIBHX_3.25 3.25
+ HX_getl@LIBHX_3.25 3.25
+ HX_getopt5@LIBHX_4.18 4.19
+ HX_getopt@LIBHX_3.25 3.25
+ HX_getopt_help@LIBHX_3.25 3.25
+ HX_getopt_help_cb@LIBHX_3.25 3.25
+ HX_getopt_usage@LIBHX_3.25 3.25
+ HX_getopt_usage_cb@LIBHX_3.25 3.25
+ HX_hexdump@LIBHX_3.25 3.25
+ HX_inet_connect@LIBHX_4.11 4.12
+ HX_inet_listen@LIBHX_4.11 4.12
+ HX_init@LIBHX_3.25 3.25
+ HX_ipaddr_is_local@LIBHX_4.9 4.10
+ HX_irand@LIBHX_3.25 3.25
+ HX_local_listen@LIBHX_4.11 4.12
+ HX_memmem@LIBHX_3.25 3.25
+ HX_mkdir@LIBHX_3.25 3.25
+ HX_rand@LIBHX_3.25 3.25
+ HX_readlink@LIBHX_3.25 3.25
+ HX_realpath@LIBHX_3.25 3.25
+ HX_rrmdir@LIBHX_3.25 3.25
+ HX_sendfile@LIBHX_4.3 4.7
+ HX_shconfig@LIBHX_3.25 3.25
+ HX_shconfig_free@LIBHX_3.25 3.25
+ HX_shconfig_map@LIBHX_3.25 3.25
+ HX_shconfig_pv@LIBHX_3.25 3.25
+ HX_slurp_fd@LIBHX_3.27 4.7
+ HX_slurp_file@LIBHX_3.27 4.7
+ HX_sockaddr_is_local@LIBHX_4.9 4.10
+ HX_socket_from_env@LIBHX_3.27 4.7
+ HX_split@LIBHX_3.25 3.25
+ HX_split_fixed@LIBHX_3.25 3.25
+ HX_split_inplace@LIBHX_3.25 3.25
+ HX_stpltrim@LIBHX_3.25 3.25
+ HX_strbchr@LIBHX_3.25 3.25
+ HX_strchr2@LIBHX_3.25 3.25
+ HX_strclone@LIBHX_3.25 3.25
+ HX_strdup@LIBHX_3.25 3.25
+ HX_strlcat@LIBHX_3.25 3.25
+ HX_strlcpy@LIBHX_3.25 3.25
+ HX_strlncat@LIBHX_3.25 3.25
+ HX_strlower@LIBHX_3.25 3.25
+ HX_strltrim@LIBHX_3.25 3.25
+ HX_strmid@LIBHX_3.25 3.25
+ HX_strndup@LIBHX_3.25 3.25
+ HX_strnlen@LIBHX_3.25 3.25
+ HX_strquote@LIBHX_3.25 3.25
+ HX_strrcspn@LIBHX_3.25 3.25
+ HX_strrev@LIBHX_3.25 3.25
+ HX_strrtrim@LIBHX_3.25 3.25
+ HX_strsep2@LIBHX_3.25 3.25
+ HX_strsep@LIBHX_3.25 3.25
+ HX_strtod_unit@LIBHX_4.2 4.7
+ HX_strtoull_nsec@LIBHX_4.16 4.17
+ HX_strtoull_sec@LIBHX_4.3 4.7
+ HX_strtoull_unit@LIBHX_4.2 4.7
+ HX_strupper@LIBHX_3.25 3.25
+ HX_time_compare@LIBHX_3.25 3.25
+ HX_timespec_add@LIBHX_3.25 3.25
+ HX_timespec_isneg@LIBHX_3.25 3.25
+ HX_timespec_mul@LIBHX_3.25 3.25
+ HX_timespec_mulf@LIBHX_3.25 3.25
+ HX_timespec_neg@LIBHX_3.25 3.25
+ HX_timespec_sub@LIBHX_3.25 3.25
+ HX_timeval_sub@LIBHX_3.25 3.25
+ HX_unit_seconds@LIBHX_4.3 4.7
+ HX_unit_size@LIBHX_4.2 4.7
+ HX_unit_size_cu@LIBHX_4.2 4.7
+ HX_zvecfree@LIBHX_3.25 3.25
+ HXdeque_del@LIBHX_3.25 3.25
+ HXdeque_find@LIBHX_3.25 3.25
+ HXdeque_free@LIBHX_3.25 3.25
+ HXdeque_genocide2@LIBHX_3.25 3.25
+ HXdeque_get@LIBHX_3.25 3.25
+ HXdeque_init@LIBHX_3.25 3.25
+ HXdeque_move@LIBHX_3.25 3.25
+ HXdeque_pop@LIBHX_3.25 3.25
+ HXdeque_push@LIBHX_3.25 3.25
+ HXdeque_shift@LIBHX_3.25 3.25
+ HXdeque_to_vec@LIBHX_3.25 3.25
+ HXdeque_unshift@LIBHX_3.25 3.25
+ HXdir_close@LIBHX_3.25 3.25
+ HXdir_open@LIBHX_3.25 3.25
+ HXdir_read@LIBHX_3.25 3.25
+ HXformat3_aprintf@LIBHX_4.9 4.10
+ HXformat3_fprintf@LIBHX_4.9 4.10
+ HXformat3_sprintf@LIBHX_4.9 4.10
+ HXformat_add@LIBHX_3.25 3.25
+ HXformat_aprintf@LIBHX_3.25 3.25
+ HXformat_fprintf@LIBHX_3.25 3.25
+ HXformat_free@LIBHX_3.25 3.25
+ HXformat_init@LIBHX_3.25 3.25
+ HXformat_sprintf@LIBHX_3.25 3.25
+ HXhash_djb2@LIBHX_3.25 3.25
+ HXhash_jlookup3@LIBHX_3.25 3.25
+ HXhash_jlookup3s@LIBHX_3.25 3.25
+ HXhash_primes@LIBHX_3.25 3.25
+ HXio_fullread@LIBHX_3.25 3.25
+ HXio_fullwrite@LIBHX_3.25 3.25
+ HXmap_add@LIBHX_3.25 3.25
+ HXmap_del@LIBHX_3.25 3.25
+ HXmap_find@LIBHX_3.25 3.25
+ HXmap_free@LIBHX_3.25 3.25
+ HXmap_get@LIBHX_3.25 3.25
+ HXmap_init5@LIBHX_3.25 3.25
+ HXmap_init@LIBHX_3.25 3.25
+ HXmap_keysvalues@LIBHX_3.25 3.25
+ HXmap_qfe@LIBHX_3.25 3.25
+ HXmap_traverse@LIBHX_3.25 3.25
+ HXmap_travfree@LIBHX_3.25 3.25
+ HXmap_travinit@LIBHX_3.25 3.25
+ HXmc_free@LIBHX_3.25 3.25
+ HXmc_length@LIBHX_3.25 3.25
+ HXmc_memcat@LIBHX_3.25 3.25
+ HXmc_memcpy@LIBHX_3.25 3.25
+ HXmc_memdel@LIBHX_3.25 3.25
+ HXmc_meminit@LIBHX_3.25 3.25
+ HXmc_memins@LIBHX_3.25 3.25
+ HXmc_mempcat@LIBHX_3.25 3.25
+ HXmc_setlen@LIBHX_3.25 3.25
+ HXmc_strcat@LIBHX_3.25 3.25
+ HXmc_strcpy@LIBHX_3.25 3.25
+ HXmc_strinit@LIBHX_3.25 3.25
+ HXmc_strins@LIBHX_3.25 3.25
+ HXmc_strpcat@LIBHX_3.25 3.25
+ HXmc_trunc@LIBHX_3.25 3.25
+ HXmc_zvecfree@LIBHX_3.25 3.25
+ HXproc_run_async@LIBHX_3.25 3.25
+ HXproc_run_sync@LIBHX_3.25 3.25
+ HXproc_switch_user@LIBHX_3.27 4.7
+ HXproc_top_fd@LIBHX_3.27 4.7
+ HXproc_wait@LIBHX_3.25 3.25
+ LIBHX_3.25@LIBHX_3.25 3.25
+ LIBHX_3.27@LIBHX_3.27 4.7
+ LIBHX_4.11@LIBHX_4.11 4.12
+ LIBHX_4.15@LIBHX_4.15 4.17
+ LIBHX_4.16@LIBHX_4.16 4.17
+ LIBHX_4.18@LIBHX_4.18 4.19
+ LIBHX_4.2@LIBHX_4.2 4.7
+ LIBHX_4.3@LIBHX_4.3 4.7
+ LIBHX_4.9@LIBHX_4.9 4.10
diff -Nru libhx-4.19/debian/rules libhx-4.19/debian/rules
--- libhx-4.19/debian/rules     2023-12-17 13:35:47.000000000 +0000
+++ libhx-4.19/debian/rules     2024-02-01 07:21:25.000000000 +0000
@@ -17,9 +17,9 @@
 
 override_dh_makeshlibs:
        dh_makeshlibs
-       dpkg-gensymbols -v$(VERSION) -Pdebian/libhx32 -plibhx32
+       dpkg-gensymbols -v$(VERSION) -Pdebian/libhx32t64 -plibhx32t64
 
 override_dh_installdocs:
        dh_installdocs -i -plibhx-doc --doc-main-package=libhx-doc
        dh_installdocs -a -plibhx-dev
-       dh_installdocs -a -plibhx32
+       dh_installdocs -a -plibhx32t64

--- End Message ---
--- Begin Message ---
Source: libhx
Source-Version: 4.19-1.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libhx, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <[email protected]> (supplier of updated libhx 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 12:48:09 +0000
Source: libhx
Architecture: source
Version: 4.19-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jörg Frings-Fürst <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062369
Changes:
 libhx (4.19-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062369
Checksums-Sha1:
 b07528ad94912221ffc898419f99799287182cf8 1976 libhx_4.19-1.1.dsc
 84147954dd8233e4c33be79e5bfabd550471cd50 8060 libhx_4.19-1.1.debian.tar.xz
 dbe71e7dd80e77740f542d2edc51981beb840e34 6206 libhx_4.19-1.1_source.buildinfo
Checksums-Sha256:
 8f7289085d75c6b7e191ee18c941f6e1003c17c413fba9936fcdf167c21f95e6 1976 
libhx_4.19-1.1.dsc
 d898946406bcce5cccfd48236a0394fa44a3aa20533c5923ae163343e7b0fe47 8060 
libhx_4.19-1.1.debian.tar.xz
 af063104b5e7a8241efa9ed1a7984a85b9644da19bcd686f7ce776408ab1c251 6206 
libhx_4.19-1.1_source.buildinfo
Files:
 8ab2f15b23e8094c6a59736e35bfc44f 1976 libs optional libhx_4.19-1.1.dsc
 423c1616fa32ba17f2779e44805cbf63 8060 libs optional 
libhx_4.19-1.1.debian.tar.xz
 74bd898dc4c2fb84c00923dd7cb88a56 6206 libs optional 
libhx_4.19-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfK5oACgkQFZ61xO/I
d0xS3xAAl2n7iLrst1clvkzoetjcwjyES9LQqrR7Q6Eo0+qfs1WYvNhvBA155N65
Yxz0tX8sdBRnu2EHcw4Cjg5Dw1TrXb8SagcJUuCnLrnOPJ1xHh/F/Fn55FLIW3m8
xqoHbr8UKpjluQwj6Ww2SCmR5QQRMHVIDeX5vjEhKPipGWVTJcUzFr3ODAWts9X1
CgXEoB8vY6mhfQhq8okbV6KITCrJOe9BvQYogiRkVE/C7YdCk/xiXyVZzgucU3HA
VlbB/Kuc6XBVcS+rg/3LnkGrohNk/6KkmhNSQzpA5VH2S3a65lyqxk1cxK2PdJmD
0ndULu/zeBtBRJ2AAaoz3pWraxZ2Nykc7iVQDqykOqWtPWaBzd/22Ah/e5R3EmA4
fLXBzqDqq9xzrbu2TrJm4UCnn+2g6Y09LB/U0eYFz78HFRocXlj9ohAFzKmC/+2q
zqB4luSo5Xbm0ZE+TIeWEBBruHGDE7zClKDqSiV86uM5tBBDviXWgRCRXWQhzG6E
xM3sOVRmcANKWB2J1sTq7gmLESfaM0QctJxw5Kh7dg2JFDy7JZP5fi4z5Qp9YTb8
RkyUNJZePnorLefv6IF5yejoR6QB1tp4+nx7S5aq0i0dlI8ZxymLakjX9jSJoUxA
U4XIHhijf6hacFD0mN/OohghQUc1Hc/+3ldeiux2WdjsjwqUqhY=
=CZf6
-----END PGP SIGNATURE-----

Attachment: pgpCQpr7VVimu.pgp
Description: PGP signature


--- End Message ---

Reply via email to