diff options
author | martti <martti@pkgsrc.org> | 2009-05-14 06:54:38 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-05-14 06:54:38 +0000 |
commit | db1374dad78a039e2c6e93722267859dadcee70c (patch) | |
tree | 97db5ba715c79dddcc71c89e1d228608f2c55b2e /mail/squirrelmail/Makefile | |
parent | 60d983ffc900679a352e05e668f3afa219044c4b (diff) | |
download | pkgsrc-db1374dad78a039e2c6e93722267859dadcee70c.tar.gz |
Updated mail/squirrelmail to 1.4.18
The SquirrelMail Team is pleased to announce the release of
SquirrelMail version 1.4.18. The most notable changes for this
version are several security fixes, including a couple XSS exploits, a
session fixation issue, and an obscure but dangerous server-side code
execution hole. However, this version also includes three new
languages and more than a few enhancements to things such as the
filters plugin, the address book system and other things under the
hood. For more complete details, see the ReleaseNotes and ChangeLog
files included in this release (they have moved to the doc/
directory). We advise all users of SquirrelMail software to upgrade.
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index dfe59e03b08..e7c26261699 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.102 2009/05/12 12:27:19 martti Exp $ +# $NetBSD: Makefile,v 1.103 2009/05/14 06:54:38 martti Exp $ -DISTNAME= squirrelmail-1.4.17 +DISTNAME= squirrelmail-1.4.18 #PKGREVISION= 1 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} @@ -27,6 +27,7 @@ PKG_GROUPS_VARS+= APACHE_GROUP PKG_USERS_VARS+= APACHE_USER BUILD_DEFS+= VARBASE +.include "../../mk/bsd.prefs.mk" .include "options.mk" PKG_SYSCONFSUBDIR?= httpd |