summaryrefslogtreecommitdiff
path: root/archivers/libarchive
AgeCommit message (Collapse)AuthorFilesLines
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-1/+2
2019-11-02archivers: align variable assignmentsrillig1-4/+4
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-09-22Fix PLISTprlw11-1/+2
2019-09-22Merge 64333cef68d7bcc67bef6ecf177fbeaa549b9139 from upstream to unbreakjoerg1-19/+35
build without zlib.
2019-09-22Update for libarchive-3.4.0:joerg274-8363/+14605
- improvements for Android APK and JAR archives - better support for non-recursive list and extract - tar --exclude-vcs support - fixes for file attributes and flags handling - zipx support - rar 5.0 reader
2019-09-22Import libarchive 3.4.0joerg81-33/+14436
2019-09-22Properly merge libarchive-3.3.3joerg3-5/+5
2019-09-22Import libarchive-3.3.3 as should have done originally.joerg1-6/+6
2019-04-10libarchive: updated to 3.3.3adam214-2060/+4393
libarchive 3.3.3: Avoid super-linear slowdown on malformed mtree files Many fixes for building with Visual Studio NO_OVERWRITE doesn't change existing directory attributes New support for Zstandard read and write filters
2018-10-01Fix build with LibreSSL 2.7sevan1-1/+2
https://github.com/libarchive/libarchive/commit/5da00ad75b09e262774ec3675bbe4d5a4502a852
2018-06-07libarchive: Use `:Q' instead of directly quoting the sed commands in builtin.mkleot1-9/+10
Use `:Q' operator for BUILDLINK_PREFIX and pass the @LIBS@ via a variable. Suggested by <joerg>, thanks! (Possible incorrectnesses are mine!)
2018-06-07libarchive: Quote all sed commands in fake-libarchive-pc targetleot1-7/+7
At least the last `-e' contains whitespaces and can be problematic. Avoid that by quoting all commands. Should fix PR pkg/53347.
2018-06-06Create a fake libarchive.pc for the builtin case.prlw11-1/+37
2017-08-01Bump version for libarchive 3.3.2.joerg1-2/+2
2017-08-01Remove old files.joerg1-697/+0
2017-08-01Merge for libarchive-3.3.2.joerg252-7435/+7447
2017-08-01Import libarchive-3.3.2 + 9de5f3 + f9dacbf:joerg45-88/+4496
- Support NFS4 ACLs on Linux - Bugfixes
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@