summaryrefslogtreecommitdiff
path: root/mail/sylpheed/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-13 13:52:09 +0000
committertaca <taca@pkgsrc.org>2014-03-13 13:52:09 +0000
commitbb05a695762ead76436abd6beb812dc553f73f20 (patch)
treeff62ae5b0d841f7ce9c24b5f2445d2ddb41b74d9 /mail/sylpheed/Makefile
parent33127210bd323ac2830c8713863664d6caf14594 (diff)
downloadpkgsrc-bb05a695762ead76436abd6beb812dc553f73f20.tar.gz
Update sylpheed to 3.3.1.
* 3.3.1 (stable) * IMAP: "INBOX" folder became case insensitive as specified in RFC 3501. * IMAP: server name for cache directory is escaped now (fixes cache creation when using IPv6 address for server name on Windows). * IMAP: the bug that double-quote (") and backslash (\) in folder/username/password were not escaped and could not be used on IMAP4 was fixed. * IMAP: parsing of folder names that contain brackets was fixed. * Config.guess and config.sub included in the tarball were updated to the latest version. * The bug that 'File - Folder - Move folder...' menu didn't work was fixed. * The bug that MIME nest level restriction was not working was fixed. * Many defects discovered by Coverity Scan were fixed: - FILE handle resource leaks - memory leaks - possible buffer overrun - strict error checks - correct null pointer checks * Win32: the tray icon is recreated when explorer.exe crashes now. * Win32: the included SSL certificates were updated (based on ca-certificates_20111211_all.deb in Ubuntu 12.04.4 LTS).
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r--mail/sylpheed/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index 9cfaed62321..7291c9ef7b2 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.152 2014/02/12 23:18:10 tron Exp $
+# $NetBSD: Makefile,v 1.153 2014/03/13 13:52:09 taca Exp $
-DISTNAME= sylpheed-3.3.0
-PKGREVISION= 8
+DISTNAME= sylpheed-3.3.1
CATEGORIES= mail news x11
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v3.3/
EXTRACT_SUFX= .tar.bz2