Update to 1.17.1. Bug fixes:

* Fix unquoting of file names obtained via the -T option.
* Fix GNU long link header timestamp (backward compatibility).
* Fix extracting sparse members from star archives.
This commit is contained in:
naddy 2014-05-12 21:35:30 +00:00
parent c9a8fbfd03
commit f759f94e74
3 changed files with 9 additions and 10 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.72 2013/11/09 23:19:01 naddy Exp $
# $OpenBSD: Makefile,v 1.73 2014/05/12 21:35:30 naddy Exp $
COMMENT= GNU version of the traditional tape archiver
DISTNAME= tar-1.27
DISTNAME= tar-1.27.1
PKGNAME= g${DISTNAME}
REVISION= 0
CATEGORIES= archivers
HOMEPAGE= https://www.gnu.org/software/tar/
@ -44,7 +43,7 @@ LDSTATIC=
WANTLIB= c
.endif
# Tests 63 85 are known to fail because getcwd(3) fails if the
# Test 85 is known to fail because getcwd(3) fails if the
# parent directory is unreadable.
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (tar-1.27.tar.xz) = GyprS53mtI6emUJ2GX4fGOUSqaz29ZiQXw5IHKP4JFs=
SIZE (tar-1.27.tar.xz) = 1867024
SHA256 (tar-1.27.1.tar.xz) = V0IQvMvPnuyIn3MjSmOtaGP1uGRKwfPX8ThxNyKVt8c=
SIZE (tar-1.27.1.tar.xz) = 1879208

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.13 2013/10/07 17:07:15 naddy Exp $
--- configure.orig Sat Oct 5 21:52:03 2013
+++ configure Mon Oct 7 18:20:03 2013
@@ -34123,7 +34123,7 @@ fi
$OpenBSD: patch-configure,v 1.14 2014/05/12 21:35:30 naddy Exp $
--- configure.orig Sun Nov 17 17:18:39 2013
+++ configure Mon May 12 22:54:18 2014
@@ -34140,7 +34140,7 @@ fi
$as_echo "$acl_cv_rpath" >&6; }
wl="$acl_cv_wl"
acl_libext="$acl_cv_libext"