head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.05.10.06.04.30;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.08.17.06.48.21;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Includes two patches

	* a bugfix that closes a memory leak triggered by corrupted PAR2 files.
	  That fix is included in some linux vendors' libpar2 packages, and is
	  well-tested.
	* The other adds additional functionality: a method to cancel a file
	  repair in progress. This patch can be disabled through a config option.
	  It is enabled by default because the only application in the ports tree
	  that links against libpar2 is news/nzbget. Nzbget makes use of this
	  functionality if it is available.

PR:		146125
Submitted by:	Jeff Burchell <toxic@@doobie.com> (maintainer)
@
text
@--- ChangeLog.orig	2010-04-28 12:17:05.000000000 -0700
+++ ChangeLog	2010-04-28 12:16:35.000000000 -0700
@@@@ -1,3 +1,10 @@@@
+28 Apr 2010 FreeBSD Port
+	* Fix memory leak/segfault under certain circumstances.
+           http://sf.net/tracker/?func=detail&aid=2209433&group_id=30568&atid=399700
+
+16 Aug 2008 FreeBSD Port
+	* Fix 2G overflow for data_size (backported from vendor CVS)
+
 03 Feb 2006 Francois LESUEUR
 	* Version 0.2 released
 	* Added support for detailed output
@


1.1
log
@[NEW PORT] archivers/libpar2 Reusable library for manipulating par2 files

	Libpar2 is a library for creating and using PAR2 files to detect
	damage in data files and repair them if necessary. It can be used with
	any kind of file. Par files are especially popular on Usenet.

	Libpar2 is extracted from par2cmdline, and distributed separately.

	WWW: http://parchive.sourceforge.net/

PR:		ports/126578
Submitted by:	Jeff Burchell <toxic@@doobie.com>
@
text
@d1 7
a7 3
--- ChangeLog.orig	2006-02-03 08:07:23.000000000 -0800
+++ ChangeLog	2008-08-16 13:10:41.000000000 -0700
@@@@ -1,3 +1,6 @@@@
@

