Path to this page:
./
archivers/libarchive,
Library to read/create different archive formats
Branch: CURRENT,
Version: 3.4.3nb1,
Package name: libarchive-3.4.3nb1,
Maintainer: pkgsrc-usersLibarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar variants
and several cpio formats. It can also write shar archives and read
ISO9660 CDROM images.
Required to run:[
security/openssl]
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2023-10-25) Updated to version: libarchive-3.4.3nb1
- (2020-05-26) Updated to version: libarchive-3.4.3
- (2020-01-19) Updated to version: libarchive-3.4.0nb1
- (2019-09-22) Updated to version: libarchive-3.4.0
- (2019-04-10) Updated to version: libarchive-3.3.3
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2021-03-13 20:34:11 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
libarchive: Fix bootstrap build under Haiku OS/x86_64 R1/beta2
Haiku OS R1/beta2 provides readpassphrase.h header file and
readpassphrase function in libbsd library.
And libarchive's configure script detects readpassphrase.h
and does not detect readpassphrase function.
In this case, libarchive try to use readpassphrase.h and
build and use internal readpassphrase inplementation.
readpassphrase.h defines readpassphrase function as non-static
and the internal implemantation is static.
This inconsistency breaks bootstrap pkgsrc under Haiku OS/x86_64 R1/beta2.
Add -lbsd to LIBS in Haiku OS case to fix the build and bootstrap.
|
2020-07-03 21:57:23 by Hauke Fath | Files touched by this commit (1) |
Log message:
Disable lz4, unbreaking bsdtar build on OmniOS.
|
2020-05-26 11:16:43 by Nia Alarie | Files touched by this commit (468) |
Log message:
libarchive: Update to 3.4.3
Libarchive 3.4.3 is a feature and bugfix release.
New features:
support for pzstd compressed files (#1357)
support for RHT.security.selinux tar extended attribute (#1348)
Important bugfixes:
various zstd fixes and improvements (#1342 #1352 #1359)
child process handling fixes (#1372)
Libarchive 3.4.2 is a feature and security release.
New features:
support for atomic file extraction (bsdtar -x --safe-writes) (#1289)
support for mbed TLS (PolarSSL) (#1301)
Important bugfixes:
security fixes in RAR5 reader (#1280 #1326)
compression buffer fix in XAR writer (#1317)
fix uname and gname longer than 32 characters in PAX writer (#1319)
fix segfault when archiving hard links in ISO9660 and XAR writers (#1325)
fix support for extracting 7z archive entries with Delta filter (#987)
Libarchive 3.4.1 is a feature and security release.
New features:
Unicode filename support for reading lha/lzh archives
New pax write option "xattrhdr"
Important bugfixes:
security fixes in wide string processing (#1276 #1298)
security fixes in RAR5 reader (#1212 #1217 #1296)
security fixes and optimizations to write filter logic (#351)
security fix related to use of readlink(2) (1dae5a5)
sparse file handling fixes (#1218 #1260)
Thanks to all contributors and bug reporters.
Special thanks to Christos Zoulas (@zoulasc) from NetBSD for the atomic file \
extraction feature.
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2019-11-02 23:54:29 by Roland Illig | Files touched by this commit (27) |
Log message:
archivers: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|