Your message dated Wed, 28 Feb 2024 22:28:05 +0000
with message-id <[email protected]>
and subject line Bug#1062950: fixed in moosefs 3.0.117-1.1
has caused the Debian Bug report #1062950,
regarding moosefs: 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.)
--
1062950: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062950
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: moosefs
Version: 3.0.117-1
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
moosefs 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 moosefs
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 moosefs-3.0.117/debian/changelog moosefs-3.0.117/debian/changelog
--- moosefs-3.0.117/debian/changelog 2023-02-06 07:07:34.000000000 +0000
+++ moosefs-3.0.117/debian/changelog 2024-02-04 06:13:36.000000000 +0000
@@ -1,3 +1,10 @@
+moosefs (3.0.117-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]> Sun, 04 Feb 2024 06:13:36 +0000
+
moosefs (3.0.117-1) unstable; urgency=medium
[ Dmitry Smirnov ]
diff -Nru moosefs-3.0.117/debian/control moosefs-3.0.117/debian/control
--- moosefs-3.0.117/debian/control 2023-02-06 07:03:28.000000000 +0000
+++ moosefs-3.0.117/debian/control 2024-02-04 06:13:36.000000000 +0000
@@ -281,7 +281,7 @@
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: libmfsio1 (= ${binary:Version})
+Depends: libmfsio1t64 (= ${binary:Version})
,${misc:Depends}
Description: MooseFS IO library - development files
This package contains the development files used for building applications
@@ -308,7 +308,10 @@
(a file system level "trash bin").
* Coherent snapshots of files, even during I/O.
-Package: libmfsio1
+Package: libmfsio1t64
+Provides: ${t64:Provides}
+Replaces: libmfsio1
+Breaks: libmfsio1 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
diff -Nru moosefs-3.0.117/debian/libmfsio1.install
moosefs-3.0.117/debian/libmfsio1.install
--- moosefs-3.0.117/debian/libmfsio1.install 2019-02-06 06:59:15.000000000
+0000
+++ moosefs-3.0.117/debian/libmfsio1.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru moosefs-3.0.117/debian/libmfsio1.symbols
moosefs-3.0.117/debian/libmfsio1.symbols
--- moosefs-3.0.117/debian/libmfsio1.symbols 2021-08-26 06:56:02.000000000
+0000
+++ moosefs-3.0.117/debian/libmfsio1.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,306 +0,0 @@
-libmfsio.so.1 libmfsio1 #MINVER#
-* Build-Depends-Package: libmfsio-dev
- chunkrwlock_init@Base 3.0.103
- chunkrwlock_rlock@Base 3.0.103
- chunkrwlock_runlock@Base 3.0.103
- chunkrwlock_term@Base 3.0.103
- chunkrwlock_wlock@Base 3.0.103
- chunkrwlock_wunlock@Base 3.0.103
- chunksdatacache_change@Base 3.0.103
- chunksdatacache_check@Base 3.0.103
- chunksdatacache_cleanup@Base 3.0.103
- chunksdatacache_clear_inode@Base 3.0.103
- chunksdatacache_find@Base 3.0.103
- chunksdatacache_init@Base 3.0.103
- chunksdatacache_insert@Base 3.0.103
- chunksdatacache_invalidate@Base 3.0.103
- chunksdatacache_term@Base 3.0.103
- conncache_get@Base 3.0.103
- conncache_init@Base 3.0.103
- conncache_insert@Base 3.0.103
- conncache_keepalive_thread@Base 3.0.103
- conncache_term@Base 3.0.103
- crc_generate_main_tables@Base 3.0.103
- csdb_getopcnt@Base 3.0.103
- csdb_getreadcnt@Base 3.0.103
- csdb_getwritecnt@Base 3.0.103
- csdb_init@Base 3.0.103
- csdb_readdec@Base 3.0.103
- csdb_readinc@Base 3.0.103
- csdb_term@Base 3.0.103
- csdb_writedec@Base 3.0.103
- csdb_writeinc@Base 3.0.103
- csorder_calc@Base 3.0.103
- csorder_cmp@Base 3.0.103
- csorder_init@Base 3.0.103
- csorder_sort@Base 3.0.103
- delay_heap_sort_down@Base 3.0.103
- delay_heap_sort_up@Base 3.0.103
- delay_init@Base 3.0.103
- delay_run@Base 3.0.103
- delay_scheduler@Base 3.0.103
- delay_term@Base 3.0.103
- do_truncate@Base 3.0.113
- ep_chunk_has_changed@Base 3.0.103
- ep_fleng_has_changed@Base 3.0.103
- ep_init@Base 3.0.103
- ep_term@Base 3.0.103
- ep_thread@Base 3.0.103
- errtab@Base 3.0.103
- fs_access@Base 3.0.103
- fs_add_entry@Base 3.0.103
- fs_amtime_reference_clock@Base 3.0.103
- fs_atime@Base 3.0.103
- fs_close_session@Base 3.0.103
- fs_connect@Base 3.0.103
- fs_create@Base 3.0.103
- fs_createpacket@Base 3.0.103
- fs_custom@Base 3.0.103
- fs_dec_acnt@Base 3.0.103
- fs_fix_amtime@Base 3.0.103
- fs_flock@Base 3.0.103
- fs_forget_entry@Base 3.0.103
- fs_free_threc@Base 3.0.103
- fs_get_cfg@Base 3.0.103
- fs_get_my_threc@Base 3.0.103
- fs_get_threc_by_id@Base 3.0.103
- fs_getattr@Base 3.0.103
- fs_getdetachedattr@Base 3.0.103
- fs_getfacl@Base 3.0.103
- fs_getmasterlocation@Base 3.0.103
- fs_getsrcip@Base 3.0.103
- fs_getsustained@Base 3.0.103
- fs_gettrash@Base 3.0.103
- fs_gettrashpath@Base 3.0.103
- fs_getxattr@Base 3.0.103
- fs_inc_acnt@Base 3.0.103
- fs_init_master_connection@Base 3.0.103
- fs_init_threads@Base 3.0.103
- fs_input_buffer_init@Base 3.0.103
- fs_isopen@Base 3.0.112
- fs_link@Base 3.0.103
- fs_listxattr@Base 3.0.103
- fs_lookup@Base 3.0.103
- fs_mkdir@Base 3.0.103
- fs_mknod@Base 3.0.103
- fs_mtime@Base 3.0.103
- fs_no_atime@Base 3.0.103
- fs_no_mtime@Base 3.0.103
- fs_nop_thread@Base 3.0.103
- fs_opencheck@Base 3.0.103
- fs_output_buffer_init@Base 3.0.103
- fs_posixlock@Base 3.0.103
- fs_purge@Base 3.0.103
- fs_readchunk@Base 3.0.103
- fs_readdir@Base 3.0.103
- fs_readlink@Base 3.0.103
- fs_receive_thread@Base 3.0.103
- fs_reconnect@Base 3.0.103
- fs_removexattr@Base 3.0.103
- fs_rename@Base 3.0.103
- fs_resolve@Base 3.0.103
- fs_rmdir@Base 3.0.103
- fs_send_amtime_inodes@Base 3.0.103
- fs_send_open_inodes@Base 3.0.103
- fs_sendandreceive@Base 3.0.103
- fs_sendandreceive_any@Base 3.0.103
- fs_setattr@Base 3.0.103
- fs_setfacl@Base 3.0.103
- fs_settrashpath@Base 3.0.103
- fs_setxattr@Base 3.0.103
- fs_simple_lookup@Base 3.0.103
- fs_statfs@Base 3.0.103
- fs_symlink@Base 3.0.103
- fs_term@Base 3.0.103
- fs_truncate@Base 3.0.103
- fs_undel@Base 3.0.103
- fs_unlink@Base 3.0.103
- fs_writechunk@Base 3.0.103
- fs_writeend@Base 3.0.103
- heap_cleanup@Base 3.0.103
- heap_elements@Base 3.0.103
- heap_pop@Base 3.0.103
- heap_push@Base 3.0.103
- heap_term@Base 3.0.103
- id@Base 3.0.114
- inoleng_acquire@Base 3.0.107
- inoleng_getfleng@Base 3.0.107
- inoleng_init@Base 3.0.107
- inoleng_io_wait@Base 3.0.116
- inoleng_read_end@Base 3.0.116
- inoleng_read_start@Base 3.0.116
- inoleng_release@Base 3.0.107
- inoleng_setfleng@Base 3.0.107
- inoleng_term@Base 3.0.107
- inoleng_update_fleng@Base 3.0.107
- inoleng_write_end@Base 3.0.116
- inoleng_write_start@Base 3.0.116
- lwt_minthread_create@Base 3.0.103
- lwt_thread_create@Base 3.0.103
- make_label_expr@Base 3.0.103
- master_attrsize@Base 3.0.103
- master_stats_add@Base 3.0.103
- master_stats_inc@Base 3.0.103
- master_stats_set@Base 3.0.103
- master_statsptr_init@Base 3.0.103
- master_version@Base 3.0.103
- md5_final@Base 3.0.103
- md5_init@Base 3.0.103
- md5_update@Base 3.0.103
- mfs_chmod@Base 3.0.103
- mfs_chown@Base 3.0.103
- mfs_close@Base 3.0.103
- mfs_fchmod@Base 3.0.103
- mfs_fchown@Base 3.0.103
- mfs_fcntl_locks@Base 3.0.103
- mfs_flock@Base 3.0.103
- mfs_fstat@Base 3.0.103
- mfs_fsync@Base 3.0.103
- mfs_ftruncate@Base 3.0.103
- mfs_futimens@Base 3.0.103
- mfs_futimes@Base 3.0.103
- mfs_init@Base 3.0.103
- mfs_lockf@Base 3.0.103
- mfs_lseek@Base 3.0.103
- mfs_mkdir@Base 3.0.103
- mfs_mknod@Base 3.0.103
- mfs_open@Base 3.0.103
- mfs_pread@Base 3.0.103
- mfs_pwrite@Base 3.0.103
- mfs_read@Base 3.0.103
- mfs_rename@Base 3.0.103
- mfs_rmdir@Base 3.0.103
- mfs_stat@Base 3.0.103
- mfs_term@Base 3.0.103
- mfs_truncate@Base 3.0.103
- mfs_unlink@Base 3.0.103
- mfs_utimes@Base 3.0.103
- mfs_write@Base 3.0.103
- monotonic_method@Base 3.0.103
- monotonic_nseconds@Base 3.0.103
- monotonic_seconds@Base 3.0.103
- monotonic_speed@Base 3.0.103
- monotonic_useconds@Base 3.0.103
- mycrc32@Base 3.0.103
- mycrc32_combine@Base 3.0.103
- mycrc32_init@Base 3.0.103
- parse_label_expr@Base 3.0.103
- queue_close@Base 3.0.103
- queue_delete@Base 3.0.103
- queue_elements@Base 3.0.103
- queue_get@Base 3.0.103
- queue_isempty@Base 3.0.103
- queue_isfull@Base 3.0.103
- queue_new@Base 3.0.103
- queue_put@Base 3.0.103
- queue_sizeleft@Base 3.0.103
- queue_tryget@Base 3.0.103
- queue_tryput@Base 3.0.103
- read_data@Base 3.0.103
- read_data_end@Base 3.0.103
- read_data_free_buff@Base 3.0.103
- read_data_init@Base 3.0.103
- read_data_modename@Base 3.0.103
- read_data_new@Base 3.0.103
- read_data_offset_cmp@Base 3.0.103
- read_data_ranges_free@Base 3.0.103
- read_data_set_length_active@Base 3.0.103
- read_data_term@Base 3.0.103
- read_delayed_enqueue@Base 3.0.103
- read_delayrun_enqueue@Base 3.0.103
- read_enqueue@Base 3.0.103
- read_inode_clear_cache@Base 3.0.103
- read_inode_set_length_active@Base 3.0.103
- read_inode_set_length_passive@Base 3.0.103
- read_job_end@Base 3.0.103
- read_worker@Base 3.0.103
- stats_counter_add@Base 3.0.103
- stats_counter_dec@Base 3.0.103
- stats_counter_inc@Base 3.0.103
- stats_counter_set@Base 3.0.103
- stats_counter_sub@Base 3.0.103
- stats_free@Base 3.0.103
- stats_get_subnode@Base 3.0.103
- stats_reset_all@Base 3.0.103
- stats_show_all@Base 3.0.103
- stats_term@Base 3.0.103
- strerr@Base 3.0.103
- strerr_init@Base 3.0.103
- strerr_term@Base 3.0.103
- tcpaccept@Base 3.0.103
- tcpaccfdata@Base 3.0.103
- tcpaccfhttp@Base 3.0.103
- tcpclose@Base 3.0.103
- tcpgetmyaddr@Base 3.0.103
- tcpgetpeer@Base 3.0.103
- tcpgetstatus@Base 3.0.103
- tcpnodelay@Base 3.0.103
- tcpnonblock@Base 3.0.103
- tcpnumbind@Base 3.0.103
- tcpnumconnect@Base 3.0.103
- tcpnumlisten@Base 3.0.103
- tcpnumtoconnect@Base 3.0.103
- tcpresolve@Base 3.0.103
- tcpreuseaddr@Base 3.0.103
- tcpsetacceptfilter@Base 3.0.103
- tcpsocket@Base 3.0.103
- tcpstrbind@Base 3.0.103
- tcpstrconnect@Base 3.0.103
- tcpstrlisten@Base 3.0.103
- tcpstrtoconnect@Base 3.0.103
- tcptoaccept@Base 3.0.103
- tcptoforward@Base 3.0.103
- tcptoread@Base 3.0.103
- tcptowrite@Base 3.0.103
- udpclose@Base 3.0.103
- udpgetstatus@Base 3.0.103
- udpnonblock@Base 3.0.103
- udpnumlisten@Base 3.0.103
- udpread@Base 3.0.103
- udpresolve@Base 3.0.103
- udpsocket@Base 3.0.103
- udpstrlisten@Base 3.0.103
- udpwrite@Base 3.0.103
- univnonblock@Base 3.0.107
- univtoforward@Base 3.0.107
- univtoread@Base 3.0.107
- univtowrite@Base 3.0.107
- unixaccept@Base 3.0.103
- unixconnect@Base 3.0.103
- unixgetstatus@Base 3.0.103
- unixlisten@Base 3.0.103
- unixnonblock@Base 3.0.103
- unixsocket@Base 3.0.103
- unixtoaccept@Base 3.0.103
- unixtoconnect@Base 3.0.103
- unixtoforward@Base 3.0.103
- unixtoread@Base 3.0.103
- unixtowrite@Base 3.0.103
- write_block@Base 3.0.103
- write_cache_almost_full@Base 3.0.103
- write_cb_acquire@Base 3.0.103
- write_cb_expand@Base 3.0.103
- write_cb_release@Base 3.0.103
- write_data@Base 3.0.103
- write_data_chunk_wait@Base 3.0.103
- write_data_end@Base 3.0.103
- write_data_flush@Base 3.0.103
- write_data_flush_inode@Base 3.0.103
- write_data_getmaxfleng@Base 3.0.103
- write_data_init@Base 3.0.103
- write_data_inode_getmaxfleng@Base 3.0.103
- write_data_inode_setmaxfleng@Base 3.0.103
- write_data_new@Base 3.0.103
- write_data_term@Base 3.0.103
- write_data_will_end_wait@Base 3.0.103
- write_delayed_enqueue@Base 3.0.103
- write_delayrun_enqueue@Base 3.0.103
- write_enqueue@Base 3.0.103
- write_find_inodedata@Base 3.0.103
- write_free_chunkdata@Base 3.0.103
- write_free_inodedata@Base 3.0.103
- write_get_inodedata@Base 3.0.103
- write_job_end@Base 3.0.103
- write_new_chunkdata@Base 3.0.103
- write_test_chunkdata@Base 3.0.103
- write_worker@Base 3.0.103
diff -Nru moosefs-3.0.117/debian/libmfsio1t64.install
moosefs-3.0.117/debian/libmfsio1t64.install
--- moosefs-3.0.117/debian/libmfsio1t64.install 1970-01-01 00:00:00.000000000
+0000
+++ moosefs-3.0.117/debian/libmfsio1t64.install 2019-02-06 06:59:15.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru moosefs-3.0.117/debian/libmfsio1t64.lintian-overrides
moosefs-3.0.117/debian/libmfsio1t64.lintian-overrides
--- moosefs-3.0.117/debian/libmfsio1t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ moosefs-3.0.117/debian/libmfsio1t64.lintian-overrides 2024-02-04
06:13:36.000000000 +0000
@@ -0,0 +1 @@
+libmfsio1t64: package-name-doesnt-match-sonames libmfsio1
diff -Nru moosefs-3.0.117/debian/libmfsio1t64.symbols
moosefs-3.0.117/debian/libmfsio1t64.symbols
--- moosefs-3.0.117/debian/libmfsio1t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ moosefs-3.0.117/debian/libmfsio1t64.symbols 2024-02-04 06:13:36.000000000
+0000
@@ -0,0 +1,306 @@
+libmfsio.so.1 libmfsio1t64 #MINVER#
+* Build-Depends-Package: libmfsio-dev
+ chunkrwlock_init@Base 3.0.103
+ chunkrwlock_rlock@Base 3.0.103
+ chunkrwlock_runlock@Base 3.0.103
+ chunkrwlock_term@Base 3.0.103
+ chunkrwlock_wlock@Base 3.0.103
+ chunkrwlock_wunlock@Base 3.0.103
+ chunksdatacache_change@Base 3.0.103
+ chunksdatacache_check@Base 3.0.103
+ chunksdatacache_cleanup@Base 3.0.103
+ chunksdatacache_clear_inode@Base 3.0.103
+ chunksdatacache_find@Base 3.0.103
+ chunksdatacache_init@Base 3.0.103
+ chunksdatacache_insert@Base 3.0.103
+ chunksdatacache_invalidate@Base 3.0.103
+ chunksdatacache_term@Base 3.0.103
+ conncache_get@Base 3.0.103
+ conncache_init@Base 3.0.103
+ conncache_insert@Base 3.0.103
+ conncache_keepalive_thread@Base 3.0.103
+ conncache_term@Base 3.0.103
+ crc_generate_main_tables@Base 3.0.103
+ csdb_getopcnt@Base 3.0.103
+ csdb_getreadcnt@Base 3.0.103
+ csdb_getwritecnt@Base 3.0.103
+ csdb_init@Base 3.0.103
+ csdb_readdec@Base 3.0.103
+ csdb_readinc@Base 3.0.103
+ csdb_term@Base 3.0.103
+ csdb_writedec@Base 3.0.103
+ csdb_writeinc@Base 3.0.103
+ csorder_calc@Base 3.0.103
+ csorder_cmp@Base 3.0.103
+ csorder_init@Base 3.0.103
+ csorder_sort@Base 3.0.103
+ delay_heap_sort_down@Base 3.0.103
+ delay_heap_sort_up@Base 3.0.103
+ delay_init@Base 3.0.103
+ delay_run@Base 3.0.103
+ delay_scheduler@Base 3.0.103
+ delay_term@Base 3.0.103
+ do_truncate@Base 3.0.113
+ ep_chunk_has_changed@Base 3.0.103
+ ep_fleng_has_changed@Base 3.0.103
+ ep_init@Base 3.0.103
+ ep_term@Base 3.0.103
+ ep_thread@Base 3.0.103
+ errtab@Base 3.0.103
+ fs_access@Base 3.0.103
+ fs_add_entry@Base 3.0.103
+ fs_amtime_reference_clock@Base 3.0.103
+ fs_atime@Base 3.0.103
+ fs_close_session@Base 3.0.103
+ fs_connect@Base 3.0.103
+ fs_create@Base 3.0.103
+ fs_createpacket@Base 3.0.103
+ fs_custom@Base 3.0.103
+ fs_dec_acnt@Base 3.0.103
+ fs_fix_amtime@Base 3.0.103
+ fs_flock@Base 3.0.103
+ fs_forget_entry@Base 3.0.103
+ fs_free_threc@Base 3.0.103
+ fs_get_cfg@Base 3.0.103
+ fs_get_my_threc@Base 3.0.103
+ fs_get_threc_by_id@Base 3.0.103
+ fs_getattr@Base 3.0.103
+ fs_getdetachedattr@Base 3.0.103
+ fs_getfacl@Base 3.0.103
+ fs_getmasterlocation@Base 3.0.103
+ fs_getsrcip@Base 3.0.103
+ fs_getsustained@Base 3.0.103
+ fs_gettrash@Base 3.0.103
+ fs_gettrashpath@Base 3.0.103
+ fs_getxattr@Base 3.0.103
+ fs_inc_acnt@Base 3.0.103
+ fs_init_master_connection@Base 3.0.103
+ fs_init_threads@Base 3.0.103
+ fs_input_buffer_init@Base 3.0.103
+ fs_isopen@Base 3.0.112
+ fs_link@Base 3.0.103
+ fs_listxattr@Base 3.0.103
+ fs_lookup@Base 3.0.103
+ fs_mkdir@Base 3.0.103
+ fs_mknod@Base 3.0.103
+ fs_mtime@Base 3.0.103
+ fs_no_atime@Base 3.0.103
+ fs_no_mtime@Base 3.0.103
+ fs_nop_thread@Base 3.0.103
+ fs_opencheck@Base 3.0.103
+ fs_output_buffer_init@Base 3.0.103
+ fs_posixlock@Base 3.0.103
+ fs_purge@Base 3.0.103
+ fs_readchunk@Base 3.0.103
+ fs_readdir@Base 3.0.103
+ fs_readlink@Base 3.0.103
+ fs_receive_thread@Base 3.0.103
+ fs_reconnect@Base 3.0.103
+ fs_removexattr@Base 3.0.103
+ fs_rename@Base 3.0.103
+ fs_resolve@Base 3.0.103
+ fs_rmdir@Base 3.0.103
+ fs_send_amtime_inodes@Base 3.0.103
+ fs_send_open_inodes@Base 3.0.103
+ fs_sendandreceive@Base 3.0.103
+ fs_sendandreceive_any@Base 3.0.103
+ fs_setattr@Base 3.0.103
+ fs_setfacl@Base 3.0.103
+ fs_settrashpath@Base 3.0.103
+ fs_setxattr@Base 3.0.103
+ fs_simple_lookup@Base 3.0.103
+ fs_statfs@Base 3.0.103
+ fs_symlink@Base 3.0.103
+ fs_term@Base 3.0.103
+ fs_truncate@Base 3.0.103
+ fs_undel@Base 3.0.103
+ fs_unlink@Base 3.0.103
+ fs_writechunk@Base 3.0.103
+ fs_writeend@Base 3.0.103
+ heap_cleanup@Base 3.0.103
+ heap_elements@Base 3.0.103
+ heap_pop@Base 3.0.103
+ heap_push@Base 3.0.103
+ heap_term@Base 3.0.103
+ id@Base 3.0.114
+ inoleng_acquire@Base 3.0.107
+ inoleng_getfleng@Base 3.0.107
+ inoleng_init@Base 3.0.107
+ inoleng_io_wait@Base 3.0.116
+ inoleng_read_end@Base 3.0.116
+ inoleng_read_start@Base 3.0.116
+ inoleng_release@Base 3.0.107
+ inoleng_setfleng@Base 3.0.107
+ inoleng_term@Base 3.0.107
+ inoleng_update_fleng@Base 3.0.107
+ inoleng_write_end@Base 3.0.116
+ inoleng_write_start@Base 3.0.116
+ lwt_minthread_create@Base 3.0.103
+ lwt_thread_create@Base 3.0.103
+ make_label_expr@Base 3.0.103
+ master_attrsize@Base 3.0.103
+ master_stats_add@Base 3.0.103
+ master_stats_inc@Base 3.0.103
+ master_stats_set@Base 3.0.103
+ master_statsptr_init@Base 3.0.103
+ master_version@Base 3.0.103
+ md5_final@Base 3.0.103
+ md5_init@Base 3.0.103
+ md5_update@Base 3.0.103
+ mfs_chmod@Base 3.0.103
+ mfs_chown@Base 3.0.103
+ mfs_close@Base 3.0.103
+ mfs_fchmod@Base 3.0.103
+ mfs_fchown@Base 3.0.103
+ mfs_fcntl_locks@Base 3.0.103
+ mfs_flock@Base 3.0.103
+ mfs_fstat@Base 3.0.103
+ mfs_fsync@Base 3.0.103
+ mfs_ftruncate@Base 3.0.103
+ mfs_futimens@Base 3.0.103
+ mfs_futimes@Base 3.0.103
+ mfs_init@Base 3.0.103
+ mfs_lockf@Base 3.0.103
+ mfs_lseek@Base 3.0.103
+ mfs_mkdir@Base 3.0.103
+ mfs_mknod@Base 3.0.103
+ mfs_open@Base 3.0.103
+ mfs_pread@Base 3.0.103
+ mfs_pwrite@Base 3.0.103
+ mfs_read@Base 3.0.103
+ mfs_rename@Base 3.0.103
+ mfs_rmdir@Base 3.0.103
+ mfs_stat@Base 3.0.103
+ mfs_term@Base 3.0.103
+ mfs_truncate@Base 3.0.103
+ mfs_unlink@Base 3.0.103
+ mfs_utimes@Base 3.0.103
+ mfs_write@Base 3.0.103
+ monotonic_method@Base 3.0.103
+ monotonic_nseconds@Base 3.0.103
+ monotonic_seconds@Base 3.0.103
+ monotonic_speed@Base 3.0.103
+ monotonic_useconds@Base 3.0.103
+ mycrc32@Base 3.0.103
+ mycrc32_combine@Base 3.0.103
+ mycrc32_init@Base 3.0.103
+ parse_label_expr@Base 3.0.103
+ queue_close@Base 3.0.103
+ queue_delete@Base 3.0.103
+ queue_elements@Base 3.0.103
+ queue_get@Base 3.0.103
+ queue_isempty@Base 3.0.103
+ queue_isfull@Base 3.0.103
+ queue_new@Base 3.0.103
+ queue_put@Base 3.0.103
+ queue_sizeleft@Base 3.0.103
+ queue_tryget@Base 3.0.103
+ queue_tryput@Base 3.0.103
+ read_data@Base 3.0.103
+ read_data_end@Base 3.0.103
+ read_data_free_buff@Base 3.0.103
+ read_data_init@Base 3.0.103
+ read_data_modename@Base 3.0.103
+ read_data_new@Base 3.0.103
+ read_data_offset_cmp@Base 3.0.103
+ read_data_ranges_free@Base 3.0.103
+ read_data_set_length_active@Base 3.0.103
+ read_data_term@Base 3.0.103
+ read_delayed_enqueue@Base 3.0.103
+ read_delayrun_enqueue@Base 3.0.103
+ read_enqueue@Base 3.0.103
+ read_inode_clear_cache@Base 3.0.103
+ read_inode_set_length_active@Base 3.0.103
+ read_inode_set_length_passive@Base 3.0.103
+ read_job_end@Base 3.0.103
+ read_worker@Base 3.0.103
+ stats_counter_add@Base 3.0.103
+ stats_counter_dec@Base 3.0.103
+ stats_counter_inc@Base 3.0.103
+ stats_counter_set@Base 3.0.103
+ stats_counter_sub@Base 3.0.103
+ stats_free@Base 3.0.103
+ stats_get_subnode@Base 3.0.103
+ stats_reset_all@Base 3.0.103
+ stats_show_all@Base 3.0.103
+ stats_term@Base 3.0.103
+ strerr@Base 3.0.103
+ strerr_init@Base 3.0.103
+ strerr_term@Base 3.0.103
+ tcpaccept@Base 3.0.103
+ tcpaccfdata@Base 3.0.103
+ tcpaccfhttp@Base 3.0.103
+ tcpclose@Base 3.0.103
+ tcpgetmyaddr@Base 3.0.103
+ tcpgetpeer@Base 3.0.103
+ tcpgetstatus@Base 3.0.103
+ tcpnodelay@Base 3.0.103
+ tcpnonblock@Base 3.0.103
+ tcpnumbind@Base 3.0.103
+ tcpnumconnect@Base 3.0.103
+ tcpnumlisten@Base 3.0.103
+ tcpnumtoconnect@Base 3.0.103
+ tcpresolve@Base 3.0.103
+ tcpreuseaddr@Base 3.0.103
+ tcpsetacceptfilter@Base 3.0.103
+ tcpsocket@Base 3.0.103
+ tcpstrbind@Base 3.0.103
+ tcpstrconnect@Base 3.0.103
+ tcpstrlisten@Base 3.0.103
+ tcpstrtoconnect@Base 3.0.103
+ tcptoaccept@Base 3.0.103
+ tcptoforward@Base 3.0.103
+ tcptoread@Base 3.0.103
+ tcptowrite@Base 3.0.103
+ udpclose@Base 3.0.103
+ udpgetstatus@Base 3.0.103
+ udpnonblock@Base 3.0.103
+ udpnumlisten@Base 3.0.103
+ udpread@Base 3.0.103
+ udpresolve@Base 3.0.103
+ udpsocket@Base 3.0.103
+ udpstrlisten@Base 3.0.103
+ udpwrite@Base 3.0.103
+ univnonblock@Base 3.0.107
+ univtoforward@Base 3.0.107
+ univtoread@Base 3.0.107
+ univtowrite@Base 3.0.107
+ unixaccept@Base 3.0.103
+ unixconnect@Base 3.0.103
+ unixgetstatus@Base 3.0.103
+ unixlisten@Base 3.0.103
+ unixnonblock@Base 3.0.103
+ unixsocket@Base 3.0.103
+ unixtoaccept@Base 3.0.103
+ unixtoconnect@Base 3.0.103
+ unixtoforward@Base 3.0.103
+ unixtoread@Base 3.0.103
+ unixtowrite@Base 3.0.103
+ write_block@Base 3.0.103
+ write_cache_almost_full@Base 3.0.103
+ write_cb_acquire@Base 3.0.103
+ write_cb_expand@Base 3.0.103
+ write_cb_release@Base 3.0.103
+ write_data@Base 3.0.103
+ write_data_chunk_wait@Base 3.0.103
+ write_data_end@Base 3.0.103
+ write_data_flush@Base 3.0.103
+ write_data_flush_inode@Base 3.0.103
+ write_data_getmaxfleng@Base 3.0.103
+ write_data_init@Base 3.0.103
+ write_data_inode_getmaxfleng@Base 3.0.103
+ write_data_inode_setmaxfleng@Base 3.0.103
+ write_data_new@Base 3.0.103
+ write_data_term@Base 3.0.103
+ write_data_will_end_wait@Base 3.0.103
+ write_delayed_enqueue@Base 3.0.103
+ write_delayrun_enqueue@Base 3.0.103
+ write_enqueue@Base 3.0.103
+ write_find_inodedata@Base 3.0.103
+ write_free_chunkdata@Base 3.0.103
+ write_free_inodedata@Base 3.0.103
+ write_get_inodedata@Base 3.0.103
+ write_job_end@Base 3.0.103
+ write_new_chunkdata@Base 3.0.103
+ write_test_chunkdata@Base 3.0.103
+ write_worker@Base 3.0.103
--- End Message ---
--- Begin Message ---
Source: moosefs
Source-Version: 3.0.117-1.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
moosefs, 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 moosefs 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:22:52 +0000
Source: moosefs
Architecture: source
Version: 3.0.117-1.1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062950
Changes:
moosefs (3.0.117-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062950
Checksums-Sha1:
ac8494256f409fcad789c4f63abfadfd0e3ee4ba 2541 moosefs_3.0.117-1.1.dsc
349bd91439f98b7c5d83e80f5b23b540ccc1ebf2 11136
moosefs_3.0.117-1.1.debian.tar.xz
335820a341217373d08c98025dbbef3080e444c3 7305
moosefs_3.0.117-1.1_source.buildinfo
Checksums-Sha256:
cb3205a07aa0ce7d36712def0fe7ad59b34b3021223e066844f6d9cb5952a1fd 2541
moosefs_3.0.117-1.1.dsc
c35e0a78ccec27a17f5b28af20a8e538e50f5aa1e5dc4c5a78784b5088b229bf 11136
moosefs_3.0.117-1.1.debian.tar.xz
29420929961cc492b2cdd813b18c1a7317d3970707e1e0f37ef9b37b3499dc66 7305
moosefs_3.0.117-1.1_source.buildinfo
Files:
59a94d8a5ce2ec3bf00abd337c3b9d38 2541 admin optional moosefs_3.0.117-1.1.dsc
66979f676e3f0dae734230e13cec5ca3 11136 admin optional
moosefs_3.0.117-1.1.debian.tar.xz
fb1563c9c31860d021a25393ab4555b9 7305 admin optional
moosefs_3.0.117-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXflkMACgkQFZ61xO/I
d0xguw//XgX+naxU+uKLo1L06oP4wipQSPIbbqJ6Ar3nSSOD57V+H3nYMWBcQOz7
r/asWoTYQDHBrmZI0p+1YkJl3bUrNhks+lag2r1Hd17YMSUYMkLyysrsGa8feFwe
huP3IulKFvHwcccuudGCXfHkt2S/VEaMmy9C+rv7qlHLBsr83/D7Eu/5XowSWt1C
ipyfV2YQKFlix7hajrnW/sjudFHysg1+QfEINgFxYqMeJEndgF5AWpeB5Wm7mvT8
TAoIqUxM+dnaA8dDwtGW7dcIVTmN8os7yzEa2OIblqYinBiij8BZlVidbhxAWM5J
ZOUbsJQ9rjodvVvLfEZJ9GO+1niiMzknJWoAdqmGOIefQi/vLyI8EiqgnthrCV5v
V8dz6d79/LvpNifR3hhAPUBfbH8F1bmseS/rlHsHkM3h8YIbi9kkWfP66zL163wl
YhwCHf045rO4LQap2yLEjHKgn2VO3E7R1EMRIfj+II3FKAtDO8S3LJfSfrBb82lY
hAo/sm7fZfDfkt/dgF4uf67wnSSCXrsjyykP5Oho3DCwtJzB9EENSyX3plvbEHh9
9RYn0NiLH0j8Or3a6vEJyTR3AIkfJXlYrXPF2N+nWnwK6ee7WKR/KmMa0GtbI2mb
lLBB65SSehl+O6kpIFvwPnpgs/zP7SNzZrOw/xDBPnKrJvuvHPM=
=A3UZ
-----END PGP SIGNATURE-----
pgppEM7L_YAh0.pgp
Description: PGP signature
--- End Message ---