pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 24 15:18:45 UTC 2019

Modified Files:
        pkgsrc/archivers/gtar: Makefile.common
        pkgsrc/archivers/gtar-base: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/gtar/Makefile.common
cvs rdiff -u -r1.94 -r1.95 pkgsrc/archivers/gtar-base/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/archivers/gtar-base/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/gtar/Makefile.common
diff -u pkgsrc/archivers/gtar/Makefile.common:1.4 pkgsrc/archivers/gtar/Makefile.common:1.5
--- pkgsrc/archivers/gtar/Makefile.common:1.4   Fri Jan  4 23:16:12 2019
+++ pkgsrc/archivers/gtar/Makefile.common       Sun Feb 24 15:18:45 2019
@@ -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

Index: pkgsrc/archivers/gtar-base/Makefile
diff -u pkgsrc/archivers/gtar-base/Makefile:1.94 pkgsrc/archivers/gtar-base/Makefile:1.95
--- pkgsrc/archivers/gtar-base/Makefile:1.94    Thu Jan 17 16:43:36 2019
+++ pkgsrc/archivers/gtar-base/Makefile Sun Feb 24 15:18:45 2019
@@ -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_strtoim
 LDFLAGS.SCO_SV+=       -lsocket
 .endif
 
-PLIST_VARS+=           gtar rmt
+PLIST_VARS+=           rmt
 
 TEST_TARGET=           check
 

Index: pkgsrc/archivers/gtar-base/distinfo
diff -u pkgsrc/archivers/gtar-base/distinfo:1.42 pkgsrc/archivers/gtar-base/distinfo:1.43
--- pkgsrc/archivers/gtar-base/distinfo:1.42    Fri Jan  4 23:16:12 2019
+++ pkgsrc/archivers/gtar-base/distinfo Sun Feb 24 15:18:45 2019
@@ -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



Home | Main Index | Thread Index | Old Index