diff options
author | mm <mm@FreeBSD.org> | 2017-03-16 23:07:35 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2017-03-16 23:07:35 +0000 |
commit | 99a56fe1b3244c4c0893cbde134f95240c2cb300 (patch) | |
tree | b81a8b624680568b08a3fee74f150b3f7d0b45ae /lib/libarchive/config_freebsd.h | |
parent | 4416a7d59a7367310c8eadaed9724e28ed78fddd (diff) | |
download | FreeBSD-src-99a56fe1b3244c4c0893cbde134f95240c2cb300.zip FreeBSD-src-99a56fe1b3244c4c0893cbde134f95240c2cb300.tar.gz |
MFC r314571:
Update libarchive to version 3.3.1 (and sync with latest vendor dist)
Notable vendor changes:
PR #501: improvements in ACL path handling
PR #724: fix hang when reading malformed cpio files
PR #864: fix out of bounds read with malformed GNU tar archives
Documentation, style, test suite improvements and typo fixes.
New options to bsdtar that enable or disable reading and/or writing of:
Access Control Lists (--acls, --no-acls)
Extended file flags (--fflags, --no-fflags)
Extended attributes (--xattrs, --no-xattrs)
Mac OS X metadata (Mac OS X only) (--mac-metadata, --no-mac-metadata)
Diffstat (limited to 'lib/libarchive/config_freebsd.h')
-rw-r--r-- | lib/libarchive/config_freebsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarchive/config_freebsd.h b/lib/libarchive/config_freebsd.h index 4fb7b86..2c4b6b5 100644 --- a/lib/libarchive/config_freebsd.h +++ b/lib/libarchive/config_freebsd.h @@ -40,9 +40,9 @@ #define HAVE_ACL_SET_FD_NP 1 #define HAVE_ACL_SET_FILE 1 #define HAVE_ACL_SET_LINK_NP 1 -#define HAVE_ACL_USER 1 -#define HAVE_ACL_TYPE_NFS4 1 #define HAVE_ARC4RANDOM_BUF 1 +#define HAVE_DECL_ACL_USER 1 +#define HAVE_DECL_ACL_TYPE_NFS4 1 #define HAVE_EXTATTR_GET_FILE 1 #define HAVE_EXTATTR_LIST_FILE 1 #define HAVE_EXTATTR_SET_FD 1 |