summaryrefslogtreecommitdiff
path: root/archivers/libarchive/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-04-03Apply fixes for CVE-2011-1777 and CVE-2011-1778 (add check forhe1-3/+3
buffer overflows in handling iso9660 and tar images), despite Joerg telling me I should have better things to spend my time on. Fixes pulled from https://bugzilla.redhat.com/show_bug.cgi?id=705849 Bump PKGREVISION.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-06-13Pull in OpenSSL buildlink3 rather than disabling completely.jperkin1-2/+3
Requested by joerg.
2013-06-13Explicitly disable OpenSSL support, to prevent it from erroneously pickingjperkin1-3/+3
up a system one regardless of PREFER_PKGSRC. Bump PKGREVISION.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2011-11-01Add missing archivers/xz buildlinksbd1-1/+3
Bump PKGREVISION
2011-10-26Workaround for PR 45491. It fixes bootstrap ifcheusov1-1/+8
pkg://sfe/system/file-system/e2fsprogs@1.41.14 package is installed. Approved by agc@.
2010-07-09Bump libarchive and bsdtar to 2.8.4.joerg1-2/+2
2010-03-16libarchive 2.8.3 and bsdtar-2.8.3joerg1-2/+2
2010-03-14Update build infrastructure for libarchive 2.8.2.joerg1-2/+2
2010-02-20Update build rules for bsdtar and libarchive 2.8.0joerg1-5/+6
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-3/+1
2008-07-14Update libarchive and bsdtar to 2.5.5.joerg1-4/+2
This further polishes bsdcpio and brings in a number of portability fixes. Revert temporary hack to not use vfork on IRIX.
2008-07-13Add a temporary workaround for missing vfork on IRIX.joerg1-1/+3
Fixes PR 38674, tested by tnn@.
2008-05-25Update build glue for libarchive 2.5.4b.joerg1-2/+2
2008-04-25Update to libarchive-2.5.1b:joerg1-2/+2
- Simplify character-translation logic. pkgsrc: Fix a bug in the linkresolver for tar format. When linkresolver is done, the entry belongs to the caller, so don't keep a reference to it and use the local copy for inode comparision.
2008-03-29Update libarchive and bsdtar to 1.5.0b.joerg1-2/+2
- Improve hardlink handling of hardlinks in bsdcpio - Extend linkify to handle all sane hardlink strategies - Improve mtree support - Make bsdtar and bsdcpio more like the NetBSD counterparts - Drop uudecode dependency.
2008-03-15Update to bsdtar-2.4.14 and libarchive-2.4.14.joerg1-2/+2
2008-02-26Update build infrastructure for libarchive-2.4.13.joerg1-2/+2
2007-11-30Update to libarchive-2.4.0:joerg1-2/+2
- 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-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-08-13Switch to in-tree libarchive-2.2.6.joerg1-2/+10
2007-07-29Update libarchive to 2.2.5. Biggest changes are:joerg1-5/+4
- 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 andlkundrak1-1/+2
CVE-2007-3645. PKGREVISION bump.
2006-11-14DESTDIR support.joerg1-1/+3
2006-11-10Update to 1.3.1adrianp1-2/+2
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.joerg1-2/+2
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.joerg1-2/+2
2006-05-01Update to 1.2.53:xtraeme1-2/+2
* 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-13Update to 1.02.036.xtraeme1-2/+3
Changes: * Use GNU libtool to build shared libraries on many systems.
2005-08-27Update to 1.02.030, changes were bugfixes and documentationxtraeme1-2/+2
improvements.
2005-05-04Update to 1.02.023.xtraeme1-2/+2
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.xtraeme1-4/+3
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_Htv1-1/+2
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-14Update to 1.02.006.xtraeme1-2/+2
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.xtraeme1-0/+15
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/