libarchive 3.6.2-1ubuntu1 source package in Ubuntu
Changelog
libarchive (3.6.2-1ubuntu1) lunar; urgency=medium * Sync with Debian. Remaining change: - Run dh_auto_test by default libarchive (3.6.2-1) unstable; urgency=medium [ Debian Janitor ] * Set upstream metadata fields: Bug-Database. * Update standards version to 4.6.0, no changes needed. [ Peter Pentchev ] * Declare compliance with Policy 4.6.2 with no changes. * Fix the licensing of the blake2-related files. Closes: #1023392 * New upstream version: - fix a ZIP read vulnerability (CVE-2022-28066) Closes: #1008953 - fix a memory allocation vulnerability (CVE-2022-36227) Closes: #1024669 - refresh the typos patch - remove a lot of libarchive internal functions from the shared library's symbols file. These functions were never present in any of the public-facing libarchive header files, so they should not be referenced by any libarchive consumers. In version 3.6.2, libarchive switched to a "hide internal symbols" policy, so that these symbols are now not present in the shipped shared library. - drop the optional internal symbols regular expressions, too; now that libarchive hides its internal symbols, the appearance of any names like that in the generated symbols file would be a bug - add the iconv-pkgconfig patch to drop the reference to "iconv" from the .pc file: on Debian systems, iconv(3) is part of glibc -- Jeremy Bicha <email address hidden> Wed, 04 Jan 2023 15:32:25 -0500
Upload details
- Uploaded by:
- Jeremy BĂcha
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | libs | |
Lunar | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libarchive_3.6.2.orig.tar.xz | 5.0 MiB | 9e2c1b80d5fbe59b61308fdfab6c79b5021d7ff4ff2489fb12daf0a96a83551d |
libarchive_3.6.2.orig.tar.xz.asc | 659 bytes | c6f1cdc29571dd6b09d3776ae98404a81b2dbe970a2bd9dc0bd9ed183ca49b71 |
libarchive_3.6.2-1ubuntu1.debian.tar.xz | 24.8 KiB | 2f49baa07a4be8c66ac66bab2b5dc552427723d082ca54fa7e4d537a741f96a4 |
libarchive_3.6.2-1ubuntu1.dsc | 2.6 KiB | dc4eef6db5f927e533d6f2c66d4bdc6100003c6d9b49e36e5f2b0654a6c71c9b |
Available diffs
Binary packages built by this source
- libarchive-dev: Multi-format archive and compression library (development files)
The libarchive library provides a flexible interface for reading and writing
archives in various formats such as tar and cpio. libarchive also supports
reading and writing archives compressed using various compression filters such
as gzip and bzip2. The library is inherently stream-oriented; readers serially
iterate through the archive, writers serially add things to the archive.
.
Archive formats supported are:
.
* tar (read and write, including GNU extensions)
* pax (read and write, including GNU and star extensions)
* cpio (read and write, including odc and newc variants)
* iso9660 (read and write, including Joliet and Rockridge extensions, with
some limitations)
* zip (read only, with some limitations, uses zlib)
* mtree (read and write)
* shar (write only)
* ar (read and write, including BSD and GNU/SysV variants)
* empty (read only; in particular, note that no other format will accept an
empty file)
* raw (read only)
* xar (read only)
* rar (read only, with some limitations)
* 7zip (read and write, with some limitations)
.
Filters supported are:
.
* gzip (read and write, uses zlib)
* bzip2 (read and write, uses bzlib)
* compress (read and write, uses an internal implementation)
* uudecode (read only)
* separate command-line compressors with fixed-signature auto-detection
* xz and lzma (read and write using liblzma)
* zstandard (read and write using libzstd)
.
This package provides the files necessary for development with libarchive.
- libarchive-tools: FreeBSD implementations of 'tar' and 'cpio' and other archive tools
This package contains several command-line tools based on the libarchive
library.
.
The bsdtar program is the default system 'tar' program used on FreeBSD. bsdtar
uses the libarchive library as a backend which does all of the work for reading
and writing archives in various formats.
.
The bsdcpio program is the default system 'cpio' program used on FreeBSD.
bsdcpio uses the libarchive library as a backend which does all of the work for
reading and writing archives in various formats.
.
The bsdcat program reads archived data from files or from its standard input
and uses the libarchive library to decompresses it to its standard output.
It may be used for viewing the contents of archives or for passing it to other
tools for further processing.
- libarchive-tools-dbgsym: debug symbols for libarchive-tools
- libarchive13: Multi-format archive and compression library (shared library)
The libarchive library provides a flexible interface for reading and writing
archives in various formats such as tar and cpio. libarchive also supports
reading and writing archives compressed using various compression filters such
as gzip and bzip2. The library is inherently stream-oriented; readers serially
iterate through the archive, writers serially add things to the archive.
.
Archive formats supported are:
.
* tar (read and write, including GNU extensions)
* pax (read and write, including GNU and star extensions)
* cpio (read and write, including odc and newc variants)
* iso9660 (read and write, including Joliet and Rockridge extensions, with
some limitations)
* zip (read only, with some limitations, uses zlib)
* mtree (read and write)
* shar (write only)
* ar (read and write, including BSD and GNU/SysV variants)
* empty (read only; in particular, note that no other format will accept an
empty file)
* raw (read only)
* xar (read only)
* rar (read only, with some limitations)
* 7zip (read and write, with some limitations)
.
Filters supported are:
.
* gzip (read and write, uses zlib)
* bzip2 (read and write, uses bzlib)
* compress (read and write, uses an internal implementation)
* uudecode (read only)
* separate command-line compressors with fixed-signature auto-detection
* xz and lzma (read and write using liblzma)
* zstandard (read and write using libzstd)
.
This package provides the libarchive shared library.
- libarchive13-dbgsym: debug symbols for libarchive13