summaryrefslogtreecommitdiff
path: root/archivers/libarchive
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Bump libarchive ABI depends, the major was bumped, causing failures in e.g.jperkin1-2/+2
pkgin (https://github.com/joyent/pkgsrc/issues/507) on upgrades.
2017-04-27Fix bootstrap pkgsrc on FreeBSD/amd64 10. Fix --disable-xattr buildryoon2-0/+4
2017-03-12Merge 1a1be097da6c042a83fff26bdce361101bb869c8:joerg1-20/+4
Darwin ACL: avoid unnecessary use of getpwuuid() and getgruuid()
2017-03-12Merge 4c3cda21663fa3dc42147c771a3b96b85e631c53:joerg4-7/+5
Darwin ACL: avoid using mbr_identifier_to_uuid() Use mbr_uid_to_uuid() and mbr_gid_to_uuid() for backwards compatibility instead. These functions have been introduced together with membership.h.
2017-03-12Merge a15c7f7b496ba4cefbcaf6f8ac637db4f3009a58:joerg1-48/+65
Solaris: use aclp instead of acl to not shadow global acl()
2017-03-12Merge 60f0931d3b97e00616d7122321e34116d926bcc5:joerg10-114/+197
Reorganize ACL defines and fix detection of ACL_SYNCHRONIZE on Mac OS Adjust MacOS part of test_acl_platform_nfs4
2017-03-05Merge 784851b7b476f3cb2e1247c0f8913b8726c103d9:joerg8-302/+640
Change Solaris ACL support to use acl() and facl() This removes dependency on libsec and enables compilation on Solaris 10.
2017-03-05Merge d9036ca49e414c6b5560c48126b6963204a6eda9:joerg2-0/+9
Fix compilation on Mac OS X versions without ACL_SYNCHRONIZE
2017-02-28Recognize newer libarchive versions.joerg1-3/+10
2017-02-25Merge 70d85407771c2f89cde9de66a267225dfa18653a from upstream:joerg1-10/+10
Use types consistent with the prototypes in the header.
2017-02-25Update to libarchive-3.3.1:joerg2-4/+3
- Various code bugs fixed as a result of fuzzing efforts. - Better ACL support on Darwin and Solaris - Support for NFSv4 ACLs in the pax format
2017-02-25Merge libarchive-3.3.1.joerg306-23445/+16384
2017-02-25Import libarchive-3.3.1.joerg120-1580/+10611
2016-09-14Make WRKSRC files copied from FILESDIR writablegdt1-1/+4
The contents of FILESDIR may or or may have the user write bit set. They contain generated files (list.h), and libarchive's build system recreates these files by opening them for writing without first removing them. Discussed on tech-pkg@; thanks to dholland@ for suggesting chmod -R as both the simplest change and the one least likely to need adjusting.
2016-07-01The recent libarchive update changed the library major. Increase thejperkin2-4/+4
ABI depends and perform a PKGREVISION bump for dependents. Noticed by OSX binary package users.
2016-06-23Detect vfsconf for DragonFly, since it doesn't use xvfsconf likejoerg4-0/+32
FreeBSD.
2016-06-22Restore fix for lzma_stream_encoder_mt detection. Lost while syncingjoerg2-4/+11
with upstream.
2016-06-22Make signo static again to reduce diff against upstream.joerg1-5/+1
2016-06-22Provide _PATH_TTY if it is missing.joerg1-0/+4
2016-06-21From upstream: Dummy out copy_acls if sys/acl.h is missing or ACLjoerg1-0/+4
support is disabled.
2016-06-21libarchive-3.2.1nb1: Merge a number of bugfixes from upstreamjoerg6-27/+83
(1) ctype misuse (2) Don't depend on SIGRTMAX (3) Link against libcrypto when using it for EVP support
2016-06-21Disable maintainer mode for libarchive.joerg1-1/+2
2016-06-21Regenerate.joerg3-167/+269
2016-06-21Support maintainer mode.joerg1-0/+1
2016-06-20Fix configure test for multi-threaded XZ.joerg2-9/+16
2016-06-20Update build glue for libarchive 3.2.1.joerg3-5/+7
2016-06-20Update for libarchive 3.2.1.joerg252-10854/+17721
2016-06-20Import libarchive-3.2.1:joerg402-1559/+59950
- security fixes and other bugfixes - support for multhreading in xz 5.2+
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2016-02-25Use OPSYSVARS.jperkin1-6/+2
2016-01-23Fix build on DragonFly 4.4.1ryoon1-0/+4
2015-05-14Patch an out of bounds reads obtained from:sevan2-1/+4
https://github.com/libarchive/libarchive/issues/502 https://github.com/libarchive/libarchive/commit/e6c9668f3202215ddb71617b41c19b6f05acf008 Bump PKGREVISION. Reviewed by bsiegert@
2015-03-05Fix Cygwin build.ryoon1-0/+1
Include windows.h for some #define and typdef.
2015-02-08Add test target.wiz1-1/+2
For me, on 7.99.4/amd64, I get: Totals: Tests run: 310 Tests failed: 6 Assertions checked:20371764 Assertions failed: 7 Skips reported: 62
2015-01-17Removed extra filesadam73-18475/+0
2015-01-17Changes 3.1.2:adam913-45380/+242010
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-18Fix SCO OpenServer 5.0.7/3.2 build.ryoon2-0/+13
2014-04-07Non-void function must return a valueadam1-1/+1
2014-04-03Apply fixes for CVE-2011-1777 and CVE-2011-1778 (add check forhe3-53/+94
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-11-23Use find-headers instead of find-files to detect builtin header files.obache1-3/+3
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
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2011-11-13Don't include dependence buildlink3 if using the builtin library.sbd1-1/+8
Patch by obache@
2011-11-01Recursive bump for archivers/libarchive buildlink addition.sbd1-1/+2
2011-11-01Add missing archivers/xz buildlinksbd2-2/+5
Bump PKGREVISION
2011-10-27Revert, no unconditional pollution of environment via b3.mk.joerg1-6/+1
2011-10-26Addon for previous commit (PR 45491) that actually fixescheusov1-1/+6
archivers/libarchive but not bootstrap.