aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman/files
Commit message (Collapse)AuthorAgeFilesLines
* - Work around a very obscure but potentially severe security problem.Johann Visagie2002-05-091-6/+7
| | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=58802
* - Update to version 2.0.9Johann Visagie2002-04-051-30/+11
| | | | | | | - Correctly kill running Mailman processes in $PKGDEINSTALL Notes: svn path=/head/; revision=57344
* - Fix a nasty typo.Johann Visagie2002-03-061-2/+2
| | | | | | | | PR: 35572 Submitted by: Kurt Werle <kwerle@pobox.com> Notes: svn path=/head/; revision=55620
* - Add missing $CONFIGURE_ARGS. (Whoops again!)Johann Visagie2002-02-204-0/+212
| | | | | | | | | | | | | | | | | | | | - 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.) Notes: svn path=/head/; revision=54964
* - Just another checkpoint commit in the cleanup of the Mailman port.Johann Visagie2002-02-191-0/+27
| | | | | | | | | | | | | - 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.) Notes: svn path=/head/; revision=54913
* - Cleaning up the Mailman port, Step 2.Johann Visagie2002-02-081-36/+0
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=54379
* - Interim update to version 2.0.8 (which contains important security fixes),Johann Visagie2001-12-061-26/+16
| | | | | | | | | 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. Notes: svn path=/head/; revision=51108
* Update to version 2.0.2.Dmitry Sivachenko2001-03-121-0/+20
| | | | | | | | | | PR: 25619 Submitted by: Ron Rosson <insane@oneinsane.net> Add a patch to eliminate -O2 option to gcc. Notes: svn path=/head/; revision=39637
* Teach mailman how to work both with MD5 and DES passwords.Dmitry Sivachenko2001-02-261-0/+26
| | | | | | | | | | This problem is already fixed in mailman CVS. Bump PORTREVISION. Submitted by: Kresimir Kumericki <kkumer@phy.hr> Notes: svn path=/head/; revision=38780
* - Actually populate the variable used for the homedir when creating theChris D. Faulhaber2000-10-081-3/+4
| | | | | | | | mailman user. - Bump PORTREVISION Notes: svn path=/head/; revision=33587
* - Fix the comment field of the added user (MySQL Daemon -> Mailman User)Chris D. Faulhaber2000-09-211-1/+1
| | | | | | | | | | - Bump PORTREVISION PR: 21426 Submitted by: Nick Hibma <n_hibma@qubesoft.com> Notes: svn path=/head/; revision=32918
* Adding mailman version 1.1.Steve Price2000-07-171-0/+35
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> Notes: svn path=/head/; revision=30726