Your message dated Wed, 28 Feb 2024 17:24:42 +0000 with message-id <E1rfNfe-007ASP-DD@fasolo.debian.org> and subject line Bug#1062087: fixed in cmph 2.0.2-3.1 has caused the Debian Bug report #1062087, regarding cmph: 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 owner@bugs.debian.org immediately.) -- 1062087: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062087 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: cmph: NMU diff for 64-bit time_t transition
- From: Steve Langasek <vorlon@debian.org>
- Date: Wed, 31 Jan 2024 10:22:00 +0000
- Message-id: <170669652086.1252350.12937155032266117303.reportbug@homer.dodds.net>
Source: cmph Version: 2.0.2-3 Severity: serious Tags: patch pending Justification: library ABI skew on upgrade User: debian-arm@lists.debian.org 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 cmph 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 cmph 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-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 cmph-2.0.2/debian/changelog cmph-2.0.2/debian/changelog --- cmph-2.0.2/debian/changelog 2023-12-15 19:05:30.000000000 +0000 +++ cmph-2.0.2/debian/changelog 2024-01-31 10:21:38.000000000 +0000 @@ -1,3 +1,10 @@ +cmph (2.0.2-3.1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Steve Langasek <vorlon@debian.org> Wed, 31 Jan 2024 10:21:38 +0000 + cmph (2.0.2-3) unstable; urgency=medium * QA upload. diff -Nru cmph-2.0.2/debian/control cmph-2.0.2/debian/control --- cmph-2.0.2/debian/control 2023-12-15 19:05:30.000000000 +0000 +++ cmph-2.0.2/debian/control 2024-01-31 10:21:38.000000000 +0000 @@ -8,7 +8,10 @@ Vcs-Git: https://salsa.debian.org/debian/cmph.git Homepage: http://cmph.sourceforge.net -Package: libcmph0 +Package: libcmph0t64 +Provides: ${t64:Provides} +Replaces: libcmph0 +Breaks: libcmph0 (<< ${source:Version}) Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: C Minimal Perfect Hashing Library @@ -20,7 +23,7 @@ Package: libcmph-dev Architecture: any -Depends: libcmph0 (= ${binary:Version}), ${misc:Depends} +Depends: libcmph0t64 (= ${binary:Version}), ${misc:Depends} Section: libdevel Description: C Minimal Perfect Hashing Library development files Minimal perfect hash functions are widely used for memory efficient storage @@ -36,7 +39,7 @@ Conflicts: libcmph-bin Architecture: any Section: utils -Depends: libcmph0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} +Depends: libcmph0t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: C Minimal Perfect Hashing Library command line utilities Minimal perfect hash functions are widely used for memory efficient storage and fast retrieval of items from static sets, such as words in natural diff -Nru cmph-2.0.2/debian/libcmph0.install cmph-2.0.2/debian/libcmph0.install --- cmph-2.0.2/debian/libcmph0.install 2019-01-03 06:12:19.000000000 +0000 +++ cmph-2.0.2/debian/libcmph0.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -debian/tmp/usr/lib/*/libcmph.so.* diff -Nru cmph-2.0.2/debian/libcmph0.symbols cmph-2.0.2/debian/libcmph0.symbols --- cmph-2.0.2/debian/libcmph0.symbols 2019-09-11 19:21:54.000000000 +0000 +++ cmph-2.0.2/debian/libcmph0.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,272 +0,0 @@ -libcmph.so.0 libcmph0 #MINVER# -* Build-Depends-Package: libcmph-dev - __cmph_dump@Base 2.0 - __cmph_load@Base 2.0 - __config_destroy@Base 2.0 - __config_new@Base 2.0 - bdz_config_destroy@Base 2.0 - bdz_config_new@Base 2.0 - bdz_config_set_b@Base 2.0 - bdz_config_set_hashfuncs@Base 2.0 - bdz_destroy@Base 2.0 - bdz_dump@Base 2.0 - bdz_load@Base 2.0 - bdz_lookup_table@Base 2.0 - bdz_new@Base 2.0 - bdz_pack@Base 2.0 - bdz_packed_size@Base 2.0 - bdz_ph_config_destroy@Base 2.0 - bdz_ph_config_new@Base 2.0 - bdz_ph_config_set_hashfuncs@Base 2.0 - bdz_ph_destroy@Base 2.0 - bdz_ph_dump@Base 2.0 - bdz_ph_load@Base 2.0 - bdz_ph_new@Base 2.0 - bdz_ph_pack@Base 2.0 - bdz_ph_packed_size@Base 2.0 - bdz_ph_search@Base 2.0 - bdz_ph_search_packed@Base 2.0 - bdz_search@Base 2.0 - bdz_search_packed@Base 2.0 - bm_end@Base 2.0 - bm_register@Base 2.0 - bm_start@Base 2.0 - bmz8_config_destroy@Base 2.0 - bmz8_config_new@Base 2.0 - bmz8_config_set_hashfuncs@Base 2.0 - bmz8_destroy@Base 2.0 - bmz8_dump@Base 2.0 - bmz8_load@Base 2.0 - bmz8_new@Base 2.0 - bmz8_pack@Base 2.0 - bmz8_packed_size@Base 2.0 - bmz8_search@Base 2.0 - bmz8_search_packed@Base 2.0 - bmz_config_destroy@Base 2.0 - bmz_config_new@Base 2.0 - bmz_config_set_hashfuncs@Base 2.0 - bmz_destroy@Base 2.0 - bmz_dump@Base 2.0 - bmz_load@Base 2.0 - bmz_new@Base 2.0 - bmz_pack@Base 2.0 - bmz_packed_size@Base 2.0 - bmz_search@Base 2.0 - bmz_search_packed@Base 2.0 - brz_config_destroy@Base 2.0 - brz_config_new@Base 2.0 - brz_config_set_algo@Base 2.0 - brz_config_set_b@Base 2.0 - brz_config_set_hashfuncs@Base 2.0 - brz_config_set_memory_availability@Base 2.0 - brz_config_set_mphf_fd@Base 2.0 - brz_config_set_tmp_dir@Base 2.0 - brz_destroy@Base 2.0 - brz_dump@Base 2.0 - brz_load@Base 2.0 - brz_new@Base 2.0 - brz_pack@Base 2.0 - brz_packed_size@Base 2.0 - brz_search@Base 2.0 - brz_search_packed@Base 2.0 - buffer_entry_destroy@Base 2.0 - buffer_entry_get_capacity@Base 2.0 - buffer_entry_new@Base 2.0 - buffer_entry_open@Base 2.0 - buffer_entry_read_key@Base 2.0 - buffer_entry_set_capacity@Base 2.0 - buffer_manager_destroy@Base 2.0 - buffer_manager_new@Base 2.0 - buffer_manager_open@Base 2.0 - buffer_manager_read_key@Base 2.0 - chd_config_destroy@Base 2.0 - chd_config_new@Base 2.0 - chd_config_set_b@Base 2.0 - chd_config_set_hashfuncs@Base 2.0 - chd_config_set_keys_per_bin@Base 2.0 - chd_destroy@Base 2.0 - chd_dump@Base 2.0 - chd_load@Base 2.0 - chd_new@Base 2.0 - chd_pack@Base 2.0 - chd_packed_size@Base 2.0 - chd_ph_config_destroy@Base 2.0 - chd_ph_config_new@Base 2.0 - chd_ph_config_set_b@Base 2.0 - chd_ph_config_set_hashfuncs@Base 2.0 - chd_ph_config_set_keys_per_bin@Base 2.0 - chd_ph_destroy@Base 2.0 - chd_ph_dump@Base 2.0 - chd_ph_load@Base 2.0 - chd_ph_new@Base 2.0 - chd_ph_pack@Base 2.0 - chd_ph_packed_size@Base 2.0 - chd_ph_search@Base 2.0 - chd_ph_search_packed@Base 2.0 - chd_search@Base 2.0 - chd_search_packed@Base 2.0 - check_primality@Base 2.0 - chm_config_destroy@Base 2.0 - chm_config_new@Base 2.0 - chm_config_set_hashfuncs@Base 2.0 - chm_destroy@Base 2.0 - chm_dump@Base 2.0 - chm_load@Base 2.0 - chm_new@Base 2.0 - chm_pack@Base 2.0 - chm_packed_size@Base 2.0 - chm_search@Base 2.0 - chm_search_packed@Base 2.0 - cmph_config_destroy@Base 2.0 - cmph_config_new@Base 2.0 - cmph_config_set_algo@Base 2.0 - cmph_config_set_b@Base 2.0 - cmph_config_set_graphsize@Base 2.0 - cmph_config_set_hashfuncs@Base 2.0 - cmph_config_set_keys_per_bin@Base 2.0 - cmph_config_set_memory_availability@Base 2.0 - cmph_config_set_mphf_fd@Base 2.0 - cmph_config_set_tmp_dir@Base 2.0 - cmph_config_set_verbosity@Base 2.0 - cmph_destroy@Base 2.0 - cmph_dump@Base 2.0 - cmph_hash_names@Base 2.0 - cmph_io_byte_vector_adapter@Base 2.0 - cmph_io_byte_vector_adapter_destroy@Base 2.0 - cmph_io_nlfile_adapter@Base 2.0 - cmph_io_nlfile_adapter_destroy@Base 2.0 - cmph_io_nlnkfile_adapter@Base 2.0 - cmph_io_nlnkfile_adapter_destroy@Base 2.0 - cmph_io_struct_vector_adapter@Base 2.0 - cmph_io_struct_vector_adapter_destroy@Base 2.0 - cmph_io_vector_adapter@Base 2.0 - cmph_io_vector_adapter_destroy@Base 2.0 - cmph_load@Base 2.0 - cmph_names@Base 2.0 - cmph_new@Base 2.0 - cmph_pack@Base 2.0 - cmph_packed_size@Base 2.0 - cmph_search@Base 2.0 - cmph_search_packed@Base 2.0 - cmph_size@Base 2.0 - compressed_rank_destroy@Base 2.0 - compressed_rank_dump@Base 2.0 - compressed_rank_generate@Base 2.0 - compressed_rank_get_space_usage@Base 2.0 - compressed_rank_init@Base 2.0 - compressed_rank_load@Base 2.0 - compressed_rank_pack@Base 2.0 - compressed_rank_packed_size@Base 2.0 - compressed_rank_query@Base 2.0 - compressed_rank_query_packed@Base 2.0 - compressed_seq_destroy@Base 2.0 - compressed_seq_dump@Base 2.0 - compressed_seq_generate@Base 2.0 - compressed_seq_get_space_usage@Base 2.0 - compressed_seq_init@Base 2.0 - compressed_seq_load@Base 2.0 - compressed_seq_pack@Base 2.0 - compressed_seq_packed_size@Base 2.0 - compressed_seq_query@Base 2.0 - compressed_seq_query_packed@Base 2.0 - fch_buckets_destroy@Base 2.0 - fch_buckets_get_indexes_sorted_by_size@Base 2.0 - fch_buckets_get_key@Base 2.0 - fch_buckets_get_keylength@Base 2.0 - fch_buckets_get_max_size@Base 2.0 - fch_buckets_get_nbuckets@Base 2.0 - fch_buckets_get_size@Base 2.0 - fch_buckets_insert@Base 2.0 - fch_buckets_is_empty@Base 2.0 - fch_buckets_new@Base 2.0 - fch_buckets_print@Base 2.0 - fch_calc_b@Base 2.0 - fch_calc_p1@Base 2.0 - fch_calc_p2@Base 2.0 - fch_config_destroy@Base 2.0 - fch_config_new@Base 2.0 - fch_config_set_hashfuncs@Base 2.0 - fch_destroy@Base 2.0 - fch_dump@Base 2.0 - fch_load@Base 2.0 - fch_new@Base 2.0 - fch_pack@Base 2.0 - fch_packed_size@Base 2.0 - fch_search@Base 2.0 - fch_search_packed@Base 2.0 - find_benchmark@Base 2.0 - global_benchmarks_length@Base 2.0 - graph_add_edge@Base 2.0 - graph_clear_edges@Base 2.0 - graph_contains_edge@Base 2.0 - graph_del_edge@Base 2.0 - graph_destroy@Base 2.0 - graph_edge_id@Base 2.0 - graph_is_cyclic@Base 2.0 - graph_ncritical_nodes@Base 2.0 - graph_neighbors_it@Base 2.0 - graph_new@Base 2.0 - graph_next_neighbor@Base 2.0 - graph_node_is_critical@Base 2.0 - graph_obtain_critical_nodes@Base 2.0 - graph_print@Base 2.0 - graph_vertex_id@Base 2.0 - hash@Base 2.0 - hash_get_type@Base 2.0 - hash_packed@Base 2.0 - hash_state_copy@Base 2.0 - hash_state_destroy@Base 2.0 - hash_state_dump@Base 2.0 - hash_state_load@Base 2.0 - hash_state_new@Base 2.0 - hash_state_pack@Base 2.0 - hash_state_packed_size@Base 2.0 - hash_vector@Base 2.0 - hash_vector_packed@Base 2.0 - jenkins_hash@Base 2.0 - jenkins_hash_packed@Base 2.0 - jenkins_hash_vector_@Base 2.0 - jenkins_hash_vector_packed@Base 2.0 - jenkins_state_copy@Base 2.0 - jenkins_state_destroy@Base 2.0 - jenkins_state_dump@Base 2.0 - jenkins_state_load@Base 2.0 - jenkins_state_new@Base 2.0 - jenkins_state_pack@Base 2.0 - jenkins_state_packed_size@Base 2.0 - lsmap_append@Base 2.0 - lsmap_destroy@Base 2.0 - lsmap_foreach_key@Base 2.0 - lsmap_foreach_value@Base 2.0 - lsmap_new@Base 2.0 - lsmap_search@Base 2.0 - lsmap_size@Base 2.0 - mixh10h11h12@Base 2.0 - run_benchmarks@Base 2.0 - select_destroy@Base 2.0 - select_dump@Base 2.0 - select_generate@Base 2.0 - select_get_space_usage@Base 2.0 - select_init@Base 2.0 - select_load@Base 2.0 - select_next_query@Base 2.0 - select_next_query_packed@Base 2.0 - select_pack@Base 2.0 - select_packed_size@Base 2.0 - select_query@Base 2.0 - select_query_packed@Base 2.0 - timeval_subtract@Base 2.0 - vqueue_destroy@Base 2.0 - vqueue_insert@Base 2.0 - vqueue_is_empty@Base 2.0 - vqueue_new@Base 2.0 - vqueue_print@Base 2.0 - vqueue_remove@Base 2.0 - vstack_destroy@Base 2.0 - vstack_empty@Base 2.0 - vstack_new@Base 2.0 - vstack_pop@Base 2.0 - vstack_push@Base 2.0 - vstack_reserve@Base 2.0 - vstack_size@Base 2.0 - vstack_top@Base 2.0 diff -Nru cmph-2.0.2/debian/libcmph0t64.install cmph-2.0.2/debian/libcmph0t64.install --- cmph-2.0.2/debian/libcmph0t64.install 1970-01-01 00:00:00.000000000 +0000 +++ cmph-2.0.2/debian/libcmph0t64.install 2019-01-03 06:12:19.000000000 +0000 @@ -0,0 +1 @@ +debian/tmp/usr/lib/*/libcmph.so.* diff -Nru cmph-2.0.2/debian/libcmph0t64.lintian-overrides cmph-2.0.2/debian/libcmph0t64.lintian-overrides --- cmph-2.0.2/debian/libcmph0t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ cmph-2.0.2/debian/libcmph0t64.lintian-overrides 2024-01-31 10:21:38.000000000 +0000 @@ -0,0 +1 @@ +libcmph0t64: package-name-doesnt-match-sonames libcmph0 diff -Nru cmph-2.0.2/debian/libcmph0t64.symbols cmph-2.0.2/debian/libcmph0t64.symbols --- cmph-2.0.2/debian/libcmph0t64.symbols 1970-01-01 00:00:00.000000000 +0000 +++ cmph-2.0.2/debian/libcmph0t64.symbols 2024-01-31 10:21:38.000000000 +0000 @@ -0,0 +1,272 @@ +libcmph.so.0 libcmph0t64 #MINVER# +* Build-Depends-Package: libcmph-dev + __cmph_dump@Base 2.0 + __cmph_load@Base 2.0 + __config_destroy@Base 2.0 + __config_new@Base 2.0 + bdz_config_destroy@Base 2.0 + bdz_config_new@Base 2.0 + bdz_config_set_b@Base 2.0 + bdz_config_set_hashfuncs@Base 2.0 + bdz_destroy@Base 2.0 + bdz_dump@Base 2.0 + bdz_load@Base 2.0 + bdz_lookup_table@Base 2.0 + bdz_new@Base 2.0 + bdz_pack@Base 2.0 + bdz_packed_size@Base 2.0 + bdz_ph_config_destroy@Base 2.0 + bdz_ph_config_new@Base 2.0 + bdz_ph_config_set_hashfuncs@Base 2.0 + bdz_ph_destroy@Base 2.0 + bdz_ph_dump@Base 2.0 + bdz_ph_load@Base 2.0 + bdz_ph_new@Base 2.0 + bdz_ph_pack@Base 2.0 + bdz_ph_packed_size@Base 2.0 + bdz_ph_search@Base 2.0 + bdz_ph_search_packed@Base 2.0 + bdz_search@Base 2.0 + bdz_search_packed@Base 2.0 + bm_end@Base 2.0 + bm_register@Base 2.0 + bm_start@Base 2.0 + bmz8_config_destroy@Base 2.0 + bmz8_config_new@Base 2.0 + bmz8_config_set_hashfuncs@Base 2.0 + bmz8_destroy@Base 2.0 + bmz8_dump@Base 2.0 + bmz8_load@Base 2.0 + bmz8_new@Base 2.0 + bmz8_pack@Base 2.0 + bmz8_packed_size@Base 2.0 + bmz8_search@Base 2.0 + bmz8_search_packed@Base 2.0 + bmz_config_destroy@Base 2.0 + bmz_config_new@Base 2.0 + bmz_config_set_hashfuncs@Base 2.0 + bmz_destroy@Base 2.0 + bmz_dump@Base 2.0 + bmz_load@Base 2.0 + bmz_new@Base 2.0 + bmz_pack@Base 2.0 + bmz_packed_size@Base 2.0 + bmz_search@Base 2.0 + bmz_search_packed@Base 2.0 + brz_config_destroy@Base 2.0 + brz_config_new@Base 2.0 + brz_config_set_algo@Base 2.0 + brz_config_set_b@Base 2.0 + brz_config_set_hashfuncs@Base 2.0 + brz_config_set_memory_availability@Base 2.0 + brz_config_set_mphf_fd@Base 2.0 + brz_config_set_tmp_dir@Base 2.0 + brz_destroy@Base 2.0 + brz_dump@Base 2.0 + brz_load@Base 2.0 + brz_new@Base 2.0 + brz_pack@Base 2.0 + brz_packed_size@Base 2.0 + brz_search@Base 2.0 + brz_search_packed@Base 2.0 + buffer_entry_destroy@Base 2.0 + buffer_entry_get_capacity@Base 2.0 + buffer_entry_new@Base 2.0 + buffer_entry_open@Base 2.0 + buffer_entry_read_key@Base 2.0 + buffer_entry_set_capacity@Base 2.0 + buffer_manager_destroy@Base 2.0 + buffer_manager_new@Base 2.0 + buffer_manager_open@Base 2.0 + buffer_manager_read_key@Base 2.0 + chd_config_destroy@Base 2.0 + chd_config_new@Base 2.0 + chd_config_set_b@Base 2.0 + chd_config_set_hashfuncs@Base 2.0 + chd_config_set_keys_per_bin@Base 2.0 + chd_destroy@Base 2.0 + chd_dump@Base 2.0 + chd_load@Base 2.0 + chd_new@Base 2.0 + chd_pack@Base 2.0 + chd_packed_size@Base 2.0 + chd_ph_config_destroy@Base 2.0 + chd_ph_config_new@Base 2.0 + chd_ph_config_set_b@Base 2.0 + chd_ph_config_set_hashfuncs@Base 2.0 + chd_ph_config_set_keys_per_bin@Base 2.0 + chd_ph_destroy@Base 2.0 + chd_ph_dump@Base 2.0 + chd_ph_load@Base 2.0 + chd_ph_new@Base 2.0 + chd_ph_pack@Base 2.0 + chd_ph_packed_size@Base 2.0 + chd_ph_search@Base 2.0 + chd_ph_search_packed@Base 2.0 + chd_search@Base 2.0 + chd_search_packed@Base 2.0 + check_primality@Base 2.0 + chm_config_destroy@Base 2.0 + chm_config_new@Base 2.0 + chm_config_set_hashfuncs@Base 2.0 + chm_destroy@Base 2.0 + chm_dump@Base 2.0 + chm_load@Base 2.0 + chm_new@Base 2.0 + chm_pack@Base 2.0 + chm_packed_size@Base 2.0 + chm_search@Base 2.0 + chm_search_packed@Base 2.0 + cmph_config_destroy@Base 2.0 + cmph_config_new@Base 2.0 + cmph_config_set_algo@Base 2.0 + cmph_config_set_b@Base 2.0 + cmph_config_set_graphsize@Base 2.0 + cmph_config_set_hashfuncs@Base 2.0 + cmph_config_set_keys_per_bin@Base 2.0 + cmph_config_set_memory_availability@Base 2.0 + cmph_config_set_mphf_fd@Base 2.0 + cmph_config_set_tmp_dir@Base 2.0 + cmph_config_set_verbosity@Base 2.0 + cmph_destroy@Base 2.0 + cmph_dump@Base 2.0 + cmph_hash_names@Base 2.0 + cmph_io_byte_vector_adapter@Base 2.0 + cmph_io_byte_vector_adapter_destroy@Base 2.0 + cmph_io_nlfile_adapter@Base 2.0 + cmph_io_nlfile_adapter_destroy@Base 2.0 + cmph_io_nlnkfile_adapter@Base 2.0 + cmph_io_nlnkfile_adapter_destroy@Base 2.0 + cmph_io_struct_vector_adapter@Base 2.0 + cmph_io_struct_vector_adapter_destroy@Base 2.0 + cmph_io_vector_adapter@Base 2.0 + cmph_io_vector_adapter_destroy@Base 2.0 + cmph_load@Base 2.0 + cmph_names@Base 2.0 + cmph_new@Base 2.0 + cmph_pack@Base 2.0 + cmph_packed_size@Base 2.0 + cmph_search@Base 2.0 + cmph_search_packed@Base 2.0 + cmph_size@Base 2.0 + compressed_rank_destroy@Base 2.0 + compressed_rank_dump@Base 2.0 + compressed_rank_generate@Base 2.0 + compressed_rank_get_space_usage@Base 2.0 + compressed_rank_init@Base 2.0 + compressed_rank_load@Base 2.0 + compressed_rank_pack@Base 2.0 + compressed_rank_packed_size@Base 2.0 + compressed_rank_query@Base 2.0 + compressed_rank_query_packed@Base 2.0 + compressed_seq_destroy@Base 2.0 + compressed_seq_dump@Base 2.0 + compressed_seq_generate@Base 2.0 + compressed_seq_get_space_usage@Base 2.0 + compressed_seq_init@Base 2.0 + compressed_seq_load@Base 2.0 + compressed_seq_pack@Base 2.0 + compressed_seq_packed_size@Base 2.0 + compressed_seq_query@Base 2.0 + compressed_seq_query_packed@Base 2.0 + fch_buckets_destroy@Base 2.0 + fch_buckets_get_indexes_sorted_by_size@Base 2.0 + fch_buckets_get_key@Base 2.0 + fch_buckets_get_keylength@Base 2.0 + fch_buckets_get_max_size@Base 2.0 + fch_buckets_get_nbuckets@Base 2.0 + fch_buckets_get_size@Base 2.0 + fch_buckets_insert@Base 2.0 + fch_buckets_is_empty@Base 2.0 + fch_buckets_new@Base 2.0 + fch_buckets_print@Base 2.0 + fch_calc_b@Base 2.0 + fch_calc_p1@Base 2.0 + fch_calc_p2@Base 2.0 + fch_config_destroy@Base 2.0 + fch_config_new@Base 2.0 + fch_config_set_hashfuncs@Base 2.0 + fch_destroy@Base 2.0 + fch_dump@Base 2.0 + fch_load@Base 2.0 + fch_new@Base 2.0 + fch_pack@Base 2.0 + fch_packed_size@Base 2.0 + fch_search@Base 2.0 + fch_search_packed@Base 2.0 + find_benchmark@Base 2.0 + global_benchmarks_length@Base 2.0 + graph_add_edge@Base 2.0 + graph_clear_edges@Base 2.0 + graph_contains_edge@Base 2.0 + graph_del_edge@Base 2.0 + graph_destroy@Base 2.0 + graph_edge_id@Base 2.0 + graph_is_cyclic@Base 2.0 + graph_ncritical_nodes@Base 2.0 + graph_neighbors_it@Base 2.0 + graph_new@Base 2.0 + graph_next_neighbor@Base 2.0 + graph_node_is_critical@Base 2.0 + graph_obtain_critical_nodes@Base 2.0 + graph_print@Base 2.0 + graph_vertex_id@Base 2.0 + hash@Base 2.0 + hash_get_type@Base 2.0 + hash_packed@Base 2.0 + hash_state_copy@Base 2.0 + hash_state_destroy@Base 2.0 + hash_state_dump@Base 2.0 + hash_state_load@Base 2.0 + hash_state_new@Base 2.0 + hash_state_pack@Base 2.0 + hash_state_packed_size@Base 2.0 + hash_vector@Base 2.0 + hash_vector_packed@Base 2.0 + jenkins_hash@Base 2.0 + jenkins_hash_packed@Base 2.0 + jenkins_hash_vector_@Base 2.0 + jenkins_hash_vector_packed@Base 2.0 + jenkins_state_copy@Base 2.0 + jenkins_state_destroy@Base 2.0 + jenkins_state_dump@Base 2.0 + jenkins_state_load@Base 2.0 + jenkins_state_new@Base 2.0 + jenkins_state_pack@Base 2.0 + jenkins_state_packed_size@Base 2.0 + lsmap_append@Base 2.0 + lsmap_destroy@Base 2.0 + lsmap_foreach_key@Base 2.0 + lsmap_foreach_value@Base 2.0 + lsmap_new@Base 2.0 + lsmap_search@Base 2.0 + lsmap_size@Base 2.0 + mixh10h11h12@Base 2.0 + run_benchmarks@Base 2.0 + select_destroy@Base 2.0 + select_dump@Base 2.0 + select_generate@Base 2.0 + select_get_space_usage@Base 2.0 + select_init@Base 2.0 + select_load@Base 2.0 + select_next_query@Base 2.0 + select_next_query_packed@Base 2.0 + select_pack@Base 2.0 + select_packed_size@Base 2.0 + select_query@Base 2.0 + select_query_packed@Base 2.0 + timeval_subtract@Base 2.0 + vqueue_destroy@Base 2.0 + vqueue_insert@Base 2.0 + vqueue_is_empty@Base 2.0 + vqueue_new@Base 2.0 + vqueue_print@Base 2.0 + vqueue_remove@Base 2.0 + vstack_destroy@Base 2.0 + vstack_empty@Base 2.0 + vstack_new@Base 2.0 + vstack_pop@Base 2.0 + vstack_push@Base 2.0 + vstack_reserve@Base 2.0 + vstack_size@Base 2.0 + vstack_top@Base 2.0
--- End Message ---
--- Begin Message ---
- To: 1062087-close@bugs.debian.org
- Subject: Bug#1062087: fixed in cmph 2.0.2-3.1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Wed, 28 Feb 2024 17:24:42 +0000
- Message-id: <E1rfNfe-007ASP-DD@fasolo.debian.org>
- Reply-to: Steve Langasek <vorlon@debian.org>
Source: cmph Source-Version: 2.0.2-3.1 Done: Steve Langasek <vorlon@debian.org> We believe that the bug you reported is fixed in the latest version of cmph, 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 1062087@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve Langasek <vorlon@debian.org> (supplier of updated cmph 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 28 Feb 2024 16:25:04 +0000 Source: cmph Architecture: source Version: 2.0.2-3.1 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Steve Langasek <vorlon@debian.org> Closes: 1062087 Changes: cmph (2.0.2-3.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062087 Checksums-Sha1: 8f93c02a4470d9dad31a75a68d73d50a82075e9b 2041 cmph_2.0.2-3.1.dsc fae24bebf4edf0df7864edeaece0275a7d1314d3 15312 cmph_2.0.2-3.1.debian.tar.xz 1dec7c5ab707a46f387dea8e15ce4b65a0df66ad 6805 cmph_2.0.2-3.1_source.buildinfo Checksums-Sha256: bc82deb8360667ef78ab09eb6e49f937e84aac1c5875f68a9afc81e73986b346 2041 cmph_2.0.2-3.1.dsc 40217abed4dbd0222b6f00196d6d5f4d71dadcb2ca90ec1b9ec54cbfa718cde1 15312 cmph_2.0.2-3.1.debian.tar.xz f1de67130eb9ae0b864c291ef41ec9c1669e75a3b8df1c1efd341737d0e20118 6805 cmph_2.0.2-3.1_source.buildinfo Files: d7d2ca9d47d37ff6f04a78068b243696 2041 libs optional cmph_2.0.2-3.1.dsc 0992d90d81a7c3d440ea3f5b04fae255 15312 libs optional cmph_2.0.2-3.1.debian.tar.xz b26f57ff8a99a99ecadce000c9f303b5 6805 libs optional cmph_2.0.2-3.1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfXn0SHHZvcmxvbkBk ZWJpYW4ub3JnAAoJEFaNMPMhshM979sP/2FrtiCQh7+mxEVaFvKwcxqBWFyIEtJT cNOCixakpwR6U1oZzfNavIrX02CbOyI1y+PNH3u/wLeml4aL6+1l48qY+grMhYt6 dE8xDfNRy9LYZxCqHdIsdVbvLv1v7JXnzMf1sLJhS2PxxJQOX1uvkc8fVnqNxBnn JIY+32lP1KsHUQVuQxu1uFocBHhImOyDkSWXlDu1ELKmu9/5A3gnQIJz3D5R7veP +wo62zjkoT+yswtOQ8Ni5JUfmswj0yjzuo6dJ3B+EkL2JSywfjOQmEZYfIVfVwQT eA834twCQXznJNeoxhm6S30vEWXI1Tpg87zKRZJ+pHqZdP2Gijom65ZgOOu0tWaO na36iUp5rB7inwugSKUEAnGR1gtMkyNql04UpvYZBauf08OcYmWpYOERNIbMVIQp IE0bgVjA+NmyMb+RoIP5oYkVmg3sdPDobWyB1+KrKOstKmzoQJOh8iElmIFm4N/2 wTjalQPmjhzF476v+nk3/OhzrhbeTiym5qza5TZqhXW8Y3P6U6YZx0JxPoK2cEIf 3cG99TX/qnKlmJT6EwxkNCns5TESzRwrqN/VeKhNVBfJj41WVu6vIUjKvT9ABYC9 IRnU1NrcFoGQbQNwusrGPpveALAMi7zCNOxiSbkI8paQSKNL3yPXWXYIksfnhuyS 8lNytyyPjXcq =XThN -----END PGP SIGNATURE-----Attachment: pgpqD1BllyNbH.pgp
Description: PGP signature
--- End Message ---