pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/tarsnap



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 29 06:19:28 UTC 2017

Modified Files:
        pkgsrc/sysutils/tarsnap: Makefile distinfo

Log Message:
Updated tarsnap to 1.0.39.

Tarsnap 1.0.39 is now available.  (Yes, just 2 weeks after 1.0.38.)  This
version brings several important bug fixes:

* tarsnap 1.0.38 (but not earlier versions) would exit with an assertion
failure after successfully creating an archive containing a file with a
"last modified" time prior to January 1st, 1970.

* tarsnap 1.0.38 and earlier could crash if instructed to archive the
contents of corrupt cpio or ar archives (via the @archive directive).

* tarsnap 1.0.38 and earlier could crash if passed an invalidly encrypted
key file.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/tarsnap/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/tarsnap/distinfo

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

Modified files:

Index: pkgsrc/sysutils/tarsnap/Makefile
diff -u pkgsrc/sysutils/tarsnap/Makefile:1.14 pkgsrc/sysutils/tarsnap/Makefile:1.15
--- pkgsrc/sysutils/tarsnap/Makefile:1.14       Sat Jul 15 06:11:56 2017
+++ pkgsrc/sysutils/tarsnap/Makefile    Sat Jul 29 06:19:28 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/07/15 06:11:56 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/07/29 06:19:28 wiz Exp $
 
-DISTNAME=      tarsnap-autoconf-1.0.38
+DISTNAME=      tarsnap-autoconf-1.0.39
 PKGNAME=       ${DISTNAME:S/-autoconf//}
 CATEGORIES=    sysutils archivers security
 MASTER_SITES=  https://www.tarsnap.com/download/

Index: pkgsrc/sysutils/tarsnap/distinfo
diff -u pkgsrc/sysutils/tarsnap/distinfo:1.10 pkgsrc/sysutils/tarsnap/distinfo:1.11
--- pkgsrc/sysutils/tarsnap/distinfo:1.10       Sat Jul 15 06:11:56 2017
+++ pkgsrc/sysutils/tarsnap/distinfo    Sat Jul 29 06:19:28 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/07/15 06:11:56 wiz Exp $
+$NetBSD: distinfo,v 1.11 2017/07/29 06:19:28 wiz Exp $
 
-SHA1 (tarsnap-autoconf-1.0.38.tgz) = 956869c4940121c2a198438d896c7555ba39f810
-RMD160 (tarsnap-autoconf-1.0.38.tgz) = 440f88e78cc4098955128929e3aedc62730d8b26
-SHA512 (tarsnap-autoconf-1.0.38.tgz) = ca6a6333591e333516f2bbf3501093725d8df190cc144282b3a6b51dc197e48b1276ff97b94e287a5be1c78217dbeb93ed29fa4224d99bcca577b77a4414319e
-Size (tarsnap-autoconf-1.0.38.tgz) = 640781 bytes
+SHA1 (tarsnap-autoconf-1.0.39.tgz) = 27ab43bc4fd9e838769a62a5bde61ace12ddcfdb
+RMD160 (tarsnap-autoconf-1.0.39.tgz) = 482780f031e20a1b33f5b62ef93a730bd957c4d7
+SHA512 (tarsnap-autoconf-1.0.39.tgz) = dec8a72144a3a7fd42b006933c904b812894ca9fe2c57ecc4fbba817b9b49c8f15517530a00b0c3a9897e3182b4d9aee525334537806a9c4f7308086678fa2b4
+Size (tarsnap-autoconf-1.0.39.tgz) = 641089 bytes



Home | Main Index | Thread Index | Old Index