diff options
author | taca <taca> | 2012-06-02 04:28:45 +0000 |
---|---|---|
committer | taca <taca> | 2012-06-02 04:28:45 +0000 |
commit | 63d7087f92c86da190776147dd62a64cbcb5f3ea (patch) | |
tree | cb216de68b07aa59bbe4ae60f1dcd7a4a933a1cb /mail/libsylph | |
parent | 8541eb52fe1c2e9cedabc2d26c0a682c5ce76720 (diff) | |
download | pkgsrc-63d7087f92c86da190776147dd62a64cbcb5f3ea.tar.gz |
Update libsylph to 1.1.0.
* 1.1.0 (stable)
* The bugfixes and minor feature improvements were merged from Sylpheed
trunk.
- procmime_parse_mime_parameter(): spaces around equals between name
and value of MIME parameters are allowed.
- procmime_scan_multipart_message(): the max recursion level were
increased.
- conv_encode_header(): several bugs were fixed.
- my_memmem(): the buffer overrun was fixed.
- pop.c: invalid APOP timestamp is checked for now (CVE-2007-1558).
- socket.c: the bug that caused busy loop when connection was immediately
refused was fixed.
- procmime_get_encoding_for_str()
extract_parenthesis_with_escape()
extract_quote_with_escape()
strsplit_csv()
uriencode_for_mailto(): new functions were added.
* 1.0.0 (stable)
* The reference manuals were mostly completed.
* The libtool version was increased.
* 1.0.0beta1 (beta)
* The reference manuals were added.
* The sample codes were added.
* The new APIs were added to prefs_common, account, and folder.
* Several bugs were fixed.
Diffstat (limited to 'mail/libsylph')
-rw-r--r-- | mail/libsylph/Makefile | 7 | ||||
-rw-r--r-- | mail/libsylph/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/libsylph/Makefile b/mail/libsylph/Makefile index 51b413bc7e1..0145a156396 100644 --- a/mail/libsylph/Makefile +++ b/mail/libsylph/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2012/03/03 00:12:07 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/06/02 04:28:45 taca Exp $ # -DISTNAME= libsylph-0.3.0 -PKGREVISION= 5 +DISTNAME= libsylph-1.1.0 CATEGORIES= mail -MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/libsylph/alpha/ +MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/libsylph/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/mail/libsylph/distinfo b/mail/libsylph/distinfo index f81abf09919..60aeb731f1a 100644 --- a/mail/libsylph/distinfo +++ b/mail/libsylph/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2012/05/06 22:56:10 dholland Exp $ +$NetBSD: distinfo,v 1.3 2012/06/02 04:28:45 taca Exp $ -SHA1 (libsylph-0.3.0.tar.bz2) = 1f9eedeb8abf4a974cf54dcc29ca51965e31d291 -RMD160 (libsylph-0.3.0.tar.bz2) = cedf54c42ed571202a5900ada5ad3ee130cd03dd -Size (libsylph-0.3.0.tar.bz2) = 1021084 bytes +SHA1 (libsylph-1.1.0.tar.bz2) = ab33bdcf3bfdb157802649e49d007fd24d3edadf +RMD160 (libsylph-1.1.0.tar.bz2) = 622f2b85de2dc1cbbbacbd3be870b09499036bfe +Size (libsylph-1.1.0.tar.bz2) = 570674 bytes SHA1 (patch-libsylph_defs_h) = 427f51cb7839ef52f5eaef4b9a044f3646fe7131 |