Index: head/archivers/gtar/Makefile =================================================================== --- head/archivers/gtar/Makefile (revision 493901) +++ head/archivers/gtar/Makefile (revision 493902) @@ -1,42 +1,42 @@ # Created by: Andreas Klemm # $FreeBSD$ PORTNAME= tar -PORTVERSION= 1.31 +PORTVERSION= 1.32 CATEGORIES= archivers sysutils MASTER_SITES= GNU PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU version of the traditional tape archiver LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING INFO= tar USES= charsetfix cpe iconv:${STATIC_ARGS} localbase tar:xz CPE_VENDOR= gnu GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g CONFIGURE_ENV= DEFAULT_ARCHIVE=/dev/sa0 \ DEFAULT_RMT_COMMAND=/etc/rmt # supply result to skip a test that will abort configure if run as root CONFIGURE_ENV+= gl_cv_func_mknod_works=yes TEST_DEPENDS= autom4te:devel/autoconf TEST_TARGET= check OPTIONS_DEFINE= NLS STATIC OPTIONS_SUB= yes NLS_USES= gettext-runtime:${STATIC_ARGS} NLS_CONFIGURE_ENABLE= nls STATIC_LDFLAGS= -static STATIC_CONFIGURE_ENV= SHLIBEXT="" STATIC_VARS= STATIC_ARGS=build STATIC_VARS_OFF= STATIC_ARGS=lib .include Index: head/archivers/gtar/distinfo =================================================================== --- head/archivers/gtar/distinfo (revision 493901) +++ head/archivers/gtar/distinfo (revision 493902) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547218928 -SHA256 (tar-1.31.tar.xz) = 37f3ef1ceebd8b7e1ebf5b8cc6c65bb8ebf002c7d049032bf456860f25ec2dc1 -SIZE (tar-1.31.tar.xz) = 2101044 +TIMESTAMP = 1551128587 +SHA256 (tar-1.32.tar.xz) = d0d3ae07f103323be809bc3eac0dcc386d52c5262499fe05511ac4788af1fdd8 +SIZE (tar-1.32.tar.xz) = 2103348 Index: head/archivers/gtar/files/patch-tests_numeric.at =================================================================== --- head/archivers/gtar/files/patch-tests_numeric.at (revision 493901) +++ head/archivers/gtar/files/patch-tests_numeric.at (nonexistent) @@ -1,24 +0,0 @@ -https://lists.gnu.org/archive/html/bug-tar/2016-06/txt9bP0DVvYnu.txt - ---- tests/numeric.at.orig 2016-03-18 17:23:55 UTC -+++ tests/numeric.at -@@ -27,14 +27,16 @@ tar $1 -vvf a dir |dnl - ]) - - AT_TAR_CHECK([ --mkdir dir --genfile --file dir/file -- - MYUID=$(id -u) || AT_SKIP_TEST - MYGID=$(id -g) || AT_SKIP_TEST - MYUSR=$(id -un) || AT_SKIP_TEST - MYGRP=$(id -gn) || AT_SKIP_TEST - -+mkdir dir -+# Ensure correct group id on BSDs. -+chown :$MYGID dir >/dev/null 2>/dev/null -+genfile --file dir/file -+ - TESTOP([--create]) - TESTOP([--list]) - TESTOP([--diff]) Property changes on: head/archivers/gtar/files/patch-tests_numeric.at ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/archivers/gtar/files/patch-src_utf8.c =================================================================== --- head/archivers/gtar/files/patch-src_utf8.c (revision 493901) +++ head/archivers/gtar/files/patch-src_utf8.c (nonexistent) @@ -1,14 +0,0 @@ -Work around an iconv(3) portability issue that trips up sparse07.at. -https://lists.gnu.org/archive/html/bug-tar/2018-04/msg00019.html - ---- src/utf8.c.orig 2019-01-11 17:46:41 UTC -+++ src/utf8.c -@@ -81,7 +81,7 @@ utf8_convert (bool to_utf, char const *input, char **o - outlen = inlen * MB_LEN_MAX + 1; - ob = ret = xmalloc (outlen); - ib = (char ICONV_CONST *) input; -- if (iconv (cd, &ib, &inlen, &ob, &outlen) == -1) -+ if (iconv (cd, &ib, &inlen, &ob, &outlen) != 0) - { - free (ret); - return false; Property changes on: head/archivers/gtar/files/patch-src_utf8.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/archivers/gtar/files/patch-src_extract.c =================================================================== --- head/archivers/gtar/files/patch-src_extract.c (revision 493901) +++ head/archivers/gtar/files/patch-src_extract.c (nonexistent) @@ -1,14 +0,0 @@ -Remove erroneous abort() call -https://git.savannah.gnu.org/cgit/tar.git/diff/?id=85c005ee1345c342f707f3c55317daf6cb050603 - ---- src/extract.c.orig 2019-01-13 15:07:22 UTC -+++ src/extract.c -@@ -787,7 +787,7 @@ maybe_recoverable (char *file_name, bool regular, bool - case UNLINK_FIRST_OLD_FILES: - break; - } -- abort (); /* notreached */ -+ FALLTHROUGH; - - case ENOENT: - /* Attempt creating missing intermediate directories. */ Property changes on: head/archivers/gtar/files/patch-src_extract.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property