diff options
author | tez <tez@pkgsrc.org> | 2010-03-23 19:00:10 +0000 |
---|---|---|
committer | tez <tez@pkgsrc.org> | 2010-03-23 19:00:10 +0000 |
commit | 274889d7b35ae0a8ea99d28597f2e7a159631ac4 (patch) | |
tree | 2318b5a88e5a31c5a58b57849067641ecbae9ace /archivers/gtar-info | |
parent | bf2ed5396d0b60b8f509dc5df4a1aee843328760 (diff) | |
download | pkgsrc-274889d7b35ae0a8ea99d28597f2e7a159631ac4.tar.gz |
Update gtar to 1.23 - fixes CVE2010-0624
Also:
# Improved record size autodetection
# Use of lseek on seekable archives
# New command line option --warning
# New command line option --level
# Improved behavior if some files were removed during incremental dumps
# Modification times of PAX extended headers
# Time references in the --pax-option argument
# Augmented environment of the --to-command script
# Bugfixes:
* Fix handling of hard link targets by -c --transform
* Fix hard links recognition with -c --remove-files
* Fix restoring files from backup (debian bug #508199)
* Correctly restore modes and permissions on existing directories
* The --remove-files option removes files only if they were succesfully stored in the archive
* Fix storing and listing of the volume labels in POSIX format
* Improve algorithm for splitting long file names (ustar format)
Diffstat (limited to 'archivers/gtar-info')
-rw-r--r-- | archivers/gtar-info/Makefile | 6 | ||||
-rw-r--r-- | archivers/gtar-info/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/gtar-info/Makefile b/archivers/gtar-info/Makefile index ab882edbaa3..baadc2f6b57 100644 --- a/archivers/gtar-info/Makefile +++ b/archivers/gtar-info/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2009/08/16 13:53:32 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2010/03/23 19:00:10 tez Exp $ # -DISTNAME= tar-1.22 -PKGNAME= gtar-info-1.22 +DISTNAME= tar-1.23 +PKGNAME= gtar-info-1.23 SVR4_PKGNAME= gtari CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU:=tar/} diff --git a/archivers/gtar-info/distinfo b/archivers/gtar-info/distinfo index 935327829fc..14bdeaea383 100644 --- a/archivers/gtar-info/distinfo +++ b/archivers/gtar-info/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2009/08/16 13:53:32 wiz Exp $ +$NetBSD: distinfo,v 1.9 2010/03/23 19:00:10 tez Exp $ -SHA1 (tar-1.22.tar.gz) = 79875be57ca47d16ab41fc1bf3853efe68b81167 -RMD160 (tar-1.22.tar.gz) = 92aae7f6ebce77d1e334acc59320980c4ce7ffe4 -Size (tar-1.22.tar.gz) = 2998989 bytes +SHA1 (tar-1.23.tar.gz) = b58a709eb0df611b77e9f381ffc83097306b371c +RMD160 (tar-1.23.tar.gz) = 0750be49398887c48bef0c5bc02bb26e2b075b0b +Size (tar-1.23.tar.gz) = 3193303 bytes |