Bug 81211 - Update port: mail/getmail to 4.3.9
Summary: Update port: mail/getmail to 4.3.9
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-18 19:00 UTC by Linh Pham
Modified: 2005-05-19 05:30 UTC (History)
1 user (show)

See Also:


Attachments
getmail-4.3.9.diff (4.92 KB, patch)
2005-05-18 19:00 UTC, Linh Pham
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Linh Pham 2005-05-18 19:00:23 UTC
Update mail/getmail to 4.3.9. From CHANGELOG:

Version 4.3.9
18 May 2005

  -for multidrop retrievers, change the way the envelope recipient header
  field is parsed, to prevent odd values from being interpreted as multiple
  addresses when they look like an 822-style address group.  Thanks: "aal".
  -try to avoid parsing message bodies, in case they're corrupt or invalid.
  Thanks: Michael Gold.

I had to redo files/patch-messages.py and files/patch-retrieverbases.py
since the current version does not work against 4.3.9. I have only been able
to test the patches against Python 2.4, but the function call that breaks
without patching is email.Parser.HeaderParser as messages.py and
_retrieverbases.py do not import email.Parser (which works under Python
2.3).
Comment 1 Roman Bogorodskiy freebsd_committer freebsd_triage 2005-05-19 05:05:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

I'll take it.
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2005-05-19 05:30:21 UTC
State Changed
From-To: open->closed

Committed, thanks!