Commit graph

119 commits

Author SHA1 Message Date
jperkin
69d4ad8ebf Bump libarchive ABI depends, the major was bumped, causing failures in e.g.
pkgin (https://github.com/joyent/pkgsrc/issues/507) on upgrades.
2017-05-29 11:01:43 +00:00
ryoon
207ca05faf Fix bootstrap pkgsrc on FreeBSD/amd64 10. Fix --disable-xattr build 2017-04-27 15:08:08 +00:00
joerg
88dfa7252c Merge 1a1be097da6c042a83fff26bdce361101bb869c8:
Darwin ACL: avoid unnecessary use of getpwuuid() and getgruuid()
2017-03-12 06:52:23 +00:00
joerg
cc9466fb30 Merge 4c3cda21663fa3dc42147c771a3b96b85e631c53:
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-12 06:51:23 +00:00
joerg
6945ba9b46 Merge a15c7f7b496ba4cefbcaf6f8ac637db4f3009a58:
Solaris: use aclp instead of acl to not shadow global acl()
2017-03-12 06:48:36 +00:00
joerg
8f0f7973af Merge 60f0931d3b97e00616d7122321e34116d926bcc5:
Reorganize ACL defines and fix detection of ACL_SYNCHRONIZE on Mac OS
 Adjust MacOS part of test_acl_platform_nfs4
2017-03-12 06:45:16 +00:00
joerg
50d0767b6d Merge 784851b7b476f3cb2e1247c0f8913b8726c103d9:
Change Solaris ACL support to use acl() and facl()

This removes dependency on libsec and enables compilation on Solaris 10.
2017-03-05 12:15:22 +00:00
joerg
ac840ad6a7 Merge d9036ca49e414c6b5560c48126b6963204a6eda9:
Fix compilation on Mac OS X versions without ACL_SYNCHRONIZE
2017-03-05 12:05:56 +00:00
joerg
e22112bed3 Recognize newer libarchive versions. 2017-02-28 14:58:09 +00:00
joerg
5969782a6a Merge 70d85407771c2f89cde9de66a267225dfa18653a from upstream:
Use types consistent with the prototypes in the header.
2017-02-25 21:37:47 +00:00
joerg
27f9f3e901 Update to libarchive-3.3.1:
- 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-25 21:13:58 +00:00
joerg
ce4c057b58 Merge libarchive-3.3.1. 2017-02-25 21:11:18 +00:00
joerg
be60383b38 Import libarchive-3.3.1. 2017-02-25 20:54:04 +00:00
gdt
bc91be7523 Make WRKSRC files copied from FILESDIR writable
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-09-14 12:57:55 +00:00
jperkin
c43e8d9265 The recent libarchive update changed the library major. Increase the
ABI depends and perform a PKGREVISION bump for dependents.

Noticed by OSX binary package users.
2016-07-01 17:55:22 +00:00
joerg
dc55e78ce1 Detect vfsconf for DragonFly, since it doesn't use xvfsconf like
FreeBSD.
2016-06-23 13:39:03 +00:00
joerg
71e2fc4bdb Restore fix for lzma_stream_encoder_mt detection. Lost while syncing
with upstream.
2016-06-22 21:04:54 +00:00
joerg
cd987ec19e Make signo static again to reduce diff against upstream. 2016-06-22 13:01:14 +00:00
joerg
a9a3eec35b Provide _PATH_TTY if it is missing. 2016-06-22 12:04:03 +00:00
joerg
c93dbad808 From upstream: Dummy out copy_acls if sys/acl.h is missing or ACL
support is disabled.
2016-06-21 16:29:55 +00:00
joerg
08d912ac6e libarchive-3.2.1nb1: Merge a number of bugfixes from upstream
(1) ctype misuse
(2) Don't depend on SIGRTMAX
(3) Link against libcrypto when using it for EVP support
2016-06-21 13:39:21 +00:00
joerg
f1950d6871 Disable maintainer mode for libarchive. 2016-06-21 12:23:01 +00:00
joerg
38866ff49f Regenerate. 2016-06-21 12:10:55 +00:00
joerg
ec645f81ef Support maintainer mode. 2016-06-21 12:08:22 +00:00
joerg
040f258a71 Fix configure test for multi-threaded XZ. 2016-06-20 17:32:07 +00:00
joerg
69ba12516d Update build glue for libarchive 3.2.1. 2016-06-20 17:28:33 +00:00
joerg
74cbc0c404 Update for libarchive 3.2.1. 2016-06-20 17:24:55 +00:00
joerg
d2bb91f0e6 Import libarchive-3.2.1:
- security fixes and other bugfixes
- support for multhreading in xz 5.2+
2016-06-20 17:11:37 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
jperkin
c48c774b07 Use OPSYSVARS. 2016-02-25 09:28:36 +00:00
ryoon
7ddb4c4e9b Fix build on DragonFly 4.4.1 2016-01-23 05:18:16 +00:00
sevan
4bff83b6e5 Patch an out of bounds reads obtained from:
https://github.com/libarchive/libarchive/issues/502
e6c9668f32
Bump PKGREVISION.

Reviewed by bsiegert@
2015-05-14 14:54:55 +00:00
ryoon
fdb984e34d Fix Cygwin build.
Include windows.h for some #define and typdef.
2015-03-05 13:33:57 +00:00
wiz
5dcae14ebe Add test target.
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-02-08 00:14:33 +00:00
adam
7f1ca2b189 Removed extra files 2015-01-17 12:48:19 +00:00
adam
f5e3e6cf5a Changes 3.1.2:
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.
2015-01-17 12:44:47 +00:00
ryoon
85ee8b38f4 Fix SCO OpenServer 5.0.7/3.2 build. 2014-07-18 10:42:50 +00:00
adam
02ac51c33e Non-void function must return a value 2014-04-07 18:40:05 +00:00
he
2ace546ff8 Apply fixes for CVE-2011-1777 and CVE-2011-1778 (add check for
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-04-03 13:05:14 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
obache
c28b1c803f Use find-headers instead of find-files to detect builtin header files. 2013-11-23 10:51:09 +00:00
jperkin
17461f001d Pull in OpenSSL buildlink3 rather than disabling completely.
Requested by joerg.
2013-06-13 21:46:34 +00:00
jperkin
89823b0447 Explicitly disable OpenSSL support, to prevent it from erroneously picking
up a system one regardless of PREFER_PKGSRC.

Bump PKGREVISION.
2013-06-13 16:24:13 +00:00
asau
4eca2cfc6f "user-destdir" is default these days 2012-09-11 19:46:52 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
sbd
a1a9959ef1 Don't include dependence buildlink3 if using the builtin library.
Patch by obache@
2011-11-13 08:11:28 +00:00
sbd
0dc6193f32 Recursive bump for archivers/libarchive buildlink addition. 2011-11-01 06:50:28 +00:00
sbd
dd22fee4e8 Add missing archivers/xz buildlink
Bump PKGREVISION
2011-11-01 06:43:16 +00:00
joerg
057f7e201f Revert, no unconditional pollution of environment via b3.mk. 2011-10-27 04:23:50 +00:00
cheusov
be48ee20ff Addon for previous commit (PR 45491) that actually fixes
archivers/libarchive but not bootstrap.
2011-10-26 11:08:37 +00:00