From owner-cvs-all@FreeBSD.ORG Mon May 10 06:04:31 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2567C1065672; Mon, 10 May 2010 06:04:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 135EC8FC19; Mon, 10 May 2010 06:04:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4A64U25038692; Mon, 10 May 2010 06:04:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4A64U9X038691; Mon, 10 May 2010 06:04:30 GMT (envelope-from miwi) Message-Id: <201005100604.o4A64U9X038691@repoman.freebsd.org> From: Martin Wilke Date: Mon, 10 May 2010 06:04:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/libpar2 Makefile ports/archivers/libpar2/files patch-ChangeLog patch-par2repairer.cpp xpatch-addcancel-par2repairer.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2010 06:04:31 -0000 miwi 2010-05-10 06:04:30 UTC FreeBSD ports repository Modified files: archivers/libpar2 Makefile archivers/libpar2/files patch-ChangeLog Added files: archivers/libpar2/files patch-par2repairer.cpp xpatch-addcancel-par2repairer.cpp 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 (maintainer) Revision Changes Path 1.5 +10 -2 ports/archivers/libpar2/Makefile 1.2 +7 -3 ports/archivers/libpar2/files/patch-ChangeLog 1.1 +36 -0 ports/archivers/libpar2/files/patch-par2repairer.cpp (new) 1.1 +194 -0 ports/archivers/libpar2/files/xpatch-addcancel-par2repairer.cpp (new)