FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 3:22 PM BST
Port details
mailman 2.1.14_6 mail on this many watch lists=98 search for ports that depend on this port An older version of this port was marked as vulnerable.
A mailing list manager (MLM) with a user-friendly web front-end

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 16 Jul 2000 22:16:07
License: GPLv2


Paraphrasing the website:

  Mailman is a mailing list manager (MLM); that is, software to help manage
  email discussion lists, much like Majordomo, LISTSERV, and the like.
  Unlike most similar products, Mailman gives each mailing list a web page
  and allows users to subscribe, unsubscribe, and change their preferences
  via the web.  Even a list manager can administer his or her list(s)
  entirely via the web.  Mailman integrates many common MLM features,
  including web-based archiving (though it also has hooks for external
  archivers), mail-to-news gateways, bounce handling, spam prevention,
  Majordomo-style email-based list administration, direct SMTP delivery (with
  fast bulk mailing), digest delivery, virtual domain support, and more. 

Mailman is written mostly in Python (with a smattering of C where necessary
for security purposes), and includes hooks to make it easily scriptable and
extensible.  It is compatible with most web servers and browsers, and most
mail transfer agents (mail servers).  Mailman's documentation may be found on
its website.

Author: Barry Warsaw <barry@python.org> and the Mailman Cabal
WWW:    http://www.list.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/python27, devel/autoconf
Required To Run: lang/python27
Required Libraries: devel/gettext
There are no ports dependent upon this port

To install the port: cd /usr/ports/mail/mailman/ && make install clean
To add the package: pkg_add -r mailman


Configuration Options
===> The following configuration options are available for mailman-2.1.14_6:
     SENDMAIL=off (default) "for use with sendmail"
     EXIM3=off (default) "for use with exim3"
     EXIM4=off (default) "for use with exim4"
     POSTFIX=off (default) "for use with postfix"
     COURIER=off (default) "for use with courier"
     HTDIG=off (default) "htdig integration patches"
     INTEGRATION=off (default) "integrating postfix and mailman"
     NAMAZU2=off (default) "make private archives searchable with namazu2"
===> Use 'make config' to modify these settings

Master Sites:
http://ftp.gnu.org/gnu/mailman/
ftp://ftp.gnu.org/gnu/mailman/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/mailman/
http://mirrors.usc.edu/pub/gnu/mailman/
ftp://ftp.kddlabs.co.jp/GNU/mailman/
ftp://ftp.dti.ad.jp/pub/GNU/mailman/
http://ring.nict.go.jp/archives/GNU/mailman/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/mailman/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/mailman/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/mailman/
http://ftp.funet.fi/pub/gnu/prep/mailman/
http://heanet.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://sunet.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://iweb.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://switch.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://surfnet.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://kent.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://freefr.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://voxel.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://jaist.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://osdn.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://nchc.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://ncu.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://transact.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://softlayer.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://internode.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://ufpr.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
http://waix.dl.sourceforge.net/project/mailman/Mailman%202.1%20%28stable%29/2.1.14/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mailman/

Number of commits found: 113 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
26 Mar 2012 13:10:01
Original commit files touched by this commit  2.1.14_6
wxs search for other commits by this committer
Fix reinstall target by not moving files. Instead copy them.

PR:             ports/166167
Submitted by:   "A.J. Kehoe IV (Nanoman)" <hg3hNqHo@nanoman.ca>
Feature safe:   yes
04 Mar 2012 06:00:38
Original commit files touched by this commit  2.1.14_6
tota search for other commits by this committer
- mail/mailman [1]
  * Add LICENSE section
  * Add CONFLICTS with japanese/mailman
  * Make use of SUB_FILES
  * Make use of PORTDOCS
  * Apply simple use of OPTIONS
  * Add WITHOUT_NLS knob to make portlint happier
  * Append "MTA = 'Postfix'" to mm_cfg.py.dist.in when defined
    both WITH_POSTFIX and WITH_INTEGRATION at the same time [3]
  * Bump PORTREVISION

