pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/par2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep  1 16:33:43 UTC 2016

Modified Files:
        pkgsrc/archivers/par2: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/archivers/par2/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/par2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/par2/Makefile
diff -u pkgsrc/archivers/par2/Makefile:1.22 pkgsrc/archivers/par2/Makefile:1.23
--- pkgsrc/archivers/par2/Makefile:1.22 Mon May  4 10:10:23 2015
+++ pkgsrc/archivers/par2/Makefile      Thu Sep  1 16:33:43 2016
@@ -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

Index: pkgsrc/archivers/par2/distinfo
diff -u pkgsrc/archivers/par2/distinfo:1.13 pkgsrc/archivers/par2/distinfo:1.14
--- pkgsrc/archivers/par2/distinfo:1.13 Tue Nov  3 00:56:24 2015
+++ pkgsrc/archivers/par2/distinfo      Thu Sep  1 16:33:43 2016
@@ -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