Bug 71243 - update port: mail/mlmmj to 1.0.0-RC4
Summary: update port: mail/mlmmj to 1.0.0-RC4
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: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-01 13:50 UTC by xi
Modified: 2004-09-02 10:27 UTC (History)
0 users

See Also:


Attachments
mlmmj.diff (2.98 KB, patch)
2004-09-01 13:50 UTC, xi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description xi 2004-09-01 13:50:05 UTC
1.0.0-RC4
 o Fix brown paper bag bug not allowing enough space for the new better
   random strings introduced in RC3 so subscribe and unsubscribe works
   again.

1.0.0-RC3
 o NULL and 0 are not the same on 64-bit platforms, so fix execlp(..., 0); to
   be execlp(..., NULL);
 o Add web-interface (PHP). Thank you Christoph Thiel
 o Have the random numbers be somewhat longer everywhere and not just somewhere
 o Move free() to where it belongs fixing problems with mlmmj-process some
   people have been seen
 o Fix printing of cron entry in mlmmj-make-ml.sh
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2004-09-02 10:08:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

Take
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2004-09-02 10:26:50 UTC
State Changed
From-To: open->closed

Committed with some changes