Source: libsigscan
Version: 20201117-1
Severity: serious
Tags: patch pending
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
libsigscan 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 libsigscan
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 libsigscan-20201117/debian/changelog 
libsigscan-20201117/debian/changelog
--- libsigscan-20201117/debian/changelog        2020-12-05 13:55:28.000000000 
+0000
+++ libsigscan-20201117/debian/changelog        2024-02-02 07:36:47.000000000 
+0000
@@ -1,3 +1,10 @@
+libsigscan (20201117-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Fri, 02 Feb 2024 07:36:47 +0000
+
 libsigscan (20201117-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru libsigscan-20201117/debian/control libsigscan-20201117/debian/control
--- libsigscan-20201117/debian/control  2020-12-05 13:51:32.000000000 +0000
+++ libsigscan-20201117/debian/control  2024-02-02 07:36:47.000000000 +0000
@@ -18,14 +18,17 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libsigscan1 (= ${binary:Version})
+ libsigscan1t64 (= ${binary:Version})
 Description: binary signature scanning library -- development files
  libsigscan is a library for binary signature scanning, using simple
  offset/string-based signatures.
  .
  This package includes the development support files.
 
-Package: libsigscan1
+Package: libsigscan1t64
+Provides: ${t64:Provides}
+Replaces: libsigscan1
+Breaks: libsigscan1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends},
@@ -41,7 +44,7 @@
 Architecture: any
 Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libsigscan1,
+ libsigscan1t64,
 Description: binary signature scanning library -- Utilities
  libsigscan is a library for binary signature scanning, using simple
  offset/string-based signatures.
@@ -52,7 +55,7 @@
 Package: python3-libsigscan
 Section: python
 Architecture: any
-Depends: libsigscan1 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, ${python3:Depends}
+Depends: libsigscan1t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, ${python3:Depends}
 Multi-Arch: same
 Description: binary signature scanning library -- Python 3 bindings
  libsigscan is a library for binary signature scanning, using simple
diff -Nru libsigscan-20201117/debian/libsigscan1.install 
libsigscan-20201117/debian/libsigscan1.install
--- libsigscan-20201117/debian/libsigscan1.install      2020-12-05 
13:51:31.000000000 +0000
+++ libsigscan-20201117/debian/libsigscan1.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*-*/lib*.so.*
diff -Nru libsigscan-20201117/debian/libsigscan1.symbols 
libsigscan-20201117/debian/libsigscan1.symbols
--- libsigscan-20201117/debian/libsigscan1.symbols      2020-12-05 
13:51:31.000000000 +0000
+++ libsigscan-20201117/debian/libsigscan1.symbols      1970-01-01 
00:00:00.000000000 +0000
@@ -1,142 +0,0 @@
-libsigscan.so.1 libsigscan1 #MINVER#
- (optional|regex)^libcdata_.* 0
- (optional|regex)^libcerror_.* 0
- (optional|regex)^libcfile_.* 0
- (optional|regex)^libclocale_.* 0
- (optional|regex)^libcnotify_.* 0
- (optional|regex)^libcpath_.* 0
- (optional|regex)^libcsplit_.* 0
- (optional|regex)^libcthreads_.* 0
- (optional|regex)^libuna_.* 0
- libsigscan_byte_value_group_compare@Base 20150714
- libsigscan_byte_value_group_free@Base 20150714
- libsigscan_byte_value_group_get_number_of_signature_groups@Base 20150714
- libsigscan_byte_value_group_get_pattern_offset@Base 20150714
- libsigscan_byte_value_group_get_signature_group@Base 20150714
- libsigscan_byte_value_group_get_signature_group_by_index@Base 20150714
- libsigscan_byte_value_group_initialize@Base 20150714
- libsigscan_byte_value_group_insert_signature@Base 20150714
- libsigscan_common_byte_values@Base 20150714
- libsigscan_error_backtrace_fprint@Base 20150714
- libsigscan_error_backtrace_sprint@Base 20150714
- libsigscan_error_fprint@Base 20150714
- libsigscan_error_free@Base 20150714
- libsigscan_error_sprint@Base 20150714
- libsigscan_get_access_flags_read@Base 20150714
- libsigscan_get_codepage@Base 20150714
- libsigscan_get_version@Base 20150714
- libsigscan_internal_scan_result_free@Base 20150714
- libsigscan_internal_scan_state_scan_buffer@Base 20150714
- libsigscan_internal_scan_state_scan_buffer_by_scan_tree@Base 20150714
- libsigscan_notify_set_stream@Base 20150714
- libsigscan_notify_set_verbose@Base 20150714
- libsigscan_notify_stream_close@Base 20150714
- libsigscan_notify_stream_open@Base 20150714
- libsigscan_offset_clone@Base 20150714
- libsigscan_offset_free@Base 20150714
- libsigscan_offset_group_append_offset@Base 20150714
- libsigscan_offset_group_compare@Base 20150714
- libsigscan_offset_group_free@Base 20150714
- libsigscan_offset_group_get_number_of_offsets@Base 20150714
- libsigscan_offset_group_get_offset_by_index@Base 20150714
- libsigscan_offset_group_get_weight@Base 20150714
- libsigscan_offset_group_initialize@Base 20150714
- libsigscan_offset_list_compare@Base 20150714
- libsigscan_offsets_list_has_offset@Base 20150714
- libsigscan_offsets_list_insert_offset@Base 20150714
- libsigscan_pattern_weights_add_weight@Base 20150714
- libsigscan_pattern_weights_free@Base 20150714
- libsigscan_pattern_weights_get_largest_weight@Base 20150714
- libsigscan_pattern_weights_get_offset_group@Base 20150714
- libsigscan_pattern_weights_get_weight_group@Base 20150714
- libsigscan_pattern_weights_initialize@Base 20150714
- libsigscan_pattern_weights_insert_add_weight@Base 20150714
- libsigscan_pattern_weights_insert_offset@Base 20150714
- libsigscan_pattern_weights_insert_set_weight@Base 20150714
- libsigscan_pattern_weights_set_weight@Base 20150714
- libsigscan_scan_object_free@Base 20150714
- libsigscan_scan_object_get_type@Base 20150714
- libsigscan_scan_object_get_value@Base 20150714
- libsigscan_scan_object_initialize@Base 20150714
- libsigscan_scan_result_free@Base 20150714
- libsigscan_scan_result_get_identifier@Base 20150714
- libsigscan_scan_result_get_identifier_size@Base 20150714
- libsigscan_scan_result_initialize@Base 20150714
- libsigscan_scan_state_flush@Base 20150714
- libsigscan_scan_state_free@Base 20150714
- libsigscan_scan_state_get_buffer_size@Base 20150714
- libsigscan_scan_state_get_footer_range@Base 20150714
- libsigscan_scan_state_get_header_range@Base 20150714
- libsigscan_scan_state_get_number_of_results@Base 20150714
- libsigscan_scan_state_get_result@Base 20150714
- libsigscan_scan_state_initialize@Base 20150714
- libsigscan_scan_state_scan_buffer@Base 20150714
- libsigscan_scan_state_set_data_offset@Base 20150714
- libsigscan_scan_state_set_data_size@Base 20150714
- libsigscan_scan_state_start@Base 20150714
- libsigscan_scan_state_stop@Base 20150714
- libsigscan_scan_tree_build@Base 20150714
- libsigscan_scan_tree_build_node@Base 20150714
- libsigscan_scan_tree_fill_pattern_weights@Base 20160312
- libsigscan_scan_tree_fill_range_list@Base 20150714
- libsigscan_scan_tree_free@Base 20150714
- libsigscan_scan_tree_get_most_significant_pattern_offset@Base 20150714
- libsigscan_scan_tree_get_pattern_offset_by_byte_value_weights@Base 20150714
- libsigscan_scan_tree_get_pattern_offset_by_occurrence_weights@Base 20150714
- libsigscan_scan_tree_get_pattern_offset_by_similarity_weights@Base 20150714
- libsigscan_scan_tree_get_spanning_range@Base 20150714
- libsigscan_scan_tree_initialize@Base 20150714
- libsigscan_scan_tree_node_free@Base 20150714
- libsigscan_scan_tree_node_get_scan_object@Base 20150714
- libsigscan_scan_tree_node_initialize@Base 20150714
- libsigscan_scan_tree_node_scan_buffer@Base 20150714
- libsigscan_scan_tree_node_set_byte_value@Base 20150714
- libsigscan_scan_tree_node_set_default_value@Base 20150714
- libsigscan_scanner_add_signature@Base 20150714
- libsigscan_scanner_free@Base 20150714
- libsigscan_scanner_initialize@Base 20150714
- libsigscan_scanner_scan_buffer@Base 20150714
- libsigscan_scanner_scan_file@Base 20150714
- libsigscan_scanner_scan_file_io_handle@Base 20150714
- libsigscan_scanner_scan_start@Base 20150714
- libsigscan_scanner_scan_stop@Base 20150714
- libsigscan_scanner_set_scan_buffer_size@Base 20150714
- libsigscan_scanner_signal_abort@Base 20150714
- libsigscan_set_codepage@Base 20150714
- libsigscan_signature_clone@Base 20150714
- libsigscan_signature_free@Base 20150714
- libsigscan_signature_free_clone@Base 20150714
- libsigscan_signature_get_identifier@Base 20150714
- libsigscan_signature_get_identifier_size@Base 20150714
- libsigscan_signature_group_append_signature@Base 20150714
- libsigscan_signature_group_compare@Base 20150714
- libsigscan_signature_group_free@Base 20150714
- libsigscan_signature_group_get_byte_value@Base 20150714
- libsigscan_signature_group_get_number_of_signatures@Base 20150714
- libsigscan_signature_group_get_signature_by_index@Base 20150714
- libsigscan_signature_group_initialize@Base 20150714
- libsigscan_signature_initialize@Base 20150714
- libsigscan_signature_set@Base 20150714
- libsigscan_signature_table_fill@Base 20150714
- libsigscan_signature_table_free@Base 20150714
- libsigscan_signature_table_free_signatures_list_clone@Base 20190103
- libsigscan_signature_table_get_byte_value_group_by_index@Base 20150714
- libsigscan_signature_table_get_byte_value_group_by_offset@Base 20150714
- libsigscan_signature_table_get_number_of_byte_value_groups@Base 20150714
- libsigscan_signature_table_get_number_of_signatures@Base 20150714
- libsigscan_signature_table_get_signatures_list_clone@Base 20150714
- libsigscan_signature_table_initialize@Base 20150714
- libsigscan_signature_table_insert_signature@Base 20150714
- libsigscan_signatures_list_remove_signature@Base 20150714
- libsigscan_skip_table_fill@Base 20150714
- libsigscan_skip_table_free@Base 20150714
- libsigscan_skip_table_get_skip_value@Base 20150714
- libsigscan_skip_table_get_smallest_pattern_size@Base 20150714
- libsigscan_skip_table_initialize@Base 20150714
- libsigscan_weight_free@Base 20150714
- libsigscan_weight_group_add_weight@Base 20150714
- libsigscan_weight_group_compare@Base 20150714
- libsigscan_weight_group_free@Base 20150714
- libsigscan_weight_group_get_weight@Base 20150714
- libsigscan_weight_group_initialize@Base 20150714
- libsigscan_weight_group_set_weight@Base 20150714
diff -Nru libsigscan-20201117/debian/libsigscan1t64.install 
libsigscan-20201117/debian/libsigscan1t64.install
--- libsigscan-20201117/debian/libsigscan1t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ libsigscan-20201117/debian/libsigscan1t64.install   2020-12-05 
13:51:31.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*-*/lib*.so.*
diff -Nru libsigscan-20201117/debian/libsigscan1t64.lintian-overrides 
libsigscan-20201117/debian/libsigscan1t64.lintian-overrides
--- libsigscan-20201117/debian/libsigscan1t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ libsigscan-20201117/debian/libsigscan1t64.lintian-overrides 2024-02-02 
07:36:47.000000000 +0000
@@ -0,0 +1 @@
+libsigscan1t64: package-name-doesnt-match-sonames libsigscan1
diff -Nru libsigscan-20201117/debian/libsigscan1t64.symbols 
libsigscan-20201117/debian/libsigscan1t64.symbols
--- libsigscan-20201117/debian/libsigscan1t64.symbols   1970-01-01 
00:00:00.000000000 +0000
+++ libsigscan-20201117/debian/libsigscan1t64.symbols   2024-02-02 
07:36:47.000000000 +0000
@@ -0,0 +1,142 @@
+libsigscan.so.1 libsigscan1t64 #MINVER#
+ (optional|regex)^libcdata_.* 0
+ (optional|regex)^libcerror_.* 0
+ (optional|regex)^libcfile_.* 0
+ (optional|regex)^libclocale_.* 0
+ (optional|regex)^libcnotify_.* 0
+ (optional|regex)^libcpath_.* 0
+ (optional|regex)^libcsplit_.* 0
+ (optional|regex)^libcthreads_.* 0
+ (optional|regex)^libuna_.* 0
+ libsigscan_byte_value_group_compare@Base 20150714
+ libsigscan_byte_value_group_free@Base 20150714
+ libsigscan_byte_value_group_get_number_of_signature_groups@Base 20150714
+ libsigscan_byte_value_group_get_pattern_offset@Base 20150714
+ libsigscan_byte_value_group_get_signature_group@Base 20150714
+ libsigscan_byte_value_group_get_signature_group_by_index@Base 20150714
+ libsigscan_byte_value_group_initialize@Base 20150714
+ libsigscan_byte_value_group_insert_signature@Base 20150714
+ libsigscan_common_byte_values@Base 20150714
+ libsigscan_error_backtrace_fprint@Base 20150714
+ libsigscan_error_backtrace_sprint@Base 20150714
+ libsigscan_error_fprint@Base 20150714
+ libsigscan_error_free@Base 20150714
+ libsigscan_error_sprint@Base 20150714
+ libsigscan_get_access_flags_read@Base 20150714
+ libsigscan_get_codepage@Base 20150714
+ libsigscan_get_version@Base 20150714
+ libsigscan_internal_scan_result_free@Base 20150714
+ libsigscan_internal_scan_state_scan_buffer@Base 20150714
+ libsigscan_internal_scan_state_scan_buffer_by_scan_tree@Base 20150714
+ libsigscan_notify_set_stream@Base 20150714
+ libsigscan_notify_set_verbose@Base 20150714
+ libsigscan_notify_stream_close@Base 20150714
+ libsigscan_notify_stream_open@Base 20150714
+ libsigscan_offset_clone@Base 20150714
+ libsigscan_offset_free@Base 20150714
+ libsigscan_offset_group_append_offset@Base 20150714
+ libsigscan_offset_group_compare@Base 20150714
+ libsigscan_offset_group_free@Base 20150714
+ libsigscan_offset_group_get_number_of_offsets@Base 20150714
+ libsigscan_offset_group_get_offset_by_index@Base 20150714
+ libsigscan_offset_group_get_weight@Base 20150714
+ libsigscan_offset_group_initialize@Base 20150714
+ libsigscan_offset_list_compare@Base 20150714
+ libsigscan_offsets_list_has_offset@Base 20150714
+ libsigscan_offsets_list_insert_offset@Base 20150714
+ libsigscan_pattern_weights_add_weight@Base 20150714
+ libsigscan_pattern_weights_free@Base 20150714
+ libsigscan_pattern_weights_get_largest_weight@Base 20150714
+ libsigscan_pattern_weights_get_offset_group@Base 20150714
+ libsigscan_pattern_weights_get_weight_group@Base 20150714
+ libsigscan_pattern_weights_initialize@Base 20150714
+ libsigscan_pattern_weights_insert_add_weight@Base 20150714
+ libsigscan_pattern_weights_insert_offset@Base 20150714
+ libsigscan_pattern_weights_insert_set_weight@Base 20150714
+ libsigscan_pattern_weights_set_weight@Base 20150714
+ libsigscan_scan_object_free@Base 20150714
+ libsigscan_scan_object_get_type@Base 20150714
+ libsigscan_scan_object_get_value@Base 20150714
+ libsigscan_scan_object_initialize@Base 20150714
+ libsigscan_scan_result_free@Base 20150714
+ libsigscan_scan_result_get_identifier@Base 20150714
+ libsigscan_scan_result_get_identifier_size@Base 20150714
+ libsigscan_scan_result_initialize@Base 20150714
+ libsigscan_scan_state_flush@Base 20150714
+ libsigscan_scan_state_free@Base 20150714
+ libsigscan_scan_state_get_buffer_size@Base 20150714
+ libsigscan_scan_state_get_footer_range@Base 20150714
+ libsigscan_scan_state_get_header_range@Base 20150714
+ libsigscan_scan_state_get_number_of_results@Base 20150714
+ libsigscan_scan_state_get_result@Base 20150714
+ libsigscan_scan_state_initialize@Base 20150714
+ libsigscan_scan_state_scan_buffer@Base 20150714
+ libsigscan_scan_state_set_data_offset@Base 20150714
+ libsigscan_scan_state_set_data_size@Base 20150714
+ libsigscan_scan_state_start@Base 20150714
+ libsigscan_scan_state_stop@Base 20150714
+ libsigscan_scan_tree_build@Base 20150714
+ libsigscan_scan_tree_build_node@Base 20150714
+ libsigscan_scan_tree_fill_pattern_weights@Base 20160312
+ libsigscan_scan_tree_fill_range_list@Base 20150714
+ libsigscan_scan_tree_free@Base 20150714
+ libsigscan_scan_tree_get_most_significant_pattern_offset@Base 20150714
+ libsigscan_scan_tree_get_pattern_offset_by_byte_value_weights@Base 20150714
+ libsigscan_scan_tree_get_pattern_offset_by_occurrence_weights@Base 20150714
+ libsigscan_scan_tree_get_pattern_offset_by_similarity_weights@Base 20150714
+ libsigscan_scan_tree_get_spanning_range@Base 20150714
+ libsigscan_scan_tree_initialize@Base 20150714
+ libsigscan_scan_tree_node_free@Base 20150714
+ libsigscan_scan_tree_node_get_scan_object@Base 20150714
+ libsigscan_scan_tree_node_initialize@Base 20150714
+ libsigscan_scan_tree_node_scan_buffer@Base 20150714
+ libsigscan_scan_tree_node_set_byte_value@Base 20150714
+ libsigscan_scan_tree_node_set_default_value@Base 20150714
+ libsigscan_scanner_add_signature@Base 20150714
+ libsigscan_scanner_free@Base 20150714
+ libsigscan_scanner_initialize@Base 20150714
+ libsigscan_scanner_scan_buffer@Base 20150714
+ libsigscan_scanner_scan_file@Base 20150714
+ libsigscan_scanner_scan_file_io_handle@Base 20150714
+ libsigscan_scanner_scan_start@Base 20150714
+ libsigscan_scanner_scan_stop@Base 20150714
+ libsigscan_scanner_set_scan_buffer_size@Base 20150714
+ libsigscan_scanner_signal_abort@Base 20150714
+ libsigscan_set_codepage@Base 20150714
+ libsigscan_signature_clone@Base 20150714
+ libsigscan_signature_free@Base 20150714
+ libsigscan_signature_free_clone@Base 20150714
+ libsigscan_signature_get_identifier@Base 20150714
+ libsigscan_signature_get_identifier_size@Base 20150714
+ libsigscan_signature_group_append_signature@Base 20150714
+ libsigscan_signature_group_compare@Base 20150714
+ libsigscan_signature_group_free@Base 20150714
+ libsigscan_signature_group_get_byte_value@Base 20150714
+ libsigscan_signature_group_get_number_of_signatures@Base 20150714
+ libsigscan_signature_group_get_signature_by_index@Base 20150714
+ libsigscan_signature_group_initialize@Base 20150714
+ libsigscan_signature_initialize@Base 20150714
+ libsigscan_signature_set@Base 20150714
+ libsigscan_signature_table_fill@Base 20150714
+ libsigscan_signature_table_free@Base 20150714
+ libsigscan_signature_table_free_signatures_list_clone@Base 20190103
+ libsigscan_signature_table_get_byte_value_group_by_index@Base 20150714
+ libsigscan_signature_table_get_byte_value_group_by_offset@Base 20150714
+ libsigscan_signature_table_get_number_of_byte_value_groups@Base 20150714
+ libsigscan_signature_table_get_number_of_signatures@Base 20150714
+ libsigscan_signature_table_get_signatures_list_clone@Base 20150714
+ libsigscan_signature_table_initialize@Base 20150714
+ libsigscan_signature_table_insert_signature@Base 20150714
+ libsigscan_signatures_list_remove_signature@Base 20150714
+ libsigscan_skip_table_fill@Base 20150714
+ libsigscan_skip_table_free@Base 20150714
+ libsigscan_skip_table_get_skip_value@Base 20150714
+ libsigscan_skip_table_get_smallest_pattern_size@Base 20150714
+ libsigscan_skip_table_initialize@Base 20150714
+ libsigscan_weight_free@Base 20150714
+ libsigscan_weight_group_add_weight@Base 20150714
+ libsigscan_weight_group_compare@Base 20150714
+ libsigscan_weight_group_free@Base 20150714
+ libsigscan_weight_group_get_weight@Base 20150714
+ libsigscan_weight_group_initialize@Base 20150714
+ libsigscan_weight_group_set_weight@Base 20150714

Reply via email to