Your message dated Wed, 28 Feb 2024 12:27:47 +0000
with message-id <[email protected]>
and subject line Bug#1062299: fixed in libfsapfs 20201107-1.1
has caused the Debian Bug report #1062299,
regarding libfsapfs: 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.)


-- 
1062299: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062299
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libfsapfs
Version: 20201107-1
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
libfsapfs 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 libfsapfs
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 libfsapfs-20201107/debian/changelog 
libfsapfs-20201107/debian/changelog
--- libfsapfs-20201107/debian/changelog 2020-12-05 14:05:24.000000000 +0000
+++ libfsapfs-20201107/debian/changelog 2024-02-01 00:41:16.000000000 +0000
@@ -1,3 +1,10 @@
+libfsapfs (20201107-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Thu, 01 Feb 2024 00:41:16 +0000
+
 libfsapfs (20201107-1) unstable; urgency=medium
 
   [ Samuel Henrique ]
diff -Nru libfsapfs-20201107/debian/control libfsapfs-20201107/debian/control
--- libfsapfs-20201107/debian/control   2020-12-05 14:04:34.000000000 +0000
+++ libfsapfs-20201107/debian/control   2024-02-01 00:41:16.000000000 +0000
@@ -20,13 +20,16 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libfsapfs1 (= ${binary:Version})
+ libfsapfs1t64 (= ${binary:Version})
 Description: APFS access library -- development files
  libfsapfs is a library to access the Apple File System (APFS).
  .
  This package includes the development support files.
 
-Package: libfsapfs1
+Package: libfsapfs1t64
+Provides: ${t64:Provides}
+Replaces: libfsapfs1
+Breaks: libfsapfs1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -42,7 +45,7 @@
 Multi-Arch: foreign
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libfsapfs1,
+ libfsapfs1t64,
 Description: APFS access library -- Utilities
  libfsapfs is a library to access the Apple File System (APFS).
  .
@@ -52,7 +55,7 @@
 Package: python3-fsapfs
 Section: python
 Architecture: any
-Depends: libfsapfs1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
+Depends: libfsapfs1t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends},
  ${python3:Depends},
 Multi-Arch: same
 Description: APFS access library -- Python 3 bindings
