Bug 71243

Summary: update port: mail/mlmmj to 1.0.0-RC4
Product: Ports & Packages Reporter: xi
Component: Individual Port(s)Assignee: Mathieu Arnold <mat>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mlmmj.diff none

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