diff options
author | adrianp <adrianp> | 2005-05-01 17:36:26 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-05-01 17:36:26 +0000 |
commit | e0b3599c2572ba98274c9418f11a64351cf59d6f (patch) | |
tree | 11bac8b4c4c4931e3b17d26859ddd865129ffea6 /mail | |
parent | be66ce6a94674f23d9496724e5fe44d6413296da (diff) | |
download | pkgsrc-e0b3599c2572ba98274c9418f11a64351cf59d6f.tar.gz |
- update imp to 3.2.8
- From the ChangeLog:
> ------
> v3.2.8
> ------
>
> [jan] Close XSS when setting the parent frame's page title by javascript (cjh).
> [mms] Fix display of MIME parts less than 1K when local number format uses
> ',' as the decimal separator.
> [jan] Don't use trash folder on POP3 servers under certain circumstances
> (Bug 1373).
> [jan] Fix "Save as" link to save message sources (Bug 1233).
>
>
> ------
> v3.2.7
> ------
>
> [mms] Determine the default IMAP delimiter according to RFC 3501.
> [mms] Fix the folders screen hanging if there was only one folder (Bug 504).
> [jan] Correctly cancel messages composition in all cases (Rich Bartell
> <rwb@bartellonline.com).
> [mms] Don't convert colons in user-defined headers to underscores (Bug 676).
> [jan] Don't blacklist already blacklisted addresses again (Bug 530).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imp/Makefile | 4 | ||||
-rw-r--r-- | mail/imp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 06c6f064695..300eecdb3b1 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2005/01/16 21:46:05 adrianp Exp $ +# $NetBSD: Makefile,v 1.29 2005/05/01 17:36:26 adrianp Exp $ -DISTNAME= imp-3.2.6 +DISTNAME= imp-3.2.8 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/ diff --git a/mail/imp/distinfo b/mail/imp/distinfo index 5ecc8e326e4..a88cd0ff551 100644 --- a/mail/imp/distinfo +++ b/mail/imp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2005/02/24 09:59:23 agc Exp $ +$NetBSD: distinfo,v 1.13 2005/05/01 17:36:26 adrianp Exp $ -SHA1 (imp-3.2.6.tar.gz) = 1c44bac82fab19ec0dbe2abedb40627959a6e33b -RMD160 (imp-3.2.6.tar.gz) = e6bbc30b4580b8401e62cf88525f144c3d1d3e96 -Size (imp-3.2.6.tar.gz) = 1584426 bytes +SHA1 (imp-3.2.8.tar.gz) = 83b9b00dc396ea09fd54b27d2d9c6f885dd7e111 +RMD160 (imp-3.2.8.tar.gz) = 6b7263fd9994c37775ebe50448ece2a74130a2d7 +Size (imp-3.2.8.tar.gz) = 1587465 bytes |