diff options
author | thierry <thierry@FreeBSD.org> | 2004-06-05 04:49:34 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-06-05 04:49:34 +0800 |
commit | fb21507695f29aaff0d87e280c0a93d5e2f30d35 (patch) | |
tree | 7f377322b9872fba6d56feaa7f871f1d53eb8bc9 | |
parent | a2ea08735cd20aa73701904ee23b70bc1151f10a (diff) | |
download | freebsd-ports-gnome-fb21507695f29aaff0d87e280c0a93d5e2f30d35.tar.gz freebsd-ports-gnome-fb21507695f29aaff0d87e280c0a93d5e2f30d35.tar.zst freebsd-ports-gnome-fb21507695f29aaff0d87e280c0a93d5e2f30d35.zip |
Changes in this release:
- SECURITY: Close an XSS hole exploited via the Content-type header
of malicious emails.
- Fix conversion of folder names in some non-ascii charsets with buggy
iconv implementations.
- Filter out <base> tags when viewing HTML messages (Bug #10).
- Encode subject when saving as draft.
-rw-r--r-- | mail/imp3/Makefile | 7 | ||||
-rw-r--r-- | mail/imp3/distinfo | 4 | ||||
-rw-r--r-- | mail/imp3/files/patch-ab | 10 |
3 files changed, 9 insertions, 12 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index ecffd5eddb69..a908ababce4a 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -6,19 +6,16 @@ # PORTNAME= imp -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \ ftp://ftp.planetmirror.com/pub/horde/imp/ \ ftp://ftp.au.horde.org/pub/horde/imp/ \ ftp://ftp.be.horde.org/imp/ \ ftp://ftp.es.horde.org/pub/imp/ \ - ftp://ftp.it.horde.org/pub/mirror/horde.org/imp/ \ - ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/imp/ \ - ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/imp/ \ http://ftp.horde.org/pub/imp/ -MAINTAINER= thierry@pompo.net +MAINTAINER= thierry@FreeBSD.org COMMENT= A webmail system which accesses mail over IMAP #----------------------------------------------------------------------- diff --git a/mail/imp3/distinfo b/mail/imp3/distinfo index 9f70d90d7efc..a991fc960c16 100644 --- a/mail/imp3/distinfo +++ b/mail/imp3/distinfo @@ -1,2 +1,2 @@ -MD5 (imp-3.2.3.tar.gz) = 8130cc78cfae8de8d966aaa132420651 -SIZE (imp-3.2.3.tar.gz) = 1562759 +MD5 (imp-3.2.4.tar.gz) = 70c9d470a46d8879899630cd8a49b14a +SIZE (imp-3.2.4.tar.gz) = 1568463 diff --git a/mail/imp3/files/patch-ab b/mail/imp3/files/patch-ab index d59dda213dca..66021165d1ad 100644 --- a/mail/imp3/files/patch-ab +++ b/mail/imp3/files/patch-ab @@ -1,15 +1,15 @@ ---- config/servers.php.dist.orig Sun Apr 14 14:34:20 2002 -+++ config/servers.php.dist Sat May 18 23:18:53 2002 -@@ -31,7 +31,7 @@ +--- config/servers.php.dist.orig Sun May 30 11:35:13 2004 ++++ config/servers.php.dist Fri Jun 4 22:01:32 2004 +@@ -33,7 +33,7 @@ * is on. * * folders: The folder path for the IMAP server. i.e. UW IMAP - * generally looks to "mail/" while Cyrus and Courier put folders + * generally looks to "Mail/" while Cyrus and Courier put folders - * under "INBOX." (not the trailing dot. IMPORTANT: Use this only if + * under "INBOX." (note the trailing dot. IMPORTANT: Use this only if * you want to restrict users to this subfolder. If you set this to * 'INBOX.' with Cyrus or Courier-IMAPd, then users will not be able -@@ -83,14 +83,17 @@ +@@ -87,14 +87,17 @@ $servers['imap'] = array( 'name' => 'IMAP Server', |