summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-02-24 15:18:45 +0000
committerwiz <wiz@pkgsrc.org>2019-02-24 15:18:45 +0000
commit41b0fcc1eca65473be447d71d5f65d26d8ec7cd9 (patch)
tree69b0744a4d22b3214574181de3739dc85f471b50 /archivers
parent5873918254ad8157b7a961530dd47c8305cfe1d1 (diff)
downloadpkgsrc-41b0fcc1eca65473be447d71d5f65d26d8ec7cd9.tar.gz
gtar: update to 1.32
version 1.32 - Sergey Poznyakoff, 2019-02-23 * Fix the use of --checkpoint without explicit --checkpoint-action * Fix extraction with the -U option See http://lists.gnu.org/archive/html/bug-tar/2019-01/msg00015.html, for details * Fix iconv usage on BSD-based systems * Fix possible NULL dereference (savannah bug #55369) * Improve the testsuite
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gtar-base/Makefile4
-rw-r--r--archivers/gtar-base/distinfo10
-rw-r--r--archivers/gtar/Makefile.common4
3 files changed, 9 insertions, 9 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile
index ffb83d1feca..e0da10e309c 100644
--- a/archivers/gtar-base/Makefile
+++ b/archivers/gtar-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2019/01/17 16:43:36 schmonz Exp $
+# $NetBSD: Makefile,v 1.95 2019/02/24 15:18:45 wiz Exp $
.include "../../archivers/gtar/Makefile.common"
@@ -32,7 +32,7 @@ CONFIGURE_ENV+= ac_cv_have_decl_strtoimax=no
LDFLAGS.SCO_SV+= -lsocket
.endif
-PLIST_VARS+= gtar rmt
+PLIST_VARS+= rmt
TEST_TARGET= check
diff --git a/archivers/gtar-base/distinfo b/archivers/gtar-base/distinfo
index 71068ab6cae..76015229e15 100644
--- a/archivers/gtar-base/distinfo
+++ b/archivers/gtar-base/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2019/01/04 23:16:12 ryoon Exp $
+$NetBSD: distinfo,v 1.43 2019/02/24 15:18:45 wiz Exp $
-SHA1 (tar-1.31.tar.bz2) = 2a0a6f04b9b51136836f1344b555076ab15ed03e
-RMD160 (tar-1.31.tar.bz2) = 7880d038dcc1f1152189633f9900e013dcfb848c
-SHA512 (tar-1.31.tar.bz2) = 0f4d00e08d56a8f8c32aac0afa2845397efb8ad72eaa6af47334cef9612adb1a4b91406bdc2c3a2cf1b9cc8b92c12735a331e0d137b24f66703f6af6219464f6
-Size (tar-1.31.tar.bz2) = 2946047 bytes
+SHA1 (tar-1.32.tar.bz2) = d0b0259689062d7700480f74c547f62f18e7412d
+RMD160 (tar-1.32.tar.bz2) = b83c063c4eea4f36bf70c6be67a1c7fc74e5e82f
+SHA512 (tar-1.32.tar.bz2) = 3139e87112123269ee0600243b3ea081687cc93667bef5832bfe3c785c1be622f520f00fcfbdf44ad1d3247866d0ecfe347a85bbfec38eb38fa1014baef566f6
+Size (tar-1.32.tar.bz2) = 2947264 bytes
SHA1 (patch-Makefile.in) = 78cc142b9370317c52215c106ea1e7217e71f9b5
SHA1 (patch-gnu_readlinkat.c) = ce9869bfcd75005bb4ddac4e3223df01a26a2b29
SHA1 (patch-lib_xattr-at.c) = c69631c118558c0c056feb5b55188b2b4c92cc19
diff --git a/archivers/gtar/Makefile.common b/archivers/gtar/Makefile.common
index 48c18e20180..1841ad3789d 100644
--- a/archivers/gtar/Makefile.common
+++ b/archivers/gtar/Makefile.common
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.4 2019/01/04 23:16:12 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.5 2019/02/24 15:18:45 wiz Exp $
#
# used by archivers/gtar-base/Makefile
# used by archivers/gtar-info/Makefile
# used by archivers/gtar/Makefile
-DISTNAME= tar-1.31
+DISTNAME= tar-1.32
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU:=tar/}
EXTRACT_SUFX= .tar.bz2