Bug 92787 - [PATCH] Fix ftp/IglooFTP
Summary: [PATCH] Fix ftp/IglooFTP
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: 2006-02-04 05:20 UTC by Shaun Amott
Modified: 2006-02-06 19:15 UTC (History)
0 users

See Also:


Attachments
IglooFTP-0.6.1.diff (11.49 KB, patch)
2006-02-04 05:20 UTC, Shaun Amott
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shaun Amott 2006-02-04 05:20:02 UTC
IglooFTP - Add patches (unbreak port)

- Fix "chunk already allocated" error

  I wasn't personally able to make the program "crash at startup", but
  I think I have fixed the issue that was causing the error. This is
  why the port was marked IGNORE.

- Add sanity checking to avoid GTK assertion errors due to missing
  pixmaps.

- Resolve two known vulnerabilities:
  http://secunia.com/advisories/13536/

    - Replace tmpnam with mkstemp
    - Disallow server-provided absolute filenames

Hopefully that's enough to get the port back in action.

- Shaun
Comment 1 Andrey Slusar freebsd_committer freebsd_triage 2006-02-06 19:15:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!