Summary: | [maintainer] archivers/libpar2 segfault fix and cancellation enhancement. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Toxic <toxic> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Toxic
2010-04-28 22:10:01 UTC
State Changed From-To: open->closed Committed. Thanks! 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 <toxic@doobie.com> (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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |