diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2018-05-02 10:49:13 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2018-05-02 10:49:13 +0000 |
commit | 6782202db538ab1b15f0255e09664e069a02079b (patch) | |
tree | c872c0de341a4c5f41e83d2752be247619d0f388 /archivers/gtar/files/patch-configure | |
parent | Security update for gitlab to 10.6.5. (diff) |
Update to 1.30. Noteworthy changes:
* Member names containing '..' components are now skipped when extracting.
* Report erroneous use of position-sensitive options.
* --numeric-owner now affects private headers too.
* Fixed the --delay-directory-restore option
* The --warnings=failed-read option
* The --warnings=none option now suppresses all warnings
* Fix reporting of hardlink mismatches during compare
Notes
Notes:
svn path=/head/; revision=468822
Diffstat (limited to 'archivers/gtar/files/patch-configure')
-rw-r--r-- | archivers/gtar/files/patch-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gtar/files/patch-configure b/archivers/gtar/files/patch-configure index 720b96132b48..7b12371abf17 100644 --- a/archivers/gtar/files/patch-configure +++ b/archivers/gtar/files/patch-configure @@ -1,9 +1,9 @@ Hack to disable shared library detection, so configure won't try to link with "/usr/local/lib/libiconv.so -static". ---- configure.orig 2016-05-16 08:52:00 UTC +--- configure.orig 2017-12-17 11:25:08 UTC +++ configure -@@ -35630,7 +35630,7 @@ fi +@@ -37451,7 +37451,7 @@ fi $as_echo "$acl_cv_rpath" >&6; } wl="$acl_cv_wl" acl_libext="$acl_cv_libext" |