pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/par2 Updated par2 to 0.6.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/828ac21bcc77
branches:  trunk
changeset: 351936:828ac21bcc77
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 01 16:33:43 2016 +0000

description:
Updated par2 to 0.6.14.

Fix issue #53 / Correct fix for issue #49
par2creator: use proper buffer size for volume file name generation
bump 0.6.13
Merge pull request #51 from jcfp/master
Update commandline.cpp
add -N / -S options to manpage
Add test19
Fix issue #50 (scan failure) / Correct fix for issue #31 (slow scan)
Fixes to enable "make distcheck" to work:
Fix for #49 (Scanning extra files messes up verification)
create test for #49
Merge pull request #48 from jcfp/patch-1
add missing argument for the block-count option

diffstat:

 archivers/par2/Makefile |   4 ++--
 archivers/par2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 22fdea312190 -r 828ac21bcc77 archivers/par2/Makefile
--- a/archivers/par2/Makefile   Thu Sep 01 16:29:06 2016 +0000
+++ b/archivers/par2/Makefile   Thu Sep 01 16:33:43 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2015/05/04 10:10:23 adam Exp $
+# $NetBSD: Makefile,v 1.23 2016/09/01 16:33:43 wiz Exp $
 
-DISTNAME=      par2-0.6.12
+DISTNAME=      par2-0.6.14
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=BlackIkeEagle/}
 GITHUB_PROJECT=        par2cmdline
diff -r 22fdea312190 -r 828ac21bcc77 archivers/par2/distinfo
--- a/archivers/par2/distinfo   Thu Sep 01 16:29:06 2016 +0000
+++ b/archivers/par2/distinfo   Thu Sep 01 16:33:43 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2015/11/03 00:56:24 agc Exp $
+$NetBSD: distinfo,v 1.14 2016/09/01 16:33:43 wiz Exp $
 
-SHA1 (par2-0.6.12.tar.gz) = cee3b0642ffc9ddd73690f20c9e451563d2d9da4
-RMD160 (par2-0.6.12.tar.gz) = 7e90113884a09fc90979a06405d0f69778f4f447
-SHA512 (par2-0.6.12.tar.gz) = 17f0ff482c1410b1ef07a700f472f463660d393b7c06c796849c9b67d95f7283a91d135e67e20dbcaf888a85d0abf96959dc9d80b92e7b638ac632acd9b4107e
-Size (par2-0.6.12.tar.gz) = 3536512 bytes
+SHA1 (par2-0.6.14.tar.gz) = 68541996fd7eca6a0c711134dbc4ad8884907d4a
+RMD160 (par2-0.6.14.tar.gz) = d6c29f4e502e68f1cc72d1628a2fc273283ba8db
+SHA512 (par2-0.6.14.tar.gz) = 3d20a2a231fe36f5b12f070655c0eb7ce17fc5914187e0f90fe066571260736da4200e73028405eb44e875f29c64254390088a1365febba7cd3beeddae76b471
+Size (par2-0.6.14.tar.gz) = 3539262 bytes
 SHA1 (patch-diskfile.cpp) = c2319215a6438322edeb28c4413a0a26dcade2d5



Home | Main Index | Thread Index | Old Index