Path to this page:
./
archivers/bsdtar,
Fast multi-format tape archiver
Branch: CURRENT,
Version: 3.8.1,
Package name: bsdtar-3.8.1,
Maintainer: pkgsrc-usersThe libarchive library contains routines for creating, reading from, and
writing to different streaming archive formats, e.g. most popular tar
and cpio formats. Additionally, libarchive supports writing to shar archives
and reading from ISO-9660 (CD-ROM) images.
This package contains bsdtar, a high-efficiency libarchive front-end which
is [almost] wholly compatible with the ubiquitous GNU tar. It supports
advanced features many other implementations do not.
For your convenience, the installed bsdtar binary will not be linked
to any pkgsrc-provided libraries.
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Updated to version: bsdtar-3.8.1
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-28) Updated to version: bsdtar-3.7.9
- (2025-02-18) Updated to version: bsdtar-3.7.7nb1
- (2024-01-18) Updated to version: bsdtar-3.7.2
CVS history: (Expand)
2025-04-28 12:31:35 by Adam Ciarcinski | Files touched by this commit (163) |  |
Log message:
bsdtar libarchive: updated to 3.7.9
3.7.9
Important bugfixes:
a regression in libarchive 3.7.8 regarding GNU sparse entries was fixed
3.7.8
Security fixes:
tar reader: Handle truncation in the middle of a GNU long linkname
unzip: fix null pointer dereference
tar reader: fix unchecked return value in list_item_verbose()
Important bugfixes:
7zip reader: add SPARC
tar reader: Ignore ustar size when pax size is present
tar writer: Fix bug when -s/a/b/ used more than once with b flag
cpio: Fix a Y2038 bug on Windows
libarchive: Handle ARCHIVE_FILTER_LZOP in archive_read_append_filter
libarchive: Adding missing seeker function to archive_read_open_FILE()
|
| 2025-02-18 16:08:07 by Thomas Klausner | Files touched by this commit (1) |
Log message:
bsdtar: bump PKGREVISION for previous
|
| 2025-02-18 16:07:51 by Thomas Klausner | Files touched by this commit (1) |
Log message:
bsdtar: Disable CNG.
Mirrors change made to pkg_install to fix build on Cygwin.
From Jonathan Perkin <[email protected]>
via drecklypkg commit ecf6a48b93fc13609feb7b80cea6a892dcbfaf59
|
| 2024-03-12 23:01:14 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Don't bother building bsdcat, it's not installed anyway.
|
| 2024-02-15 05:34:21 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
bsdtar: drop redundant bsd.prefs.mk inclusion
It's already included on line 4.
|
| 2024-01-18 19:04:12 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
bsdtar: apply pkglint suggestions
|
| 2021-10-11 22:27:50 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
bsdtar: Ensure iconv is not picked up accidentally.
|
| 2020-03-12 21:50:30 by Roland Illig | Files touched by this commit (1) |
Log message:
archivers/bsdtar: avoid circular dependency with PKG_DEVELOPER checks
bsdtar is used as the default extractor for distfiles. It is installed
very early in the pkgsrc lifecycle, directly after bootstrapping. At that
point, neither of checkperms nor check-portability may be installed yet.
|