diff options
author | martti <martti@pkgsrc.org> | 2009-05-22 07:04:12 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-05-22 07:04:12 +0000 |
commit | a76ccc0225b81c5f7b384cf70f33c28e4718bc87 (patch) | |
tree | 29d9cd030b1ad034c1194adb38a5b1e97b8e1d26 /mail/squirrelmail/Makefile | |
parent | c7bca0134dc470d7630547af432088ba754c92b9 (diff) | |
download | pkgsrc-a76ccc0225b81c5f7b384cf70f33c28e4718bc87.tar.gz |
Updated squirrelmail to 1.4.19
The security fix to map_yp_alias in 1.4.18 turned out to be incomplete. We
also expierenced some regressions in the updated filter plugin. Both are
addressed in this new release 1.4.19 which contains a few other small fixes
aswell.
If you do not use map_yp_alias or the filters plugin there's no urgent need to
upgrade now if you already installed 1.4.18. If you are still on an older
release than 1.4.18 (or use the mentioned functionality) we do urge you to
upgrade as soon as possible as 1.4.18 and 1.4.19 combined fix some important
security issues. Those using the development branch (1.5.x) should install a
recent SVN snapshot.
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 7b7081c2291..638ba489de7 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.105 2009/05/15 13:01:00 taca Exp $ +# $NetBSD: Makefile,v 1.106 2009/05/22 07:04:12 martti Exp $ -DISTNAME= squirrelmail-1.4.18 -PKGREVISION= 1 +DISTNAME= squirrelmail-1.4.19 +#PKGREVISION= 1 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} EXTRACT_SUFX= .tar.bz2 |