Path to this page:
./
archivers/libarchive,
Library to read/create different archive formats
Branch: CURRENT,
Version: 3.7.7nb1,
Package name: libarchive-3.7.7nb1,
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)
- (2025-02-18) Updated to version: libarchive-3.7.7nb1
- (2024-10-19) Updated to version: libarchive-3.7.7
- (2024-09-15) Updated to version: libarchive-3.7.5
- (2024-04-30) Updated to version: libarchive-3.7.4
- (2024-04-12) Updated to version: libarchive-3.7.3
- (2024-01-18) Updated to version: libarchive-3.7.2
CVS history: (Expand)
2025-02-18 16:08:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libarchive: bump PKGREVISION for previous
|
2025-02-18 16:08:37 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libarchive: Disable CNG.
Mirrors change made to pkg_install to fix build on Cygwin.
From Jonathan Perkin <jperkin@smartos.org>
via drecklypkg commit 84e15edf3458dd64ece7268d4f8c93310124d440
|
2024-10-19 07:40:01 by Adam Ciarcinski | Files touched by this commit (362) |  |
Log message:
libarchive: updated to 3.7.7
Libarchive 3.7.7 is a bugfix and security release
Security fixes:
gzip: prevent a hang when processing a malformed gzip inside a gzip
tar: don't crash on truncated tar archives
tar: fix two leaks in tar header parsing
Important bugfixes:
7-zip: read/write symlink paths as UTF-8
cpio: exit with an error code if an entry could not be extracted
rar5: report encrypted entries
tar: fix truncation of entry pathnames in specific archives
windows: fix ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS
Libarchive 3.7.6 is a bugfix and security release.
This release fixes a tar regression introduced in libarchive 3.7.5
Important bugfixes.
tar: clean up linkpath between entries
tar: fix memory leaks when processing symlinks or parsing pax headers
iso: be more cautious about parsing ISO-9660 timestamps
|
2024-10-19 07:28:44 by Adam Ciarcinski | Files touched by this commit (15) |  |
Log message:
libarchove: import version 3.7.7
|
2024-09-15 09:02:22 by Adam Ciarcinski | Files touched by this commit (182) |  |
Log message:
libarchive: updated to 3.7.5
Libarchive 3.7.5
Security fixes:
fix multiple vulnerabilities identified by SAST
cpio: ignore out-of-range gid/uid/size/ino and harden AFIO parsing
lzop: prevent integer overflow
rar4: protect copy_from_lzss_window_to_unp()
rar4: fix CVE-2024-26256
rar4: fix OOB in delta and audio filter
rar4: fix out of boundary access with large files
rar4: add boundary checks to rgb filter
rar4: fix OOB access with unicode filenames
rar5: clear 'data ready' cache on window buffer reallocs
rpm: calculate huge header sizes correctly
unzip: unify EOF handling
util: fix out of boundary access in mktemp functions
uu: stop processing if lines are too long
Important bugfixes:
7zip: fix issue when skipping first file in 7zip archive that is a multiple of \
65536 bytes
ar: fix archive entries having no type
lha: do not allow negative file sizes
lha: fix integer truncation on 32-bit systems
shar: check strdup return value
rar5: don't try to read rediculously long names
xar: fix another infinite loop and expat error handling
many Windows fixes, cleanups and improvements
|
2024-09-15 08:46:23 by Adam Ciarcinski | Files touched by this commit (11) |  |
Log message:
libarchive: imported version 3.7.5
Libarchive 3.7.5
Security fixes:
fix multiple vulnerabilities identified by SAST
cpio: ignore out-of-range gid/uid/size/ino and harden AFIO parsing
lzop: prevent integer overflow
rar4: protect copy_from_lzss_window_to_unp()
rar4: fix CVE-2024-26256
rar4: fix OOB in delta and audio filter
rar4: fix out of boundary access with large files
rar4: add boundary checks to rgb filter
rar4: fix OOB access with unicode filenames
rar5: clear 'data ready' cache on window buffer reallocs
rpm: calculate huge header sizes correctly
unzip: unify EOF handling
util: fix out of boundary access in mktemp functions
uu: stop processing if lines are too long
Important bugfixes:
7zip: fix issue when skipping first file in 7zip archive that is a multiple of \
65536 bytes
ar: fix archive entries having no type
lha: do not allow negative file sizes
lha: fix integer truncation on 32-bit systems
shar: check strdup return value
rar5: don't try to read rediculously long names
xar: fix another infinite loop and expat error handling
many Windows fixes, cleanups and improvements
|
2024-05-03 19:14:58 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
bsdtar: Include limits.h for INT_MAX.
|
2024-04-30 07:51:38 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
Libarchive 3.7.4 is a bugfix and security release
Security fixes:
rar: Fix OOB in rar e8 filter (CVE-2024-26256)
zip: Fix out of boundary access
Important bugfixes:
7zip: Limit amount of properties
bsdtar: Fix error handling around strtol() usages
passphrase: Improve newline handling on Windows
passphrase: Never allow empty passwords
rar: Fix "File CRC Error" when extracting specific rar4 archives
xar: Avoid infinite link loop
zip: Update AppleDouble support for directories
zstd: Implement core detection
|