diff -Nru libfsapfs-20201107/debian/libfsapfs1.install 
libfsapfs-20201107/debian/libfsapfs1.install
--- libfsapfs-20201107/debian/libfsapfs1.install        2020-12-05 
14:04:34.000000000 +0000
+++ libfsapfs-20201107/debian/libfsapfs1.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*-*/lib*.so.*
diff -Nru libfsapfs-20201107/debian/libfsapfs1.symbols 
libfsapfs-20201107/debian/libfsapfs1.symbols
--- libfsapfs-20201107/debian/libfsapfs1.symbols        2020-12-05 
14:05:24.000000000 +0000
+++ libfsapfs-20201107/debian/libfsapfs1.symbols        1970-01-01 
00:00:00.000000000 +0000
@@ -1,428 +0,0 @@
-libfsapfs.so.1 libfsapfs1 #MINVER#
- (optional|regex)^libcdata_.* 0
- (optional|regex)^libcerror_.* 0
- (optional|regex)^libcaes_.* 0
- (optional|regex)^libcfile_.* 0
- (optional|regex)^libcthreads_.* 0
- (optional|regex)^libclocale_.* 0
- (optional|regex)^libcnotify_.* 0
- (optional|regex)^libcpath_.* 0
- (optional|regex)^libcsplit_.* 0
- (optional|regex)^libfcache_.* 0
- (optional|regex)^libfdata_.* 0
- (optional|regex)^libfdatetime_.* 0
- (optional|regex)^libfguid_.* 0
- (optional|regex)^libfwnt_.* 0
- (optional|regex)^libhmac_.* 0
- (optional|regex)^libuna_.* 0
- (optional|regex)^libfsapfs_internal_.* 0
- (optional)lzvn_oppcode_types@Base 0
- (optional|regex)^special_case_folding_.* 0
- fsapfs_container_signature@Base 20181215
- fsapfs_volume_signature@Base 20181215
- libfsapfs_btree_entry_free@Base 20181215
- libfsapfs_btree_entry_initialize@Base 20181215
- libfsapfs_btree_entry_set_key_data@Base 20181215
- libfsapfs_btree_entry_set_value_data@Base 20181215
- libfsapfs_btree_footer_free@Base 20181215
- libfsapfs_btree_footer_initialize@Base 20181215
- libfsapfs_btree_footer_read_data@Base 20181215
- libfsapfs_btree_node_free@Base 20181215
- libfsapfs_btree_node_get_entry_by_index@Base 20181215
- libfsapfs_btree_node_get_number_of_entries@Base 20181215
- libfsapfs_btree_node_header_free@Base 20181215
- libfsapfs_btree_node_header_initialize@Base 20181215
- libfsapfs_btree_node_header_read_data@Base 20181215
- libfsapfs_btree_node_initialize@Base 20181215
- libfsapfs_btree_node_is_leaf_node@Base 20181215
- libfsapfs_btree_node_read_data@Base 20181215
- libfsapfs_btree_node_read_object_data@Base 20181215
- libfsapfs_buffer_data_handle_free@Base 20181215
- libfsapfs_buffer_data_handle_initialize@Base 20181215
- libfsapfs_buffer_data_handle_read_segment_data@Base 20181215
- libfsapfs_buffer_data_handle_seek_segment_offset@Base 20181215
- libfsapfs_check_container_signature@Base 20181215
- libfsapfs_check_container_signature_file_io_handle@Base 20181215
- libfsapfs_check_volume_signature@Base 20181215
- libfsapfs_check_volume_signature_file_io_handle@Base 20181215
- libfsapfs_checkpoint_map_entry_free@Base 20181215
- libfsapfs_checkpoint_map_entry_initialize@Base 20181215
- libfsapfs_checkpoint_map_entry_read_data@Base 20181215
- libfsapfs_checkpoint_map_free@Base 20181215
- libfsapfs_checkpoint_map_get_physical_address_by_object_identifier@Base 
20181215
- libfsapfs_checkpoint_map_initialize@Base 20181215
- libfsapfs_checkpoint_map_read_data@Base 20181215
- libfsapfs_checkpoint_map_read_file_io_handle@Base 20181215
- libfsapfs_checksum_calculate_fletcher64@Base 20181215
- libfsapfs_checksum_calculate_weak_crc32@Base 20181215
- libfsapfs_checksum_crc32_table@Base 20181215
- libfsapfs_checksum_crc32_table_computed@Base 20181215
- libfsapfs_checksum_initialize_crc32_table@Base 20181215
- libfsapfs_chunk_information_block_free@Base 20190210
- libfsapfs_chunk_information_block_initialize@Base 20190210
- libfsapfs_chunk_information_block_read_data@Base 20190210
- libfsapfs_chunk_information_block_read_file_io_handle@Base 20190210
- libfsapfs_compressed_data_handle_free@Base 20181215
- libfsapfs_compressed_data_handle_get_compressed_block_offsets@Base 20181215
- libfsapfs_compressed_data_handle_initialize@Base 20181215
- libfsapfs_compressed_data_handle_read_segment_data@Base 20181215
- libfsapfs_compressed_data_handle_seek_segment_offset@Base 20181215
- libfsapfs_compressed_data_header_free@Base 20201107
- libfsapfs_compressed_data_header_initialize@Base 20201107
- libfsapfs_compressed_data_header_read_data@Base 20201107
- libfsapfs_container_close@Base 20181215
- libfsapfs_container_data_handle_free@Base 20181215
- libfsapfs_container_data_handle_initialize@Base 20181215
- libfsapfs_container_data_handle_read_data_block@Base 20181215
- libfsapfs_container_free@Base 20181215
- libfsapfs_container_get_identifier@Base 20181215
- libfsapfs_container_get_number_of_volumes@Base 20181215
- libfsapfs_container_get_size@Base 20181215
- libfsapfs_container_get_volume_by_index@Base 20181215
- libfsapfs_container_initialize@Base 20181215
- libfsapfs_container_is_locked@Base 20201107
- libfsapfs_container_key_bag_free@Base 20181215
- libfsapfs_container_key_bag_get_volume_key_bag_extent_by_identifier@Base 
20181215
- libfsapfs_container_key_bag_get_volume_master_key_by_identifier@Base 20181215
- libfsapfs_container_key_bag_initialize@Base 20181215
- libfsapfs_container_key_bag_read_data@Base 20181215
- libfsapfs_container_key_bag_read_file_io_handle@Base 20181215
- libfsapfs_container_open@Base 20181215
- libfsapfs_container_open_file_io_handle@Base 20181215
- libfsapfs_container_reaper_free@Base 20181215
- libfsapfs_container_reaper_initialize@Base 20181215
- libfsapfs_container_reaper_read_data@Base 20181215
- libfsapfs_container_reaper_read_file_io_handle@Base 20181215
- libfsapfs_container_signal_abort@Base 20181215
- libfsapfs_container_superblock_free@Base 20181215
- libfsapfs_container_superblock_get_container_identifier@Base 20181215
- libfsapfs_container_superblock_initialize@Base 20181215
- libfsapfs_container_superblock_read_data@Base 20181215
- libfsapfs_container_superblock_read_file_io_handle@Base 20181215
- libfsapfs_data_block_clear_data@Base 20181215
- libfsapfs_data_block_data_handle_free@Base 20181215
- libfsapfs_data_block_data_handle_initialize@Base 20181215
- libfsapfs_data_block_data_handle_read_segment_data@Base 20181215
- libfsapfs_data_block_data_handle_seek_segment_offset@Base 20181215
- libfsapfs_data_block_free@Base 20181215
- libfsapfs_data_block_initialize@Base 20181215
- libfsapfs_data_block_read@Base 20181215
- libfsapfs_data_block_vector_initialize@Base 20201107
- libfsapfs_data_stream_initialize_from_compressed_data_stream@Base 20181215
- libfsapfs_data_stream_initialize_from_data@Base 20181215
- libfsapfs_data_stream_initialize_from_file_extents@Base 20181215
- libfsapfs_decompress_data@Base 20181215
- libfsapfs_deflate_bit_stream_get_huffman_encoded_value@Base 20181215
- libfsapfs_deflate_bit_stream_get_value@Base 20181215
- libfsapfs_deflate_calculate_adler32@Base 20181215
- libfsapfs_deflate_decode_huffman@Base 20181215
- libfsapfs_deflate_decompress@Base 20181215
- libfsapfs_deflate_decompress_zlib@Base 20201107
- libfsapfs_deflate_fixed_huffman_distances_table@Base 20201107
- libfsapfs_deflate_fixed_huffman_literals_table@Base 20201107
- libfsapfs_deflate_fixed_huffman_tables_initialized@Base 20201107
- libfsapfs_deflate_huffman_table_construct@Base 20181215
- libfsapfs_deflate_initialize_dynamic_huffman_tables@Base 20181215
- libfsapfs_deflate_initialize_fixed_huffman_tables@Base 20181215
- libfsapfs_deflate_read_block@Base 20201107
- libfsapfs_deflate_read_data_header@Base 20201107
- libfsapfs_directory_record_clone@Base 20181215
- libfsapfs_directory_record_compare_name_with_utf16_string@Base 20181215
- libfsapfs_directory_record_compare_name_with_utf8_string@Base 20181215
- libfsapfs_directory_record_free@Base 20181215
- libfsapfs_directory_record_get_added_time@Base 20181215
- libfsapfs_directory_record_get_identifier@Base 20181215
- libfsapfs_directory_record_get_utf16_name@Base 20181215
- libfsapfs_directory_record_get_utf16_name_size@Base 20181215
- libfsapfs_directory_record_get_utf8_name@Base 20181215
- libfsapfs_directory_record_get_utf8_name_size@Base 20181215
- libfsapfs_directory_record_initialize@Base 20181215
- libfsapfs_directory_record_read_key_data@Base 20181215
- libfsapfs_directory_record_read_value_data@Base 20181215
- libfsapfs_encryption_aes_key_unwrap@Base 20181215
- libfsapfs_encryption_context_crypt@Base 20181215
- libfsapfs_encryption_context_free@Base 20181215
- libfsapfs_encryption_context_initialize@Base 20181215
- libfsapfs_encryption_context_set_keys@Base 20181215
- libfsapfs_error_backtrace_fprint@Base 20181215
- libfsapfs_error_backtrace_sprint@Base 20181215
- libfsapfs_error_fprint@Base 20181215
- libfsapfs_error_free@Base 20181215
- libfsapfs_error_sprint@Base 20181215
- libfsapfs_extended_attribute_compare_name_with_utf16_string@Base 20181215
- libfsapfs_extended_attribute_compare_name_with_utf8_string@Base 20181215
- libfsapfs_extended_attribute_free@Base 20181215
- libfsapfs_extended_attribute_get_data_stream@Base 20181215
- libfsapfs_extended_attribute_get_identifier@Base 20181215
- libfsapfs_extended_attribute_get_offset@Base 20181215
- libfsapfs_extended_attribute_get_size@Base 20181215
- libfsapfs_extended_attribute_get_utf16_name@Base 20181215
- libfsapfs_extended_attribute_get_utf16_name_size@Base 20181215
- libfsapfs_extended_attribute_get_utf8_name@Base 20181215
- libfsapfs_extended_attribute_get_utf8_name_size@Base 20181215
- libfsapfs_extended_attribute_initialize@Base 20181215
- libfsapfs_extended_attribute_read_buffer@Base 20181215
- libfsapfs_extended_attribute_read_buffer_at_offset@Base 20181215
- libfsapfs_extended_attribute_read_key_data@Base 20181215
- libfsapfs_extended_attribute_read_value_data@Base 20181215
- libfsapfs_extended_attribute_seek_offset@Base 20181215
- libfsapfs_extent_reference_tree_free@Base 20190210
- libfsapfs_extent_reference_tree_initialize@Base 20190210
- libfsapfs_extent_reference_tree_read_data@Base 20190210
- libfsapfs_extent_reference_tree_read_file_io_handle@Base 20190210
- libfsapfs_file_entry_free@Base 20181215
- libfsapfs_file_entry_get_access_time@Base 20181215
- libfsapfs_file_entry_get_added_time@Base 20201107
- libfsapfs_file_entry_get_creation_time@Base 20181215
- libfsapfs_file_entry_get_extended_attribute_by_index@Base 20181215
- libfsapfs_file_entry_get_extended_attribute_by_utf16_name@Base 20190210
- libfsapfs_file_entry_get_extended_attribute_by_utf8_name@Base 20190210
- libfsapfs_file_entry_get_extent_by_index@Base 20181215
- libfsapfs_file_entry_get_file_mode@Base 20181215
- libfsapfs_file_entry_get_group_identifier@Base 20181215
- libfsapfs_file_entry_get_identifier@Base 20181215
- libfsapfs_file_entry_get_inode_change_time@Base 20181215
- libfsapfs_file_entry_get_modification_time@Base 20181215
- libfsapfs_file_entry_get_number_of_extended_attributes@Base 20181215
- libfsapfs_file_entry_get_number_of_extents@Base 20181215
- libfsapfs_file_entry_get_number_of_sub_file_entries@Base 20181215
- libfsapfs_file_entry_get_offset@Base 20181215
- libfsapfs_file_entry_get_owner_identifier@Base 20181215
- libfsapfs_file_entry_get_parent_file_entry@Base 20181215
- libfsapfs_file_entry_get_parent_identifier@Base 20181215
- libfsapfs_file_entry_get_size@Base 20181215
- libfsapfs_file_entry_get_sub_file_entry_by_index@Base 20181215
- libfsapfs_file_entry_get_sub_file_entry_by_utf16_name@Base 20181215
- libfsapfs_file_entry_get_sub_file_entry_by_utf8_name@Base 20181215
- libfsapfs_file_entry_get_utf16_name@Base 20181215
- libfsapfs_file_entry_get_utf16_name_size@Base 20181215
- libfsapfs_file_entry_get_utf16_symbolic_link_target@Base 20181215
- libfsapfs_file_entry_get_utf16_symbolic_link_target_size@Base 20181215
- libfsapfs_file_entry_get_utf8_name@Base 20181215
- libfsapfs_file_entry_get_utf8_name_size@Base 20181215
- libfsapfs_file_entry_get_utf8_symbolic_link_target@Base 20181215
- libfsapfs_file_entry_get_utf8_symbolic_link_target_size@Base 20181215
- libfsapfs_file_entry_has_extended_attribute_by_utf16_name@Base 20190210
- libfsapfs_file_entry_has_extended_attribute_by_utf8_name@Base 20190210
- libfsapfs_file_entry_initialize@Base 20181215
- libfsapfs_file_entry_read_buffer@Base 20181215
- libfsapfs_file_entry_read_buffer_at_offset@Base 20181215
- libfsapfs_file_entry_seek_offset@Base 20181215
- libfsapfs_file_extent_free@Base 20181215
- libfsapfs_file_extent_initialize@Base 20181215
- libfsapfs_file_extent_read_key_data@Base 20181215
- libfsapfs_file_extent_read_value_data@Base 20181215
- libfsapfs_file_system_btree_free@Base 20181215
- libfsapfs_file_system_btree_get_directory_entries@Base 20181215
- libfsapfs_file_system_btree_get_directory_entries_from_branch_node@Base 
20181215
- libfsapfs_file_system_btree_get_directory_entries_from_leaf_node@Base 20181215
- 
libfsapfs_file_system_btree_get_directory_record_from_branch_node_by_utf16_name@Base
 20181215
