diff options
author | mef <mef@pkgsrc.org> | 2014-11-20 07:41:06 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-20 07:41:06 +0000 |
commit | 6458501ae42887617aee012e91afe48e0d0afaf2 (patch) | |
tree | a030afdabcdc50caddabba479c5e255b6aff5978 /archivers/gzrecover | |
parent | 7fb147a44e93e2beec3a9fd29545909e7918c844 (diff) | |
download | pkgsrc-6458501ae42887617aee012e91afe48e0d0afaf2.tar.gz |
(Upstream) update 0.5 to 0.8
New for release 0.8 (2013-10-03)
o Eliminate call to fsync(), resulting in 99% speed improvement
o Add ability to read from the standard input stream and write to
standard output for pipeline support.
o Thanks to Alexey Yurchenko (ayurchen@gmail.com) for the above suggestions.
o Fix incorrect errpos tracker (probably caused some of the core dumps
people had reported)
o Fix verbose logging to fix stream positions being incorrect (had not
been updated after the program moved from mmap to a read buffer)
o Also, move verbose logging from stdout to stderr
o Misc error reporting updates
New for release 0.7 (2013-02-02)
o Fix =/== confusion in read_internal error check (via Shawn
Cokus (cokus@ucla.edu)
New for release 0.6 (2012-02-09)
o Patches from Paul Wise (pabs@debian.org) for stability and memory leaks
New for release 0.5 (2006-08-29)
Diffstat (limited to 'archivers/gzrecover')
-rw-r--r-- | archivers/gzrecover/Makefile | 7 | ||||
-rw-r--r-- | archivers/gzrecover/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/archivers/gzrecover/Makefile b/archivers/gzrecover/Makefile index 10eae1a3fbc..27031caf847 100644 --- a/archivers/gzrecover/Makefile +++ b/archivers/gzrecover/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.9 2014/10/09 14:05:51 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/11/20 07:41:06 mef Exp $ # -DISTNAME= gzrt-0.5 -PKGNAME= gzrecover-0.5 +DISTNAME= gzrt-0.8 +PKGNAME= gzrecover-0.8 CATEGORIES= archivers MASTER_SITES= http://www.urbanophile.com/arenn/hacking/gzrt/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.urbanophile.com/arenn/hacking/gzrt/ COMMENT= GZip Recovery Toolkit +LICENSE= gnu-gpl-v2 BUILD_TARGET= gzrecover diff --git a/archivers/gzrecover/distinfo b/archivers/gzrecover/distinfo index f3f5194a2aa..14f3eb71c6a 100644 --- a/archivers/gzrecover/distinfo +++ b/archivers/gzrecover/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/04/24 21:19:31 wiz Exp $ +$NetBSD: distinfo,v 1.4 2014/11/20 07:41:06 mef Exp $ -SHA1 (gzrt-0.5.tar.gz) = 99f1320dc795da666cd17d331c359e5c2433c129 -RMD160 (gzrt-0.5.tar.gz) = e14e80de9b5e9abee8c68e6f2a9164c038b1d3a9 -Size (gzrt-0.5.tar.gz) = 5559 bytes +SHA1 (gzrt-0.8.tar.gz) = a354901b7aa2192bafdc34f43fbfde3cd7de2822 +RMD160 (gzrt-0.8.tar.gz) = 3d35163f9351f1f496f69a143b0353448de50b22 +Size (gzrt-0.8.tar.gz) = 7311 bytes |