diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-06-10 23:38:36 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-06-10 23:38:36 +0000 |
commit | 4f4da06db83f4eb4662e6d4063c55f2bae877d98 (patch) | |
tree | 434883d54d07e8f65a13f77aca58ed726b03ce97 | |
parent | c531cc521ac2fb14ccbea09df9f58d56cea7de32 (diff) | |
download | pkgsrc-4f4da06db83f4eb4662e6d4063c55f2bae877d98.tar.gz |
Update to 2.2.6.
Changes 2.2.6:
* The 8-bit literal (literal8) in IMAP4 response was supported.
* The missing timeout handling was added for SMTP.
* The failure of URI security check when they have leading space
was fixed.
Changes 2.2.5:
* The character corruption and crash bug when using Japanese
half-width kana on sending messages was fixed.
* The execution failure when using the accessibility module was fixed.
* The bug that new/unread count becoming negative value was fixed.
* The bug that bold face was disabled in the folder selection dialog
with GLib 2.10 and Pango 1.12 was fixed.
* The incorrect progressbar display when expired messages exist was
fixed.
-rw-r--r-- | mail/sylpheed/Makefile | 6 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 4ad86c34eff..c7a7559d8e6 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.95 2006/04/17 13:46:38 wiz Exp $ +# $NetBSD: Makefile,v 1.96 2006/06/10 23:38:36 xtraeme Exp $ -DISTNAME= sylpheed-2.2.4 -PKGREVISION= 1 +DISTNAME= sylpheed-2.2.6 CATEGORIES= mail news x11 -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.2/ EXTRACT_SUFX= .tar.bz2 diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index 97042c88312..ec1e98f21e8 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.49 2006/03/29 22:54:42 chris Exp $ +$NetBSD: distinfo,v 1.50 2006/06/10 23:38:36 xtraeme Exp $ -SHA1 (sylpheed-2.2.4.tar.bz2) = 9923078e1d664e043a5f3df719327201961f6e91 -RMD160 (sylpheed-2.2.4.tar.bz2) = 26a0bf3d278f346130a7d5e33aaadb7f16da1b6d -Size (sylpheed-2.2.4.tar.bz2) = 2530208 bytes +SHA1 (sylpheed-2.2.6.tar.bz2) = 2924112d10f0440baab973d0a4651a629b141672 +RMD160 (sylpheed-2.2.6.tar.bz2) = 020045ee924cc7a4aea26ca6bc558945a4b20c83 +Size (sylpheed-2.2.6.tar.bz2) = 2537355 bytes |