Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-27 | Ensure lzma support is explicitly disabled when not using builtin xz. | jperkin | 1 | -1/+5 | |
2015-01-17 | Changes 3.1.2: | adam | 1 | -15/+7 | |
This is a maintenance update to fix issues with the new RAR seeking feature. This new release also contains fixes for build failures when building libarchive using Visual Studio 2012 and MinGW. | |||||
2014-07-18 | Fix SCO OpenServer 5.0.7/3.2 build. | ryoon | 1 | -1/+7 | |
2013-06-13 | Only disable OpenSSL if not using a builtin implementation. | jperkin | 1 | -3/+8 | |
2013-06-13 | Explicitly disable OpenSSL support, to prevent it from erroneously picking | jperkin | 1 | -2/+4 | |
up a system one regardless of PREFER_PKGSRC. Bump PKGREVISION. | |||||
2012-09-11 | "user-destdir" is default these days | asau | 1 | -3/+1 | |
2010-07-09 | Bump libarchive and bsdtar to 2.8.4. | joerg | 1 | -2/+2 | |
2010-03-16 | libarchive 2.8.3 and bsdtar-2.8.3 | joerg | 1 | -2/+2 | |
2010-03-14 | Update build infrastructure for libarchive 2.8.2. | joerg | 1 | -2/+2 | |
2010-02-20 | Update build rules for bsdtar and libarchive 2.8.0 | joerg | 1 | -5/+6 | |
2009-07-17 | Fixed some pkglint warnings. | rillig | 1 | -4/+4 | |
2009-04-09 | Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. | joerg | 1 | -3/+1 | |
2008-09-22 | Explicitly disable building the shared libarchive. This fails to link | joerg | 1 | -2/+2 | |
on HP-UX against the static libz.a used if the system doesn't have a native version. It also reduces build time in other cases. | |||||
2008-07-14 | Update libarchive and bsdtar to 2.5.5. | joerg | 1 | -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-13 | Add a temporary workaround for missing vfork on IRIX. | joerg | 1 | -1/+3 | |
Fixes PR 38674, tested by tnn@. | |||||
2008-05-25 | Update build glue for libarchive 2.5.4b. | joerg | 1 | -2/+2 | |
2008-04-25 | Update to libarchive-2.5.1b. Fix a counter bug and make UTF8 conversion | joerg | 1 | -2/+2 | |
for PAX format more robust. | |||||
2008-03-29 | Update libarchive and bsdtar to 1.5.0b. | joerg | 1 | -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-15 | Update to bsdtar-2.4.14 and libarchive-2.4.14. | joerg | 1 | -2/+2 | |
2008-02-26 | Update build infrastructure for libarchive-2.4.13. | joerg | 1 | -2/+2 | |
2008-01-12 | trailing white-space | tnn | 1 | -5/+5 | |
2007-12-11 | Diction/spelling/grammar fixes. | bjs | 1 | -8/+9 | |
2007-11-30 | Remove explicit set of USE_BUILTIN.bzip2 and .zlib, it breaks the build | joerg | 1 | -4/+1 | |
on amd64. | |||||
2007-11-30 | Update to libarchive-2.4.0: | joerg | 1 | -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-08-15 | Import bsdtar, a tar-frontend for libarchive. This version is using | joerg | 3 | -0/+80 | |
either system zlib and bz2 or statically including them, making the package standalone. It is supposed to replace pax/tar for bootstrap. |