pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/gzrecover (Upstream) update 0.5 to 0.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c55f3ecb023
branches:  trunk
changeset: 641857:3c55f3ecb023
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Nov 20 07:41:06 2014 +0000

description:
(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@localhost) 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@localhost)

New for release 0.6 (2012-02-09)
  o Patches from Paul Wise (pabs%debian.org@localhost) for stability and memory leaks

New for release 0.5 (2006-08-29)

diffstat:

 archivers/gzrecover/Makefile |  7 ++++---
 archivers/gzrecover/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 0ac6f7da3e48 -r 3c55f3ecb023 archivers/gzrecover/Makefile
--- a/archivers/gzrecover/Makefile      Thu Nov 20 07:32:58 2014 +0000
+++ b/archivers/gzrecover/Makefile      Thu Nov 20 07:41:06 2014 +0000
@@ -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@localhost
 HOMEPAGE=              http://www.urbanophile.com/arenn/hacking/gzrt/
 COMMENT=               GZip Recovery Toolkit
+LICENSE=               gnu-gpl-v2
 
 BUILD_TARGET=          gzrecover
 
diff -r 0ac6f7da3e48 -r 3c55f3ecb023 archivers/gzrecover/distinfo
--- a/archivers/gzrecover/distinfo      Thu Nov 20 07:32:58 2014 +0000
+++ b/archivers/gzrecover/distinfo      Thu Nov 20 07:41:06 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index