Your message dated Wed, 28 Feb 2024 23:47:02 +0000
with message-id <e1rftde-008ysi...@fasolo.debian.org>
and subject line Bug#1062694: fixed in libuv1 1.48.0-1.1
has caused the Debian Bug report #1062694,
regarding libuv1: 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.)
--
1062694: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062694
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libuv1
Version: 1.46.0-3
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
libuv1 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 libuv1
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 libuv1-1.46.0/debian/changelog libuv1-1.46.0/debian/changelog
--- libuv1-1.46.0/debian/changelog 2023-12-30 17:32:28.000000000 +0000
+++ libuv1-1.46.0/debian/changelog 2024-02-02 18:16:37.000000000 +0000
@@ -1,3 +1,10 @@
+libuv1 (1.46.0-3.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:16:37 +0000
+
libuv1 (1.46.0-3) unstable; urgency=medium
* add patch to fix build on kernel < 5.10.186.
diff -Nru libuv1-1.46.0/debian/control libuv1-1.46.0/debian/control
--- libuv1-1.46.0/debian/control 2023-12-30 17:32:28.000000000 +0000
+++ libuv1-1.46.0/debian/control 2024-02-02 18:16:37.000000000 +0000
@@ -19,7 +19,7 @@
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libuv1 (= ${binary:Version})
+ libuv1t64 (= ${binary:Version})
Conflicts: libuv-dev
Replaces: libuv-dev
Description: asynchronous event notification library - development files
@@ -38,7 +38,10 @@
Install this package if you wish to develop your own programs using the
libuv engine.
-Package: libuv1
+Package: libuv1t64
+Provides: ${t64:Provides}
+Replaces: libuv1
+Breaks: libuv1 (<< ${source:Version})
Architecture: linux-any hurd-any
Multi-Arch: same
Depends: ${misc:Depends},
diff -Nru libuv1-1.46.0/debian/libuv1.install
libuv1-1.46.0/debian/libuv1.install
--- libuv1-1.46.0/debian/libuv1.install 2023-12-30 17:32:28.000000000 +0000
+++ libuv1-1.46.0/debian/libuv1.install 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#!/usr/bin/dh-exec
-usr/lib/*/libuv.so.1* usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru libuv1-1.46.0/debian/libuv1.symbols
libuv1-1.46.0/debian/libuv1.symbols
--- libuv1-1.46.0/debian/libuv1.symbols 2023-12-30 17:32:28.000000000 +0000
+++ libuv1-1.46.0/debian/libuv1.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,413 +0,0 @@
-libuv.so.1 libuv1 #MINVER#
-* Build-Depends-Package: libuv1-dev
-#MISSING: 1.46.0-2# (regex|optional)"^uv__" 1.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__accept4@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__accept@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__async_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__async_fork@Base 1.18.0
-#MISSING: 1.46.0-2# (optional)uv__async_stop@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__calloc@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__check_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__cloexec_fcntl@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__cloexec_ioctl@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__close_nocheckstdio@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__count_bufs@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__dup2_cloexec@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__dup3@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__dup@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__eventfd2@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__eventfd@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__fd_exists@Base 1.21.0
-#MISSING: 1.46.0-2# (optional)uv__free@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__fs_event_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__fs_poll_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__fs_scandir_cleanup@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__getaddrinfo_translate_error@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__getiovmax@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__getpwuid_r@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__handle_type@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__hrtime@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__idle_close@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__inotify_add_watch@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__inotify_fork@Base 1.18.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__inotify_init1@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__inotify_init@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__inotify_rm_watch@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__io_active@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__io_check_fd@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__io_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__io_feed@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__io_fork@Base 1.18.0
-#MISSING: 1.46.0-2# (optional)uv__io_init@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__io_poll@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__io_start@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__io_stop@Base 1.11.0
- (arch=kfreebsd-any|optional)uv__kqueue_init@Base 1.22.0-2
-#MISSING: 1.46.0-2# (optional)uv__loop_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__loop_configure@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__make_close_pending@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__make_pipe@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__make_socketpair@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__malloc@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__next_timeout@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__nonblock_fcntl@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__nonblock_ioctl@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__open_cloexec@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__open_file@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__pipe2@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__pipe_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__platform_invalidate_fd@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__platform_loop_delete@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__platform_loop_init@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__poll_close@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__preadv@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__prepare_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__process_close@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__pwritev@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__realloc@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__recvmmsg@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__recvmsg@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__run_check@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__run_idle@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__run_prepare@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__run_timers@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__sendmmsg@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__server_io@Base 1.11.0
-#MISSING: 1.46.0-2# (arch=!hurd-any
!kfreebsd-any|optional)uv__set_process_title@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__signal_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__signal_global_once_init@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__signal_loop_cleanup@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__signal_loop_fork@Base 1.18.0
-#MISSING: 1.46.0-2# (optional)uv__socket@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__socket_sockopt@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__strdup@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__stream_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__stream_destroy@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__stream_flush_write_queue@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__stream_init@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__stream_open@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__strndup@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__tcp_bind@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__tcp_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__tcp_connect@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__tcp_keepalive@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__tcp_nodelay@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__timer_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__udp_bind@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__udp_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__udp_finish_close@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__udp_recv_start@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__udp_recv_stop@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__udp_send@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__udp_try_send@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__work_done@Base 1.11.0
-#MISSING: 1.46.0-2# (optional)uv__work_submit@Base 1.11.0
- uv_accept@Base 1.4.2
- uv_async_init@Base 1.4.2
- uv_async_send@Base 1.4.2
- uv_available_parallelism@Base 1.44.1
- uv_backend_fd@Base 1.4.2
- uv_backend_timeout@Base 1.4.2
- uv_barrier_destroy@Base 1.4.2
- uv_barrier_init@Base 1.4.2
- uv_barrier_wait@Base 1.4.2
- uv_buf_init@Base 1.4.2
- uv_cancel@Base 1.4.2
- uv_chdir@Base 1.4.2
- uv_check_init@Base 1.4.2
- uv_check_start@Base 1.4.2
- uv_check_stop@Base 1.4.2
- uv_clock_gettime@Base 1.46.0
- uv_close@Base 1.4.2
- uv_cond_broadcast@Base 1.4.2
- uv_cond_destroy@Base 1.4.2
- uv_cond_init@Base 1.4.2
- uv_cond_signal@Base 1.4.2
- uv_cond_timedwait@Base 1.4.2
- uv_cond_wait@Base 1.4.2
- uv_cpu_info@Base 1.4.2
- uv_cpumask_size@Base 1.46.0
- uv_cwd@Base 1.4.2
- uv_default_loop@Base 1.4.2
- uv_disable_stdio_inheritance@Base 1.4.2
- uv_dlclose@Base 1.4.2
- uv_dlerror@Base 1.4.2
- uv_dlopen@Base 1.4.2
- uv_dlsym@Base 1.4.2
- uv_err_name@Base 1.4.2
- uv_err_name_r@Base 1.22.0
- uv_exepath@Base 1.4.2
- uv_fileno@Base 1.4.2
- uv_free_cpu_info@Base 1.4.2
- uv_free_interface_addresses@Base 1.4.2
- uv_freeaddrinfo@Base 1.4.2
- uv_fs_access@Base 1.4.2
- uv_fs_chmod@Base 1.4.2
- uv_fs_chown@Base 1.4.2
- uv_fs_close@Base 1.4.2
- uv_fs_closedir@Base 1.30.1
- uv_fs_copyfile@Base 1.18.0
- uv_fs_event_getpath@Base 1.4.2
- uv_fs_event_init@Base 1.4.2
- uv_fs_event_start@Base 1.4.2
- uv_fs_event_stop@Base 1.4.2
- uv_fs_fchmod@Base 1.4.2
- uv_fs_fchown@Base 1.4.2
- uv_fs_fdatasync@Base 1.4.2
- uv_fs_fstat@Base 1.4.2
- uv_fs_fsync@Base 1.4.2
- uv_fs_ftruncate@Base 1.4.2
- uv_fs_futime@Base 1.4.2
- uv_fs_get_path@Base 1.20.2
- uv_fs_get_ptr@Base 1.20.2
- uv_fs_get_result@Base 1.20.2
- uv_fs_get_statbuf@Base 1.20.2
- uv_fs_get_system_error@Base 1.38.0
- uv_fs_get_type@Base 1.20.2
- uv_fs_lchown@Base 1.21.0
- uv_fs_link@Base 1.4.2
- uv_fs_lstat@Base 1.4.2
- uv_fs_lutime@Base 1.38.0
- uv_fs_mkdir@Base 1.4.2
- uv_fs_mkdtemp@Base 1.4.2
- uv_fs_mkstemp@Base 1.34.2
- uv_fs_open@Base 1.4.2
- uv_fs_opendir@Base 1.30.1
- uv_fs_poll_getpath@Base 1.4.2
- uv_fs_poll_init@Base 1.4.2
- uv_fs_poll_start@Base 1.4.2
- uv_fs_poll_stop@Base 1.4.2
- uv_fs_read@Base 1.4.2
- uv_fs_readdir@Base 1.30.1
- uv_fs_readlink@Base 1.4.2
- uv_fs_realpath@Base 1.8.0
- uv_fs_rename@Base 1.4.2
- uv_fs_req_cleanup@Base 1.4.2
- uv_fs_rmdir@Base 1.4.2
- uv_fs_scandir@Base 1.4.2
- uv_fs_scandir_next@Base 1.4.2
- uv_fs_sendfile@Base 1.4.2
- uv_fs_stat@Base 1.4.2
- uv_fs_statfs@Base 1.33.1
- uv_fs_symlink@Base 1.4.2
- uv_fs_unlink@Base 1.4.2
- uv_fs_utime@Base 1.4.2
- uv_fs_write@Base 1.4.2
- uv_get_available_memory@Base 1.46.0
- uv_get_constrained_memory@Base 1.30.1
- uv_get_free_memory@Base 1.4.2
- uv_get_osfhandle@Base 1.18.0
- uv_get_process_title@Base 1.4.2
- uv_get_total_memory@Base 1.4.2
- uv_getaddrinfo@Base 1.4.2
- uv_getnameinfo@Base 1.4.2
- uv_getrusage@Base 1.4.2
- uv_gettimeofday@Base 1.30.1
- uv_guess_handle@Base 1.4.2
- uv_handle_get_data@Base 1.20.2
- uv_handle_get_loop@Base 1.20.2
- uv_handle_get_type@Base 1.20.2
- uv_handle_set_data@Base 1.20.2
- uv_handle_size@Base 1.4.2
- uv_handle_type_name@Base 1.20.2
- uv_has_ref@Base 1.4.2
- uv_hrtime@Base 1.4.2
- uv_idle_init@Base 1.4.2
- uv_idle_start@Base 1.4.2
- uv_idle_stop@Base 1.4.2
- uv_if_indextoiid@Base 1.18.0
- uv_if_indextoname@Base 1.18.0
- uv_inet_ntop@Base 1.4.2
- uv_inet_pton@Base 1.4.2
- uv_interface_addresses@Base 1.4.2
- uv_ip4_addr@Base 1.4.2
- uv_ip4_name@Base 1.4.2
- uv_ip6_addr@Base 1.4.2
- uv_ip6_name@Base 1.4.2
- uv_ip_name@Base 1.43.0
- uv_is_active@Base 1.4.2
- uv_is_closing@Base 1.4.2
- uv_is_readable@Base 1.4.2
- uv_is_writable@Base 1.4.2
- uv_key_create@Base 1.4.2
- uv_key_delete@Base 1.4.2
- uv_key_get@Base 1.4.2
- uv_key_set@Base 1.4.2
- uv_kill@Base 1.4.2
- uv_library_shutdown@Base 1.38.0
- uv_listen@Base 1.4.2
- uv_loadavg@Base 1.4.2
- uv_loop_alive@Base 1.4.2
- uv_loop_close@Base 1.4.2
- uv_loop_configure@Base 1.4.2
- uv_loop_delete@Base 1.4.2
- uv_loop_fork@Base 1.18.0
- uv_loop_get_data@Base 1.20.2
- uv_loop_init@Base 1.4.2
- uv_loop_new@Base 1.4.2
- uv_loop_set_data@Base 1.20.2
- uv_loop_size@Base 1.4.2
- uv_metrics_idle_time@Base 1.39.0
- uv_metrics_info@Base 1.46.0
- uv_mutex_destroy@Base 1.4.2
- uv_mutex_init@Base 1.4.2
- uv_mutex_init_recursive@Base 1.18.0
- uv_mutex_lock@Base 1.4.2
- uv_mutex_trylock@Base 1.4.2
- uv_mutex_unlock@Base 1.4.2
- uv_now@Base 1.4.2
- uv_once@Base 1.4.2
- uv_open_osfhandle@Base 1.23.0
- uv_os_environ@Base 1.33.1
- uv_os_free_environ@Base 1.33.1
- uv_os_free_group@Base 1.46.0
- uv_os_free_passwd@Base 1.9.0
- uv_os_get_group@Base 1.46.0
- uv_os_get_passwd2@Base 1.46.0
- uv_os_get_passwd@Base 1.9.0
- uv_os_getenv@Base 1.18.0
- uv_os_gethostname@Base 1.18.0
- uv_os_getpid@Base 1.18.0
- uv_os_getppid@Base 1.18.0
- uv_os_getpriority@Base 1.23.0
- uv_os_homedir@Base 1.6.1
- uv_os_setenv@Base 1.18.0
- uv_os_setpriority@Base 1.23.0
- uv_os_tmpdir@Base 1.9.0~
- uv_os_uname@Base 1.30.1
- uv_os_unsetenv@Base 1.18.0
- uv_pipe@Base 1.42.0
- uv_pipe_bind2@Base 1.46.0
- uv_pipe_bind@Base 1.4.2
- uv_pipe_chmod@Base 1.18.0
- uv_pipe_connect2@Base 1.46.0
- uv_pipe_connect@Base 1.4.2
- uv_pipe_getpeername@Base 1.4.2
- uv_pipe_getsockname@Base 1.4.2
- uv_pipe_init@Base 1.4.2
-#MISSING: 1.38.0-2# uv_pipe_listen@Base 1.11.0
- uv_pipe_open@Base 1.4.2
- uv_pipe_pending_count@Base 1.4.2
- uv_pipe_pending_instances@Base 1.4.2
- uv_pipe_pending_type@Base 1.4.2
- uv_poll_init@Base 1.4.2
- uv_poll_init_socket@Base 1.4.2
- uv_poll_start@Base 1.4.2
- uv_poll_stop@Base 1.4.2
- uv_prepare_init@Base 1.4.2
- uv_prepare_start@Base 1.4.2
- uv_prepare_stop@Base 1.4.2
- uv_print_active_handles@Base 1.8.0
- uv_print_all_handles@Base 1.8.0
- uv_process_get_pid@Base 1.20.2
- uv_process_kill@Base 1.4.2
- uv_queue_work@Base 1.4.2
- uv_random@Base 1.33.1
- uv_read_start@Base 1.4.2
- uv_read_stop@Base 1.4.2
- uv_recv_buffer_size@Base 1.4.2
- uv_ref@Base 1.4.2
- uv_replace_allocator@Base 1.6.1
- uv_req_get_data@Base 1.20.2
- uv_req_get_type@Base 1.20.2
- uv_req_set_data@Base 1.20.2
- uv_req_size@Base 1.4.2
- uv_req_type_name@Base 1.20.2
- uv_resident_set_memory@Base 1.4.2
- uv_run@Base 1.4.2
- uv_rwlock_destroy@Base 1.4.2
- uv_rwlock_init@Base 1.4.2
- uv_rwlock_rdlock@Base 1.4.2
- uv_rwlock_rdunlock@Base 1.4.2
- uv_rwlock_tryrdlock@Base 1.4.2
- uv_rwlock_trywrlock@Base 1.4.2
- uv_rwlock_wrlock@Base 1.4.2
- uv_rwlock_wrunlock@Base 1.4.2
- uv_sem_destroy@Base 1.4.2
- uv_sem_init@Base 1.4.2
- uv_sem_post@Base 1.4.2
- uv_sem_trywait@Base 1.4.2
- uv_sem_wait@Base 1.4.2
- uv_send_buffer_size@Base 1.4.2
- uv_set_process_title@Base 1.4.2
- uv_setup_args@Base 1.4.2
- uv_shutdown@Base 1.4.2
- uv_signal_init@Base 1.4.2
- uv_signal_start@Base 1.4.2
- uv_signal_start_oneshot@Base 1.18.0
- uv_signal_stop@Base 1.4.2
- uv_sleep@Base 1.34.2
- uv_socketpair@Base 1.42.0
- uv_spawn@Base 1.4.2
- uv_stop@Base 1.4.2
- uv_stream_get_write_queue_size@Base 1.20.2
- uv_stream_set_blocking@Base 1.4.2
- uv_strerror@Base 1.4.2
- uv_strerror_r@Base 1.22.0
- uv_tcp_bind@Base 1.4.2
- uv_tcp_close_reset@Base 1.33.1
- uv_tcp_connect@Base 1.4.2
- uv_tcp_getpeername@Base 1.4.2
- uv_tcp_getsockname@Base 1.4.2
- uv_tcp_init@Base 1.4.2
- uv_tcp_init_ex@Base 1.7.0
- uv_tcp_keepalive@Base 1.4.2
-#MISSING: 1.38.0-2# uv_tcp_listen@Base 1.11.0
- uv_tcp_nodelay@Base 1.4.2
- uv_tcp_open@Base 1.4.2
- uv_tcp_simultaneous_accepts@Base 1.4.2
- uv_thread_create@Base 1.4.2
- uv_thread_create_ex@Base 1.30.1
- uv_thread_equal@Base 1.4.2
- uv_thread_getaffinity@Base 1.46.0
- uv_thread_getcpu@Base 1.46.0
- uv_thread_join@Base 1.4.2
- uv_thread_self@Base 1.4.2
- uv_thread_setaffinity@Base 1.46.0
- uv_timer_again@Base 1.4.2
- uv_timer_get_due_in@Base 1.40.0
- uv_timer_get_repeat@Base 1.4.2
- uv_timer_init@Base 1.4.2
- uv_timer_set_repeat@Base 1.4.2
- uv_timer_start@Base 1.4.2
- uv_timer_stop@Base 1.4.2
- uv_translate_sys_error@Base 1.11.0
- uv_try_write2@Base 1.42.0
- uv_try_write@Base 1.4.2
-#MISSING: 1.38.0-2# uv_try_write_cb@Base 1.11.0
- uv_tty_get_vterm_state@Base 1.33.1
- uv_tty_get_winsize@Base 1.4.2
- uv_tty_init@Base 1.4.2
- uv_tty_reset_mode@Base 1.4.2
- uv_tty_set_mode@Base 1.4.2
- uv_tty_set_vterm_state@Base 1.33.1
- uv_udp_bind@Base 1.4.2
- uv_udp_connect@Base 1.30.1
- uv_udp_get_send_queue_count@Base 1.20.2
- uv_udp_get_send_queue_size@Base 1.20.2
- uv_udp_getpeername@Base 1.30.1
- uv_udp_getsockname@Base 1.4.2
- uv_udp_init@Base 1.4.2
- uv_udp_init_ex@Base 1.7.0
- uv_udp_open@Base 1.4.2
- uv_udp_recv_start@Base 1.4.2
- uv_udp_recv_stop@Base 1.4.2
- uv_udp_send@Base 1.4.2
- uv_udp_set_broadcast@Base 1.4.2
- uv_udp_set_membership@Base 1.4.2
- uv_udp_set_multicast_interface@Base 1.4.2
- uv_udp_set_multicast_loop@Base 1.4.2
- uv_udp_set_multicast_ttl@Base 1.4.2
- uv_udp_set_source_membership@Base 1.33.1
- uv_udp_set_ttl@Base 1.4.2
- uv_udp_try_send@Base 1.4.2
- uv_udp_using_recvmmsg@Base 1.39.0
- uv_unref@Base 1.4.2
- uv_update_time@Base 1.4.2
- uv_uptime@Base 1.4.2
- uv_version@Base 1.4.2
- uv_version_string@Base 1.4.2
- uv_walk@Base 1.4.2
- uv_write2@Base 1.4.2
- uv_write@Base 1.4.2
diff -Nru libuv1-1.46.0/debian/libuv1t64.install
libuv1-1.46.0/debian/libuv1t64.install
--- libuv1-1.46.0/debian/libuv1t64.install 1970-01-01 00:00:00.000000000
+0000
+++ libuv1-1.46.0/debian/libuv1t64.install 2023-12-30 17:32:28.000000000
+0000
@@ -0,0 +1,2 @@
+#!/usr/bin/dh-exec
+usr/lib/*/libuv.so.1* usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru libuv1-1.46.0/debian/libuv1t64.lintian-overrides
libuv1-1.46.0/debian/libuv1t64.lintian-overrides
--- libuv1-1.46.0/debian/libuv1t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libuv1-1.46.0/debian/libuv1t64.lintian-overrides 2024-02-02
18:16:37.000000000 +0000
@@ -0,0 +1 @@
+libuv1t64: package-name-doesnt-match-sonames libuv1
diff -Nru libuv1-1.46.0/debian/libuv1t64.symbols
libuv1-1.46.0/debian/libuv1t64.symbols
--- libuv1-1.46.0/debian/libuv1t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ libuv1-1.46.0/debian/libuv1t64.symbols 2024-02-02 18:16:37.000000000
+0000
@@ -0,0 +1,413 @@
+libuv.so.1 libuv1t64 #MINVER#
+* Build-Depends-Package: libuv1-dev
+#MISSING: 1.46.0-2# (regex|optional)"^uv__" 1.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__accept4@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__accept@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__async_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__async_fork@Base 1.18.0
+#MISSING: 1.46.0-2# (optional)uv__async_stop@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__calloc@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__check_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__cloexec_fcntl@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__cloexec_ioctl@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__close_nocheckstdio@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__count_bufs@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__dup2_cloexec@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__dup3@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__dup@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__eventfd2@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__eventfd@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__fd_exists@Base 1.21.0
+#MISSING: 1.46.0-2# (optional)uv__free@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__fs_event_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__fs_poll_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__fs_scandir_cleanup@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__getaddrinfo_translate_error@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__getiovmax@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__getpwuid_r@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__handle_type@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__hrtime@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__idle_close@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__inotify_add_watch@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__inotify_fork@Base 1.18.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__inotify_init1@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__inotify_init@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__inotify_rm_watch@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__io_active@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__io_check_fd@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__io_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__io_feed@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__io_fork@Base 1.18.0
+#MISSING: 1.46.0-2# (optional)uv__io_init@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__io_poll@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__io_start@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__io_stop@Base 1.11.0
+ (arch=kfreebsd-any|optional)uv__kqueue_init@Base 1.22.0-2
+#MISSING: 1.46.0-2# (optional)uv__loop_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__loop_configure@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__make_close_pending@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__make_pipe@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__make_socketpair@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__malloc@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__next_timeout@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__nonblock_fcntl@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__nonblock_ioctl@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__open_cloexec@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__open_file@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__pipe2@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__pipe_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__platform_invalidate_fd@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__platform_loop_delete@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__platform_loop_init@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__poll_close@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__preadv@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__prepare_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__process_close@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__pwritev@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__realloc@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__recvmmsg@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__recvmsg@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__run_check@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__run_idle@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__run_prepare@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__run_timers@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=linux-any|optional)uv__sendmmsg@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__server_io@Base 1.11.0
+#MISSING: 1.46.0-2# (arch=!hurd-any
!kfreebsd-any|optional)uv__set_process_title@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__signal_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__signal_global_once_init@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__signal_loop_cleanup@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__signal_loop_fork@Base 1.18.0
+#MISSING: 1.46.0-2# (optional)uv__socket@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__socket_sockopt@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__strdup@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__stream_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__stream_destroy@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__stream_flush_write_queue@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__stream_init@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__stream_open@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__strndup@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__tcp_bind@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__tcp_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__tcp_connect@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__tcp_keepalive@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__tcp_nodelay@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__timer_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__udp_bind@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__udp_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__udp_finish_close@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__udp_recv_start@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__udp_recv_stop@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__udp_send@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__udp_try_send@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__work_done@Base 1.11.0
+#MISSING: 1.46.0-2# (optional)uv__work_submit@Base 1.11.0
+ uv_accept@Base 1.4.2
+ uv_async_init@Base 1.4.2
+ uv_async_send@Base 1.4.2
+ uv_available_parallelism@Base 1.44.1
+ uv_backend_fd@Base 1.4.2
+ uv_backend_timeout@Base 1.4.2
+ uv_barrier_destroy@Base 1.4.2
+ uv_barrier_init@Base 1.4.2
+ uv_barrier_wait@Base 1.4.2
+ uv_buf_init@Base 1.4.2
+ uv_cancel@Base 1.4.2
+ uv_chdir@Base 1.4.2
+ uv_check_init@Base 1.4.2
+ uv_check_start@Base 1.4.2
+ uv_check_stop@Base 1.4.2
+ uv_clock_gettime@Base 1.46.0
+ uv_close@Base 1.4.2
+ uv_cond_broadcast@Base 1.4.2
+ uv_cond_destroy@Base 1.4.2
+ uv_cond_init@Base 1.4.2
+ uv_cond_signal@Base 1.4.2
+ uv_cond_timedwait@Base 1.4.2
+ uv_cond_wait@Base 1.4.2
+ uv_cpu_info@Base 1.4.2
+ uv_cpumask_size@Base 1.46.0
+ uv_cwd@Base 1.4.2
+ uv_default_loop@Base 1.4.2
+ uv_disable_stdio_inheritance@Base 1.4.2
+ uv_dlclose@Base 1.4.2
+ uv_dlerror@Base 1.4.2
+ uv_dlopen@Base 1.4.2
+ uv_dlsym@Base 1.4.2
+ uv_err_name@Base 1.4.2
+ uv_err_name_r@Base 1.22.0
+ uv_exepath@Base 1.4.2
+ uv_fileno@Base 1.4.2
+ uv_free_cpu_info@Base 1.4.2
+ uv_free_interface_addresses@Base 1.4.2
+ uv_freeaddrinfo@Base 1.4.2
+ uv_fs_access@Base 1.4.2
+ uv_fs_chmod@Base 1.4.2
+ uv_fs_chown@Base 1.4.2
+ uv_fs_close@Base 1.4.2
+ uv_fs_closedir@Base 1.30.1
+ uv_fs_copyfile@Base 1.18.0
+ uv_fs_event_getpath@Base 1.4.2
+ uv_fs_event_init@Base 1.4.2
+ uv_fs_event_start@Base 1.4.2
+ uv_fs_event_stop@Base 1.4.2
+ uv_fs_fchmod@Base 1.4.2
+ uv_fs_fchown@Base 1.4.2
+ uv_fs_fdatasync@Base 1.4.2
+ uv_fs_fstat@Base 1.4.2
+ uv_fs_fsync@Base 1.4.2
+ uv_fs_ftruncate@Base 1.4.2
+ uv_fs_futime@Base 1.4.2
+ uv_fs_get_path@Base 1.20.2
+ uv_fs_get_ptr@Base 1.20.2
+ uv_fs_get_result@Base 1.20.2
+ uv_fs_get_statbuf@Base 1.20.2
+ uv_fs_get_system_error@Base 1.38.0
+ uv_fs_get_type@Base 1.20.2
+ uv_fs_lchown@Base 1.21.0
+ uv_fs_link@Base 1.4.2
+ uv_fs_lstat@Base 1.4.2
+ uv_fs_lutime@Base 1.38.0
+ uv_fs_mkdir@Base 1.4.2
+ uv_fs_mkdtemp@Base 1.4.2
+ uv_fs_mkstemp@Base 1.34.2
+ uv_fs_open@Base 1.4.2
+ uv_fs_opendir@Base 1.30.1
+ uv_fs_poll_getpath@Base 1.4.2
+ uv_fs_poll_init@Base 1.4.2
+ uv_fs_poll_start@Base 1.4.2
+ uv_fs_poll_stop@Base 1.4.2
+ uv_fs_read@Base 1.4.2
+ uv_fs_readdir@Base 1.30.1
+ uv_fs_readlink@Base 1.4.2
+ uv_fs_realpath@Base 1.8.0
+ uv_fs_rename@Base 1.4.2
+ uv_fs_req_cleanup@Base 1.4.2
+ uv_fs_rmdir@Base 1.4.2
+ uv_fs_scandir@Base 1.4.2
+ uv_fs_scandir_next@Base 1.4.2
+ uv_fs_sendfile@Base 1.4.2
+ uv_fs_stat@Base 1.4.2
+ uv_fs_statfs@Base 1.33.1
+ uv_fs_symlink@Base 1.4.2
+ uv_fs_unlink@Base 1.4.2
+ uv_fs_utime@Base 1.4.2
+ uv_fs_write@Base 1.4.2
+ uv_get_available_memory@Base 1.46.0
+ uv_get_constrained_memory@Base 1.30.1
+ uv_get_free_memory@Base 1.4.2
+ uv_get_osfhandle@Base 1.18.0
+ uv_get_process_title@Base 1.4.2
+ uv_get_total_memory@Base 1.4.2
+ uv_getaddrinfo@Base 1.4.2
+ uv_getnameinfo@Base 1.4.2
+ uv_getrusage@Base 1.4.2
+ uv_gettimeofday@Base 1.30.1
+ uv_guess_handle@Base 1.4.2
+ uv_handle_get_data@Base 1.20.2
+ uv_handle_get_loop@Base 1.20.2
+ uv_handle_get_type@Base 1.20.2
+ uv_handle_set_data@Base 1.20.2
+ uv_handle_size@Base 1.4.2
+ uv_handle_type_name@Base 1.20.2
+ uv_has_ref@Base 1.4.2
+ uv_hrtime@Base 1.4.2
+ uv_idle_init@Base 1.4.2
+ uv_idle_start@Base 1.4.2
+ uv_idle_stop@Base 1.4.2
+ uv_if_indextoiid@Base 1.18.0
+ uv_if_indextoname@Base 1.18.0
+ uv_inet_ntop@Base 1.4.2
+ uv_inet_pton@Base 1.4.2
+ uv_interface_addresses@Base 1.4.2
+ uv_ip4_addr@Base 1.4.2
+ uv_ip4_name@Base 1.4.2
+ uv_ip6_addr@Base 1.4.2
+ uv_ip6_name@Base 1.4.2
+ uv_ip_name@Base 1.43.0
+ uv_is_active@Base 1.4.2
+ uv_is_closing@Base 1.4.2
+ uv_is_readable@Base 1.4.2
+ uv_is_writable@Base 1.4.2
+ uv_key_create@Base 1.4.2
+ uv_key_delete@Base 1.4.2
+ uv_key_get@Base 1.4.2
+ uv_key_set@Base 1.4.2
+ uv_kill@Base 1.4.2
+ uv_library_shutdown@Base 1.38.0
+ uv_listen@Base 1.4.2
+ uv_loadavg@Base 1.4.2
+ uv_loop_alive@Base 1.4.2
+ uv_loop_close@Base 1.4.2
+ uv_loop_configure@Base 1.4.2
+ uv_loop_delete@Base 1.4.2
+ uv_loop_fork@Base 1.18.0
+ uv_loop_get_data@Base 1.20.2
+ uv_loop_init@Base 1.4.2
+ uv_loop_new@Base 1.4.2
+ uv_loop_set_data@Base 1.20.2
+ uv_loop_size@Base 1.4.2
+ uv_metrics_idle_time@Base 1.39.0
+ uv_metrics_info@Base 1.46.0
+ uv_mutex_destroy@Base 1.4.2
+ uv_mutex_init@Base 1.4.2
+ uv_mutex_init_recursive@Base 1.18.0
+ uv_mutex_lock@Base 1.4.2
+ uv_mutex_trylock@Base 1.4.2
+ uv_mutex_unlock@Base 1.4.2
+ uv_now@Base 1.4.2
+ uv_once@Base 1.4.2
+ uv_open_osfhandle@Base 1.23.0
+ uv_os_environ@Base 1.33.1
+ uv_os_free_environ@Base 1.33.1
+ uv_os_free_group@Base 1.46.0
+ uv_os_free_passwd@Base 1.9.0
+ uv_os_get_group@Base 1.46.0
+ uv_os_get_passwd2@Base 1.46.0
+ uv_os_get_passwd@Base 1.9.0
+ uv_os_getenv@Base 1.18.0
+ uv_os_gethostname@Base 1.18.0
+ uv_os_getpid@Base 1.18.0
+ uv_os_getppid@Base 1.18.0
+ uv_os_getpriority@Base 1.23.0
+ uv_os_homedir@Base 1.6.1
+ uv_os_setenv@Base 1.18.0
+ uv_os_setpriority@Base 1.23.0
+ uv_os_tmpdir@Base 1.9.0~
+ uv_os_uname@Base 1.30.1
+ uv_os_unsetenv@Base 1.18.0
+ uv_pipe@Base 1.42.0
+ uv_pipe_bind2@Base 1.46.0
+ uv_pipe_bind@Base 1.4.2
+ uv_pipe_chmod@Base 1.18.0
+ uv_pipe_connect2@Base 1.46.0
+ uv_pipe_connect@Base 1.4.2
+ uv_pipe_getpeername@Base 1.4.2
+ uv_pipe_getsockname@Base 1.4.2
+ uv_pipe_init@Base 1.4.2
+#MISSING: 1.38.0-2# uv_pipe_listen@Base 1.11.0
+ uv_pipe_open@Base 1.4.2
+ uv_pipe_pending_count@Base 1.4.2
+ uv_pipe_pending_instances@Base 1.4.2
+ uv_pipe_pending_type@Base 1.4.2
+ uv_poll_init@Base 1.4.2
+ uv_poll_init_socket@Base 1.4.2
+ uv_poll_start@Base 1.4.2
+ uv_poll_stop@Base 1.4.2
+ uv_prepare_init@Base 1.4.2
+ uv_prepare_start@Base 1.4.2
+ uv_prepare_stop@Base 1.4.2
+ uv_print_active_handles@Base 1.8.0
+ uv_print_all_handles@Base 1.8.0
+ uv_process_get_pid@Base 1.20.2
+ uv_process_kill@Base 1.4.2
+ uv_queue_work@Base 1.4.2
+ uv_random@Base 1.33.1
+ uv_read_start@Base 1.4.2
+ uv_read_stop@Base 1.4.2
+ uv_recv_buffer_size@Base 1.4.2
+ uv_ref@Base 1.4.2
+ uv_replace_allocator@Base 1.6.1
+ uv_req_get_data@Base 1.20.2
+ uv_req_get_type@Base 1.20.2
+ uv_req_set_data@Base 1.20.2
+ uv_req_size@Base 1.4.2
+ uv_req_type_name@Base 1.20.2
+ uv_resident_set_memory@Base 1.4.2
+ uv_run@Base 1.4.2
+ uv_rwlock_destroy@Base 1.4.2
+ uv_rwlock_init@Base 1.4.2
+ uv_rwlock_rdlock@Base 1.4.2
+ uv_rwlock_rdunlock@Base 1.4.2
+ uv_rwlock_tryrdlock@Base 1.4.2
+ uv_rwlock_trywrlock@Base 1.4.2
+ uv_rwlock_wrlock@Base 1.4.2
+ uv_rwlock_wrunlock@Base 1.4.2
+ uv_sem_destroy@Base 1.4.2
+ uv_sem_init@Base 1.4.2
+ uv_sem_post@Base 1.4.2
+ uv_sem_trywait@Base 1.4.2
+ uv_sem_wait@Base 1.4.2
+ uv_send_buffer_size@Base 1.4.2
+ uv_set_process_title@Base 1.4.2
+ uv_setup_args@Base 1.4.2
+ uv_shutdown@Base 1.4.2
+ uv_signal_init@Base 1.4.2
+ uv_signal_start@Base 1.4.2
+ uv_signal_start_oneshot@Base 1.18.0
+ uv_signal_stop@Base 1.4.2
+ uv_sleep@Base 1.34.2
+ uv_socketpair@Base 1.42.0
+ uv_spawn@Base 1.4.2
+ uv_stop@Base 1.4.2
+ uv_stream_get_write_queue_size@Base 1.20.2
+ uv_stream_set_blocking@Base 1.4.2
+ uv_strerror@Base 1.4.2
+ uv_strerror_r@Base 1.22.0
+ uv_tcp_bind@Base 1.4.2
+ uv_tcp_close_reset@Base 1.33.1
+ uv_tcp_connect@Base 1.4.2
+ uv_tcp_getpeername@Base 1.4.2
+ uv_tcp_getsockname@Base 1.4.2
+ uv_tcp_init@Base 1.4.2
+ uv_tcp_init_ex@Base 1.7.0
+ uv_tcp_keepalive@Base 1.4.2
+#MISSING: 1.38.0-2# uv_tcp_listen@Base 1.11.0
+ uv_tcp_nodelay@Base 1.4.2
+ uv_tcp_open@Base 1.4.2
+ uv_tcp_simultaneous_accepts@Base 1.4.2
+ uv_thread_create@Base 1.4.2
+ uv_thread_create_ex@Base 1.30.1
+ uv_thread_equal@Base 1.4.2
+ uv_thread_getaffinity@Base 1.46.0
+ uv_thread_getcpu@Base 1.46.0
+ uv_thread_join@Base 1.4.2
+ uv_thread_self@Base 1.4.2
+ uv_thread_setaffinity@Base 1.46.0
+ uv_timer_again@Base 1.4.2
+ uv_timer_get_due_in@Base 1.40.0
+ uv_timer_get_repeat@Base 1.4.2
+ uv_timer_init@Base 1.4.2
+ uv_timer_set_repeat@Base 1.4.2
+ uv_timer_start@Base 1.4.2
+ uv_timer_stop@Base 1.4.2
+ uv_translate_sys_error@Base 1.11.0
+ uv_try_write2@Base 1.42.0
+ uv_try_write@Base 1.4.2
+#MISSING: 1.38.0-2# uv_try_write_cb@Base 1.11.0
+ uv_tty_get_vterm_state@Base 1.33.1
+ uv_tty_get_winsize@Base 1.4.2
+ uv_tty_init@Base 1.4.2
+ uv_tty_reset_mode@Base 1.4.2
+ uv_tty_set_mode@Base 1.4.2
+ uv_tty_set_vterm_state@Base 1.33.1
+ uv_udp_bind@Base 1.4.2
+ uv_udp_connect@Base 1.30.1
+ uv_udp_get_send_queue_count@Base 1.20.2
+ uv_udp_get_send_queue_size@Base 1.20.2
+ uv_udp_getpeername@Base 1.30.1
+ uv_udp_getsockname@Base 1.4.2
+ uv_udp_init@Base 1.4.2
+ uv_udp_init_ex@Base 1.7.0
+ uv_udp_open@Base 1.4.2
+ uv_udp_recv_start@Base 1.4.2
+ uv_udp_recv_stop@Base 1.4.2
+ uv_udp_send@Base 1.4.2
+ uv_udp_set_broadcast@Base 1.4.2
+ uv_udp_set_membership@Base 1.4.2
+ uv_udp_set_multicast_interface@Base 1.4.2
+ uv_udp_set_multicast_loop@Base 1.4.2
+ uv_udp_set_multicast_ttl@Base 1.4.2
+ uv_udp_set_source_membership@Base 1.33.1
+ uv_udp_set_ttl@Base 1.4.2
+ uv_udp_try_send@Base 1.4.2
+ uv_udp_using_recvmmsg@Base 1.39.0
+ uv_unref@Base 1.4.2
+ uv_update_time@Base 1.4.2
+ uv_uptime@Base 1.4.2
+ uv_version@Base 1.4.2
+ uv_version_string@Base 1.4.2
+ uv_walk@Base 1.4.2
+ uv_write2@Base 1.4.2
+ uv_write@Base 1.4.2
--- End Message ---
--- Begin Message ---
Source: libuv1
Source-Version: 1.48.0-1.1
Done: Graham Inggs <gin...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libuv1, 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 libuv1 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:01:37 +0000
Source: libuv1
Architecture: source
Version: 1.48.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Dominique Dumont <d...@debian.org>
Changed-By: Graham Inggs <gin...@debian.org>
Closes: 1062694
Changes:
libuv1 (1.48.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062694
Checksums-Sha1:
97b0cb12b5a19ab54d3a7f45b0f749a31b192ff6 2022 libuv1_1.48.0-1.1.dsc
66d548f2fe3e9ce5460cfba0b83e9a501559b400 21592 libuv1_1.48.0-1.1.debian.tar.xz
5c35e7f712dfa1655766ef260a43aa1172a129a8 7591
libuv1_1.48.0-1.1_source.buildinfo
Checksums-Sha256:
c4fd1802c6511713d51127bcbb732e8dc6945887c9d936b8f953932e58d33cc9 2022
libuv1_1.48.0-1.1.dsc
9ef0040ce04b10a66d6ecc48cbb5412d6d4a39a7b66b8bb8ec8760f354e39c09 21592
libuv1_1.48.0-1.1.debian.tar.xz
2a1f2728f650d3ef47506066458c74bca0f543667306ee5e88c4672f6197d4f9 7591
libuv1_1.48.0-1.1_source.buildinfo
Files:
8e747d4e51e13da2aaa49e7f35a6ef4e 2022 libs optional libuv1_1.48.0-1.1.dsc
8fca9915466a7d89d0db8f629592281b 21592 libs optional
libuv1_1.48.0-1.1.debian.tar.xz
0f1cef0b9fe0c0f6796cb41aad019a4e 7591 libs optional
libuv1_1.48.0-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXfn0AACgkQr8/sjmac
4cIG9w/7B2EXxaPygXUucQoNTLzaq6MkKfhYM1weiHHyiDtDZ2yQIYiddJWWtDMZ
Rf0nuSuvFg4hhXfoi+BgUq5ltK3LQIhH75XUojNxMHObrtiU+1cWzmuNYAbx6h7k
Cnp70TGm6hS37GRyrVXKAN4w45b7skXYslzZNviVPkdsE6maIaiiHO1wNzUy4ZaM
KAgWaF0Mqxdfp/pOgD1wMBt4qhyl0WZylz63LCgsG2qTJPl8lF3vm8g+zChTUALs
HGzT/CSclvMikUxftSARJJEW4bBAGPD8khGW3k9S+9YEb/BjUPNuO5gfDeYCSTXt
pRlidqJ7Ztp0r8/eZ8ekc34fJPbbTUG10etQM/I521ROcj33zRCASDOkitM1zikJ
c8DYmZQCtWNhCEScu31aeJ9Ib3HT9K9I6mxPDqEZGAjpnWmljBVOZb4RrAslEkvR
Gk0RkDGr24HubBfbkkzx/x+pnDHLRr16ZutNx/3fBaJOynOW/6I0FqR63sa4LkeD
K65614GPUFrptrqsh2LEnsvm6t9+am3Jjx4nYJZvMGp3KpNyDJ5cZst7g5HBL8wq
RPlLXYSNqnEXu0A+k0hJJ3SEfL7XBImg+vveOpT+OYpnCyhlMDcKscb/N5CcyrMU
jAk4uEJ2uVjkGUusu68IcGYh3UH8x7MMVo+QvqQDdVrtpLhGm1U=
=QtEl
-----END PGP SIGNATURE-----
pgpZmQYAPCi7O.pgp
Description: PGP signature
--- End Message ---