- 
libfsapfs_file_system_btree_get_directory_record_from_branch_node_by_utf8_name@Base
 20181215
- 
libfsapfs_file_system_btree_get_directory_record_from_leaf_node_by_utf16_name@Base
 20181215
- 
libfsapfs_file_system_btree_get_directory_record_from_leaf_node_by_utf8_name@Base
 20181215
- libfsapfs_file_system_btree_get_entry_by_identifier@Base 20181215
- libfsapfs_file_system_btree_get_entry_from_node_by_identifier@Base 20181215
- libfsapfs_file_system_btree_get_extended_attributes@Base 20181215
- libfsapfs_file_system_btree_get_extended_attributes_from_branch_node@Base 
20181215
- libfsapfs_file_system_btree_get_extended_attributes_from_leaf_node@Base 
20181215
- libfsapfs_file_system_btree_get_file_extents@Base 20181215
- libfsapfs_file_system_btree_get_file_extents_from_branch_node@Base 20181215
- libfsapfs_file_system_btree_get_file_extents_from_leaf_node@Base 20181215
- libfsapfs_file_system_btree_get_inode_by_identifier@Base 20181215
- libfsapfs_file_system_btree_get_inode_by_utf16_name@Base 20181215
- libfsapfs_file_system_btree_get_inode_by_utf16_path@Base 20181215
- libfsapfs_file_system_btree_get_inode_by_utf8_name@Base 20181215
- libfsapfs_file_system_btree_get_inode_by_utf8_path@Base 20181215
- libfsapfs_file_system_btree_get_root_node@Base 20181215
- libfsapfs_file_system_btree_get_sub_node@Base 20181215
- libfsapfs_file_system_btree_get_sub_node_block_number_from_entry@Base 20181215
- libfsapfs_file_system_btree_initialize@Base 20181215
- libfsapfs_file_system_data_handle_free@Base 20181215
- libfsapfs_file_system_data_handle_initialize@Base 20181215
- libfsapfs_file_system_data_handle_read_data_block@Base 20181215
- libfsapfs_fusion_middle_tree_free@Base 20190210
- libfsapfs_fusion_middle_tree_initialize@Base 20190210
- libfsapfs_fusion_middle_tree_read_data@Base 20190210
- libfsapfs_fusion_middle_tree_read_file_io_handle@Base 20190210
- libfsapfs_get_access_flags_read@Base 20181215
- libfsapfs_get_codepage@Base 20181215
- libfsapfs_get_version@Base 20181215
- libfsapfs_inode_free@Base 20181215
- libfsapfs_inode_get_access_time@Base 20181215
- libfsapfs_inode_get_creation_time@Base 20181215
- libfsapfs_inode_get_data_stream_identifier@Base 20181215
- libfsapfs_inode_get_data_stream_size@Base 20181215
- libfsapfs_inode_get_file_mode@Base 20181215
- libfsapfs_inode_get_flags@Base 20181215
- libfsapfs_inode_get_group_identifier@Base 20181215
- libfsapfs_inode_get_identifier@Base 20181215
- libfsapfs_inode_get_inode_change_time@Base 20181215
- libfsapfs_inode_get_modification_time@Base 20181215
- libfsapfs_inode_get_owner_identifier@Base 20181215
- libfsapfs_inode_get_parent_identifier@Base 20181215
- libfsapfs_inode_get_utf16_name@Base 20181215
- libfsapfs_inode_get_utf16_name_size@Base 20181215
- libfsapfs_inode_get_utf8_name@Base 20181215
- libfsapfs_inode_get_utf8_name_size@Base 20181215
- libfsapfs_inode_initialize@Base 20181215
- libfsapfs_inode_read_key_data@Base 20181215
- libfsapfs_inode_read_value_data@Base 20181215
- libfsapfs_io_handle_clear@Base 20181215
- libfsapfs_io_handle_free@Base 20181215
- libfsapfs_io_handle_initialize@Base 20181215
- libfsapfs_key_bag_entry_free@Base 20181215
- libfsapfs_key_bag_entry_initialize@Base 20181215
- libfsapfs_key_bag_entry_read_data@Base 20181215
- libfsapfs_key_bag_header_free@Base 20181215
- libfsapfs_key_bag_header_initialize@Base 20181215
- libfsapfs_key_bag_header_read_data@Base 20181215
- libfsapfs_key_encrypted_key_free@Base 20181215
- libfsapfs_key_encrypted_key_initialize@Base 20181215
- libfsapfs_key_encrypted_key_read_data@Base 20181215
- libfsapfs_key_encrypted_key_unlock_with_key@Base 20181215
- libfsapfs_key_encrypted_key_unlock_with_password@Base 20181215
- libfsapfs_key_encrypted_key_wrapped_kek_initialization_vector@Base 20181215
- libfsapfs_lzvn_decompress@Base 20181215
- libfsapfs_name_case_folding_mappings_0x00000040@Base 20181215
- libfsapfs_name_case_folding_mappings_0x00000340@Base 20181215
- libfsapfs_name_case_folding_mappings_0x000010a0@Base 20181215
- libfsapfs_name_case_folding_mappings_0x000013f8@Base 20181215
- libfsapfs_name_case_folding_mappings_0x00001c80@Base 20181215
- libfsapfs_name_case_folding_mappings_0x00001e00@Base 20181215
- libfsapfs_name_case_folding_mappings_0x00002120@Base 20181215
- libfsapfs_name_case_folding_mappings_0x000024b0@Base 20181215
- libfsapfs_name_case_folding_mappings_0x00002c00@Base 20181215
- libfsapfs_name_case_folding_mappings_0x0000a640@Base 20181215
- libfsapfs_name_case_folding_mappings_0x0000a720@Base 20181215
- libfsapfs_name_case_folding_mappings_0x0000ab70@Base 20181215
- libfsapfs_name_case_folding_mappings_0x0000ff20@Base 20181215
- libfsapfs_name_case_folding_mappings_0x00010400@Base 20181215
- libfsapfs_name_case_folding_mappings_0x000104b0@Base 20181215
- libfsapfs_name_case_folding_mappings_0x00010c80@Base 20181215
- libfsapfs_name_case_folding_mappings_0x000118a0@Base 20181215
- libfsapfs_name_case_folding_mappings_0x00016e40@Base 20201107
- libfsapfs_name_case_folding_mappings_0x0001e900@Base 20181215
- libfsapfs_name_compare_with_utf16_string@Base 20181215
- libfsapfs_name_compare_with_utf8_string@Base 20181215
- libfsapfs_name_decomposition_mappings_0x000000c0@Base 20181215
- libfsapfs_name_decomposition_mappings_0x000001a0@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00000340@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00000400@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00000620@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00000928@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00000a30@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00000b48@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00000c48@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00000d48@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00000f40@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00001b00@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00001e00@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00002120@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00002200@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00002ad8@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00003048@Base 20181215
- libfsapfs_name_decomposition_mappings_0x0000ac00@Base 20201107
- libfsapfs_name_decomposition_mappings_0x0000d7a0@Base 20201107
- libfsapfs_name_decomposition_mappings_0x0000f900@Base 20181215
- libfsapfs_name_decomposition_mappings_0x0000fb18@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00011098@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00011128@Base 20181215
- libfsapfs_name_decomposition_mappings_0x00011348@Base 20181215
- libfsapfs_name_decomposition_mappings_0x000114b8@Base 20181215
- libfsapfs_name_decomposition_mappings_0x000115b8@Base 20181215
- libfsapfs_name_decomposition_mappings_0x0001d158@Base 20181215
- libfsapfs_name_decomposition_mappings_0x0001d1b8@Base 20181215
- libfsapfs_name_decomposition_mappings_0x0002f800@Base 20181215
- libfsapfs_name_hash_calculate_from_utf16_string@Base 20181215
- libfsapfs_name_hash_calculate_from_utf8_string@Base 20181215
- libfsapfs_notify_set_stream@Base 20181215
- libfsapfs_notify_set_verbose@Base 20181215
- libfsapfs_notify_stream_close@Base 20181215
- libfsapfs_notify_stream_open@Base 20181215
- libfsapfs_object_free@Base 20181215
- libfsapfs_object_initialize@Base 20181215
- libfsapfs_object_map_btree_free@Base 20181215
- libfsapfs_object_map_btree_get_descriptor_by_object_identifier@Base 20181215
- libfsapfs_object_map_btree_get_entry_by_identifier@Base 20181215
- libfsapfs_object_map_btree_get_entry_from_node_by_identifier@Base 20181215
- libfsapfs_object_map_btree_get_root_node@Base 20181215
- libfsapfs_object_map_btree_get_sub_node@Base 20181215
- libfsapfs_object_map_btree_initialize@Base 20181215
- libfsapfs_object_map_descriptor_free@Base 20181215
- libfsapfs_object_map_descriptor_initialize@Base 20181215
- libfsapfs_object_map_descriptor_read_key_data@Base 20181215
- libfsapfs_object_map_descriptor_read_value_data@Base 20181215
- libfsapfs_object_map_free@Base 20181215
- libfsapfs_object_map_initialize@Base 20181215
- libfsapfs_object_map_read_data@Base 20181215
- libfsapfs_object_map_read_file_io_handle@Base 20181215
- libfsapfs_object_read_data@Base 20181215
- libfsapfs_object_read_file_io_handle@Base 20181215
- libfsapfs_password_pbkdf2@Base 20181215
- libfsapfs_set_codepage@Base 20181215
- libfsapfs_snapshot_free@Base 20201107
- libfsapfs_snapshot_get_utf16_name@Base 20201107
- libfsapfs_snapshot_get_utf16_name_size@Base 20201107
- libfsapfs_snapshot_get_utf8_name@Base 20201107
- libfsapfs_snapshot_get_utf8_name_size@Base 20201107
- libfsapfs_snapshot_initialize@Base 20201107
- libfsapfs_snapshot_metadata_free@Base 20190210
- libfsapfs_snapshot_metadata_get_utf16_name@Base 20201107
- libfsapfs_snapshot_metadata_get_utf16_name_size@Base 20201107
- libfsapfs_snapshot_metadata_get_utf8_name@Base 20201107
- libfsapfs_snapshot_metadata_get_utf8_name_size@Base 20201107
- libfsapfs_snapshot_metadata_initialize@Base 20190210
- libfsapfs_snapshot_metadata_read_key_data@Base 20190210
- libfsapfs_snapshot_metadata_read_value_data@Base 20190210
- libfsapfs_snapshot_metadata_tree_free@Base 20190210
- libfsapfs_snapshot_metadata_tree_get_entry_by_identifier@Base 20190210
- libfsapfs_snapshot_metadata_tree_get_entry_from_node_by_identifier@Base 
20190210
- libfsapfs_snapshot_metadata_tree_get_metadata_by_object_identifier@Base 
20190210
- libfsapfs_snapshot_metadata_tree_get_root_node@Base 20190210
- libfsapfs_snapshot_metadata_tree_get_snapshots@Base 20201107
- libfsapfs_snapshot_metadata_tree_get_snapshots_from_branch_node@Base 20201107
- libfsapfs_snapshot_metadata_tree_get_snapshots_from_leaf_node@Base 20201107
- libfsapfs_snapshot_metadata_tree_get_sub_node@Base 20190210
- libfsapfs_snapshot_metadata_tree_get_sub_node_block_number_from_entry@Base 
20201107
- libfsapfs_snapshot_metadata_tree_initialize@Base 20190210
- libfsapfs_space_manager_free@Base 20190210
- libfsapfs_space_manager_initialize@Base 20190210
- libfsapfs_space_manager_read_data@Base 20190210
- libfsapfs_space_manager_read_file_io_handle@Base 20190210
- libfsapfs_volume_free@Base 20181215
- libfsapfs_volume_get_features_flags@Base 20201107
- libfsapfs_volume_get_file_entry_by_identifier@Base 20181215
- libfsapfs_volume_get_file_entry_by_utf16_path@Base 20181215
- libfsapfs_volume_get_file_entry_by_utf8_path@Base 20181215
- libfsapfs_volume_get_identifier@Base 20181215
- libfsapfs_volume_get_next_file_entry_identifier@Base 20181215
- libfsapfs_volume_get_number_of_snapshots@Base 20201107
- libfsapfs_volume_get_root_directory@Base 20181215
- libfsapfs_volume_get_size@Base 20181215
- libfsapfs_volume_get_snapshot_by_index@Base 20201107
- libfsapfs_volume_get_utf16_name@Base 20181215
- libfsapfs_volume_get_utf16_name_size@Base 20181215
- libfsapfs_volume_get_utf8_name@Base 20181215
- libfsapfs_volume_get_utf8_name_size@Base 20181215
- libfsapfs_volume_initialize@Base 20181215
- libfsapfs_volume_is_locked@Base 20181215
- libfsapfs_volume_key_bag_free@Base 20181215
- libfsapfs_volume_key_bag_get_volume_key@Base 20181215
- libfsapfs_volume_key_bag_initialize@Base 20181215
- libfsapfs_volume_key_bag_read_data@Base 20181215
- libfsapfs_volume_key_bag_read_file_io_handle@Base 20181215
- libfsapfs_volume_set_utf16_password@Base 20181215
- libfsapfs_volume_set_utf16_recovery_password@Base 20181215
- libfsapfs_volume_set_utf8_password@Base 20181215
- libfsapfs_volume_set_utf8_recovery_password@Base 20181215
- libfsapfs_volume_superblock_free@Base 20181215
- libfsapfs_volume_superblock_get_utf16_volume_name@Base 20181215
- libfsapfs_volume_superblock_get_utf16_volume_name_size@Base 20181215
- libfsapfs_volume_superblock_get_utf8_volume_name@Base 20181215
- libfsapfs_volume_superblock_get_utf8_volume_name_size@Base 20181215
- libfsapfs_volume_superblock_get_volume_identifier@Base 20181215
- libfsapfs_volume_superblock_initialize@Base 20181215
- libfsapfs_volume_superblock_read_data@Base 20181215
- libfsapfs_volume_superblock_read_file_io_handle@Base 20181215
- libfsapfs_volume_unlock@Base 20181215
- (optional)lzvn_oppcode_types@Base 0
diff -Nru libfsapfs-20201107/debian/libfsapfs1t64.install 
libfsapfs-20201107/debian/libfsapfs1t64.install
--- libfsapfs-20201107/debian/libfsapfs1t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ libfsapfs-20201107/debian/libfsapfs1t64.install     2020-12-05 
14:04:34.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*-*/lib*.so.*
diff -Nru libfsapfs-20201107/debian/libfsapfs1t64.lintian-overrides 
libfsapfs-20201107/debian/libfsapfs1t64.lintian-overrides
--- libfsapfs-20201107/debian/libfsapfs1t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ libfsapfs-20201107/debian/libfsapfs1t64.lintian-overrides   2024-02-01 
00:41:16.000000000 +0000
@@ -0,0 +1 @@
+libfsapfs1t64: package-name-doesnt-match-sonames libfsapfs1
diff -Nru libfsapfs-20201107/debian/libfsapfs1t64.symbols 
libfsapfs-20201107/debian/libfsapfs1t64.symbols
--- libfsapfs-20201107/debian/libfsapfs1t64.symbols     1970-01-01 
00:00:00.000000000 +0000
+++ libfsapfs-20201107/debian/libfsapfs1t64.symbols     2024-02-01 
00:41:16.000000000 +0000
@@ -0,0 +1,428 @@
+libfsapfs.so.1 libfsapfs1t64 #MINVER#
+ (optional|regex)^libcdata_.* 0
+ (optional|regex)^libcerror_.* 0
+ (optional|regex)^libcaes_.* 0
+ (optional|regex)^libcfile_.* 0
+ (optional|regex)^libcthreads_.* 0
+ (optional|regex)^libclocale_.* 0
+ (optional|regex)^libcnotify_.* 0
+ (optional|regex)^libcpath_.* 0
+ (optional|regex)^libcsplit_.* 0
+ (optional|regex)^libfcache_.* 0
+ (optional|regex)^libfdata_.* 0
+ (optional|regex)^libfdatetime_.* 0
+ (optional|regex)^libfguid_.* 0
+ (optional|regex)^libfwnt_.* 0
+ (optional|regex)^libhmac_.* 0
+ (optional|regex)^libuna_.* 0
+ (optional|regex)^libfsapfs_internal_.* 0
+ (optional)lzvn_oppcode_types@Base 0
+ (optional|regex)^special_case_folding_.* 0
+ fsapfs_container_signature@Base 20181215
+ fsapfs_volume_signature@Base 20181215
+ libfsapfs_btree_entry_free@Base 20181215
+ libfsapfs_btree_entry_initialize@Base 20181215
+ libfsapfs_btree_entry_set_key_data@Base 20181215
+ libfsapfs_btree_entry_set_value_data@Base 20181215
+ libfsapfs_btree_footer_free@Base 20181215
+ libfsapfs_btree_footer_initialize@Base 20181215
+ libfsapfs_btree_footer_read_data@Base 20181215
+ libfsapfs_btree_node_free@Base 20181215
+ libfsapfs_btree_node_get_entry_by_index@Base 20181215
+ libfsapfs_btree_node_get_number_of_entries@Base 20181215
+ libfsapfs_btree_node_header_free@Base 20181215
+ libfsapfs_btree_node_header_initialize@Base 20181215
+ libfsapfs_btree_node_header_read_data@Base 20181215
+ libfsapfs_btree_node_initialize@Base 20181215
+ libfsapfs_btree_node_is_leaf_node@Base 20181215
+ libfsapfs_btree_node_read_data@Base 20181215
+ libfsapfs_btree_node_read_object_data@Base 20181215
+ libfsapfs_buffer_data_handle_free@Base 20181215
+ libfsapfs_buffer_data_handle_initialize@Base 20181215
+ libfsapfs_buffer_data_handle_read_segment_data@Base 20181215
+ libfsapfs_buffer_data_handle_seek_segment_offset@Base 20181215
+ libfsapfs_check_container_signature@Base 20181215
+ libfsapfs_check_container_signature_file_io_handle@Base 20181215
+ libfsapfs_check_volume_signature@Base 20181215
+ libfsapfs_check_volume_signature_file_io_handle@Base 20181215
+ libfsapfs_checkpoint_map_entry_free@Base 20181215
+ libfsapfs_checkpoint_map_entry_initialize@Base 20181215
+ libfsapfs_checkpoint_map_entry_read_data@Base 20181215
+ libfsapfs_checkpoint_map_free@Base 20181215
+ libfsapfs_checkpoint_map_get_physical_address_by_object_identifier@Base 
20181215
+ libfsapfs_checkpoint_map_initialize@Base 20181215
+ libfsapfs_checkpoint_map_read_data@Base 20181215
+ libfsapfs_checkpoint_map_read_file_io_handle@Base 20181215
+ libfsapfs_checksum_calculate_fletcher64@Base 20181215
+ libfsapfs_checksum_calculate_weak_crc32@Base 20181215
+ libfsapfs_checksum_crc32_table@Base 20181215
+ libfsapfs_checksum_crc32_table_computed@Base 20181215
+ libfsapfs_checksum_initialize_crc32_table@Base 20181215
+ libfsapfs_chunk_information_block_free@Base 20190210
+ libfsapfs_chunk_information_block_initialize@Base 20190210
+ libfsapfs_chunk_information_block_read_data@Base 20190210
+ libfsapfs_chunk_information_block_read_file_io_handle@Base 20190210
+ libfsapfs_compressed_data_handle_free@Base 20181215
+ libfsapfs_compressed_data_handle_get_compressed_block_offsets@Base 20181215
+ libfsapfs_compressed_data_handle_initialize@Base 20181215
+ libfsapfs_compressed_data_handle_read_segment_data@Base 20181215
+ libfsapfs_compressed_data_handle_seek_segment_offset@Base 20181215
+ libfsapfs_compressed_data_header_free@Base 20201107
+ libfsapfs_compressed_data_header_initialize@Base 20201107
+ libfsapfs_compressed_data_header_read_data@Base 20201107
+ libfsapfs_container_close@Base 20181215
+ libfsapfs_container_data_handle_free@Base 20181215
+ libfsapfs_container_data_handle_initialize@Base 20181215
+ libfsapfs_container_data_handle_read_data_block@Base 20181215
+ libfsapfs_container_free@Base 20181215
+ libfsapfs_container_get_identifier@Base 20181215
+ libfsapfs_container_get_number_of_volumes@Base 20181215
+ libfsapfs_container_get_size@Base 20181215
+ libfsapfs_container_get_volume_by_index@Base 20181215
+ libfsapfs_container_initialize@Base 20181215
+ libfsapfs_container_is_locked@Base 20201107
+ libfsapfs_container_key_bag_free@Base 20181215
+ libfsapfs_container_key_bag_get_volume_key_bag_extent_by_identifier@Base 
20181215
+ libfsapfs_container_key_bag_get_volume_master_key_by_identifier@Base 20181215
+ libfsapfs_container_key_bag_initialize@Base 20181215
+ libfsapfs_container_key_bag_read_data@Base 20181215
+ libfsapfs_container_key_bag_read_file_io_handle@Base 20181215
+ libfsapfs_container_open@Base 20181215
+ libfsapfs_container_open_file_io_handle@Base 20181215
+ libfsapfs_container_reaper_free@Base 20181215
+ libfsapfs_container_reaper_initialize@Base 20181215
+ libfsapfs_container_reaper_read_data@Base 20181215
+ libfsapfs_container_reaper_read_file_io_handle@Base 20181215
+ libfsapfs_container_signal_abort@Base 20181215
+ libfsapfs_container_superblock_free@Base 20181215
+ libfsapfs_container_superblock_get_container_identifier@Base 20181215
+ libfsapfs_container_superblock_initialize@Base 20181215
+ libfsapfs_container_superblock_read_data@Base 20181215
+ libfsapfs_container_superblock_read_file_io_handle@Base 20181215
+ libfsapfs_data_block_clear_data@Base 20181215
+ libfsapfs_data_block_data_handle_free@Base 20181215
+ libfsapfs_data_block_data_handle_initialize@Base 20181215
+ libfsapfs_data_block_data_handle_read_segment_data@Base 20181215
+ libfsapfs_data_block_data_handle_seek_segment_offset@Base 20181215
+ libfsapfs_data_block_free@Base 20181215
+ libfsapfs_data_block_initialize@Base 20181215
+ libfsapfs_data_block_read@Base 20181215
+ libfsapfs_data_block_vector_initialize@Base 20201107
+ libfsapfs_data_stream_initialize_from_compressed_data_stream@Base 20181215
+ libfsapfs_data_stream_initialize_from_data@Base 20181215
+ libfsapfs_data_stream_initialize_from_file_extents@Base 20181215
+ libfsapfs_decompress_data@Base 20181215
+ libfsapfs_deflate_bit_stream_get_huffman_encoded_value@Base 20181215
+ libfsapfs_deflate_bit_stream_get_value@Base 20181215
+ libfsapfs_deflate_calculate_adler32@Base 20181215
+ libfsapfs_deflate_decode_huffman@Base 20181215
+ libfsapfs_deflate_decompress@Base 20181215
+ libfsapfs_deflate_decompress_zlib@Base 20201107
+ libfsapfs_deflate_fixed_huffman_distances_table@Base 20201107
+ libfsapfs_deflate_fixed_huffman_literals_table@Base 20201107
+ libfsapfs_deflate_fixed_huffman_tables_initialized@Base 20201107
+ libfsapfs_deflate_huffman_table_construct@Base 20181215
+ libfsapfs_deflate_initialize_dynamic_huffman_tables@Base 20181215
+ libfsapfs_deflate_initialize_fixed_huffman_tables@Base 20181215
+ libfsapfs_deflate_read_block@Base 20201107
+ libfsapfs_deflate_read_data_header@Base 20201107
+ libfsapfs_directory_record_clone@Base 20181215
+ libfsapfs_directory_record_compare_name_with_utf16_string@Base 20181215
+ libfsapfs_directory_record_compare_name_with_utf8_string@Base 20181215
+ libfsapfs_directory_record_free@Base 20181215
+ libfsapfs_directory_record_get_added_time@Base 20181215
+ libfsapfs_directory_record_get_identifier@Base 20181215
+ libfsapfs_directory_record_get_utf16_name@Base 20181215
+ libfsapfs_directory_record_get_utf16_name_size@Base 20181215
+ libfsapfs_directory_record_get_utf8_name@Base 20181215
+ libfsapfs_directory_record_get_utf8_name_size@Base 20181215
+ libfsapfs_directory_record_initialize@Base 20181215
+ libfsapfs_directory_record_read_key_data@Base 20181215
+ libfsapfs_directory_record_read_value_data@Base 20181215
+ libfsapfs_encryption_aes_key_unwrap@Base 20181215
+ libfsapfs_encryption_context_crypt@Base 20181215
+ libfsapfs_encryption_context_free@Base 20181215
+ libfsapfs_encryption_context_initialize@Base 20181215
+ libfsapfs_encryption_context_set_keys@Base 20181215
+ libfsapfs_error_backtrace_fprint@Base 20181215
+ libfsapfs_error_backtrace_sprint@Base 20181215
+ libfsapfs_error_fprint@Base 20181215
+ libfsapfs_error_free@Base 20181215
+ libfsapfs_error_sprint@Base 20181215
+ libfsapfs_extended_attribute_compare_name_with_utf16_string@Base 20181215
+ libfsapfs_extended_attribute_compare_name_with_utf8_string@Base 20181215
+ libfsapfs_extended_attribute_free@Base 20181215
+ libfsapfs_extended_attribute_get_data_stream@Base 20181215
+ libfsapfs_extended_attribute_get_identifier@Base 20181215
+ libfsapfs_extended_attribute_get_offset@Base 20181215
+ libfsapfs_extended_attribute_get_size@Base 20181215
+ libfsapfs_extended_attribute_get_utf16_name@Base 20181215
+ libfsapfs_extended_attribute_get_utf16_name_size@Base 20181215
+ libfsapfs_extended_attribute_get_utf8_name@Base 20181215
+ libfsapfs_extended_attribute_get_utf8_name_size@Base 20181215
+ libfsapfs_extended_attribute_initialize@Base 20181215
+ libfsapfs_extended_attribute_read_buffer@Base 20181215
+ libfsapfs_extended_attribute_read_buffer_at_offset@Base 20181215
+ libfsapfs_extended_attribute_read_key_data@Base 20181215
+ libfsapfs_extended_attribute_read_value_data@Base 20181215
+ libfsapfs_extended_attribute_seek_offset@Base 20181215
+ libfsapfs_extent_reference_tree_free@Base 20190210
+ libfsapfs_extent_reference_tree_initialize@Base 20190210
+ libfsapfs_extent_reference_tree_read_data@Base 20190210
+ libfsapfs_extent_reference_tree_read_file_io_handle@Base 20190210
+ libfsapfs_file_entry_free@Base 20181215
+ libfsapfs_file_entry_get_access_time@Base 20181215
+ libfsapfs_file_entry_get_added_time@Base 20201107
+ libfsapfs_file_entry_get_creation_time@Base 20181215
+ libfsapfs_file_entry_get_extended_attribute_by_index@Base 20181215
+ libfsapfs_file_entry_get_extended_attribute_by_utf16_name@Base 20190210
+ libfsapfs_file_entry_get_extended_attribute_by_utf8_name@Base 20190210
+ libfsapfs_file_entry_get_extent_by_index@Base 20181215
+ libfsapfs_file_entry_get_file_mode@Base 20181215
+ libfsapfs_file_entry_get_group_identifier@Base 20181215
+ libfsapfs_file_entry_get_identifier@Base 20181215
+ libfsapfs_file_entry_get_inode_change_time@Base 20181215
+ libfsapfs_file_entry_get_modification_time@Base 20181215
+ libfsapfs_file_entry_get_number_of_extended_attributes@Base 20181215
+ libfsapfs_file_entry_get_number_of_extents@Base 20181215
+ libfsapfs_file_entry_get_number_of_sub_file_entries@Base 20181215
+ libfsapfs_file_entry_get_offset@Base 20181215
+ libfsapfs_file_entry_get_owner_identifier@Base 20181215
+ libfsapfs_file_entry_get_parent_file_entry@Base 20181215
+ libfsapfs_file_entry_get_parent_identifier@Base 20181215
+ libfsapfs_file_entry_get_size@Base 20181215
+ libfsapfs_file_entry_get_sub_file_entry_by_index@Base 20181215
+ libfsapfs_file_entry_get_sub_file_entry_by_utf16_name@Base 20181215
+ libfsapfs_file_entry_get_sub_file_entry_by_utf8_name@Base 20181215
+ libfsapfs_file_entry_get_utf16_name@Base 20181215
+ libfsapfs_file_entry_get_utf16_name_size@Base 20181215
+ libfsapfs_file_entry_get_utf16_symbolic_link_target@Base 20181215
+ libfsapfs_file_entry_get_utf16_symbolic_link_target_size@Base 20181215
+ libfsapfs_file_entry_get_utf8_name@Base 20181215
+ libfsapfs_file_entry_get_utf8_name_size@Base 20181215
+ libfsapfs_file_entry_get_utf8_symbolic_link_target@Base 20181215
+ libfsapfs_file_entry_get_utf8_symbolic_link_target_size@Base 20181215
+ libfsapfs_file_entry_has_extended_attribute_by_utf16_name@Base 20190210
+ libfsapfs_file_entry_has_extended_attribute_by_utf8_name@Base 20190210
+ libfsapfs_file_entry_initialize@Base 20181215
+ libfsapfs_file_entry_read_buffer@Base 20181215
+ libfsapfs_file_entry_read_buffer_at_offset@Base 20181215
+ libfsapfs_file_entry_seek_offset@Base 20181215
+ libfsapfs_file_extent_free@Base 20181215
+ libfsapfs_file_extent_initialize@Base 20181215
+ libfsapfs_file_extent_read_key_data@Base 20181215
+ libfsapfs_file_extent_read_value_data@Base 20181215
+ libfsapfs_file_system_btree_free@Base 20181215
+ libfsapfs_file_system_btree_get_directory_entries@Base 20181215
+ libfsapfs_file_system_btree_get_directory_entries_from_branch_node@Base 
20181215
+ libfsapfs_file_system_btree_get_directory_entries_from_leaf_node@Base 20181215
+ 
libfsapfs_file_system_btree_get_directory_record_from_branch_node_by_utf16_name@Base
 20181215
