Update to 1.0.30. Drop maintainership since I never actually used it...
Changes since version 1.0.29: A bug fix in the handling of readdir errors; in earlier versions, it was theoretically possible for a failing hard drive or other errors in reading directories to result in files being silently omitted from an archive. Several bug fixes relating to the handling of @archive directives with mtree files. A bug fix to prevent cache directory corruption resulting in tarsnap failing if it was interrupted at exactly the right (wrong) moment in its operation. A bug fix to correctly handle ~ in tarsnap -s path substitutions. Many more minor bug fixes.
This commit is contained in:
parent
aa810b0ba9
commit
ca383c3a7a
2 changed files with 7 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/05/15 11:16:14 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/08/25 15:24:14 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tarsnap-autoconf-1.0.29
|
||||
DISTNAME= tarsnap-autoconf-1.0.30
|
||||
PKGNAME= ${DISTNAME:S/-autoconf//}
|
||||
CATEGORIES= sysutils archivers security
|
||||
MASTER_SITES= https://www.tarsnap.com/download/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= wiz@NetBSD.org
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://www.tarsnap.com/
|
||||
COMMENT= Secure online backup service
|
||||
LICENSE= tarsnap-license
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/05/15 11:16:14 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.2 2011/08/25 15:24:14 wiz Exp $
|
||||
|
||||
SHA1 (tarsnap-autoconf-1.0.29.tgz) = c93cf8302461793345cb0baeda6d325a8469ffb6
|
||||
RMD160 (tarsnap-autoconf-1.0.29.tgz) = 7170d00a07e36213def3fcd87cb6b0a262506ff0
|
||||
Size (tarsnap-autoconf-1.0.29.tgz) = 595483 bytes
|
||||
SHA1 (tarsnap-autoconf-1.0.30.tgz) = 6e10f3f076457c28f17e5dddabe80b9964b6b2c6
|
||||
RMD160 (tarsnap-autoconf-1.0.30.tgz) = 25e9a2d3f04f3796d0f0b00ad89e73f033d564ce
|
||||
Size (tarsnap-autoconf-1.0.30.tgz) = 567693 bytes
|
||||
|
|
Loading…
Reference in a new issue