diff options
author | taca <taca@pkgsrc.org> | 2012-06-02 04:31:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-02 04:31:35 +0000 |
commit | bbc50a2d05ebaedc1e3991731c6f2fcde54ed007 (patch) | |
tree | 7c68742a5b8ad2ce9a595376b574825c6e1152c2 | |
parent | f6355056a82e2e45a73f2f19307036cb31ceb752 (diff) | |
download | pkgsrc-bbc50a2d05ebaedc1e3991731c6f2fcde54ed007.tar.gz |
Update sylpheed to 3.1.4.
* 3.1.4 (stable)
* Some minor fixes for IMAP were made.
* A bug that cancelling editing contact on address book results in
click-and-drag behavior with newer GTK+ was fixed.
* Corrupted message caches of news and IMAP are automatically discarded
now.
* Win32: included libpng library was updated to 1.2.49 (security fix).
* Win32: included libtiff library was updated to 3.9.6 with CVE-2012-1173
patch (security fix).
* Win32: OpenSSL was updated to 0.9.8w (security fix).
* Win32: the bug that the installation process continued even if uninstall
was cancelled on update was fixed.
* 3.1.3 (stable)
* On browsing IMAP folder, the error "imap_cmd_gen_send: cannot send
command because another command is already running." was fixed.
* The crash bug that occurred when IMAP message fetching and new
message checking happened at the same time was fixed.
* The crash bug that was caused by offline switch while IMAP session was
active was fixed.
* A bug that filter settings were lost if Escape key was pressed
quickly on auto filter creation was fixed.
* Win32: OpenSSL was updated to 0.9.8t (security fix).
* Win32: included libpng library was updated to 1.2.47 (security fix).
* Win32: included curl executable was updated to 7.24.0.
-rw-r--r-- | mail/sylpheed/Makefile | 5 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 255c3f27710..1554c966b9e 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.135 2012/03/03 00:13:30 wiz Exp $ +# $NetBSD: Makefile,v 1.136 2012/06/02 04:31:35 taca Exp $ -DISTNAME= sylpheed-3.1.2 -PKGREVISION= 3 +DISTNAME= sylpheed-3.1.4 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v3.1/ EXTRACT_SUFX= .tar.bz2 diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index 154c5105390..49491d6b8f9 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.74 2012/05/06 23:02:30 dholland Exp $ +$NetBSD: distinfo,v 1.75 2012/06/02 04:31:35 taca Exp $ -SHA1 (sylpheed-3.1.2.tar.bz2) = bcc9810ea3353a1416ce2ddb2126bca369158244 -RMD160 (sylpheed-3.1.2.tar.bz2) = 2ce75e5ac8433fa17d399062e6672ed47180cc5d -Size (sylpheed-3.1.2.tar.bz2) = 3236955 bytes +SHA1 (sylpheed-3.1.4.tar.bz2) = fa4be1a9409efcff25737b0a4c1477947f22710f +RMD160 (sylpheed-3.1.4.tar.bz2) = f04ec8f9fb6dd29f665c60c0954f70337df359d4 +Size (sylpheed-3.1.4.tar.bz2) = 3239023 bytes SHA1 (patch-aa) = 8f99935f3614360a2fe5a5625cde7c534cbe632e SHA1 (patch-libsylph_defs_h) = 52f7503d264a874a1ee767a2f322ea7f17ad067a |