Skip to content

Commit

Permalink
libarchive: Build with stone support
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <[email protected]>
  • Loading branch information
ReillyBrogan authored and tarkah committed Nov 8, 2024
1 parent 7ff1e22 commit 05f2098
Show file tree
Hide file tree
Showing 7 changed files with 832 additions and 17 deletions.
1 change: 1 addition & 0 deletions packages/l/libarchive/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ libarchive.so.13:archive_read_support_format_mtree
libarchive.so.13:archive_read_support_format_rar
libarchive.so.13:archive_read_support_format_rar5
libarchive.so.13:archive_read_support_format_raw
libarchive.so.13:archive_read_support_format_stone
libarchive.so.13:archive_read_support_format_tar
libarchive.so.13:archive_read_support_format_warc
libarchive.so.13:archive_read_support_format_xar
Expand Down
1 change: 1 addition & 0 deletions packages/l/libarchive/abi_symbols32
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ libarchive.so.13:archive_read_support_format_mtree
libarchive.so.13:archive_read_support_format_rar
libarchive.so.13:archive_read_support_format_rar5
libarchive.so.13:archive_read_support_format_raw
libarchive.so.13:archive_read_support_format_stone
libarchive.so.13:archive_read_support_format_tar
libarchive.so.13:archive_read_support_format_warc
libarchive.so.13:archive_read_support_format_xar
Expand Down
1 change: 1 addition & 0 deletions packages/l/libarchive/abi_used_libs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ libcrypto.so.3
liblz4.so.1
liblzma.so.5
liblzo2.so.2
libstone.so.0.24
libxml2.so.2
libz.so.1
libzstd.so.1
11 changes: 11 additions & 0 deletions packages/l/libarchive/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,17 @@ liblzo2.so.2:lzo1x_decompress_safe
liblzo2.so.2:lzo_adler32
liblzo2.so.2:lzo_version
liblzo2.so.2:lzo_version_string
libstone.so.0.24:stone_payload_content_reader_destroy
libstone.so.0.24:stone_payload_content_reader_read
libstone.so.0.24:stone_payload_destroy
libstone.so.0.24:stone_payload_header
libstone.so.0.24:stone_payload_next_index_record
libstone.so.0.24:stone_payload_next_layout_record
libstone.so.0.24:stone_read
libstone.so.0.24:stone_reader_destroy
libstone.so.0.24:stone_reader_header_v1
libstone.so.0.24:stone_reader_next_payload
libstone.so.0.24:stone_reader_read_content_payload
libxml2.so.2:UTF8Toisolat1
libxml2.so.2:xmlBufferCreate
libxml2.so.2:xmlBufferFree
Expand Down
Loading

0 comments on commit 05f2098

Please sign in to comment.