+ 
libfsapfs_file_system_btree_get_directory_record_from_branch_node_by_utf8_name@Base
 20181215
+ 
libfsapfs_file_system_btree_get_directory_record_from_leaf_node_by_utf16_name@Base
 20181215
+ 
libfsapfs_file_system_btree_get_directory_record_from_leaf_node_by_utf8_name@Base
 20181215
+ libfsapfs_file_system_btree_get_entry_by_identifier@Base 20181215
+ libfsapfs_file_system_btree_get_entry_from_node_by_identifier@Base 20181215
+ libfsapfs_file_system_btree_get_extended_attributes@Base 20181215
+ libfsapfs_file_system_btree_get_extended_attributes_from_branch_node@Base 
20181215
+ libfsapfs_file_system_btree_get_extended_attributes_from_leaf_node@Base 
20181215
+ libfsapfs_file_system_btree_get_file_extents@Base 20181215
+ libfsapfs_file_system_btree_get_file_extents_from_branch_node@Base 20181215
+ libfsapfs_file_system_btree_get_file_extents_from_leaf_node@Base 20181215
+ libfsapfs_file_system_btree_get_inode_by_identifier@Base 20181215
+ libfsapfs_file_system_btree_get_inode_by_utf16_name@Base 20181215
+ libfsapfs_file_system_btree_get_inode_by_utf16_path@Base 20181215
+ libfsapfs_file_system_btree_get_inode_by_utf8_name@Base 20181215
+ libfsapfs_file_system_btree_get_inode_by_utf8_path@Base 20181215
+ libfsapfs_file_system_btree_get_root_node@Base 20181215
+ libfsapfs_file_system_btree_get_sub_node@Base 20181215
+ libfsapfs_file_system_btree_get_sub_node_block_number_from_entry@Base 20181215
+ libfsapfs_file_system_btree_initialize@Base 20181215
+ libfsapfs_file_system_data_handle_free@Base 20181215
+ libfsapfs_file_system_data_handle_initialize@Base 20181215
+ libfsapfs_file_system_data_handle_read_data_block@Base 20181215
+ libfsapfs_fusion_middle_tree_free@Base 20190210
+ libfsapfs_fusion_middle_tree_initialize@Base 20190210
+ libfsapfs_fusion_middle_tree_read_data@Base 20190210
+ libfsapfs_fusion_middle_tree_read_file_io_handle@Base 20190210
+ libfsapfs_get_access_flags_read@Base 20181215
+ libfsapfs_get_codepage@Base 20181215
+ libfsapfs_get_version@Base 20181215
+ libfsapfs_inode_free@Base 20181215
+ libfsapfs_inode_get_access_time@Base 20181215
+ libfsapfs_inode_get_creation_time@Base 20181215
+ libfsapfs_inode_get_data_stream_identifier@Base 20181215
+ libfsapfs_inode_get_data_stream_size@Base 20181215
+ libfsapfs_inode_get_file_mode@Base 20181215
+ libfsapfs_inode_get_flags@Base 20181215
+ libfsapfs_inode_get_group_identifier@Base 20181215
+ libfsapfs_inode_get_identifier@Base 20181215
+ libfsapfs_inode_get_inode_change_time@Base 20181215
+ libfsapfs_inode_get_modification_time@Base 20181215
+ libfsapfs_inode_get_owner_identifier@Base 20181215
+ libfsapfs_inode_get_parent_identifier@Base 20181215
+ libfsapfs_inode_get_utf16_name@Base 20181215
+ libfsapfs_inode_get_utf16_name_size@Base 20181215
+ libfsapfs_inode_get_utf8_name@Base 20181215
+ libfsapfs_inode_get_utf8_name_size@Base 20181215
+ libfsapfs_inode_initialize@Base 20181215
+ libfsapfs_inode_read_key_data@Base 20181215
+ libfsapfs_inode_read_value_data@Base 20181215
+ libfsapfs_io_handle_clear@Base 20181215
+ libfsapfs_io_handle_free@Base 20181215
+ libfsapfs_io_handle_initialize@Base 20181215
+ libfsapfs_key_bag_entry_free@Base 20181215
+ libfsapfs_key_bag_entry_initialize@Base 20181215
+ libfsapfs_key_bag_entry_read_data@Base 20181215
+ libfsapfs_key_bag_header_free@Base 20181215
+ libfsapfs_key_bag_header_initialize@Base 20181215
+ libfsapfs_key_bag_header_read_data@Base 20181215
+ libfsapfs_key_encrypted_key_free@Base 20181215
+ libfsapfs_key_encrypted_key_initialize@Base 20181215
+ libfsapfs_key_encrypted_key_read_data@Base 20181215
+ libfsapfs_key_encrypted_key_unlock_with_key@Base 20181215
+ libfsapfs_key_encrypted_key_unlock_with_password@Base 20181215
+ libfsapfs_key_encrypted_key_wrapped_kek_initialization_vector@Base 20181215
+ libfsapfs_lzvn_decompress@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x00000040@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x00000340@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x000010a0@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x000013f8@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x00001c80@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x00001e00@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x00002120@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x000024b0@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x00002c00@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x0000a640@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x0000a720@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x0000ab70@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x0000ff20@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x00010400@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x000104b0@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x00010c80@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x000118a0@Base 20181215
+ libfsapfs_name_case_folding_mappings_0x00016e40@Base 20201107
+ libfsapfs_name_case_folding_mappings_0x0001e900@Base 20181215
+ libfsapfs_name_compare_with_utf16_string@Base 20181215
+ libfsapfs_name_compare_with_utf8_string@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x000000c0@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x000001a0@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00000340@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00000400@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00000620@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00000928@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00000a30@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00000b48@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00000c48@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00000d48@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00000f40@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00001b00@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00001e00@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00002120@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00002200@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00002ad8@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00003048@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x0000ac00@Base 20201107
+ libfsapfs_name_decomposition_mappings_0x0000d7a0@Base 20201107
+ libfsapfs_name_decomposition_mappings_0x0000f900@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x0000fb18@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00011098@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00011128@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x00011348@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x000114b8@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x000115b8@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x0001d158@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x0001d1b8@Base 20181215
+ libfsapfs_name_decomposition_mappings_0x0002f800@Base 20181215
+ libfsapfs_name_hash_calculate_from_utf16_string@Base 20181215
+ libfsapfs_name_hash_calculate_from_utf8_string@Base 20181215
+ libfsapfs_notify_set_stream@Base 20181215
+ libfsapfs_notify_set_verbose@Base 20181215
+ libfsapfs_notify_stream_close@Base 20181215
+ libfsapfs_notify_stream_open@Base 20181215
+ libfsapfs_object_free@Base 20181215
+ libfsapfs_object_initialize@Base 20181215
+ libfsapfs_object_map_btree_free@Base 20181215
+ libfsapfs_object_map_btree_get_descriptor_by_object_identifier@Base 20181215
+ libfsapfs_object_map_btree_get_entry_by_identifier@Base 20181215
+ libfsapfs_object_map_btree_get_entry_from_node_by_identifier@Base 20181215
+ libfsapfs_object_map_btree_get_root_node@Base 20181215
+ libfsapfs_object_map_btree_get_sub_node@Base 20181215
+ libfsapfs_object_map_btree_initialize@Base 20181215
+ libfsapfs_object_map_descriptor_free@Base 20181215
+ libfsapfs_object_map_descriptor_initialize@Base 20181215
+ libfsapfs_object_map_descriptor_read_key_data@Base 20181215
+ libfsapfs_object_map_descriptor_read_value_data@Base 20181215
+ libfsapfs_object_map_free@Base 20181215
+ libfsapfs_object_map_initialize@Base 20181215
+ libfsapfs_object_map_read_data@Base 20181215
+ libfsapfs_object_map_read_file_io_handle@Base 20181215
+ libfsapfs_object_read_data@Base 20181215
+ libfsapfs_object_read_file_io_handle@Base 20181215
+ libfsapfs_password_pbkdf2@Base 20181215
+ libfsapfs_set_codepage@Base 20181215
+ libfsapfs_snapshot_free@Base 20201107
+ libfsapfs_snapshot_get_utf16_name@Base 20201107
+ libfsapfs_snapshot_get_utf16_name_size@Base 20201107
+ libfsapfs_snapshot_get_utf8_name@Base 20201107
+ libfsapfs_snapshot_get_utf8_name_size@Base 20201107
+ libfsapfs_snapshot_initialize@Base 20201107
+ libfsapfs_snapshot_metadata_free@Base 20190210
+ libfsapfs_snapshot_metadata_get_utf16_name@Base 20201107
+ libfsapfs_snapshot_metadata_get_utf16_name_size@Base 20201107
+ libfsapfs_snapshot_metadata_get_utf8_name@Base 20201107
+ libfsapfs_snapshot_metadata_get_utf8_name_size@Base 20201107
+ libfsapfs_snapshot_metadata_initialize@Base 20190210
+ libfsapfs_snapshot_metadata_read_key_data@Base 20190210
+ libfsapfs_snapshot_metadata_read_value_data@Base 20190210
+ libfsapfs_snapshot_metadata_tree_free@Base 20190210
+ libfsapfs_snapshot_metadata_tree_get_entry_by_identifier@Base 20190210
+ libfsapfs_snapshot_metadata_tree_get_entry_from_node_by_identifier@Base 
20190210
+ libfsapfs_snapshot_metadata_tree_get_metadata_by_object_identifier@Base 
20190210
+ libfsapfs_snapshot_metadata_tree_get_root_node@Base 20190210
+ libfsapfs_snapshot_metadata_tree_get_snapshots@Base 20201107
+ libfsapfs_snapshot_metadata_tree_get_snapshots_from_branch_node@Base 20201107
+ libfsapfs_snapshot_metadata_tree_get_snapshots_from_leaf_node@Base 20201107
+ libfsapfs_snapshot_metadata_tree_get_sub_node@Base 20190210
+ libfsapfs_snapshot_metadata_tree_get_sub_node_block_number_from_entry@Base 
20201107
+ libfsapfs_snapshot_metadata_tree_initialize@Base 20190210
+ libfsapfs_space_manager_free@Base 20190210
+ libfsapfs_space_manager_initialize@Base 20190210
+ libfsapfs_space_manager_read_data@Base 20190210
+ libfsapfs_space_manager_read_file_io_handle@Base 20190210
+ libfsapfs_volume_free@Base 20181215
+ libfsapfs_volume_get_features_flags@Base 20201107
+ libfsapfs_volume_get_file_entry_by_identifier@Base 20181215
+ libfsapfs_volume_get_file_entry_by_utf16_path@Base 20181215
+ libfsapfs_volume_get_file_entry_by_utf8_path@Base 20181215
+ libfsapfs_volume_get_identifier@Base 20181215
+ libfsapfs_volume_get_next_file_entry_identifier@Base 20181215
+ libfsapfs_volume_get_number_of_snapshots@Base 20201107
+ libfsapfs_volume_get_root_directory@Base 20181215
+ libfsapfs_volume_get_size@Base 20181215
+ libfsapfs_volume_get_snapshot_by_index@Base 20201107
+ libfsapfs_volume_get_utf16_name@Base 20181215
+ libfsapfs_volume_get_utf16_name_size@Base 20181215
+ libfsapfs_volume_get_utf8_name@Base 20181215
+ libfsapfs_volume_get_utf8_name_size@Base 20181215
+ libfsapfs_volume_initialize@Base 20181215
+ libfsapfs_volume_is_locked@Base 20181215
+ libfsapfs_volume_key_bag_free@Base 20181215
+ libfsapfs_volume_key_bag_get_volume_key@Base 20181215
+ libfsapfs_volume_key_bag_initialize@Base 20181215
+ libfsapfs_volume_key_bag_read_data@Base 20181215
+ libfsapfs_volume_key_bag_read_file_io_handle@Base 20181215
+ libfsapfs_volume_set_utf16_password@Base 20181215
+ libfsapfs_volume_set_utf16_recovery_password@Base 20181215
+ libfsapfs_volume_set_utf8_password@Base 20181215
+ libfsapfs_volume_set_utf8_recovery_password@Base 20181215
+ libfsapfs_volume_superblock_free@Base 20181215
+ libfsapfs_volume_superblock_get_utf16_volume_name@Base 20181215
+ libfsapfs_volume_superblock_get_utf16_volume_name_size@Base 20181215
+ libfsapfs_volume_superblock_get_utf8_volume_name@Base 20181215
+ libfsapfs_volume_superblock_get_utf8_volume_name_size@Base 20181215
+ libfsapfs_volume_superblock_get_volume_identifier@Base 20181215
+ libfsapfs_volume_superblock_initialize@Base 20181215
+ libfsapfs_volume_superblock_read_data@Base 20181215
+ libfsapfs_volume_superblock_read_file_io_handle@Base 20181215
+ libfsapfs_volume_unlock@Base 20181215
+ (optional)lzvn_oppcode_types@Base 0

