diff options
author | riz <riz> | 2011-12-03 07:09:31 +0000 |
---|---|---|
committer | riz <riz> | 2011-12-03 07:09:31 +0000 |
commit | da73f54624c64367802d9f77f40a961679387f72 (patch) | |
tree | 38f7b157547ad947c6e7d1522f516f22415f591d /sysutils/tarsnap | |
parent | a17e45423de8ea69a602848614ba91149d759146 (diff) | |
download | pkgsrc-da73f54624c64367802d9f77f40a961679387f72.tar.gz |
Update tarsnap to version 1.0.31.
Changes since version 1.0.30:
- A race condition in key generation has been fixed which could
allow a newly-generated key file to be read by another local
user if the key file is being generated in a world-readable
directory and the user running tarsnap-keygen has a umask other
than 0066.
- A bug in key generation has been fixed which could allow a
newly-generated key file to be read by another local user
if they key file is being generated in a world-writable
directory (e.g., /tmp).
- Tarsnap now supports Minix.
- Tarsnap now ignores blank lines in key files; line-buffers
its output (which makes tarsnap --list-archives | foo more
responsive); and prints a progress indicator during tarsnap --fsck.
- Multiple minor bug fixes.
Diffstat (limited to 'sysutils/tarsnap')
-rw-r--r-- | sysutils/tarsnap/Makefile | 4 | ||||
-rw-r--r-- | sysutils/tarsnap/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 8e6796df416..906f20027c7 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2011/08/25 15:24:14 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2011/12/03 07:09:31 riz Exp $ # -DISTNAME= tarsnap-autoconf-1.0.30 +DISTNAME= tarsnap-autoconf-1.0.31 PKGNAME= ${DISTNAME:S/-autoconf//} CATEGORIES= sysutils archivers security MASTER_SITES= https://www.tarsnap.com/download/ diff --git a/sysutils/tarsnap/distinfo b/sysutils/tarsnap/distinfo index 906ebfaeb50..8bca849181d 100644 --- a/sysutils/tarsnap/distinfo +++ b/sysutils/tarsnap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/08/25 15:24:14 wiz Exp $ +$NetBSD: distinfo,v 1.3 2011/12/03 07:09:31 riz Exp $ -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 +SHA1 (tarsnap-autoconf-1.0.31.tgz) = 41b8340f9ca279bf71f09d302f8f936fa3050082 +RMD160 (tarsnap-autoconf-1.0.31.tgz) = fd25889c9487b5d447343ebc7b6c63d814b7e2a5 +Size (tarsnap-autoconf-1.0.31.tgz) = 563896 bytes |