Your message dated Wed, 28 Feb 2024 12:11:19 +0000
with message-id <[email protected]>
and subject line Bug#1062284: fixed in libev 1:4.33-2.1
has caused the Debian Bug report #1062284,
regarding libev: 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.)
--
1062284: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062284
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libev
Version: 1:4.33-2
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
libev 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 libev
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 libev-4.33/debian/changelog libev-4.33/debian/changelog
--- libev-4.33/debian/changelog 2023-11-12 01:48:29.000000000 +0000
+++ libev-4.33/debian/changelog 2024-02-01 00:12:20.000000000 +0000
@@ -1,3 +1,10 @@
+libev (1:4.33-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Thu, 01 Feb 2024 00:12:20 +0000
+
libev (1:4.33-2) unstable; urgency=medium
[ Debian Janitor ]
diff -Nru libev-4.33/debian/control libev-4.33/debian/control
--- libev-4.33/debian/control 2023-11-12 01:48:08.000000000 +0000
+++ libev-4.33/debian/control 2024-02-01 00:12:20.000000000 +0000
@@ -17,7 +17,7 @@
Architecture: any
Multi-Arch: same
Depends:
- libev4 (= ${binary:Version}),
+ libev4t64 (= ${binary:Version}),
${misc:Depends},
Description: static library, header files, and docs for libev
Static library, header files, and documentation for libev.
@@ -38,8 +38,8 @@
Architecture: all
Depends:
libev-dev,
- libev4 (<< ${source:Upstream-Version}+1~),
- libev4 (>= ${source:Upstream-Version}),
+ libev4t64 (<< ${source:Upstream-Version}+1~),
+ libev4t64 (>= ${source:Upstream-Version}),
${misc:Depends},
Conflicts:
libevent-dev,
@@ -58,7 +58,10 @@
.
libev supports select, poll, epoll, kqueue, and inotify.
-Package: libev4
+Package: libev4t64
+Provides: ${t64:Provides}
+Replaces: libev4
+Breaks: libev4 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
diff -Nru libev-4.33/debian/libev4.install libev-4.33/debian/libev4.install
--- libev-4.33/debian/libev4.install 2023-11-12 01:48:08.000000000 +0000
+++ libev-4.33/debian/libev4.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libev-4.33/debian/libev4.symbols libev-4.33/debian/libev4.symbols
--- libev-4.33/debian/libev4.symbols 2023-11-12 01:48:08.000000000 +0000
+++ libev-4.33/debian/libev4.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,99 +0,0 @@
-libev.so.4 libev4 #MINVER#
-* Build-Depends-Package: libev-dev
- ev_async_send@Base 1:4.04
- ev_async_start@Base 1:4.04
- ev_async_stop@Base 1:4.04
- ev_backend@Base 1:4.04
- ev_break@Base 1:4.04
- ev_check_start@Base 1:4.04
- ev_check_stop@Base 1:4.04
- ev_child_start@Base 1:4.04
- ev_child_stop@Base 1:4.04
- ev_cleanup_start@Base 1:4.04
- ev_cleanup_stop@Base 1:4.04
- ev_clear_pending@Base 1:4.04
- ev_default_loop@Base 1:4.04
- ev_default_loop_ptr@Base 1:4.04
- ev_depth@Base 1:4.04
- ev_embed_start@Base 1:4.04
- ev_embed_stop@Base 1:4.04
- ev_embed_sweep@Base 1:4.04
- ev_embeddable_backends@Base 1:4.04
- ev_feed_event@Base 1:4.04
- ev_feed_fd_event@Base 1:4.04
- ev_feed_signal@Base 1:4.04
- ev_feed_signal_event@Base 1:4.04
- ev_fork_start@Base 1:4.04
- ev_fork_stop@Base 1:4.04
- ev_idle_start@Base 1:4.04
- ev_idle_stop@Base 1:4.04
- ev_invoke@Base 1:4.04
- ev_invoke_pending@Base 1:4.04
- ev_io_start@Base 1:4.04
- ev_io_stop@Base 1:4.04
- ev_iteration@Base 1:4.04
- ev_loop_destroy@Base 1:4.04
- ev_loop_fork@Base 1:4.04
- ev_loop_new@Base 1:4.04
- ev_now@Base 1:4.04
- ev_now_update@Base 1:4.04
- ev_once@Base 1:4.04
- ev_pending_count@Base 1:4.04
- ev_periodic_again@Base 1:4.04
- ev_periodic_start@Base 1:4.04
- ev_periodic_stop@Base 1:4.04
- ev_prepare_start@Base 1:4.04
- ev_prepare_stop@Base 1:4.04
- ev_recommended_backends@Base 1:4.04
- ev_ref@Base 1:4.04
- ev_resume@Base 1:4.04
- ev_run@Base 1:4.04
- ev_set_allocator@Base 1:4.04
- ev_set_invoke_pending_cb@Base 1:4.04
- ev_set_io_collect_interval@Base 1:4.04
- ev_set_loop_release_cb@Base 1:4.04
- ev_set_syserr_cb@Base 1:4.04
- ev_set_timeout_collect_interval@Base 1:4.04
- ev_set_userdata@Base 1:4.04
- ev_signal_start@Base 1:4.04
- ev_signal_stop@Base 1:4.04
- ev_sleep@Base 1:4.04
- ev_stat_start@Base 1:4.04
- ev_stat_stat@Base 1:4.04
- ev_stat_stop@Base 1:4.04
- ev_supported_backends@Base 1:4.04
- ev_suspend@Base 1:4.04
- ev_time@Base 1:4.04
- ev_timer_again@Base 1:4.04
- ev_timer_remaining@Base 1:4.04
- ev_timer_start@Base 1:4.04
- ev_timer_stop@Base 1:4.04
- ev_unref@Base 1:4.04
- ev_userdata@Base 1:4.04
- ev_verify@Base 1:4.04
- ev_version_major@Base 1:4.04
- ev_version_minor@Base 1:4.04
- event_active@Base 1:4.04
- event_add@Base 1:4.04
- event_base_dispatch@Base 1:4.04
- event_base_free@Base 1:4.04
- event_base_get_method@Base 1:4.15
- event_base_loop@Base 1:4.04
- event_base_loopexit@Base 1:4.04
- event_base_new@Base 1:4.15
- event_base_once@Base 1:4.04
- event_base_priority_init@Base 1:4.04
- event_base_set@Base 1:4.04
- event_del@Base 1:4.04
- event_dispatch@Base 1:4.04
- event_get_callback@Base 1:4.15
- event_get_method@Base 1:4.04
- event_get_version@Base 1:4.04
- event_init@Base 1:4.04
- event_loop@Base 1:4.04
- event_loopexit@Base 1:4.04
- event_once@Base 1:4.04
- event_pending@Base 1:4.04
- event_priority_init@Base 1:4.04
- event_priority_set@Base 1:4.04
- event_set@Base 1:4.04
diff -Nru libev-4.33/debian/libev4t64.install
libev-4.33/debian/libev4t64.install
--- libev-4.33/debian/libev4t64.install 1970-01-01 00:00:00.000000000 +0000
+++ libev-4.33/debian/libev4t64.install 2023-11-12 01:48:08.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libev-4.33/debian/libev4t64.lintian-overrides
libev-4.33/debian/libev4t64.lintian-overrides
--- libev-4.33/debian/libev4t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libev-4.33/debian/libev4t64.lintian-overrides 2024-02-01
00:12:20.000000000 +0000
@@ -0,0 +1 @@
+libev4t64: package-name-doesnt-match-sonames libev4
diff -Nru libev-4.33/debian/libev4t64.symbols
libev-4.33/debian/libev4t64.symbols
--- libev-4.33/debian/libev4t64.symbols 1970-01-01 00:00:00.000000000 +0000
+++ libev-4.33/debian/libev4t64.symbols 2024-02-01 00:12:20.000000000 +0000
@@ -0,0 +1,99 @@
+libev.so.4 libev4t64 #MINVER#
+* Build-Depends-Package: libev-dev
+ ev_async_send@Base 1:4.04
+ ev_async_start@Base 1:4.04
+ ev_async_stop@Base 1:4.04
+ ev_backend@Base 1:4.04
+ ev_break@Base 1:4.04
+ ev_check_start@Base 1:4.04
+ ev_check_stop@Base 1:4.04
+ ev_child_start@Base 1:4.04
+ ev_child_stop@Base 1:4.04
+ ev_cleanup_start@Base 1:4.04
+ ev_cleanup_stop@Base 1:4.04
+ ev_clear_pending@Base 1:4.04
+ ev_default_loop@Base 1:4.04
+ ev_default_loop_ptr@Base 1:4.04
+ ev_depth@Base 1:4.04
+ ev_embed_start@Base 1:4.04
+ ev_embed_stop@Base 1:4.04
+ ev_embed_sweep@Base 1:4.04
+ ev_embeddable_backends@Base 1:4.04
+ ev_feed_event@Base 1:4.04
+ ev_feed_fd_event@Base 1:4.04
+ ev_feed_signal@Base 1:4.04
+ ev_feed_signal_event@Base 1:4.04
+ ev_fork_start@Base 1:4.04
+ ev_fork_stop@Base 1:4.04
+ ev_idle_start@Base 1:4.04
+ ev_idle_stop@Base 1:4.04
+ ev_invoke@Base 1:4.04
+ ev_invoke_pending@Base 1:4.04
+ ev_io_start@Base 1:4.04
+ ev_io_stop@Base 1:4.04
+ ev_iteration@Base 1:4.04
+ ev_loop_destroy@Base 1:4.04
+ ev_loop_fork@Base 1:4.04
+ ev_loop_new@Base 1:4.04
+ ev_now@Base 1:4.04
+ ev_now_update@Base 1:4.04
+ ev_once@Base 1:4.04
+ ev_pending_count@Base 1:4.04
+ ev_periodic_again@Base 1:4.04
+ ev_periodic_start@Base 1:4.04
+ ev_periodic_stop@Base 1:4.04
+ ev_prepare_start@Base 1:4.04
+ ev_prepare_stop@Base 1:4.04
+ ev_recommended_backends@Base 1:4.04
+ ev_ref@Base 1:4.04
+ ev_resume@Base 1:4.04
+ ev_run@Base 1:4.04
+ ev_set_allocator@Base 1:4.04
+ ev_set_invoke_pending_cb@Base 1:4.04
+ ev_set_io_collect_interval@Base 1:4.04
+ ev_set_loop_release_cb@Base 1:4.04
+ ev_set_syserr_cb@Base 1:4.04
+ ev_set_timeout_collect_interval@Base 1:4.04
+ ev_set_userdata@Base 1:4.04
+ ev_signal_start@Base 1:4.04
+ ev_signal_stop@Base 1:4.04
+ ev_sleep@Base 1:4.04
+ ev_stat_start@Base 1:4.04
+ ev_stat_stat@Base 1:4.04
+ ev_stat_stop@Base 1:4.04
+ ev_supported_backends@Base 1:4.04
+ ev_suspend@Base 1:4.04
+ ev_time@Base 1:4.04
+ ev_timer_again@Base 1:4.04
+ ev_timer_remaining@Base 1:4.04
+ ev_timer_start@Base 1:4.04
+ ev_timer_stop@Base 1:4.04
+ ev_unref@Base 1:4.04
+ ev_userdata@Base 1:4.04
+ ev_verify@Base 1:4.04
+ ev_version_major@Base 1:4.04
+ ev_version_minor@Base 1:4.04
+ event_active@Base 1:4.04
+ event_add@Base 1:4.04
+ event_base_dispatch@Base 1:4.04
+ event_base_free@Base 1:4.04
+ event_base_get_method@Base 1:4.15
+ event_base_loop@Base 1:4.04
+ event_base_loopexit@Base 1:4.04
+ event_base_new@Base 1:4.15
+ event_base_once@Base 1:4.04
+ event_base_priority_init@Base 1:4.04
+ event_base_set@Base 1:4.04
+ event_del@Base 1:4.04
+ event_dispatch@Base 1:4.04
+ event_get_callback@Base 1:4.15
+ event_get_method@Base 1:4.04
+ event_get_version@Base 1:4.04
+ event_init@Base 1:4.04
+ event_loop@Base 1:4.04
+ event_loopexit@Base 1:4.04
+ event_once@Base 1:4.04
+ event_pending@Base 1:4.04
+ event_priority_init@Base 1:4.04
+ event_priority_set@Base 1:4.04
+ event_set@Base 1:4.04
--- End Message ---
--- Begin Message ---
Source: libev
Source-Version: 1:4.33-2.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libev, 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 libev 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 11:42:51 +0000
Source: libev
Architecture: source
Version: 1:4.33-2.1
Distribution: unstable
Urgency: medium
Maintainer: Boyuan Yang <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062284
Changes:
libev (1:4.33-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062284
Checksums-Sha1:
d1c4d7728886fe1d2c6fe428349c083ba922c7ac 1999 libev_4.33-2.1.dsc
5f03449969b8cf946bfdd5eadac40879bf670000 5360 libev_4.33-2.1.debian.tar.xz
f13024b90b96435bfa877e577d13c1b91167545a 6185 libev_4.33-2.1_source.buildinfo
Checksums-Sha256:
65749703ffc449d859513590622d40080e7fbe6c02495fc3f12522f5d2844d14 1999
libev_4.33-2.1.dsc
88a6f144e7bdd1f728e692f15c63f997837cc05bd0be73bc811f0efddba4a11e 5360
libev_4.33-2.1.debian.tar.xz
116df5c24d6def5e8b6955dda23ea2eeedfcf643c1942ea7e054fe215b569382 6185
libev_4.33-2.1_source.buildinfo
Files:
acc12523d8f5c917742814f10eb13b4a 1999 libs optional libev_4.33-2.1.dsc
db0676d116e6a63b504b3570aaaf3c38 5360 libs optional
libev_4.33-2.1.debian.tar.xz
45160ffeb51f9693f16da5f4d5c6a6a8 6185 libs optional
libev_4.33-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfHEgACgkQFZ61xO/I
d0y9bw//Yi52qnhlX2UWKPkN5oKXyJ5CWdvR6Vpn8JDP0olwNZzc8OhxPPJ1dOb5
tMBHzHKyOFDfMoK0Ge3UUQQaaqJSxRAwdzg0t8C34J8nfVShnoIC6w2ZZTHJUyrr
v5mtjmdJ13Sj8j0qLd6E1RNnF/xFKB9UdXpgica3CHRUKZPsuJ0FMdMfyTiOXXSO
FIM54hGaPUkWwsZ67iFzzactAPxyeR5k0ct9AuVfR5rc3hXA7yXMbvkcoDwf2bkv
jvuc/4kD0hXdgzYtPXMhw2Ylp27rUFOHk5S5g7rftpkXAVa69D1RtmQS+w6QoCoA
sPvj8WcuhcUZxjeHFJaI8PQYMO4t/7tjfrj5sMikFcO3PHDGMUx9xKlIbgElsJBh
Uc3TFI7X8xWJQZGP3guydS9S0QINKgUqDKsIat/HJ8LNrl7WbIDeOZeFt95H8UoY
WrF9oFb5HdLYgRzKhIPtDhiV1IPW+swx1CChOu7JFWpIAmNBVj97QCxle8TdhoeD
+vPsCDPYeh3pWCW0hqUlUQAaobmLzFweLNYeeKLOoTYxKsu7fWSnH7FF29RzWsWM
49Gi03cEUM7MReuu1yZE8SRGBoUNQNYjBGSlk7BrWQpMT6I19oI8MI7oPjerurws
ZejgW349qemceDNCdgRhm5jZnPc/tSypYavJA12dV7GVnnM2/nY=
=GpCc
-----END PGP SIGNATURE-----
pgpVMKaHw7FCu.pgp
Description: PGP signature
--- End Message ---