Skip to content

Commit

Permalink
Updated par2 to 0.6.14.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Sep 1, 2016
1 parent 8bb136b commit a59df2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions archivers/par2/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions archivers/par2/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a59df2a

Please sign in to comment.