libarchive 3.5.2-1 source package in Ubuntu
Changelog
libarchive (3.5.2-1) unstable; urgency=medium * Declare compliance with Debian Policy 4.6.0 with no changes. * Add the year 2021 to my debian/* copyright notice. * Drop the Breaks/Replaces relations for pre-oldstable versions of bsdtar and bsdcpio. * Fix some shellcheck complaints about the minitar autopkgtest. * Use a comma, not a semicolon, in the Origin DEP-3 header. * Annotate the sharutils build dependency with <!nocheck>. Closes: #981654 * Drop the obsolete libattr1-dev build dependency. At the moment it is still pulled in by libacl1-dev, but there is no reason for us not to do the right thing, so that everything goes right when libacl1-dev corrects its build dependency. Closes: #953931 * New upstream version: - fix handling of symlink ACLs; Closes: 1001986 - never follow symlinks when setting file flags; Closes: 1001990 - update the upstream copyright information - drop some patches that were taken from the upstream source: - upstream-cpio-hardlink-type - upstream-cpio-rdev - upstream-unneeded-strlen - upstream-hardlink-to-self - upstream-set-format-error - upstream-rar-read-format - upstream-memory-stdlib - upstream-max-comp-level - upstream-isint-w - update the library symbols file * Add the lzip-large-dict patch to support larger lzip dictionaries. Closes: #1001901 * Add the upstream-fixup-symlinks, upstream-fixup-file-flags, and upstream-fix-32bit-size-cast patches, importing three upstream post-3.5.2 commits. -- Peter Pentchev <email address hidden> Wed, 22 Dec 2021 19:51:54 +0200
Upload details
- Uploaded by:
- Peter Pentchev
- Uploaded to:
- Sid
- Original maintainer:
- Peter Pentchev
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libarchive_3.5.2-1.dsc | 2.6 KiB | 85b39d391c7a23cda3d782bfc2f887e3d5f239b221e9f2f1721011eaa975f10b |
libarchive_3.5.2.orig.tar.xz | 4.7 MiB | f0b19ff39c3c9a5898a219497ababbadab99d8178acc980155c7e1271089b5a0 |
libarchive_3.5.2.orig.tar.xz.asc | 833 bytes | 13daf9668aa83d62250eb89fab1e8109297da0b9fda5901c390ae4b5a0d7aebe |
libarchive_3.5.2-1.debian.tar.xz | 26.6 KiB | cd435e783956e304f94a9462e0588e3464d02e5eb2d5836ae2eea5b79cdc93ce |
Available diffs
- diff from 3.4.3-2build1 (in Ubuntu) to 3.5.2-1 (313.0 KiB)
No changes file available.
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