Bug 71213 - [MAINTAINER PATCH]: sysutils/bpm fails to handle new INDEX file
Summary: [MAINTAINER PATCH]: sysutils/bpm fails to handle new INDEX file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-01 01:20 UTC by Seth Kingsley
Modified: 2004-09-01 02:41 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.84 KB, patch)
2004-09-01 01:20 UTC, Seth Kingsley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Seth Kingsley 2004-09-01 01:20:16 UTC
	The recently comitted BPM port fails to handle the new INDEX file
	format, which has had several fields added to it.  In addition, it
	reacts badly when parse errors occur on the INDEX file, resulting in
	double free()s.  The patch below works around both of these problems
	until the next formal release.

How-To-Repeat: 	Run sysutils/bpm on a recent ports collection.
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2004-09-01 02:40:44 UTC
State Changed
From-To: open->closed

patch committed. thanks, seth!