- japanese/mailman [2]
  * Switch to Japanized mailman 2.1.14+j7 based on mail/mailman
  * Take maintainership
  * Add CONFLICTS with mail/mailman
  * Update pkg-descr
  * Set PORTEPOCH because 2.1.14.j7 is less than 2.1.14_6

PR:             ports/165404 (based on) [1], ports/165403 [2]
Submitted by:   tota (myself) [1] [2]
Suggested by:   Yoshito Takeuchi [3]
Approved by:    Sunagawa Koji (maintainer) [2]
Dedicated to:   Tokio Kikuchi
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.1.14_5
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
01 Nov 2011 21:59:38
Original commit files touched by this commit  2.1.14_5
dougb search for other commits by this committer
Remove comments and optional dependencies for ports which are
about to be removed.
30 Oct 2011 18:46:00
Original commit files touched by this commit  2.1.14_5
mm search for other commits by this committer
Fix MAIL_GID for Postfix MTA to "nobody"
26 Jun 2011 07:27:12
Original commit files touched by this commit  2.1.14_5
crees search for other commits by this committer
- Disable gate news by default to prevent lockups on slower machines

PR:             ports/120173
Submitted by:   "Julian H. Stacey" <jhs@berklix.org>
Approved by:    rene (mentor)
21 Jun 2011 16:00:53
Original commit files touched by this commit  2.1.14_4
crees search for other commits by this committer
Let's try this one again.
- Stop touching files outside WRKDIR before install
- Use USERS and GROUPS -- this time via patch [1]
- Change BROKEN to IGNORE fo incorrect OPTIONS choices
- Use @stopdaemon

PR:             ports/157868
Submitted by:   Guido Falsi <mad@madpilot.net>
Approved by:    rene (mentor)
15 Jun 2011 17:06:18
Original commit files touched by this commit  2.1.14_4
crees search for other commits by this committer
- Revert previous USERS fix until reworked and tested
- Revert MAIL_GROUP change for Postfix
- Reset maintainership

Approved by:    tabthorpe (co-mentor), wxs (maintainer)
14 Jun 2011 11:49:25
Original commit files touched by this commit  2.1.14_3
wxs search for other commits by this committer
- Fix missing escapes in the rc script.

PR:             ports/157868
Submitted by:   Roland Behme <rb@nugman.de>
13 Jun 2011 19:22:25
Original commit files touched by this commit  2.1.14_2
crees search for other commits by this committer
- Correct GROUP when postfix OPTION is selected [1]
- Add nobody user and group to UIDs/GIDs for mail/mailman [2]
- Stop touching files outside WRKDIR before install [2]
- Use USERS and GROUPS [2]
- Change BROKEN to IGNORE for incorrect OPTIONS choices [2]
- Use @stopdaemon [2]
- Correct rc script to check for pidfile before attempting kill [2]

PR:             ports/142000
Submitted by:   Adriaan <ratten.adriaan@gmail.com> [1], crees [2]
Approved by:    rene (mentor), wxs (maintainer)
18 Apr 2011 14:35:46
Original commit files touched by this commit  2.1.14_1
wxs search for other commits by this committer
Fix MAILMANDIR macro substitution.

