diff options
author | brooks <brooks@FreeBSD.org> | 2009-04-10 23:14:09 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2009-04-10 23:14:09 +0800 |
commit | 227576f861c980e8fd9ae054a71908f6dc1ac5c4 (patch) | |
tree | ec0e4dc12bf6e4eb83d050b996bb82bdc6823974 /UPDATING | |
parent | 1f35d4831642d4d85480d7d29b6c899d940073c8 (diff) | |
download | freebsd-ports-graphics-227576f861c980e8fd9ae054a71908f6dc1ac5c4.tar.gz freebsd-ports-graphics-227576f861c980e8fd9ae054a71908f6dc1ac5c4.tar.zst freebsd-ports-graphics-227576f861c980e8fd9ae054a71908f6dc1ac5c4.zip |
Upgrade to email2trac version 0.80
Add --with-trac-user and --with-mta-user to CONFIGURE_ARGS to specify
correct values to the setuid wrapper. Default to www and mailnull
respectivly to support sendmail and an apache based trac install.
Add an option to enable postfix support for the wrapper by switching the
mta user to nobody.
Actually install the setuid wrapper setuid.
Install the scripts without .py extensions as expected by the setuid
wrapper.
Install the example email2trac.conf as email2trac.conf.sample. Only copy
it to email2trac.conf if none exists and only remove email2trac.conf if
it is unchanged.
Approved by: gerrit dot beine at gmx dot de (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090410: + AFFECTS: users of www/trac-email2trac + AUTHOR: brooks@FreeBSD.org + + bin/email2trac.py and bin/delete_spam.py are now installed without the + .py extension to make the suid run_email2trac work and match the online + documentation. If you were using them in scripts or alias entries, you + will need to update paths accordingly. + 20090401: AFFECTS: users of linux Fedora 8 infrastructure ports AUTHOR: bsam@FreeBSD.org |