Your message dated Wed, 28 Feb 2024 22:26:41 +0000
with message-id <[email protected]>
and subject line Bug#1062942: fixed in mmlib 1.4.2-2.1
has caused the Debian Bug report #1062942,
regarding mmlib: 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.)
--
1062942: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062942
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mmlib
Version: 1.4.2-2
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
mmlib 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 mmlib
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'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru mmlib-1.4.2/debian/changelog mmlib-1.4.2/debian/changelog
--- mmlib-1.4.2/debian/changelog 2023-10-24 07:31:18.000000000 +0000
+++ mmlib-1.4.2/debian/changelog 2024-02-04 05:33:16.000000000 +0000
@@ -1,3 +1,10 @@
+mmlib (1.4.2-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]> Sun, 04 Feb 2024 05:33:16 +0000
+
mmlib (1.4.2-2) unstable; urgency=medium
* Source-only upload
diff -Nru mmlib-1.4.2/debian/control mmlib-1.4.2/debian/control
--- mmlib-1.4.2/debian/control 2023-10-24 07:31:18.000000000 +0000
+++ mmlib-1.4.2/debian/control 2024-02-04 05:33:16.000000000 +0000
@@ -16,7 +16,10 @@
Homepage: https://github.com/mmlabs-mindmaze/mmlib
Rules-Requires-Root: no
-Package: libmmlib1
+Package: libmmlib1t64
+Provides: ${t64:Provides}
+Replaces: libmmlib1
+Breaks: libmmlib1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
@@ -34,7 +37,7 @@
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libmmlib1 (= ${binary:Version}),
+Depends: libmmlib1t64 (= ${binary:Version}),
${misc:Depends}
Recommends: mmlib-doc
Breaks: libmmlib0 (<< 0.0.1)
diff -Nru mmlib-1.4.2/debian/libmmlib1.install
mmlib-1.4.2/debian/libmmlib1.install
--- mmlib-1.4.2/debian/libmmlib1.install 2023-10-24 07:31:18.000000000
+0000
+++ mmlib-1.4.2/debian/libmmlib1.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-/usr/lib/*/libmmlib.so.*
diff -Nru mmlib-1.4.2/debian/libmmlib1.symbols
mmlib-1.4.2/debian/libmmlib1.symbols
--- mmlib-1.4.2/debian/libmmlib1.symbols 2023-10-24 07:31:18.000000000
+0000
+++ mmlib-1.4.2/debian/libmmlib1.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,136 +0,0 @@
-libmmlib.so.1 libmmlib1 #MINVER#
-* Build-Depends-Package: libmmlib-dev
- MMLIB_1.0@MMLIB_1.0 1.2.0
- _mm_freea_on_heap@MMLIB_1.0 1.2.0
- _mm_malloca_on_heap@MMLIB_1.0 1.2.0
- mm_accept@MMLIB_1.0 1.2.0
- mm_aligned_alloc@MMLIB_1.0 1.2.0
- mm_aligned_free@MMLIB_1.0 1.2.0
- mm_anon_shm@MMLIB_1.0 1.2.0
- mm_arg_complete_path@MMLIB_1.0 1.2.0
- mm_arg_is_completing@MMLIB_1.0 1.2.0
- mm_arg_optv_parse@MMLIB_1.0 1.2.0
- mm_arg_parse@MMLIB_1.0 1.2.0
- mm_arg_parse_complete@MMLIB_1.0 1.2.0
- mm_basename@MMLIB_1.0 1.2.0
- mm_bind@MMLIB_1.0 1.2.0
- mm_chdir@MMLIB_1.0 1.2.0
- mm_check_access@MMLIB_1.0 1.2.0
- mm_close@MMLIB_1.0 1.2.0
- mm_closedir@MMLIB_1.0 1.2.0
- mm_connect@MMLIB_1.0 1.2.0
- mm_copy@MMLIB_1.0 1.3.0
- mm_create_sockclient@MMLIB_1.0 1.2.0
- mm_dirname@MMLIB_1.0 1.2.0
- mm_dl_fileext@MMLIB_1.0 1.2.0
- mm_dlclose@MMLIB_1.0 1.2.0
- mm_dlopen@MMLIB_1.0 1.2.0
- mm_dlsym@MMLIB_1.0 1.2.0
- mm_dup2@MMLIB_1.0 1.2.0
- mm_dup@MMLIB_1.0 1.2.0
- mm_error_set_flags@MMLIB_1.0 1.2.0
- mm_execv@MMLIB_1.0 1.2.0
- mm_freeaddrinfo@MMLIB_1.0 1.2.0
- mm_fstat@MMLIB_1.0 1.2.0
- mm_fsync@MMLIB_1.0 1.2.0
- mm_ftruncate@MMLIB_1.0 1.2.0
- mm_futimens@MMLIB_1.0 1.4.2
- mm_get_basedir@MMLIB_1.0 1.2.0
- mm_get_environ@MMLIB_1.0 1.2.0
- mm_get_lasterror_desc@MMLIB_1.0 1.2.0
- mm_get_lasterror_extid@MMLIB_1.0 1.2.0
- mm_get_lasterror_location@MMLIB_1.0 1.2.0
- mm_get_lasterror_module@MMLIB_1.0 1.2.0
- mm_get_lasterror_number@MMLIB_1.0 1.2.0
- mm_getaddrinfo@MMLIB_1.0 1.2.0
- mm_getcwd@MMLIB_1.0 1.2.0
- mm_getenv@MMLIB_1.0 1.2.0
- mm_getnameinfo@MMLIB_1.0 1.2.0
- mm_getpeername@MMLIB_1.0 1.2.0
- mm_getres@MMLIB_1.0 1.2.0
- mm_getsockname@MMLIB_1.0 1.2.0
- mm_getsockopt@MMLIB_1.0 1.2.0
- mm_gettime@MMLIB_1.0 1.2.0
- mm_ipc_connect@MMLIB_1.0 1.2.0
- mm_ipc_connected_pair@MMLIB_1.0 1.2.0
- mm_ipc_recvmsg@MMLIB_1.0 1.2.0
- mm_ipc_sendmsg@MMLIB_1.0 1.2.0
- mm_ipc_srv_accept@MMLIB_1.0 1.2.0
- mm_ipc_srv_create@MMLIB_1.0 1.2.0
- mm_ipc_srv_destroy@MMLIB_1.0 1.2.0
- mm_isatty@MMLIB_1.0 1.2.0
- mm_link@MMLIB_1.0 1.2.0
- mm_listen@MMLIB_1.0 1.2.0
- mm_log@MMLIB_1.0 1.2.0
- mm_log_set_maxlvl@MMLIB_1.0 1.2.0
- mm_mapfile@MMLIB_1.0 1.2.0
- mm_mkdir@MMLIB_1.0 1.2.0
- mm_nanosleep@MMLIB_1.0 1.2.0
- mm_open@MMLIB_1.0 1.2.0
- mm_opendir@MMLIB_1.0 1.2.0
- mm_path_from_basedir@MMLIB_1.0 1.2.0
- mm_pipe@MMLIB_1.0 1.2.0
- mm_poll@MMLIB_1.0 1.2.0
- mm_print_lasterror@MMLIB_1.0 1.2.0
- mm_profile_get_data@MMLIB_1.0 1.2.0
- mm_profile_print@MMLIB_1.0 1.2.0
- mm_profile_reset@MMLIB_1.0 1.2.0
- mm_raise_error_full@MMLIB_1.0 1.2.0
- mm_raise_error_vfull@MMLIB_1.0 1.2.0
- mm_raise_from_errno_full@MMLIB_1.0 1.2.0
- mm_read@MMLIB_1.0 1.2.0
- mm_readdir@MMLIB_1.0 1.2.0
- mm_readlink@MMLIB_1.0 1.2.0
- mm_recv@MMLIB_1.0 1.2.0
- mm_recv_multimsg@MMLIB_1.0 1.2.0
- mm_recvmsg@MMLIB_1.0 1.2.0
- mm_relative_sleep_ms@MMLIB_1.0 1.2.0
- mm_relative_sleep_ns@MMLIB_1.0 1.2.0
- mm_relative_sleep_us@MMLIB_1.0 1.2.0
- mm_remove@MMLIB_1.0 1.2.0
- mm_rename@MMLIB_1.0 1.2.0
- mm_rewinddir@MMLIB_1.0 1.2.0
- mm_rmdir@MMLIB_1.0 1.2.0
- mm_save_errorstate@MMLIB_1.0 1.2.0
- mm_seek@MMLIB_1.0 1.2.0
- mm_send@MMLIB_1.0 1.2.0
- mm_send_multimsg@MMLIB_1.0 1.2.0
- mm_sendmsg@MMLIB_1.0 1.2.0
- mm_set_errorstate@MMLIB_1.0 1.2.0
- mm_setenv@MMLIB_1.0 1.2.0
- mm_setsockopt@MMLIB_1.0 1.2.0
- mm_shm_open@MMLIB_1.0 1.2.0
- mm_shm_unlink@MMLIB_1.0 1.2.0
- mm_shutdown@MMLIB_1.0 1.2.0
- mm_socket@MMLIB_1.0 1.2.0
- mm_spawn@MMLIB_1.0 1.2.0
- mm_stat@MMLIB_1.0 1.2.0
- mm_strerror@MMLIB_1.0 1.2.0
- mm_strerror_r@MMLIB_1.0 1.2.0
- mm_symlink@MMLIB_1.0 1.2.0
- mm_thr_cond_broadcast@MMLIB_1.0 1.2.0
- mm_thr_cond_deinit@MMLIB_1.0 1.2.0
- mm_thr_cond_init@MMLIB_1.0 1.2.0
- mm_thr_cond_signal@MMLIB_1.0 1.2.0
- mm_thr_cond_timedwait@MMLIB_1.0 1.2.0
- mm_thr_cond_wait@MMLIB_1.0 1.2.0
- mm_thr_create@MMLIB_1.0 1.2.0
- mm_thr_detach@MMLIB_1.0 1.2.0
- mm_thr_join@MMLIB_1.0 1.2.0
- mm_thr_mutex_consistent@MMLIB_1.0 1.2.0
- mm_thr_mutex_deinit@MMLIB_1.0 1.2.0
- mm_thr_mutex_init@MMLIB_1.0 1.2.0
- mm_thr_mutex_lock@MMLIB_1.0 1.2.0
- mm_thr_mutex_trylock@MMLIB_1.0 1.2.0
- mm_thr_mutex_unlock@MMLIB_1.0 1.2.0
- mm_thr_once@MMLIB_1.0 1.2.0
- mm_thr_self@MMLIB_1.0 1.2.0
- mm_tic@MMLIB_1.0 1.2.0
- mm_toc@MMLIB_1.0 1.2.0
- mm_toc_label@MMLIB_1.0 1.2.0
- mm_unlink@MMLIB_1.0 1.2.0
- mm_unmap@MMLIB_1.0 1.2.0
- mm_unsetenv@MMLIB_1.0 1.2.0
- mm_utimens@MMLIB_1.0 1.4.2
- mm_wait_process@MMLIB_1.0 1.2.0
- mm_write@MMLIB_1.0 1.2.0
diff -Nru mmlib-1.4.2/debian/libmmlib1t64.install
mmlib-1.4.2/debian/libmmlib1t64.install
--- mmlib-1.4.2/debian/libmmlib1t64.install 1970-01-01 00:00:00.000000000
+0000
+++ mmlib-1.4.2/debian/libmmlib1t64.install 2023-10-24 07:31:18.000000000
+0000
@@ -0,0 +1 @@
+/usr/lib/*/libmmlib.so.*
diff -Nru mmlib-1.4.2/debian/libmmlib1t64.lintian-overrides
mmlib-1.4.2/debian/libmmlib1t64.lintian-overrides
--- mmlib-1.4.2/debian/libmmlib1t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ mmlib-1.4.2/debian/libmmlib1t64.lintian-overrides 2024-02-04
05:33:16.000000000 +0000
@@ -0,0 +1 @@
+libmmlib1t64: package-name-doesnt-match-sonames libmmlib1
diff -Nru mmlib-1.4.2/debian/libmmlib1t64.symbols
mmlib-1.4.2/debian/libmmlib1t64.symbols
--- mmlib-1.4.2/debian/libmmlib1t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ mmlib-1.4.2/debian/libmmlib1t64.symbols 2024-02-04 05:33:16.000000000
+0000
@@ -0,0 +1,136 @@
+libmmlib.so.1 libmmlib1t64 #MINVER#
+* Build-Depends-Package: libmmlib-dev
+ MMLIB_1.0@MMLIB_1.0 1.2.0
+ _mm_freea_on_heap@MMLIB_1.0 1.2.0
+ _mm_malloca_on_heap@MMLIB_1.0 1.2.0
+ mm_accept@MMLIB_1.0 1.2.0
+ mm_aligned_alloc@MMLIB_1.0 1.2.0
+ mm_aligned_free@MMLIB_1.0 1.2.0
+ mm_anon_shm@MMLIB_1.0 1.2.0
+ mm_arg_complete_path@MMLIB_1.0 1.2.0
+ mm_arg_is_completing@MMLIB_1.0 1.2.0
+ mm_arg_optv_parse@MMLIB_1.0 1.2.0
+ mm_arg_parse@MMLIB_1.0 1.2.0
+ mm_arg_parse_complete@MMLIB_1.0 1.2.0
+ mm_basename@MMLIB_1.0 1.2.0
+ mm_bind@MMLIB_1.0 1.2.0
+ mm_chdir@MMLIB_1.0 1.2.0
+ mm_check_access@MMLIB_1.0 1.2.0
+ mm_close@MMLIB_1.0 1.2.0
+ mm_closedir@MMLIB_1.0 1.2.0
+ mm_connect@MMLIB_1.0 1.2.0
+ mm_copy@MMLIB_1.0 1.3.0
+ mm_create_sockclient@MMLIB_1.0 1.2.0
+ mm_dirname@MMLIB_1.0 1.2.0
+ mm_dl_fileext@MMLIB_1.0 1.2.0
+ mm_dlclose@MMLIB_1.0 1.2.0
+ mm_dlopen@MMLIB_1.0 1.2.0
+ mm_dlsym@MMLIB_1.0 1.2.0
+ mm_dup2@MMLIB_1.0 1.2.0
+ mm_dup@MMLIB_1.0 1.2.0
+ mm_error_set_flags@MMLIB_1.0 1.2.0
+ mm_execv@MMLIB_1.0 1.2.0
+ mm_freeaddrinfo@MMLIB_1.0 1.2.0
+ mm_fstat@MMLIB_1.0 1.2.0
+ mm_fsync@MMLIB_1.0 1.2.0
+ mm_ftruncate@MMLIB_1.0 1.2.0
+ mm_futimens@MMLIB_1.0 1.4.2
+ mm_get_basedir@MMLIB_1.0 1.2.0
+ mm_get_environ@MMLIB_1.0 1.2.0
+ mm_get_lasterror_desc@MMLIB_1.0 1.2.0
+ mm_get_lasterror_extid@MMLIB_1.0 1.2.0
+ mm_get_lasterror_location@MMLIB_1.0 1.2.0
+ mm_get_lasterror_module@MMLIB_1.0 1.2.0
+ mm_get_lasterror_number@MMLIB_1.0 1.2.0
+ mm_getaddrinfo@MMLIB_1.0 1.2.0
+ mm_getcwd@MMLIB_1.0 1.2.0
+ mm_getenv@MMLIB_1.0 1.2.0
+ mm_getnameinfo@MMLIB_1.0 1.2.0
+ mm_getpeername@MMLIB_1.0 1.2.0
+ mm_getres@MMLIB_1.0 1.2.0
+ mm_getsockname@MMLIB_1.0 1.2.0
+ mm_getsockopt@MMLIB_1.0 1.2.0
+ mm_gettime@MMLIB_1.0 1.2.0
+ mm_ipc_connect@MMLIB_1.0 1.2.0
+ mm_ipc_connected_pair@MMLIB_1.0 1.2.0
+ mm_ipc_recvmsg@MMLIB_1.0 1.2.0
+ mm_ipc_sendmsg@MMLIB_1.0 1.2.0
+ mm_ipc_srv_accept@MMLIB_1.0 1.2.0
+ mm_ipc_srv_create@MMLIB_1.0 1.2.0
+ mm_ipc_srv_destroy@MMLIB_1.0 1.2.0
+ mm_isatty@MMLIB_1.0 1.2.0
+ mm_link@MMLIB_1.0 1.2.0
+ mm_listen@MMLIB_1.0 1.2.0
+ mm_log@MMLIB_1.0 1.2.0
+ mm_log_set_maxlvl@MMLIB_1.0 1.2.0
+ mm_mapfile@MMLIB_1.0 1.2.0
+ mm_mkdir@MMLIB_1.0 1.2.0
+ mm_nanosleep@MMLIB_1.0 1.2.0
+ mm_open@MMLIB_1.0 1.2.0
+ mm_opendir@MMLIB_1.0 1.2.0
+ mm_path_from_basedir@MMLIB_1.0 1.2.0
+ mm_pipe@MMLIB_1.0 1.2.0
+ mm_poll@MMLIB_1.0 1.2.0
+ mm_print_lasterror@MMLIB_1.0 1.2.0
+ mm_profile_get_data@MMLIB_1.0 1.2.0
+ mm_profile_print@MMLIB_1.0 1.2.0
+ mm_profile_reset@MMLIB_1.0 1.2.0
+ mm_raise_error_full@MMLIB_1.0 1.2.0
+ mm_raise_error_vfull@MMLIB_1.0 1.2.0
+ mm_raise_from_errno_full@MMLIB_1.0 1.2.0
+ mm_read@MMLIB_1.0 1.2.0
+ mm_readdir@MMLIB_1.0 1.2.0
+ mm_readlink@MMLIB_1.0 1.2.0
+ mm_recv@MMLIB_1.0 1.2.0
+ mm_recv_multimsg@MMLIB_1.0 1.2.0
+ mm_recvmsg@MMLIB_1.0 1.2.0
+ mm_relative_sleep_ms@MMLIB_1.0 1.2.0
+ mm_relative_sleep_ns@MMLIB_1.0 1.2.0
+ mm_relative_sleep_us@MMLIB_1.0 1.2.0
+ mm_remove@MMLIB_1.0 1.2.0
+ mm_rename@MMLIB_1.0 1.2.0
+ mm_rewinddir@MMLIB_1.0 1.2.0
+ mm_rmdir@MMLIB_1.0 1.2.0
+ mm_save_errorstate@MMLIB_1.0 1.2.0
+ mm_seek@MMLIB_1.0 1.2.0
+ mm_send@MMLIB_1.0 1.2.0
+ mm_send_multimsg@MMLIB_1.0 1.2.0
+ mm_sendmsg@MMLIB_1.0 1.2.0
+ mm_set_errorstate@MMLIB_1.0 1.2.0
+ mm_setenv@MMLIB_1.0 1.2.0
+ mm_setsockopt@MMLIB_1.0 1.2.0
+ mm_shm_open@MMLIB_1.0 1.2.0
+ mm_shm_unlink@MMLIB_1.0 1.2.0
+ mm_shutdown@MMLIB_1.0 1.2.0
+ mm_socket@MMLIB_1.0 1.2.0
+ mm_spawn@MMLIB_1.0 1.2.0
+ mm_stat@MMLIB_1.0 1.2.0
+ mm_strerror@MMLIB_1.0 1.2.0
+ mm_strerror_r@MMLIB_1.0 1.2.0
+ mm_symlink@MMLIB_1.0 1.2.0
+ mm_thr_cond_broadcast@MMLIB_1.0 1.2.0
+ mm_thr_cond_deinit@MMLIB_1.0 1.2.0
+ mm_thr_cond_init@MMLIB_1.0 1.2.0
+ mm_thr_cond_signal@MMLIB_1.0 1.2.0
+ mm_thr_cond_timedwait@MMLIB_1.0 1.2.0
+ mm_thr_cond_wait@MMLIB_1.0 1.2.0
+ mm_thr_create@MMLIB_1.0 1.2.0
+ mm_thr_detach@MMLIB_1.0 1.2.0
+ mm_thr_join@MMLIB_1.0 1.2.0
+ mm_thr_mutex_consistent@MMLIB_1.0 1.2.0
+ mm_thr_mutex_deinit@MMLIB_1.0 1.2.0
+ mm_thr_mutex_init@MMLIB_1.0 1.2.0
+ mm_thr_mutex_lock@MMLIB_1.0 1.2.0
+ mm_thr_mutex_trylock@MMLIB_1.0 1.2.0
+ mm_thr_mutex_unlock@MMLIB_1.0 1.2.0
+ mm_thr_once@MMLIB_1.0 1.2.0
+ mm_thr_self@MMLIB_1.0 1.2.0
+ mm_tic@MMLIB_1.0 1.2.0
+ mm_toc@MMLIB_1.0 1.2.0
+ mm_toc_label@MMLIB_1.0 1.2.0
+ mm_unlink@MMLIB_1.0 1.2.0
+ mm_unmap@MMLIB_1.0 1.2.0
+ mm_unsetenv@MMLIB_1.0 1.2.0
+ mm_utimens@MMLIB_1.0 1.4.2
+ mm_wait_process@MMLIB_1.0 1.2.0
+ mm_write@MMLIB_1.0 1.2.0
--- End Message ---
--- Begin Message ---
Source: mmlib
Source-Version: 1.4.2-2.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mmlib, 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 mmlib 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 20:11:50 +0000
Source: mmlib
Architecture: source
Version: 1.4.2-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062942
Changes:
mmlib (1.4.2-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062942
Checksums-Sha1:
dc8d07b1016e9351369ae7b296100748153e1338 2221 mmlib_1.4.2-2.1.dsc
208cace0ccdac2f37f929059c9746f8273951bfd 4724 mmlib_1.4.2-2.1.debian.tar.xz
e1547ae0f651751b6bcf9568cf2170fc4416a21d 8022 mmlib_1.4.2-2.1_source.buildinfo
Checksums-Sha256:
a6c5c7b01ebb9f0bd4477edd9e1e8b3d9d0276446269bee2a264529b3383ecb7 2221
mmlib_1.4.2-2.1.dsc
1caefb19ffa6d0d424149dc4c7485beb9a0617573deaae06df2317ecd3e62358 4724
mmlib_1.4.2-2.1.debian.tar.xz
6ce493afeca03344ff9329e06e581a17a699546767b8cd9a30a461ec58325df4 8022
mmlib_1.4.2-2.1_source.buildinfo
Files:
d9e590344bfafbf2618796c12ce54cf1 2221 libs optional mmlib_1.4.2-2.1.dsc
38acbf7428c322f508288c344c13dfa6 4724 libs optional
mmlib_1.4.2-2.1.debian.tar.xz
b5b525d3559a3da667799ac28674f75a 8022 libs optional
mmlib_1.4.2-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfk5EACgkQFZ61xO/I
d0z97g/+MMxDEUsbjTQHCrRXzG5IaRxSViyCR4L24uFVbQ/icLo2Mgh5a1YEy2Sl
Gy6yc6mtSRTJuaYfNgRZjoaMJ5eZP0KXm6VQnoVYBfmQk/2kWvNqo1gi+enzsF0n
Puv9//q4e4qpcMn+FM37DPwptDoV5bh/BCpXP7x4NmRYSCa4D2ff/vgYxMF4sBf8
YeVEPEjipEKbgptd/dIbf9wHYaeJI5mtBxGBlAi6k/GcsI929l4TNnYeNj07yTWE
ew9TRwJL2CLkLj8NtZ+KIAdqMv8RAwmWfWGE0s0P+gqrl2oiIzawOLD3OtxAV26t
8PQrd7PHwxugY7aQRbMDYM20cabdvhOp79Zup4YDUKWe7Xsjubi1KQPybi1NHJ7F
+trqHNAKRI1hVBqKQOq+0pWOsJC7Cl52nBIiv+M0F8uGKkIcd6ZB+0Pkfgvsdw35
EgOjiHuv8LVXKjJribIb43ZksFIyE/KlauMmithmj6cIWc+D1am+9BaE+2TgBjbJ
eUvoiwfoaJT3ChNk7PF1DCrkISu7obcL2UmGQprGX8ZHhDk9jz7d6gKORY84Cs27
2M/iF10DDn4DtEPIih4LXWYKDnIzktXrvfTWZDgcOYw1qU3Iog+6XwqlFdhs9aNe
w+msGg1m3d256MkArVtj0Hw3BDyjnMwIijafzT5bOloxEV9k2wE=
=dsqh
-----END PGP SIGNATURE-----
pgpXbMQLf2XWm.pgp
Description: PGP signature
--- End Message ---