Your message dated Thu, 29 Feb 2024 18:45:36 +0000
with message-id <e1rflpu-00cm1r...@fasolo.debian.org>
and subject line Bug#1062957: fixed in sysrepo 2.0.53-6.1
has caused the Debian Bug report #1062957,
regarding sysrepo: 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.)
--
1062957: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062957
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sysrepo
Version: 2.0.53-6
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
sysrepo 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 sysrepo
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')
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 sysrepo-2.0.53/debian/changelog sysrepo-2.0.53/debian/changelog
--- sysrepo-2.0.53/debian/changelog 2021-11-26 10:32:54.000000000 +0000
+++ sysrepo-2.0.53/debian/changelog 2024-02-04 07:30:11.000000000 +0000
@@ -1,3 +1,10 @@
+sysrepo (2.0.53-6.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Sun, 04 Feb 2024 07:30:11 +0000
+
sysrepo (2.0.53-6) unstable; urgency=medium
* Don't move the /etc/sysrepo if it doesn't exist
diff -Nru sysrepo-2.0.53/debian/control sysrepo-2.0.53/debian/control
--- sysrepo-2.0.53/debian/control 2021-11-26 10:32:54.000000000 +0000
+++ sysrepo-2.0.53/debian/control 2024-02-04 07:30:11.000000000 +0000
@@ -12,7 +12,7 @@
Homepage: https://github.com/sysrepo/sysrepo
Package: sysrepo
-Depends: libsysrepo6 (= ${binary:Version}),
+Depends: libsysrepo6t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Section: admin
@@ -48,7 +48,7 @@
This package contains the documentation.
Package: sysrepo-plugind
-Depends: libsysrepo6 (= ${binary:Version}),
+Depends: libsysrepo6t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Section: admin
@@ -66,7 +66,10 @@
.
This package contains the daemon for grouping sysrepo plugins.
-Package: libsysrepo6
+Package: libsysrepo6t64
+Provides: ${t64:Provides}
+Replaces: libsysrepo6
+Breaks: libsysrepo6 (<< ${source:Version})
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
@@ -86,7 +89,7 @@
This package contains the shared C library.
Package: libsysrepo-dev
-Depends: libsysrepo6 (= ${binary:Version}),
+Depends: libsysrepo6t64 (= ${binary:Version}),
libyang2-dev,
${misc:Depends},
${shlibs:Depends}
diff -Nru sysrepo-2.0.53/debian/libsysrepo6.install
sysrepo-2.0.53/debian/libsysrepo6.install
--- sysrepo-2.0.53/debian/libsysrepo6.install 2021-11-26 10:32:54.000000000
+0000
+++ sysrepo-2.0.53/debian/libsysrepo6.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/libsysrepo.so.*
diff -Nru sysrepo-2.0.53/debian/libsysrepo6.postrm
sysrepo-2.0.53/debian/libsysrepo6.postrm
--- sysrepo-2.0.53/debian/libsysrepo6.postrm 2021-11-26 10:32:54.000000000
+0000
+++ sysrepo-2.0.53/debian/libsysrepo6.postrm 1970-01-01 00:00:00.000000000
+0000
@@ -1,40 +0,0 @@
-#!/bin/sh
-# postrm script for libsysrepo6
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <overwriter>
-# <overwriter-version>
-# for details, see https://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- purge)
- rm -rf /etc/sysrepo
- ;;
- remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
diff -Nru sysrepo-2.0.53/debian/libsysrepo6.symbols
sysrepo-2.0.53/debian/libsysrepo6.symbols
--- sysrepo-2.0.53/debian/libsysrepo6.symbols 2021-11-26 10:32:54.000000000
+0000
+++ sysrepo-2.0.53/debian/libsysrepo6.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,144 +0,0 @@
-libsysrepo.so.6 libsysrepo6 #MINVER#
- sr_apply_changes@Base 1.4.70
- sr_cancel_update_module@Base 1.4.70
- sr_check_module_ds_access@Base 2.0.53
- sr_connect@Base 1.4.70
- sr_connection_count@Base 1.4.70
- sr_copy_config@Base 1.4.70
- sr_delete_item@Base 1.4.70
- sr_disable_module_feature@Base 1.4.70
- sr_discard_changes@Base 1.4.70
- sr_discard_oper_changes@Base 2.0.53
- sr_disconnect@Base 1.4.70
- sr_dup_changes_iter@Base 1.4.70
- sr_dup_val@Base 1.4.70
- sr_dup_val_data@Base 1.4.70
- sr_dup_values@Base 1.4.70
- sr_edit_batch@Base 1.4.70
- sr_enable_module_feature@Base 1.4.70
- sr_event_notif_send@Base 1.4.70
- sr_event_notif_send_tree@Base 1.4.70
- sr_event_notif_sub_get_info@Base 2.0.53
- sr_event_notif_sub_modify_stop_time@Base 2.0.53
- sr_event_notif_sub_modify_xpath@Base 2.0.53
- sr_event_notif_subscribe@Base 1.4.70
- sr_event_notif_subscribe_tree@Base 1.4.70
- sr_free_change_iter@Base 1.4.70
- sr_free_val@Base 1.4.70
- sr_free_values@Base 1.4.70
- sr_get_change_next@Base 1.4.70
- sr_get_change_tree_next@Base 1.4.70
- sr_get_changes_iter@Base 1.4.70
- sr_get_content_id@Base 2.0.53
- sr_get_context@Base 1.4.70
- sr_get_data@Base 1.4.70
- sr_get_error_data@Base 2.0.53
- sr_get_event_pipe@Base 1.4.70
- sr_get_item@Base 1.4.70
- sr_get_items@Base 1.4.70
- sr_get_lock@Base 1.4.70
- sr_get_module_access@Base 1.4.70
- sr_get_module_ds_access@Base 2.0.53
- sr_get_module_info@Base 1.4.70
- sr_get_repo_path@Base 1.4.70
- sr_get_su_uid@Base 2.0.53
- sr_get_subtree@Base 1.4.70
- sr_has_changes@Base 1.4.70
- sr_install_module@Base 1.4.70
- sr_install_module_custom_ds@Base 2.0.53
- sr_install_module_data@Base 1.4.70
- sr_lock@Base 1.4.70
- sr_log_get_stderr@Base 1.4.70
- sr_log_get_syslog@Base 1.4.70
- sr_log_set_cb@Base 1.4.70
- sr_log_stderr@Base 1.4.70
- sr_log_syslog@Base 1.4.70
- sr_module_change_sub_get_info@Base 2.0.53
- sr_module_change_sub_modify_xpath@Base 2.0.53
- sr_module_change_subscribe@Base 1.4.70
- sr_move_item@Base 1.4.70
- sr_new_val@Base 1.4.70
- sr_new_values@Base 1.4.70
- sr_notif_sub_get_info@Base 2.0.53
- sr_notif_sub_modify_stop_time@Base 2.0.53
- sr_notif_subscribe@Base 2.0.53
- sr_notif_subscribe_tree@Base 2.0.53
- sr_oper_delete_item_str@Base 2.0.53
- sr_oper_get_items_subscribe@Base 1.4.70
- sr_print_val@Base 1.4.70
- sr_print_val_fd@Base 1.4.70
- sr_print_val_mem@Base 1.4.70
- sr_print_val_stream@Base 1.4.70
- sr_process_events@Base 1.4.70
- sr_realloc_values@Base 1.4.70
- sr_remove_module@Base 1.4.70
- sr_replace_config@Base 1.4.70
- sr_rpc_send@Base 1.4.70
- sr_rpc_send_tree@Base 1.4.70
- sr_rpc_subscribe@Base 1.4.70
- sr_rpc_subscribe_tree@Base 1.4.70
- sr_session_del_orig_data@Base 2.0.53
- sr_session_dup_error@Base 2.0.53
- sr_session_get_connection@Base 1.4.70
- sr_session_get_ds@Base 1.4.70
- sr_session_get_error@Base 2.0.53
- sr_session_get_id@Base 1.4.70
- sr_session_get_orig_data@Base 2.0.53
- sr_session_get_orig_name@Base 2.0.53
- sr_session_get_user@Base 1.4.70
- sr_session_notif_buffer@Base 1.4.70
- sr_session_push_error_data@Base 2.0.53
- sr_session_push_orig_data@Base 2.0.53
- sr_session_set_error_format@Base 2.0.53
- sr_session_set_error_message@Base 2.0.53
- sr_session_set_orig_name@Base 2.0.53
- sr_session_set_user@Base 1.4.70
- sr_session_start@Base 1.4.70
- sr_session_stop@Base 1.4.70
- sr_session_switch_ds@Base 1.4.70
- sr_session_unsubscribe@Base 2.0.53
- sr_set_diff_check_callback@Base 1.4.70
- sr_set_item@Base 1.4.70
- sr_set_item_str@Base 1.4.70
- sr_set_module_access@Base 1.4.70
- sr_set_module_ds_access@Base 2.0.53
- sr_set_module_replay_support@Base 1.4.70
- sr_strerror@Base 1.4.70
- sr_subscription_get_last_sub_id@Base 2.0.53
- sr_subscription_get_suspended@Base 2.0.53
- sr_subscription_process_events@Base 2.0.53
- sr_subscription_resume@Base 2.0.53
- sr_subscription_suspend@Base 2.0.53
- sr_subscription_thread_resume@Base 2.0.53
- sr_subscription_thread_suspend@Base 2.0.53
- sr_tree_to_val@Base 1.4.70
- sr_tree_to_values@Base 1.4.70
- sr_unlock@Base 1.4.70
- sr_unsubscribe@Base 1.4.70
- sr_unsubscribe_sub@Base 2.0.53
- sr_update_module@Base 1.4.70
- sr_val_build_str_data@Base 1.4.70
- sr_val_build_xpath@Base 1.4.70
- sr_val_set_str_data@Base 1.4.70
- sr_val_set_xpath@Base 1.4.70
- sr_val_to_buff@Base 1.4.70
- sr_val_to_str@Base 1.4.70
- sr_validate@Base 1.4.70
- sr_xpath_key_value@Base 1.4.70
- sr_xpath_key_value_idx@Base 1.4.70
- sr_xpath_last_node@Base 1.4.70
- sr_xpath_next_key_name@Base 1.4.70
- sr_xpath_next_key_value@Base 1.4.70
- sr_xpath_next_node@Base 1.4.70
- sr_xpath_next_node_with_ns@Base 1.4.70
- sr_xpath_node@Base 1.4.70
- sr_xpath_node_idx@Base 1.4.70
- sr_xpath_node_idx_rel@Base 1.4.70
- sr_xpath_node_key_value@Base 1.4.70
- sr_xpath_node_key_value_idx@Base 1.4.70
- sr_xpath_node_name@Base 1.4.70
- sr_xpath_node_name_eq@Base 1.4.70
- sr_xpath_node_rel@Base 1.4.70
- sr_xpath_recover@Base 1.4.70
- srp_log@Base 1.4.70
- srplg_log@Base 2.0.53
diff -Nru sysrepo-2.0.53/debian/libsysrepo6t64.install
sysrepo-2.0.53/debian/libsysrepo6t64.install
--- sysrepo-2.0.53/debian/libsysrepo6t64.install 1970-01-01
00:00:00.000000000 +0000
+++ sysrepo-2.0.53/debian/libsysrepo6t64.install 2021-11-26
10:32:54.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libsysrepo.so.*
diff -Nru sysrepo-2.0.53/debian/libsysrepo6t64.lintian-overrides
sysrepo-2.0.53/debian/libsysrepo6t64.lintian-overrides
--- sysrepo-2.0.53/debian/libsysrepo6t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ sysrepo-2.0.53/debian/libsysrepo6t64.lintian-overrides 2024-02-04
07:30:11.000000000 +0000
@@ -0,0 +1 @@
+libsysrepo6t64: package-name-doesnt-match-sonames libsysrepo6
diff -Nru sysrepo-2.0.53/debian/libsysrepo6t64.postrm
sysrepo-2.0.53/debian/libsysrepo6t64.postrm
--- sysrepo-2.0.53/debian/libsysrepo6t64.postrm 1970-01-01 00:00:00.000000000
+0000
+++ sysrepo-2.0.53/debian/libsysrepo6t64.postrm 2021-11-26 10:32:54.000000000
+0000
@@ -0,0 +1,40 @@
+#!/bin/sh
+# postrm script for libsysrepo6
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <postrm> `remove'
+# * <postrm> `purge'
+# * <old-postrm> `upgrade' <new-version>
+# * <new-postrm> `failed-upgrade' <old-version>
+# * <new-postrm> `abort-install'
+# * <new-postrm> `abort-install' <old-version>
+# * <new-postrm> `abort-upgrade' <old-version>
+# * <disappearer's-postrm> `disappear' <overwriter>
+# <overwriter-version>
+# for details, see https://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+ purge)
+ rm -rf /etc/sysrepo
+ ;;
+ remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+ ;;
+
+ *)
+ echo "postrm called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff -Nru sysrepo-2.0.53/debian/libsysrepo6t64.symbols
sysrepo-2.0.53/debian/libsysrepo6t64.symbols
--- sysrepo-2.0.53/debian/libsysrepo6t64.symbols 1970-01-01
00:00:00.000000000 +0000
+++ sysrepo-2.0.53/debian/libsysrepo6t64.symbols 2024-02-04
07:30:11.000000000 +0000
@@ -0,0 +1,144 @@
+libsysrepo.so.6 libsysrepo6t64 #MINVER#
+ sr_apply_changes@Base 1.4.70
+ sr_cancel_update_module@Base 1.4.70
+ sr_check_module_ds_access@Base 2.0.53
+ sr_connect@Base 1.4.70
+ sr_connection_count@Base 1.4.70
+ sr_copy_config@Base 1.4.70
+ sr_delete_item@Base 1.4.70
+ sr_disable_module_feature@Base 1.4.70
+ sr_discard_changes@Base 1.4.70
+ sr_discard_oper_changes@Base 2.0.53
+ sr_disconnect@Base 1.4.70
+ sr_dup_changes_iter@Base 1.4.70
+ sr_dup_val@Base 1.4.70
+ sr_dup_val_data@Base 1.4.70
+ sr_dup_values@Base 1.4.70
+ sr_edit_batch@Base 1.4.70
+ sr_enable_module_feature@Base 1.4.70
+ sr_event_notif_send@Base 1.4.70
+ sr_event_notif_send_tree@Base 1.4.70
+ sr_event_notif_sub_get_info@Base 2.0.53
+ sr_event_notif_sub_modify_stop_time@Base 2.0.53
+ sr_event_notif_sub_modify_xpath@Base 2.0.53
+ sr_event_notif_subscribe@Base 1.4.70
+ sr_event_notif_subscribe_tree@Base 1.4.70
+ sr_free_change_iter@Base 1.4.70
+ sr_free_val@Base 1.4.70
+ sr_free_values@Base 1.4.70
+ sr_get_change_next@Base 1.4.70
+ sr_get_change_tree_next@Base 1.4.70
+ sr_get_changes_iter@Base 1.4.70
+ sr_get_content_id@Base 2.0.53
+ sr_get_context@Base 1.4.70
+ sr_get_data@Base 1.4.70
+ sr_get_error_data@Base 2.0.53
+ sr_get_event_pipe@Base 1.4.70
+ sr_get_item@Base 1.4.70
+ sr_get_items@Base 1.4.70
+ sr_get_lock@Base 1.4.70
+ sr_get_module_access@Base 1.4.70
+ sr_get_module_ds_access@Base 2.0.53
+ sr_get_module_info@Base 1.4.70
+ sr_get_repo_path@Base 1.4.70
+ sr_get_su_uid@Base 2.0.53
+ sr_get_subtree@Base 1.4.70
+ sr_has_changes@Base 1.4.70
+ sr_install_module@Base 1.4.70
+ sr_install_module_custom_ds@Base 2.0.53
+ sr_install_module_data@Base 1.4.70
+ sr_lock@Base 1.4.70
+ sr_log_get_stderr@Base 1.4.70
+ sr_log_get_syslog@Base 1.4.70
+ sr_log_set_cb@Base 1.4.70
+ sr_log_stderr@Base 1.4.70
+ sr_log_syslog@Base 1.4.70
+ sr_module_change_sub_get_info@Base 2.0.53
+ sr_module_change_sub_modify_xpath@Base 2.0.53
+ sr_module_change_subscribe@Base 1.4.70
+ sr_move_item@Base 1.4.70
+ sr_new_val@Base 1.4.70
+ sr_new_values@Base 1.4.70
+ sr_notif_sub_get_info@Base 2.0.53
+ sr_notif_sub_modify_stop_time@Base 2.0.53
+ sr_notif_subscribe@Base 2.0.53
+ sr_notif_subscribe_tree@Base 2.0.53
+ sr_oper_delete_item_str@Base 2.0.53
+ sr_oper_get_items_subscribe@Base 1.4.70
+ sr_print_val@Base 1.4.70
+ sr_print_val_fd@Base 1.4.70
+ sr_print_val_mem@Base 1.4.70
+ sr_print_val_stream@Base 1.4.70
+ sr_process_events@Base 1.4.70
+ sr_realloc_values@Base 1.4.70
+ sr_remove_module@Base 1.4.70
+ sr_replace_config@Base 1.4.70
+ sr_rpc_send@Base 1.4.70
+ sr_rpc_send_tree@Base 1.4.70
+ sr_rpc_subscribe@Base 1.4.70
+ sr_rpc_subscribe_tree@Base 1.4.70
+ sr_session_del_orig_data@Base 2.0.53
+ sr_session_dup_error@Base 2.0.53
+ sr_session_get_connection@Base 1.4.70
+ sr_session_get_ds@Base 1.4.70
+ sr_session_get_error@Base 2.0.53
+ sr_session_get_id@Base 1.4.70
+ sr_session_get_orig_data@Base 2.0.53
+ sr_session_get_orig_name@Base 2.0.53
+ sr_session_get_user@Base 1.4.70
+ sr_session_notif_buffer@Base 1.4.70
+ sr_session_push_error_data@Base 2.0.53
+ sr_session_push_orig_data@Base 2.0.53
+ sr_session_set_error_format@Base 2.0.53
+ sr_session_set_error_message@Base 2.0.53
+ sr_session_set_orig_name@Base 2.0.53
+ sr_session_set_user@Base 1.4.70
+ sr_session_start@Base 1.4.70
+ sr_session_stop@Base 1.4.70
+ sr_session_switch_ds@Base 1.4.70
+ sr_session_unsubscribe@Base 2.0.53
+ sr_set_diff_check_callback@Base 1.4.70
+ sr_set_item@Base 1.4.70
+ sr_set_item_str@Base 1.4.70
+ sr_set_module_access@Base 1.4.70
+ sr_set_module_ds_access@Base 2.0.53
+ sr_set_module_replay_support@Base 1.4.70
+ sr_strerror@Base 1.4.70
+ sr_subscription_get_last_sub_id@Base 2.0.53
+ sr_subscription_get_suspended@Base 2.0.53
+ sr_subscription_process_events@Base 2.0.53
+ sr_subscription_resume@Base 2.0.53
+ sr_subscription_suspend@Base 2.0.53
+ sr_subscription_thread_resume@Base 2.0.53
+ sr_subscription_thread_suspend@Base 2.0.53
+ sr_tree_to_val@Base 1.4.70
+ sr_tree_to_values@Base 1.4.70
+ sr_unlock@Base 1.4.70
+ sr_unsubscribe@Base 1.4.70
+ sr_unsubscribe_sub@Base 2.0.53
+ sr_update_module@Base 1.4.70
+ sr_val_build_str_data@Base 1.4.70
+ sr_val_build_xpath@Base 1.4.70
+ sr_val_set_str_data@Base 1.4.70
+ sr_val_set_xpath@Base 1.4.70
+ sr_val_to_buff@Base 1.4.70
+ sr_val_to_str@Base 1.4.70
+ sr_validate@Base 1.4.70
+ sr_xpath_key_value@Base 1.4.70
+ sr_xpath_key_value_idx@Base 1.4.70
+ sr_xpath_last_node@Base 1.4.70
+ sr_xpath_next_key_name@Base 1.4.70
+ sr_xpath_next_key_value@Base 1.4.70
+ sr_xpath_next_node@Base 1.4.70
+ sr_xpath_next_node_with_ns@Base 1.4.70
+ sr_xpath_node@Base 1.4.70
+ sr_xpath_node_idx@Base 1.4.70
+ sr_xpath_node_idx_rel@Base 1.4.70
+ sr_xpath_node_key_value@Base 1.4.70
+ sr_xpath_node_key_value_idx@Base 1.4.70
+ sr_xpath_node_name@Base 1.4.70
+ sr_xpath_node_name_eq@Base 1.4.70
+ sr_xpath_node_rel@Base 1.4.70
+ sr_xpath_recover@Base 1.4.70
+ srp_log@Base 1.4.70
+ srplg_log@Base 2.0.53
--- End Message ---
--- Begin Message ---
Source: sysrepo
Source-Version: 2.0.53-6.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
sysrepo, 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.
Benjamin Drung <bdr...@debian.org> (supplier of updated sysrepo 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: Thu, 29 Feb 2024 17:57:10 +0000
Source: sysrepo
Architecture: source
Version: 2.0.53-6.1
Distribution: unstable
Urgency: medium
Maintainer: Ondřej Surý <ond...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062957
Changes:
sysrepo (2.0.53-6.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062957
Checksums-Sha1:
0a0875db81d63d4e1d639fcc0c5af3cd69f8ed9a 2036 sysrepo_2.0.53-6.1.dsc
515a176d410c48e63d497e2fb426b644b529249c 6332 sysrepo_2.0.53-6.1.debian.tar.xz
8f7acf64ffa69a46ca79fc805cc9cda9ed8b505c 10334
sysrepo_2.0.53-6.1_source.buildinfo
Checksums-Sha256:
770782ba65d763ee5ef1dd18e85f9bfd6bf1148a7e333d38ed8df7d6aa0469a8 2036
sysrepo_2.0.53-6.1.dsc
b70593a67934e464dd9a9f9faf7a4d66736619946d000efc1ba024a538756da7 6332
sysrepo_2.0.53-6.1.debian.tar.xz
65a33d3c425c22dcd75c5e4339997af87133a4a8de7c2692b1f2572a811eafaf 10334
sysrepo_2.0.53-6.1_source.buildinfo
Files:
decf36798987b56df0551fad7c31c706 2036 libs optional sysrepo_2.0.53-6.1.dsc
9bff3d1170781ed0037264b96fa13572 6332 libs optional
sysrepo_2.0.53-6.1.debian.tar.xz
7f183c95ad36ce20f7f6e613c8d670fd 10334 libs optional
sysrepo_2.0.53-6.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgxYkACgkQFZ61xO/I
d0yeaRAAj5/z34ImtWooJgjwybdoW5Z4a59w98odmt9/SEUzXTU3ftSzKA/jZaoF
E1LnYmEODCOv2m+9pLH3dN0N836ySx2/2vpIcJ4wjow9Bx5cYisSI1LkcqszkbSY
6QSiHtd2ePaAghdjvQj/eiKs4k+t6QKsgj3wrACjjMMwtcwyaV/zXRUa9XML5VTK
fdR4hRnbTYVKbO1MdNgtTOWiexf3JN1CcdTorSK7tPzqiU7Ya69lGFfCJgZmCmQ7
gEb5uL3aAemsf/fd/WvxPV6ZzRRX2QN6vfiDaFn9gQJyEfav1WovG+5NODQJviwU
+VOyFTZ47jmq7lXKdGwBOUYEOerIMbp2JOtWtUCHVoS7/QA4TnvcSgUyRksieKOB
MMNFoziaZV9KmBzYlGdV2JsDMmPL+oMSeQylQvt2VnwtPVp5knp/AvPtsJ+Q3ftu
fJAqaC23K3e72ik2LsG+7gY9UwetZoNmgjvO9TaHOmvc1PvxlAOZljYUPP7KLtn5
cQhkXQrI9VaMmU73hCMH29lpCFs8BxtFTjTGW5CbPrJF/YrinibD1YO0nQ7TPQUH
5uu5VpSfvL/bF10XTmA++V7ewr7LvYaDwZd238HcfiVOmtH+9hzERZX3MBJ0vFJn
B+1WN2Dw1odv6jxdB3vznuDPwKuyTFVEp0bfr2IQx1Mvek+PfU8=
=stiI
-----END PGP SIGNATURE-----
pgp1r3j_4aseo.pgp
Description: PGP signature
--- End Message ---