diff options
author | chris <chris> | 2003-05-30 09:07:20 +0000 |
---|---|---|
committer | chris <chris> | 2003-05-30 09:07:20 +0000 |
commit | e44ab67a331e228796dea1fb6938f7ed466d56bc (patch) | |
tree | 66ddcfcd3c77748ae276956c8195d2cbcf349d1c /mail | |
parent | 19bfa4f03e567d9a953ee6a6b09d4f65e616583f (diff) | |
download | pkgsrc-e44ab67a331e228796dea1fb6938f7ed466d56bc.tar.gz |
Update sylpheed to 0.9.1, main changes are:
* The bug in handling folder names which include '+' in IMAP4
modified UTF-7 conversion has been fixed.
* The wrong parsing of message/rfc822 parts in multipart messages
has been fixed.
* Several bugs of auto signature replacement has been fixed.
* A bug that didn't hide user string in the Action dialog has been
fixed.
* Socket I/O timeout interval is now configurable.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 1ee6947c88b..05568c6898e 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2003/05/25 23:41:33 chris Exp $ +# $NetBSD: Makefile,v 1.39 2003/05/30 09:07:20 chris Exp $ -DISTNAME= sylpheed-0.9.0 +DISTNAME= sylpheed-0.9.1 #PKGREVISION= 2 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index 4429af08eaf..18e814ec629 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.19 2003/05/25 23:41:33 chris Exp $ +$NetBSD: distinfo,v 1.20 2003/05/30 09:07:21 chris Exp $ -SHA1 (sylpheed-0.9.0.tar.bz2) = a03089b7047a28145951b20c7c4933455f932525 -Size (sylpheed-0.9.0.tar.bz2) = 2085832 bytes +SHA1 (sylpheed-0.9.1.tar.bz2) = 909e18799bf1c1e589c50bc3a8702f276b4a9ee7 +Size (sylpheed-0.9.1.tar.bz2) = 2080863 bytes |