summaryrefslogtreecommitdiffstats
path: root/mail/mailman
Commit message (Collapse)AuthorAgeFilesLines
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* - Update to version 2.2.1, which includes a fix to a cross-site scriptingwjv2003-02-127-37/+229
| | | | | | | | | | | | | | vulnerability. - Add a file, installed to $DOCSDIR, with more explicit post-installation instructions. - Update $PKGMESSAGE to point to this new file. - Add more explicit warnings in various places that MAIL_GID *must* be set at build time if Mailman is to be used with an alternate (non-Sendmail) MTA. - Bring port in line with other similar ports by NOT explicitly depending on Apache. This is both more maintainable and allows the user greater scope in setting up a custom configuration, including the use of an alternative web server. (Also, Mailman _can_ be used without a web server.) - Clean up which documentation files get installed to $DOCSDIR.
* - Install the Mailman favicon, which had been omitted.wjv2003-01-272-3/+3
| | | | | | | | - Refrain from installing the GNU logo, which is not used by this port anymore. - Bump $PORTREVISION Submitted by: Vivek Khera <khera@kcilink.com>, Neil Darlow <neil@darlow.co.uk>
* - Update author's email address in $DESCR.wjv2003-01-237-103/+85
| | | | | | | | | | | | | | | | | | | | | | | | | - Update $PKGREQ to depend explicitly on Python >= 2.1.3, and not just >= 2.1 - Document required value of $MAIL_GID for Exim4. - Substantial rewrite of $PKGINSTALL: - Simplified layout. - More extensive error checking. - More expressive and user-friendly output. - Substantial rewrite of $PKGDEINSTALL: - Simplified layout. - More expressive and user-friendly output. - Delete %%MAILMANDIR%%/data/last_mailman_version in DEINSTALL, and restore it in POST-DEINSTALL if the entire Mailman installation has not been removed. This file is required by Mailman's update script (run as part of the installation procedure) to update active mailing lists. - Delete the errorlog if it is the only existing logfile. This will finally allow the mailman port/package to be completely and cleanly deinstalled when there are no active lists or updated configuration. - Bump $PORTREVISION, with apologies to those tracking the port. It should now finally be possible to update a Mailman installation with active mailing lists simply by deinstalling the port/package, and reinstalling a later version (or by using portupgrade(1)). There are still no guarantees, though, and a backup is thorouhly recommended.
* - Add the patch that was accidentally omitted from the previous commit. :-(wjv2003-01-201-0/+31
|
* - Add dependency on www/lynx, required for Mailman's mail filtering feature.wjv2003-01-203-21/+29
| | | | | | | | | | | - Add patch to Mailman/Defaults.py.in, to correct path to lynx and various MTAs. - Change default $MAIL_GID and $CGI_GID values from numerical GIDs to group names. - Minor change to $PLIST to ensure clean deinstallation. - Bump $PORTREVISION Submitted by: Jan Siml <jsi@jules.de> (Lynx dependency)
* - Update to the long-anticipated version 2.1wjv2003-01-1713-173/+1310
|
* - Overdue update to version 2.0.13, a minor bugfix releasewjv2002-10-216-79/+70
| | | | | | | | | - Refrain from invoking ${PERL} - Call Mailman's distributed check_perms script post-installation to fix file permissions instead of doing so manually. This is more modular and will greatly ease maintenance of the port. It implies a level of trust in check_perms... but then, installing and running any 3rd party software implies a level of trust.
* - Update to version 2.0.12wjv2002-07-224-5/+4
| | | | | | | | | | - Update $PKGDEINSTALL so that running Python processes beloning to mailman user should be killed correctly upon port/package deinstallation, even when the version of Python had been updated since the port/package was installed. - Fix a small oversight in $PLIST to allow clean package installations (i.e. where there is not an existing mailman user) to set file permissions correctly.
* - Update to version 2.0.11 (important security fix)wjv2002-06-042-3/+2
| | | | | PR: 38652 Submitted by: Brandon D. Valentine <bugs@geekpunk.net>
* - Work around a very obscure but potentially severe security problem.wjv2002-05-093-29/+37
| | | | | | | | | | | | | | | | | | Should a user... - use su(1) or sudo to gain root privileges in such a way that his own environment is maintained, and - should that user have the variable USERNAME defined in his environment to point to his own username (not entirely unlikely), and - should the user install the Mailman port and immediately deinstall it, ... his own userid will be deleted by $PKGDEINSTALL. The short-term fix implemented here is to munge the names of the variables used by the port's Makefile. - Correctly list image directory in $PLIST, even if the user changes it from the default. - Add a WITH_APACHE2 knob and document it. - Bump PORTREVISION Submitted by: Volker Stolz <vs@lambda.foldr.org> (security issue)
* - Update to version 2.0.10wjv2002-04-233-3/+2
|
* - Update to version 2.0.9wjv2002-04-054-34/+15
| | | | - Correctly kill running Mailman processes in $PKGDEINSTALL
* - Fix a nasty typo.wjv2002-03-061-2/+2
| | | | | PR: 35572 Submitted by: Kurt Werle <kwerle@pobox.com>
* - Add missing $CONFIGURE_ARGS. (Whoops again!)wjv2002-02-208-13/+246
| | | | | | | | | | | | | | | | | - Actually install the images for Mailman's web front-end to ${PREFIX}/www/icons, instead of depending on the user to do this in a post-installation step. Add a new build-time variable to control the location where these images are intstalled. - Gratuitous change: Change the GNU logo and link in the footer of most pages in Mailman's web front-end to a "Powered by FreeBSD" logo, and a link to the FreeBSD home page. This was accomplished by: - Patching the source to allow for multiple footer bars based on a new configuration variable LOGO_OS. If LOGO_OS is set to 'FreeBSD', the FreeBSD footer will be displayed; otherwise, it reverts to the default GNU footer. - Set LOGO_OS to 'FreeBSD' in the installed Defaults.py (The user may override this in mm_cfg.py) - Bump $PORTREVISION again. (Sorry guys.)
* - Just another checkpoint commit in the cleanup of the Mailman port.wjv2002-02-194-53/+76
| | | | | | | | | | - Add a (non-standard) $PKGOPTS file (currently $FILESDIR/pkg-opts) to document the user configurable build time variables supported by the port. Add a target "options" to Makefile to display build time options in a human readable format. Remove reams of comments from Makefile - superseded by $PKGOPTS. - Clean up the killing of running qrunner processes in $PKGDEINSTALL. - Bump the $PORTREVISION. (Yes, again.)
* - Use MAIL_GID of 26 (mailnull) instead of 1 when installing Mailman to workwjv2002-02-134-17/+38
| | | | | | | | | with Sendmail, if on a recent $OSVERSION. (Whoops!) - Submitted by: Richard Kiss <kiss@hhn.com> - Clarify $PKGMESSAGE and output of $PKGDEINSTALL somewhat. - Correctly handle Mailman config file (mm_cfg.py) in $PLIST when deinstalling port/package. - Bump PORTREVISION again.
* - Add MAIL_GID for Postfix, accidentally omitted from previous commit.wjv2002-02-111-1/+1
|
* - Cleaning up the Mailman port, Step 3.wjv2002-02-115-84/+144
| | | | | | | | | | | | | - Add a $PKGDEINSTALL script to allow the port to clean up after itself - Automatically create Mailman user's crontab(5) entry upon port/package installation, and remove it upon deinstallation. - Intended $PKGINSTALL according to personal taste. Converted tabs to spaces. - Remove some extraneous comments from the port's Makefile. (Oops) - Further streamline @exec's in $PLIST. - Bump PORTREVISION - The reworking of this port is an ongoing process - Mailman users, please bear with me!
* - Cleaning up the Mailman port, Step 2.wjv2002-02-084-336/+414
| | | | | | | | | | | | | | | - Move creation of user/group from $FILESDIR/config.sh to $PKGINSTALL to ensure they are created if installed from package. - Switch to using uid/gid which are not yet registered in section 15.15 of Porter's Handbook. - Add @exec statements to $PLIST to ensure all necessary directories are created with the correct modes if installed from package. - Bump PORTREVISION. - More to follow... Partially stolen from: net/cvsup-mirror (PKGINSTALL) PR: 34654 (uid/gid change) Submitted by: Sean Chittenden <sean@chittenden.org> (uid/gid change)
* - Interim update to version 2.0.8 (which contains important security fixes),wjv2001-12-066-77/+107
| | | | | | maintaining most of the port's existing structure. A more comprehensive restructuring of this port is in the works. - Assume maintainership, pending any objections from -ports.
* Set MAINTAINER to ports@.demon2001-12-031-1/+1
| | | | I do not use this program anymore.
* Allow mail-gid to be overwritable.demon2001-10-151-1/+2
| | | | Asked by: Benno Rice <benno@FreeBSD.org>
* Utilize DATADIR and DOCSDIR.demon2001-07-151-3/+3
|
* Update to 2.0.5demon2001-05-112-2/+2
|
* Allow to override cgi-gid.demon2001-05-042-4/+5
| | | | | | | PR: 26108 Submitted by: Stijn Hoop <stijn@win.tue.nl> Upgrage to 2.0.4
* Uncomment RUN_DEPENDSdemon2001-03-131-1/+1
| | | | (forgot to do it before previous commit).
* Update to 2.0.3.demon2001-03-132-4/+5
| | | | Add more MASTER_SITEs.
* Update to version 2.0.2.demon2001-03-123-3/+22
| | | | | | | PR: 25619 Submitted by: Ron Rosson <insane@oneinsane.net> Add a patch to eliminate -O2 option to gcc.
* Teach mailman how to work both with MD5 and DES passwords.demon2001-02-262-0/+27
| | | | | | | This problem is already fixed in mailman CVS. Bump PORTREVISION. Submitted by: Kresimir Kumericki <kkumer@phy.hr>
* Update to version 2.0.1.demon2001-01-083-17/+32
| | | | | Install additional docs. Utilize USE_PYTHON.
* Update to version 2.0.demon2000-11-222-3/+2
|
* Update to 2.0rc3.demon2000-11-193-12/+12
| | | | | | | Set myself as MAINTAINER. PR: 22717 Submitted by: Peter Pentchev <roam@orbitel.bg> (update to rc1).
* - Update port to 2.0b6jedgar2000-10-084-10/+28
| | | | | - Allow mailman user/uid/install dir to be overridden - Add WWW
* - Actually populate the variable used for the homedir when creating thejedgar2000-10-082-5/+6
| | | | | mailman user. - Bump PORTREVISION
* - Fix the comment field of the added user (MySQL Daemon -> Mailman User)jedgar2000-09-212-1/+2
| | | | | | | - Bump PORTREVISION PR: 21426 Submitted by: Nick Hibma <n_hibma@qubesoft.com>
* It would help if I committed the right Makefile, I supposeade2000-08-051-2/+3
|
* Update to 2.0beta5. Previous version had security issues.ade2000-08-053-22/+85
| | | | Requested by: kris
* Adding mailman version 1.1.steve2000-07-176-0/+311
Mailman is software to help manage email discussion lists, much like Majordomo and Smartmail. Unlike most similar products, Mailman gives each mailing list a web page, and allows users to subscribe, unsubscribe, etc. over the web. Even the list manager can administer his or her list entirely from the web. Mailman also integrates most things people want to do with mailing lists, including archiving, mail-to-news gateways, integrated bounce handling, spam prevention, email-based admin commands, direct SMTP delivery (with fast bulk mailing), support for virtual domains, and more. PR: 19400 Submitted by: Nick Hibma <n_hibma@calcaphon.com>
OpenPOWER on IntegriCloud