Your message dated Wed, 28 Feb 2024 11:08:41 +0000
with message-id <[email protected]>
and subject line Bug#1062252: fixed in libcli 1.10.7-1.1
has caused the Debian Bug report #1062252,
regarding libcli: 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.)


-- 
1062252: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062252
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libcli
Version: 1.10.7-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
libcli 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 libcli
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 libcli-1.10.7/debian/changelog libcli-1.10.7/debian/changelog
--- libcli-1.10.7/debian/changelog      2021-09-26 10:29:16.000000000 +0000
+++ libcli-1.10.7/debian/changelog      2024-01-31 20:20:17.000000000 +0000
@@ -1,3 +1,10 @@
+libcli (1.10.7-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Wed, 31 Jan 2024 20:20:17 +0000
+
 libcli (1.10.7-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru libcli-1.10.7/debian/control libcli-1.10.7/debian/control
--- libcli-1.10.7/debian/control        2021-09-26 10:29:16.000000000 +0000
+++ libcli-1.10.7/debian/control        2024-01-31 20:20:17.000000000 +0000
@@ -12,7 +12,7 @@
 Package: libcli-dev
 Section: libdevel
 Architecture: any
-Depends: libcli1.10 (= ${binary:Version}), ${misc:Depends}
+Depends: libcli1.10t64 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
 Description: emulates a cisco style telnet command-line interface (dev files)
  libcli provides a consistent Cisco style command-line environment for
@@ -28,15 +28,16 @@
  This package contains the files necessary for developing applications
  with libcli.
 
-Package: libcli1.10
+Package: libcli1.10t64
+Breaks: libcli1.10 (<< ${source:Version})
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Multi-Arch: same
 Conflicts: libcli1
-Provides: libcli1
-Replaces: libcli1
+Provides: libcli1, ${t64:Provides}
+Replaces: libcli1.10, libcli1
 Description: emulates a cisco style telnet command-line interface
  libcli provides a consistent Cisco style command-line environment for
  remote clients, with a few common features between every implemtation.
diff -Nru libcli-1.10.7/debian/libcli1.10.docs 
libcli-1.10.7/debian/libcli1.10.docs
--- libcli-1.10.7/debian/libcli1.10.docs        2019-12-01 10:05:29.000000000 
+0000
+++ libcli-1.10.7/debian/libcli1.10.docs        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-README.md
diff -Nru libcli-1.10.7/debian/libcli1.10.install 
libcli-1.10.7/debian/libcli1.10.install
--- libcli-1.10.7/debian/libcli1.10.install     2019-12-01 10:05:29.000000000 
+0000
+++ libcli-1.10.7/debian/libcli1.10.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-#! /usr/bin/dh-exec
-usr/lib/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru libcli-1.10.7/debian/libcli1.10.symbols 
libcli-1.10.7/debian/libcli1.10.symbols
--- libcli-1.10.7/debian/libcli1.10.symbols     2021-09-26 10:29:16.000000000 
+0000
+++ libcli-1.10.7/debian/libcli1.10.symbols     1970-01-01 00:00:00.000000000 
+0000
@@ -1,71 +0,0 @@
-libcli.so.1.10 libcli1.10 #MINVER#
- cli_add_comphelp_entry@Base 1.10.0
- cli_allow_enable@Base 1.9.1
- cli_allow_user@Base 1.9.1
- cli_bufprint@Base 1.9.1
- cli_command_name@Base 1.9.1
- cli_deny_user@Base 1.9.1
- cli_disable@Base 1.10.2
- cli_done@Base 1.9.1
- cli_dump_optargs_and_args@Base 1.10.3
- cli_enable@Base 1.10.2
- cli_error@Base 1.9.1
- cli_exit@Base 1.10.2
- cli_file@Base 1.9.1
- cli_find_optarg_value@Base 1.10.0
- cli_free_comphelp@Base 1.10.0
- cli_free_history@Base 1.9.1
- cli_free_optarg@Base 1.10.0
- cli_get_all_found_optargs@Base 1.10.0
- cli_get_completions@Base 1.10.0
- cli_get_context@Base 1.9.6
- cli_get_optarg_value@Base 1.10.0
- cli_help@Base 1.10.2
- cli_history@Base 1.10.2
- cli_init@Base 1.9.1
- cli_int_command_name@Base 1.10.7
- cli_int_configure_terminal@Base 1.9.1
- cli_int_disable@Base 1.9.1
- cli_int_enable@Base 1.9.1
- cli_int_exit@Base 1.9.1
- cli_int_help@Base 1.9.1
- cli_int_history@Base 1.9.1
- cli_int_idle_timeout@Base 1.9.6
- cli_int_quit@Base 1.9.1
- cli_int_show_pipeline@Base 1.10.0
- cli_loop@Base 1.9.1
- cli_optarg_addhelp@Base 1.10.2
- cli_print@Base 1.9.1
- cli_print_callback@Base 1.9.1
- cli_quit@Base 1.10.2
- cli_register_command@Base 1.9.1
- cli_register_filter@Base 1.10.0
- cli_register_optarg@Base 1.10.0
- cli_regular@Base 1.9.1
- cli_regular_interval@Base 1.9.6
- cli_reprompt@Base 1.9.1
- cli_run_command@Base 1.9.1
- cli_set_auth_callback@Base 1.9.1
- cli_set_banner@Base 1.9.1
- cli_set_configmode@Base 1.9.1
- cli_set_context@Base 1.9.6
- cli_set_enable_callback@Base 1.9.1
- cli_set_hostname@Base 1.9.1
- cli_set_idle_timeout@Base 1.9.6
- cli_set_idle_timeout_callback@Base 1.9.6
- cli_set_modestring@Base 1.9.1
- cli_set_optarg_value@Base 1.10.0
- cli_set_privilege@Base 1.9.1
- cli_set_promptchar@Base 1.9.1
- cli_set_transient_mode@Base 1.10.0
- cli_show_help@Base 1.9.1
- cli_telnet_protocol@Base 1.9.6
- cli_unregister_all@Base 1.9.1
- cli_unregister_all_commands@Base 1.10.0
- cli_unregister_all_filters@Base 1.10.0
- cli_unregister_all_optarg@Base 1.10.0
- cli_unregister_command@Base 1.9.1
- cli_unregister_filter@Base 1.10.0
- cli_unregister_optarg@Base 1.10.0
- cli_unregister_tree@Base 1.10.0
- cli_vabufprint@Base 1.9.1
diff -Nru libcli-1.10.7/debian/libcli1.10t64.docs 
libcli-1.10.7/debian/libcli1.10t64.docs
--- libcli-1.10.7/debian/libcli1.10t64.docs     1970-01-01 00:00:00.000000000 
+0000
+++ libcli-1.10.7/debian/libcli1.10t64.docs     2019-12-01 10:05:29.000000000 
+0000
@@ -0,0 +1 @@
+README.md
diff -Nru libcli-1.10.7/debian/libcli1.10t64.install 
libcli-1.10.7/debian/libcli1.10t64.install
--- libcli-1.10.7/debian/libcli1.10t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ libcli-1.10.7/debian/libcli1.10t64.install  2019-12-01 10:05:29.000000000 
+0000
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru libcli-1.10.7/debian/libcli1.10t64.lintian-overrides 
libcli-1.10.7/debian/libcli1.10t64.lintian-overrides
--- libcli-1.10.7/debian/libcli1.10t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ libcli-1.10.7/debian/libcli1.10t64.lintian-overrides        2024-01-31 
20:20:17.000000000 +0000
@@ -0,0 +1 @@
+libcli1.10t64: package-name-doesnt-match-sonames libcli1.10
diff -Nru libcli-1.10.7/debian/libcli1.10t64.symbols 
libcli-1.10.7/debian/libcli1.10t64.symbols
--- libcli-1.10.7/debian/libcli1.10t64.symbols  1970-01-01 00:00:00.000000000 
+0000
+++ libcli-1.10.7/debian/libcli1.10t64.symbols  2024-01-31 20:20:17.000000000 
+0000
@@ -0,0 +1,71 @@
+libcli.so.1.10 libcli1.10t64 #MINVER#
+ cli_add_comphelp_entry@Base 1.10.0
+ cli_allow_enable@Base 1.9.1
+ cli_allow_user@Base 1.9.1
+ cli_bufprint@Base 1.9.1
+ cli_command_name@Base 1.9.1
+ cli_deny_user@Base 1.9.1
+ cli_disable@Base 1.10.2
+ cli_done@Base 1.9.1
+ cli_dump_optargs_and_args@Base 1.10.3
+ cli_enable@Base 1.10.2
+ cli_error@Base 1.9.1
+ cli_exit@Base 1.10.2
+ cli_file@Base 1.9.1
+ cli_find_optarg_value@Base 1.10.0
+ cli_free_comphelp@Base 1.10.0
+ cli_free_history@Base 1.9.1
+ cli_free_optarg@Base 1.10.0
+ cli_get_all_found_optargs@Base 1.10.0
+ cli_get_completions@Base 1.10.0
+ cli_get_context@Base 1.9.6
+ cli_get_optarg_value@Base 1.10.0
+ cli_help@Base 1.10.2
+ cli_history@Base 1.10.2
+ cli_init@Base 1.9.1
+ cli_int_command_name@Base 1.10.7
+ cli_int_configure_terminal@Base 1.9.1
+ cli_int_disable@Base 1.9.1
+ cli_int_enable@Base 1.9.1
+ cli_int_exit@Base 1.9.1
+ cli_int_help@Base 1.9.1
+ cli_int_history@Base 1.9.1
+ cli_int_idle_timeout@Base 1.9.6
+ cli_int_quit@Base 1.9.1
+ cli_int_show_pipeline@Base 1.10.0
+ cli_loop@Base 1.9.1
+ cli_optarg_addhelp@Base 1.10.2
+ cli_print@Base 1.9.1
+ cli_print_callback@Base 1.9.1
+ cli_quit@Base 1.10.2
+ cli_register_command@Base 1.9.1
+ cli_register_filter@Base 1.10.0
+ cli_register_optarg@Base 1.10.0
+ cli_regular@Base 1.9.1
+ cli_regular_interval@Base 1.9.6
+ cli_reprompt@Base 1.9.1
+ cli_run_command@Base 1.9.1
+ cli_set_auth_callback@Base 1.9.1
+ cli_set_banner@Base 1.9.1
+ cli_set_configmode@Base 1.9.1
+ cli_set_context@Base 1.9.6
+ cli_set_enable_callback@Base 1.9.1
+ cli_set_hostname@Base 1.9.1
+ cli_set_idle_timeout@Base 1.9.6
+ cli_set_idle_timeout_callback@Base 1.9.6
+ cli_set_modestring@Base 1.9.1
+ cli_set_optarg_value@Base 1.10.0
+ cli_set_privilege@Base 1.9.1
+ cli_set_promptchar@Base 1.9.1
+ cli_set_transient_mode@Base 1.10.0
+ cli_show_help@Base 1.9.1
+ cli_telnet_protocol@Base 1.9.6
+ cli_unregister_all@Base 1.9.1
+ cli_unregister_all_commands@Base 1.10.0
+ cli_unregister_all_filters@Base 1.10.0
+ cli_unregister_all_optarg@Base 1.10.0
+ cli_unregister_command@Base 1.9.1
+ cli_unregister_filter@Base 1.10.0
+ cli_unregister_optarg@Base 1.10.0
+ cli_unregister_tree@Base 1.10.0
+ cli_vabufprint@Base 1.9.1

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

We believe that the bug you reported is fixed in the latest version of
libcli, 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 libcli 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 10:28:25 +0000
Source: libcli
Architecture: source
Version: 1.10.7-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jonathan McDowell <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062252
Changes:
 libcli (1.10.7-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062252
Checksums-Sha1:
 955258c713de4af7a102e48f976a912058cd4a26 1919 libcli_1.10.7-1.1.dsc
 2d77e4c1149ad8e8809de1acc73889ff0db42ad4 3840 libcli_1.10.7-1.1.debian.tar.xz
 9e5f854c70c972589f7fa56742cf118346d95107 6214 
libcli_1.10.7-1.1_source.buildinfo
Checksums-Sha256:
 d189e895b2edbf76619dbda372ca9c3d8bbc271aba117ec041eca6dced006a56 1919 
libcli_1.10.7-1.1.dsc
 688916561690bbf34383d807bf13fd67eb9eeee3788e981c0e6f765f1c657fc5 3840 
libcli_1.10.7-1.1.debian.tar.xz
 da23a2f38239dd663c19744a0c70195db9d6c289d8b8c33ed1d02b8c89896b41 6214 
libcli_1.10.7-1.1_source.buildinfo
Files:
 14a85654036677900ce5451ca6d19427 1919 libs optional libcli_1.10.7-1.1.dsc
 024ad10daedb5b3184907a605f6c7984 3840 libs optional 
libcli_1.10.7-1.1.debian.tar.xz
 ede12bb802dba0d74d187c2b40e29c09 6214 libs optional 
libcli_1.10.7-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfCtAACgkQFZ61xO/I
d0yAIBAApTLeHdlirhuSw0eRVOrP8kS6MMhYGLwfy1o6GnymkKWwfQzikgvFpp76
1evQ7ezFWCQWunO4CW+yM8QW5fwxjLwlvuss1qf3TNLIU/4De9xjLLsMfwHgYM0J
ri/KxU8/d0PKqg9qGarDVjB3smuJiGh+ZUhma0szQ1YvzyfgdiP9tqm6V4Aa2uhy
q6zyq5oMIhd7yFVMNg6W7LRKZmVP8eJ5dtorKRpPr2k7xb3A858Ar0eoY/drlvd4
tKMuapDlf8PyZzvYsfjvD+dXX98YVhwtT5j5/yGR9/4RN09lB4Ri45yreI1M89vt
OBfKbtwOwkrvhMphTtN6/peFaT9avm8VxTzfyDdMlYh6tdmUtC+I5GyDI4db7VC2
I6v8QFIVqt0hVLsBkiUNM/7Jhuw+xFXg49+FmU5VuWINiKooQVP7zR08Pydzt0Qj
4KXB2eq0Hq21XkdvqSvPKgJoRu33g6A3aiCKEKNIhjB7jvLh8XSN/IqQ1UQgmqTC
WDzLLVdk1XBQEV6CIi0gxujoTLXkS/ps0J/ap4GudfnDzRRi1baTojug49SlByu2
X0zNcG8YPJJjSk2cntQVIuNBhneuBDltEIstyc9KmJSTC44A5VEL8N7RM7LclmOQ
dzmmRmjqFiKWnjDcy8Co5EOcXkXZ03Nop25PQqum2V//N/1YsMo=
=oLkc
-----END PGP SIGNATURE-----

Attachment: pgpbkl9mwwT1f.pgp
Description: PGP signature


--- End Message ---

Reply via email to