Noticed by:     tota@
Pointyhat to:   me :(
17 Apr 2011 16:49:05
Original commit files touched by this commit  2.1.14_1
wxs search for other commits by this committer
Restore PORTREVISION which I erroneously removed in previous update.

Noticed by:     osa@
17 Apr 2011 13:34:02
Original commit files touched by this commit  2.1.14
 This port version is marked as vulnerable.
wxs search for other commits by this committer
Add option for NAMAZU2, off by default so no PORTREVISION bump.

PR:             portts/156296
Submitted by:   TAKATSU Tomonari <tota@FreeBSD.org>
29 Mar 2011 02:38:16
Original commit files touched by this commit  2.1.14_1
wxs search for other commits by this committer
Fix post-install documentation.

PR:             ports/155530
Submitted by:   Thomas A. Limoncelli <tal@whatexit.org>
10 Mar 2011 14:37:04
Original commit files touched by this commit  2.1.14_1
wxs search for other commits by this committer
Add patch missed in previous commit.
Also note that previous commit dropped MD5 from distinfo.

Pointyhat to:   wxs@ :(
10 Mar 2011 14:35:55
Original commit files touched by this commit  2.1.14_1
wxs search for other commits by this committer
Add a patch to fix the XSS vulnerabilities.

PR:             ports/155355
Submitted by:   Hilko Meyer <hilko.meer@gmx.de>
Obtained from: 
http://mail.python.org/pipermail/mailman-announce/attachments/20110218/15500b22/attachment.txt
Security:       64691c49-4b22-11e0-a226-00e0815b8da8
17 Oct 2010 01:38:20
Original commit files touched by this commit  2.1.14
 This port version is marked as vulnerable.
wxs search for other commits by this committer
Fix up MASTER_SITES: not available from list.org anymore and add gnu mirrors.
17 Oct 2010 00:40:15
Original commit files touched by this commit  2.1.14
 This port version is marked as vulnerable.
wxs search for other commits by this committer
Update to 2.1.14 - note that the HTDIG option is currently broken until
a new patch is released.
19 Jun 2010 11:56:11
Original commit files touched by this commit  2.1.12
 This port version is marked as vulnerable.
wxs search for other commits by this committer
Grab this as I use it regularly.

Feature safe:   yes
19 Jun 2010 04:23:03
Original commit files touched by this commit  2.1.12
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Reset jmelo@FreeBSD.org due to many months of inactivity and no response
to PRs.

Hat:            portmgr
Feature safe:   yes
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.1.12
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
22 Aug 2009 00:28:34
Original commit files touched by this commit  2.1.12
  Sanity Test Failure This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
10 Jul 2009 16:12:17
Original commit files touched by this commit  2.1.12
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Add indexing and htdig patches.
28 May 2009 07:07:16
Original commit files touched by this commit  2.1.12
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.1.12

Changelog:
        Mailman 2.1.12 is a minor bug fix and Python 2.6 compatibility release.

        The minimum Python for this release is Python 2.4 and it is compatible
        with Python through 2.6. The previous Mailman releases are not
        compatible with Python 2.6.

PR:             134442
Submitted by:   miwi
Approved by:    maintainer timeout
04 Sep 2008 14:41:07
Original commit files touched by this commit  2.1.11
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Fix pkg-plist after update.
03 Sep 2008 23:36:12
Original commit files touched by this commit  2.1.11
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Fix message in pkg-message.

Reported by:            Chris St Denis <chris@smartt.com> by email
03 Sep 2008 23:22:16
Original commit files touched by this commit  2.1.11
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Update to 2.1.11.

PR:             ports/126109
Submitted by:   Yarema <yds@CoolRat.org>
19 May 2008 13:17:28
Original commit files touched by this commit  2.1.10
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Update htdig patch to 2.1.10.

PR:             ports/123802
Submitted by:   Martin Matuska <mm@FreeBSD.org>
24 Apr 2008 14:05:51
Original commit files touched by this commit  2.1.10
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Update to 2.1.10.
22 Oct 2007 21:26:50
Original commit files touched by this commit  2.1.9_5
 This port version is marked as vulnerable.
delphij search for other commits by this committer
Teach mailman how to utilize postfix's XVERP functionality,
which drastically improves mail delivery performance when
VERP is being used.

In order to exploit the performance gain, one has to choose
'POSTFIX' in the OPTIONS menu, configure postfix with proper
smtpd_authorized_verp_clients settings, then add:

        VERP_STYLE = 'Postfix'

to the mm_cfg.py configuration.

The Postfix style XVERP delivery is disabled by default.

PR:             ports/116847
Approved by:    maintainer timeout
04 Sep 2007 14:50:56
Original commit files touched by this commit  2.1.9_4
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Make possible to set CONFIGURE_ARGS in another place.

Submitted by:   John Marshall <John.Marshall@riverwillow.com.au> by private
mail.
22 Aug 2007 13:45:09
Original commit files touched by this commit  2.1.9_4
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Add patch with Slovak translation (OPTIONAL)
- Bump PORTREVISION

PR:             ports/114828
Submitted by:   mm
Approved by:    jmelo (maintainer, private e-mail)
30 Jul 2007 09:42:28
Original commit files touched by this commit  2.1.9_3
 This port version is marked as vulnerable.
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
31 May 2007 12:51:56
Original commit files touched by this commit  2.1.9_3
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Add courier support.

Submitted by:   Jonathan Pauli <jpauli@istreamimaging.com> (via email)
23 Apr 2007 13:01:50
Original commit files touched by this commit  2.1.9_2
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Fix postfix MAIL_GID.

Reported on:    ports@
26 Jan 2007 15:25:44
Original commit files touched by this commit  2.1.9_1
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Unbreak htdig option.

PR:             ports/107688
Submitted by:   Boris Samorodov <bsam@freebsd.org>
06 Nov 2006 12:36:43
Original commit files touched by this commit  2.1.9_1
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Fix codec error on python 2.5.

PR:             ports/104429
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
06 Nov 2006 12:12:26
Original commit files touched by this commit  2.1.9
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Fix postfix MAIL_GID

PR:             ports/105072
Submitted by:   Marshal Newrock <marshal@idealso.com>
11 Oct 2006 13:13:33
Original commit files touched by this commit  2.1.9
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Japanese Codecs in pythonlib bundled with mailman do not work with python 2.5,
change port to use python 2.4.

PR:             ports/104240
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Approved by:    portmgr (erwin)
20 Sep 2006 15:54:23
Original commit files touched by this commit  2.1.9
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Mark htdig option as broken, the patch to mailman 2.1.9 was not released yet.
15 Sep 2006 21:35:04
Original commit files touched by this commit  2.1.9
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Update to 2.1.9.
08 Sep 2006 19:56:29
Original commit files touched by this commit  2.1.9.r1
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Change postconf path to LOCALBASE.
08 Sep 2006 19:15:59
Original commit files touched by this commit  2.1.9.r1
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Fix postfix MAIL_GID.
- Add message to users who uses postfix, should add SMTPHOST entry in mm_cfg.py.

Submitted by:   Adam Weinberger <adamw@FreeBSD.org> (via email)
04 Sep 2006 14:12:17
Original commit files touched by this commit  2.1.9.r1
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Update to 2.1.9rc1 to fix security problems.

Security:      
http://www.vuxml.org/freebsd/fffa9257-3c17-11db-86ab-00123ffe8333.html
08 Jun 2006 15:20:10
Original commit files touched by this commit  2.1.8_3
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Change to use ?= instead of += to assign MAIL_GID variable. It will fix the
problem when users are seting MAIL_GID variable in make.conf.
- Bump PORTREVISION.

Reported by:    max@ via email.
Approved by:    mnag (mentor)
06 Jun 2006 14:28:03
Original commit files touched by this commit  2.1.8_2
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Fix mailman start script to honour modified installation directory.
- Bump PORTREVISION.

PR:             ports/98169
Submitted by:   Neil Darlow <neil@darlow.co.uk>
Approved by:    mnag (mentor)
30 May 2006 13:41:42
Original commit files touched by this commit  2.1.8_1
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Fix postfix MAIL_GID.
- Bump PORTREVISION.

Approved by:    mnag (mentor)
12 May 2006 18:28:39
Original commit files touched by this commit  2.1.8
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Add conditional in pkg-install/pkg-deinstall to check if the allow file in
cron dir already exists.

Reported by:    Steve Ames <steve@energistic.com> via email
Approved by:    mnag (mentor)
09 May 2006 18:07:54
Original commit files touched by this commit  2.1.8
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Add pre-fetch to show build time options.

Approved by:    mnag (mentor)
08 May 2006 18:47:19
Original commit files touched by this commit  2.1.8
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Fix mistake in FreeBSD-post-install-notes.

Reported by:    Larry Rosenman via email
Approved by:    mnag (mentor)
05 May 2006 18:49:11
Original commit files touched by this commit  2.1.8
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Add OPTIONS to choose MTA integration.
- Remove "make options", it's not necessary.
- Fix/update FreeBSD-post-install-notes doc.
- Fix both pkg-install and pkg-deinstall to add/delete mailman user in
/var/cron/allow
- Use pkg-message as SUB_FILES.

Approved by:    mnag (mentor)
26 Apr 2006 16:53:00
Original commit files touched by this commit  2.1.8
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Take maintainership.

Approved by:    mnag (mentor)
16 Apr 2006 01:51:57
Original commit files touched by this commit  2.1.8
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.1.8
- portlint(1)

Security:      
http://www.vuxml.org/freebsd/8be2e304-cce6-11da-a3b1-00123ffe8333.html
31 Jan 2006 00:08:16
Original commit files touched by this commit  2.1.7
 This port version is marked as vulnerable.
lawrance search for other commits by this committer
Fix plist.
22 Jan 2006 05:52:28
Original commit files touched by this commit  2.1.7
 This port version is marked as vulnerable.
edwin search for other commits by this committer
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
22 Jan 2006 02:20:05
Original commit files touched by this commit  2.1.7
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
07 Jan 2006 20:22:04
Original commit files touched by this commit  2.1.7
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Update to 2.1.7
16 Dec 2005 09:19:13
Original commit files touched by this commit  2.1.6_1
 This port version is marked as vulnerable.
vs search for other commits by this committer
- Update HT/DIG integration with Mailman for those that need it. No need to
  bump portrevision since it affects nobody who already is running mailman.
    Patches submitted by Brad Kollmyer <bradk AT vitalsoft.com> and
  Frank Wancho <fwancho AT WHC.NET>
- Drop maintainership
- Add SHA256 sums (me)
- Pet portlint (rmdir -> ${RMDIR}) (me)

PR:             ports/90407
Submitted by:   maintainer
10 Jun 2005 20:44:46
Original commit files touched by this commit  2.1.6_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Install new documentation

PR:             ports/82090
Submitted by:   TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by:    Vivek Khera <vivek@khera.org> (maintainer)
04 Jun 2005 00:56:01
Original commit files touched by this commit  2.1.6
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 2.1.6

PR:             ports/81814
Submitted by:   Vivek Khera <vivek@khera.org> (maintainer)
10 Feb 2005 22:25:02
Original commit files touched by this commit  2.1.5_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix a security problem in private mailing list archives could allow anyone to
  read any file on web server.
- Minor port changes

PR:             ports/77364
Submitted by:   Vivek Khera <vivek@khera.org> (maintainer)
Security:       CVE number CAN-2005-0202
31 Aug 2004 17:27:06
Original commit files touched by this commit  2.1.5_1
 This port version is marked as vulnerable.
mharo search for other commits by this committer
Bug Fix: A newly created mailman 2.1.5 list will email bogus moderator
requests until a genuine one has been handled.

Reference:
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.038.htp>

Bump PORTREVISION

Approved by:    maintainer
13 Jul 2004 18:58:59
Original commit files touched by this commit  2.1.5
 This port version is marked as vulnerable.
vs search for other commits by this committer
Fix UID/GID in options.

PR:             ports/68936
Submitted by:   Chris Pepper
Fixed by:       Vivek Khera (maintainer)
29 May 2004 16:21:58
Original commit files touched by this commit  2.1.5
 This port version is marked as vulnerable.
nork search for other commits by this committer
Update to 2.1.5.

PR:             ports/67002
Submitted by:   Vivek Khera <vivek@khera.org> (maintainer)
Reviewed by:    Sunagawa Koji <koj@ofug.net>
Committed at:   10th EBUG Meeting in Tokamachi City, Niigata, Japan
31 Mar 2004 03:12:58
Original commit files touched by this commit  2.1.4
 This port version is marked as vulnerable.
trevor search for other commits by this committer
SIZEify (maintainer timeout)
05 Mar 2004 14:59:48
Original commit files touched by this commit  2.1.4
 This port version is marked as vulnerable.
nork search for other commits by this committer
Adapt as MASTER PORT for new SLAVE PORT(japanese/mailman).
No feature change.

Approved by:    Vivek Khera <vivek@khera.org> (maintainer)
09 Jan 2004 05:31:07
Original commit files touched by this commit  2.1.4
 This port version is marked as vulnerable.
petef search for other commits by this committer
Update to 2.1.4.

PR:             61083
Submitted by:   maintainer
24 Dec 2003 05:44:17
Original commit files touched by this commit  2.1.3_1
 This port version is marked as vulnerable.
sergei search for other commits by this committer
- Update htdig patch to 0.5
- Bump PORTREVISION

PR:             60513
Submitted by:   Nils Vogels <nivo@yuckfou.org>
Approved by:    maintainer
12 Dec 2003 23:50:02
Original commit files touched by this commit  2.1.3
 This port version is marked as vulnerable.
sergei search for other commits by this committer
- Add WITH_HTDIG knob to enable htdig integration
- Start using DIST_SUBDIR because of the funkyness of the patch names
- Tweak pkg-plist (duplicate @dirrm/@unexec rmdir, use DOCSDIR, etc.)
- Do not bump PORTREVISION: The default built binaries are unchanged

PR:             57877
Submitted by:   Scott Lambert <lambert@lambertfam.org>
Approved by:    maintainer
29 Sep 2003 19:02:49
Original commit files touched by this commit  2.1.3
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to version 2.1.3
- Correct notes on FreeBSD Postfix integration

PR:             57364
Submitted by:   Vivek Khera <vivek@lorax.kciLink.com> (maintainer)
05 Sep 2003 02:23:40
Original commit files touched by this commit  2.1.2
 This port version is marked as vulnerable.
nork search for other commits by this committer
o Correct missing some files in pkg-plist.
o The recommended GID for postfix is updated.
o Change MAINTAINERship as new address.

PR:             ports/56014
Submitted by:   Vivek Khera <vivek@khera.org> (maintainer)
01 Aug 2003 19:30:17
Original commit files touched by this commit  2.1.2
 This port version is marked as vulnerable.
nork search for other commits by this committer
o Update to 2.1.2.
o Take MAINTAINERship to submitter.

PR:             ports/55160
Submitted by:   Vivek Khera <khera@kcilink.com>
Approved by:    maintainer timeout (a long time)
19 Jul 2003 17:49:25
Original commit files touched by this commit  2.1.1
 This port version is marked as vulnerable.
perky search for other commits by this committer
Change dependency from chinese/pycodec to converters/py-cjkcodecs.

Submitted by:   "statue" <statue@freebsd.netlab.cse.yzu.edu.tw>
Approved by:    maintainer (implicitly)
07 Mar 2003 06:06:02
Original commit files touched by this commit  2.1.1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
12 Feb 2003 08:10:37
Original commit files touched by this commit  2.1.1
 This port version is marked as vulnerable.
wjv search for other commits by this committer
- Update to version 2.2.1, which includes a fix to a cross-site scripting
  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.
27 Jan 2003 15:08:48
Original commit files touched by this commit  2.1_3
 This port version is marked as vulnerable.
wjv search for other commits by this committer
- Install the Mailman favicon, which had been omitted.
- 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>
23 Jan 2003 12:49:00
Original commit files touched by this commit  2.1_2
 This port version is marked as vulnerable.
wjv search for other commits by this committer
- Update author's email address in $DESCR.
- 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.
20 Jan 2003 13:07:34
Original commit files touched by this commit  2.1_1
 This port version is marked as vulnerable.
wjv search for other commits by this committer
- Add the patch that was accidentally omitted from the previous commit.  :-(
20 Jan 2003 13:02:39
Original commit files touched by this commit  2.1_1
 This port version is marked as vulnerable.
wjv search for other commits by this committer
- Add dependency on www/lynx, required for Mailman's mail filtering feature.
- 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)
17 Jan 2003 12:58:07
Original commit files touched by this commit  2.1
 This port version is marked as vulnerable.
wjv search for other commits by this committer
- Update to the long-anticipated version 2.1
21 Oct 2002 15:31:38
Original commit files touched by this commit  2.0.13
 This port version is marked as vulnerable.
wjv search for other commits by this committer
- Overdue update to version 2.0.13, a minor bugfix release
- 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.
22 Jul 2002 14:29:10
Original commit files touched by this commit  2.0.12
 This port version is marked as vulnerable.
wjv search for other commits by this committer
- Update to version 2.0.12
- 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.
04 Jun 2002 14:19:15
Original commit files touched by this commit  2.0.11
 This port version is marked as vulnerable.
wjv search for other commits by this committer
- Update to version 2.0.11 (important security fix)

PR:             38652
Submitted by:   Brandon D. Valentine <bugs@geekpunk.net>
09 May 2002 12:50:27
Original commit files touched by this commit  2.0.10_1
 This port version is marked as vulnerable.
wjv search for other commits by this committer
- Work around a very obscure but potentially severe security problem.
  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)
23 Apr 2002 15:29:59
Original commit files touched by this commit  2.0.10
 This port version is marked as vulnerable.
wjv search for other commits by this committer
- Update to version 2.0.10
05 Apr 2002 13:37:05
Original commit files touched by this commit  2.0.9
 This port version is marked as vulnerable.
wjv search for other commits by this committer
- Update to version 2.0.9
- Correctly kill running Mailman processes in $PKGDEINSTALL
06 Mar 2002 07:25:46
files touched by this commit
wjv search for other commits by this committer
- Fix a nasty typo.    
20 Feb 2002 09:09:44
files touched by this commit
wjv search for other commits by this committer
- Add missing $CONFIGURE_ARGS.  (Whoops again!)   - 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.)    
19 Feb 2002 13:58:55
files touched by this commit
wjv search for other commits by this committer
- Just another checkpoint commit in the cleanup of the Mailman port.   - 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.)    
13 Feb 2002 09:07:06
files touched by this commit
wjv search for other commits by this committer
- Use MAIL_GID of 26 (mailnull) instead of 1 when installing Mailman to work    
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.    
11 Feb 2002 14:27:27
files touched by this commit
wjv search for other commits by this committer
- Add MAIL_GID for Postfix, accidentally omitted from previous commit.    
11 Feb 2002 14:24:46
files touched by this commit
wjv search for other commits by this committer
- Cleaning up the Mailman port, Step 3.   - 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!    
08 Feb 2002 14:04:37
files touched by this commit
wjv search for other commits by this committer
- Cleaning up the Mailman port, Step 2.   - 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...    
06 Dec 2001 07:45:03
files touched by this commit
wjv search for other commits by this committer
- Interim update to version 2.0.8 (which contains important security fixes),    
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.    
03 Dec 2001 11:35:05
files touched by this commit
demon search for other commits by this committer
Set MAINTAINER to ports@.   I do not use this program anymore.    
15 Oct 2001 11:52:43
files touched by this commit
demon search for other commits by this committer
Allow mail-gid to be overwritable.    
15 Jul 2001 09:21:18
files touched by this commit
demon search for other commits by this committer
Utilize DATADIR and DOCSDIR.    
11 May 2001 12:59:27
files touched by this commit
demon search for other commits by this committer
Update to 2.0.5    
04 May 2001 12:59:17
files touched by this commit
demon search for other commits by this committer
Allow to override cgi-gid.    
13 Mar 2001 11:57:02
files touched by this commit
demon search for other commits by this committer
Uncomment RUN_DEPENDS   (forgot to do it before previous commit).    

Number of commits found: 113 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 6
new 48 hours18
new 7 days63
new fortnight185
new month257

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.31 seconds.