diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2002-09-05 15:09:24 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2002-09-05 15:09:24 +0000 |
commit | c10f5ff465274378c7c9994de9ef617ff8b56c3a (patch) | |
tree | 9fee7afb2e600eac10c0fb390c7a91ef6765b4a3 /mail/qmailadmin-devel | |
parent | Add missing @dirrm. (diff) |
Update to qmailadmin-1.0.6, containing a couple of security fixes.
There are two new knobs:
- WITHOUT_IPAUTH disables the IP authentication: by default, qmailadmin
"remembers" your IP address after a successful login, and then logs
the session out if you try to access a page from a different address,
even with the same session ID;
- WITHOUT_USER_INDEX disables the user index display, which might
confuse earlier versions of Internet Explorer.
Prompted by: David Phillips <david@acz.org>
Notes
Notes:
svn path=/head/; revision=65688
Diffstat (limited to 'mail/qmailadmin-devel')
-rw-r--r-- | mail/qmailadmin-devel/Makefile | 14 | ||||
-rw-r--r-- | mail/qmailadmin-devel/distinfo | 2 | ||||
-rw-r--r-- | mail/qmailadmin-devel/pkg-plist | 5 |
3 files changed, 19 insertions, 2 deletions
diff --git a/mail/qmailadmin-devel/Makefile b/mail/qmailadmin-devel/Makefile index 92b0cc0e0e25..d60d42c3081c 100644 --- a/mail/qmailadmin-devel/Makefile +++ b/mail/qmailadmin-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qmailadmin -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.6 CATEGORIES= mail www MASTER_SITES= http://www.inter7.com/qmailadmin/ @@ -35,6 +35,10 @@ USE_GMAKE= YES # WEBDATADIR - location of your html files # WEBDATASUBDIR - subdirectory to place html files in (not working yet) # +# WITHOUT_IPAUTH - disable the IP address check after login +# WITHOUT_USER_INDEX - disable the user index display, which might +# confuse earlier versions of Internet Explorer +# CGIBINDIR?= www/cgi-bin.default CGIBINSUBDIR?= qmailadmin @@ -69,6 +73,14 @@ CONFIGURE_ARGS+= \ --enable-cgipath=/${CGIBINURL}/${CGIBINSUBDIR}/qmailadmin \ --enable-ezmlmidx=y +.if defined(WITHOUT_IPAUTH) +CONFIGURE_ARGS+= --enable-ipauth=n +.endif + +.if defined(WITHOUT_USER_INDEX) +CONFIGURE_ARGS+= --enable-user-index=n +.endif + pre-install: @${MKDIR} ${PREFIX}/share/qmailadmin/html diff --git a/mail/qmailadmin-devel/distinfo b/mail/qmailadmin-devel/distinfo index 629fc1895bca..bcf41408623c 100644 --- a/mail/qmailadmin-devel/distinfo +++ b/mail/qmailadmin-devel/distinfo @@ -1 +1 @@ -MD5 (qmailadmin-1.0.2.tar.gz) = 521ea0ecee1547cb769f7d05a7ed9fbd +MD5 (qmailadmin-1.0.6.tar.gz) = 7a6a4acb4f8a04b4cf5170778713020b diff --git a/mail/qmailadmin-devel/pkg-plist b/mail/qmailadmin-devel/pkg-plist index ea97de977424..3e32d934b5c0 100644 --- a/mail/qmailadmin-devel/pkg-plist +++ b/mail/qmailadmin-devel/pkg-plist @@ -4,15 +4,18 @@ share/qmailadmin/html/add_alias.html~ share/qmailadmin/html/add_autorespond.html share/qmailadmin/html/add_forward.html share/qmailadmin/html/add_listmod.html +share/qmailadmin/html/add_listdig.html share/qmailadmin/html/add_listuser.html share/qmailadmin/html/add_mailinglist-idx.html share/qmailadmin/html/add_mailinglist-no-idx.html share/qmailadmin/html/add_user.html share/qmailadmin/html/colortable +share/qmailadmin/html/da share/qmailadmin/html/de share/qmailadmin/html/del_alias_confirm.html share/qmailadmin/html/del_autorespond_confirm.html share/qmailadmin/html/del_forward_confirm.html +share/qmailadmin/html/del_listdig.html share/qmailadmin/html/del_listmod.html share/qmailadmin/html/del_listuser.html share/qmailadmin/html/del_mailinglist_confirm.html @@ -34,10 +37,12 @@ share/qmailadmin/html/mod_mailinglist-idx.html share/qmailadmin/html/mod_user.html share/qmailadmin/html/no share/qmailadmin/html/pt-BR +share/qmailadmin/html/pl share/qmailadmin/html/ru share/qmailadmin/html/setremotecatchall.html share/qmailadmin/html/show_alias.html share/qmailadmin/html/show_autorespond.html +share/qmailadmin/html/show_digest_subscribers.html share/qmailadmin/html/show_forwards.html share/qmailadmin/html/show_login.html share/qmailadmin/html/show_mailinglist.html |