summaryrefslogtreecommitdiff
path: root/archivers/libarchive
AgeCommit message (Collapse)AuthorFilesLines
2007-11-30Update to libarchive-2.4.0:joerg2-3/+5
- portability fixes - run format auction only once, simpler and more reliable - speed up handling of uncompressed archives - fix skipping of archive entries of exactly 4GB size on 32bit platforms - fix reading files > 8 GB from tar archives - many improvements for bsdcpio
2007-11-30Merge changes.joerg1-213/+0
2007-11-30Import libarchive-2.4.0joerg118-850/+16139
2007-09-15Update libarchive to 2.2.8:joerg1-2/+2
- bsdcpio now supports most of the older SUSv2 specs [not default yet] - mtree reader to specify file arguments (experimental) - handle gtar 1.17 sparse files (instead of the older 1.16) - refined suid/sgid handling: it is optional if the bits can't be reset if owner restore is also not requested - fixes for QNX from Sean Boudreau
2007-09-15Import libarchive-2.2.8joerg24-304/+9839
2007-08-13Switch to in-tree libarchive-2.2.6.joerg3-30/+10
2007-08-13Update in-tree libarchive to 2.2.6. This merges the local changesjoerg27-636/+1105
and some bugfixes from FreeBSD.
2007-08-03Import libarchive-2.2.5 with three modifications sent upstream:joerg164-0/+89433
- optional building of bsdtar - optional dynamic linkage of bsdtar - fixed libtool use for bsdtar linkage - include of pre-built getdate.c
2007-08-03Add builtin detection for libarchive 1.3 and later.joerg1-0/+74
2007-07-29Update libarchive to 2.2.5. Biggest changes are:joerg7-311/+28
- massive performance improvements, up to 40% for bsdtar compared to 1.x - support for external (de)compressors, ar-chives and many other goodies.
2007-07-13Fix for FreeBSD-SA-07:05.libarchive CVE-2007-3641, CVE-2007-3644 andlkundrak3-2/+234
CVE-2007-3645. PKGREVISION bump.
2007-02-20Add this, required by a new pkg.xtraeme1-0/+22
2006-11-14DESTDIR support.joerg1-1/+3
2006-11-10Update to 1.3.1adrianp3-6/+59
Sep 05, 2006: libarchive 1.3.1 released Sep 5, 2006: Bump version to 1.3 for new I/O wrappers. Sep 4, 2006: New memory and FILE read/write wrappers. Sep 4, 2006: libarchive test harness is now minimally functional; it's located a few minor bugs in error-handling logic Fix a denial of service security issue via FreeBSD: If the end of an archive is reached while attempting to "skip" past a region of an archive, libarchive will enter an infinite loop wherein it repeatedly attempts (and fails) to read further data.
2006-08-20Update to 1.2.57 which includes a better replacement for patch-aa.joerg5-55/+13
While here, don't patch away tar.5, it is about the tape archive format and not about bsdtar. It belongs into the package for that reason.
2006-08-19Update to libarchive-1.2.55, featuring minor bugfixes.joerg4-21/+19
2006-05-01Update to 1.2.53:xtraeme5-12/+63
* Incorporated Jaakko Heinonen's still-experimental support for extended attributes (Currently Linux-only.). * Reorganized distribution package: There is now one tar.gz file that builds both libarchive and bsdtar. * correctly read cpio device entries, write Pax attribute entry names. * Experimental 'tp' format support in libarchive. Feedback appreciated; this is not enabled by archive_read_support_format_all()
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-12ENOTIME to mantain these packages, feel free to pick it up if you arextraeme1-2/+2
insterested.
2005-10-31Fix build on Interix by including <stdlib.h> to get [u]intptr_t.tv2-6/+7
(Actually in stddef.h, but that would require yet another autoconf check.)
2005-10-13Update to 1.02.036.xtraeme4-15/+16
Changes: * Use GNU libtool to build shared libraries on many systems.
2005-08-27Update to 1.02.030, changes were bugfixes and documentationxtraeme3-13/+13
improvements.
2005-05-23Reformatted to get rid of trailing whitespace.rillig1-4/+4
2005-05-04Update to 1.02.023.xtraeme2-6/+6
Changes: * Extended Zip/Zip64 support * Bugfixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-21Update to 1.02.016.xtraeme2-8/+7
o archive_read_extract can now handle very long pathnames (tested with pathnames up to 1MB). o New dir-walk code now defaults to physical traversals. o fix a gzip decompression issue and add better error reporting for certain file I/O and decompression errors.
2005-03-19Don't include <inttypes.h> unconditionally. Unfortunately, HAVE_INTTYPES_Htv3-2/+18
is not available in the generated archive.h, so put in an __INTERIX conditional (for now -- but this means a PKGREVISION bump, sigh).
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-02-14Update to 1.02.006.xtraeme2-5/+5
Changes: # Feb 12, 2005: Fix a crash that affected Zip reading, make tree.c portable to Linux. # Feb 8, 2005: Don't close stdout/stdin. Fix flush code. # Feb 6, 2005: Fix bug in new dir-walk code with non-resolvable symlinks. # Feb 6, 2005: Fix Linux build, flush input in archive_read_open_file() to avoid "broken pipe" warnings.
2005-02-02Add missing buildlink3 dependencies.xtraeme1-1/+3
2005-02-02Initial import of libarchive-102.002.xtraeme4-0/+34
Libarchive 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. See http://people.freebsd.org/~kientzle/libarchive/