diff options
author | martti <martti@pkgsrc.org> | 2007-05-10 06:48:28 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-05-10 06:48:28 +0000 |
commit | c92b80a946afe8c9954d0da29e8cc542b3853648 (patch) | |
tree | 0ec2a25d13591da4b89cf3f126ae31d7d871b1b7 /mail/squirrelmail/Makefile | |
parent | e4112cf67cb11dfa2431fb296a365f18d76c9005 (diff) | |
download | pkgsrc-c92b80a946afe8c9954d0da29e8cc542b3853648.tar.gz |
Updated mail/squirrelmail to 1.4.10
This version, 1.4.10 is a maintenance release, addressing
the following problems since 1.4.9a:
- Some security fixes (see below)
- Small enhancements
- A collection of bugfixes and stability enhancements
(see ChangeLog for a full list)
Security issues
===============
This release addresses security issues found since the release of 1.4.9a:
There's an ongoing battle to further secure the HTML filter against malicious
HTML mail and the browsers that accept almost any malformed piece of HTML.
This release contains fixes for the following:
- HTML attachments containing "data:" URLs;
- Internet Explorer in various versions accepts many permutations of HTML
and JavaScript in many charsets. We now properly canonicalize the incoming
HTML to us-ascii before applying further filters. IE only.
- Request forgery through images. It was possible to include "images" in
HTML mails which were in fact GET requests for the compose.php page sending
mail. These images are now properly detected, and the compose form will only
send mail through a POST request.
Thanks to Mikhail Markin, Tomas Kuliavas and Michael Jordon for reporting
(parts of) these issues and working with us to get them resolved.
These are known as CVE-2007-1262. Further details on SquirrelMail
vulnerabilities can be found at the following address:
http://www.squirrelmail.org/security/
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index c070470e9ea..d35baff93eb 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2007/03/24 19:21:27 joerg Exp $ +# $NetBSD: Makefile,v 1.83 2007/05/10 06:48:28 martti Exp $ -DISTNAME= squirrelmail-1.4.9a +DISTNAME= squirrelmail-1.4.10 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} EXTRACT_SUFX= .tar.bz2 |