--- End Message ---
--- Begin Message ---
Source: libfsapfs
Source-Version: 20201107-1.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libfsapfs, 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 libfsapfs 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 12:05:46 +0000
Source: libfsapfs
Architecture: source
Version: 20201107-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062299
Changes:
 libfsapfs (20201107-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062299
Checksums-Sha1:
 f46c49eb1c1bd4056dc3c349f2dd433a3c31154e 2264 libfsapfs_20201107-1.1.dsc
 b28f0b1ea24a01e49e596ece3b3c46918668c1db 5268 
libfsapfs_20201107-1.1.debian.tar.xz
 9c3d18c77f7a9898b4725f225b38bc9515e23cab 7535 
libfsapfs_20201107-1.1_source.buildinfo
Checksums-Sha256:
 4107038631d73e987f3c4d112783070328ac01d0b3de5e693ff3985dffe162fd 2264 
libfsapfs_20201107-1.1.dsc
 c93b0b1794ca34233a06dc35ffd9fa49c35618b655b461d9d072a74ada119d17 5268 
libfsapfs_20201107-1.1.debian.tar.xz
 9ba555cc6dc37fa572bac9ded96502485fd3052c5e2e82ccc8ebab8120b13ce7 7535 
libfsapfs_20201107-1.1_source.buildinfo
Files:
 5289048e3643f7b1bca545b7c120ab2c 2264 libs optional libfsapfs_20201107-1.1.dsc
 3d3c895a61d11014013a886d48a74112 5268 libs optional 
libfsapfs_20201107-1.1.debian.tar.xz
 58cfb7767c50bc409a5cce34bf48e46e 7535 libs optional 
libfsapfs_20201107-1.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfIcYACgkQFZ61xO/I
d0yV7w//RdHTxdF2k6Jp+xea6+ciu85keK3VamvLSt+soX4z2uLlbz2cQZu3ELU7
5n2ndg5ZaFBWBz6NDHm2UUUeNPtRh7ymvzZLW8//VlvyLSAByzWK9j2c1FoewUiO
iwuE/QbC7b3B+O9DyBdUQV1KPYpAFhcriZhqRiQjaivJRn1rVrvSY3yrUFtY4qLe
sYDVKxpdZ65p2yzvjdev0qlhPs+fBPWT36V8nXbjuEAifiojAsz2cv0xrKJectvR
sfLe3E2cpJ1PVMVPZp4t02PrvE2q1VWK9jGX3EjTh89whb1MBi3GbHULdi2mveI0
Wa9q51HAGyZ/vs+H4eLbNbzgmAX2PWQkKwpo/HnSBWYpio5rfQAx41Oc4UoHcJvM
Ic5z158Y7ojcvfq0+gI7jxZ9kTgiROU+c8GekURhNNhj9sE37Xwn2H2v0kIa3Gle
tY5mkDQ9JFdpz4fRGxr0r8XLvJ3rhqo6lPh20ga2fPrr+kMqvKBt+38Pj++QRUFQ
R0q3ExVs4TV0mwrt0PO7VK89YXsdYk8oG844Wy7KSV9dArUkjswsIdTsg5iEVB8M
Xxzbzly8ME2qHv3OdsiOIuIaYom9xGZnu/rSwsQYrkj/Kci2RLGpF17pH1R1w7mE
fRcsKpyPqvANxaH9WlIooGKobvcTz95j6hc32DDVQB3YajVwHVA=
=0j6l
-----END PGP SIGNATURE-----

Attachment: pgpX04BLTwsYA.pgp
Description: PGP signature


--- End Message ---

Reply via email to