diff options
author | martti <martti> | 2002-09-16 10:07:39 +0000 |
---|---|---|
committer | martti <martti> | 2002-09-16 10:07:39 +0000 |
commit | d2e022095ff89d26c8f2a89e3f22c92b663b710f (patch) | |
tree | 44ca706609e6284882193baf9eeb5fccc0649294 /mail/squirrelmail/Makefile | |
parent | f478ec746610b02a5d59676450bc3e93961dffbf (diff) | |
download | pkgsrc-d2e022095ff89d26c8f2a89e3f22c92b663b710f.tar.gz |
Updated squirrelmail to 1.2.8
* HTML cleanup on search and addressbook pages
* Fixes for multiple XXS exploits on the addressbook, search, help, and
options pages
* more accurate error messages on failed login
* HTML table cleanup when viewing attachments
* fix for X-MSMail-Priority conflict bug #600369
* fix for multiple email addresses on the same message line
* fix for "." on a single line in a text attachment bug #598750
* Core code and plugins converted to work with register_globals Off
* fix for reply quoting on resumed drafts
* fix for fgets errors in file_prefs bug #578834
* fix for date format on calendar day view bug #582919
* fix for org. logo width/height values bug #572807
* fix for reading/writing ldap prefs with conf.pl bug #57595
* fix for 'fixed' font style in css bug #571463
* fix for attachments in safe mode bug #585340
* fix for forward attachment bug #585836
* fix for php warning when saving drafts bug #585012
* returned generic_header hook to page_header.php bug #554278
* fix for syntax error in darkness theme bug #576066
* fix for some attachments not being displayed bug #577052
* fix for matching uppercase headers on mailbox display bug #584082
* fix for folder names containing regex characters bug #574889, #578156
* fix for endless loop on raw binary data in email bug #547662
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 fde2e831434..e93f7b99140 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2002/07/16 13:14:49 martti Exp $ +# $NetBSD: Makefile,v 1.25 2002/09/16 10:07:39 martti Exp $ -DISTNAME= squirrelmail-1.2.7 +DISTNAME= squirrelmail-1.2.8 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} EXTRACT_SUFX= .tar.bz2 |