summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-02-04 12:09:39 +0000
committerwiz <wiz@pkgsrc.org>2010-02-04 12:09:39 +0000
commitdc9d97be5972449400f806c2fe5f584e0b5fac1b (patch)
tree0176c36e0e679720db8b3bb682ec3c5f33fa41d7
parent445a4ce113f577cdabf128b65e1fc6131934bdef (diff)
downloadpkgsrc-dc9d97be5972449400f806c2fe5f584e0b5fac1b.tar.gz
Update to 3.23, provided by Wen Heping in PR 42739.
version 3.23: Fri Jan 29 00:39:27 EST 2010 - new beta idle_data() method to retrieve untagged messages during idle similar to method suggested by Daniel Richard G - added/updated documentation for idle, idle_data, and done - rt.cpan.org#53998: fix NTLM auth: call ntlm with challenge string [Dragoslav Mlakar] - report the return value from select/_read_more on errors - logout() again returns the success/failure of the LOGOUT command - set/return error when $response->() returns undef in authenticate() - new internal method _load_module() centralizing some 'require' calls - localize use $@ in several places to avoid stomping on global val - refactor code calling _read_more() to centralize error handling version 3.22: Thu Jan 21 15:25:54 EST 2010 - rt.cpan.org#52313: Getting read errors if Fast_io is set to 1 [Jukka Huhta] - updated Maxttemperrors docs related to EAGAIN handling - new starttls() method and Starttls attribute to support STARTTLS - update parse_headers to try harder to find UID in fetch response version 3.21: Tue Sep 22 19:45:13 EDT 2009 - rt.cpan.org#49691: rewrite of fetch_hash to resolve several issues [Robert Norris] includes new tests via t/fetch_hash.t - rt.cpan.org#48980: (enhancement) add support for XLIST extension [Robert Norris] - rt.cpan.org#49024: NIL personal name returned by *_addresses methods [Dmitry Bigunyak] - rt.cpan.org#49401: IMAPClient expunge fails (unless folder arg used) [Gary Baluha] - update/clarify close and expunge documentation a little version 3.20: Fri Aug 21 17:40:40 EDT 2009 - added file/tests in t/simple.t - added methods Rfc3501_date/Rfc3501_datetime used by deprecated methods Rfc2060_date/Rfc2060_datetime rt.cpan.org#48510: Rfc3501_date/Rfc3501_datetime methods do not exist [sedmonds] - login() hack to quote an empty password rt.cpan.org#48107: Cannot LOGIN with empty password [skunk]
-rw-r--r--mail/p5-Mail-IMAPClient/Makefile4
-rw-r--r--mail/p5-Mail-IMAPClient/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile
index 5bf3ed21c78..b9d074d1c58 100644
--- a/mail/p5-Mail-IMAPClient/Makefile
+++ b/mail/p5-Mail-IMAPClient/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2009/08/13 15:15:11 abs Exp $
+# $NetBSD: Makefile,v 1.27 2010/02/04 12:09:39 wiz Exp $
#
-DISTNAME= Mail-IMAPClient-3.19
+DISTNAME= Mail-IMAPClient-3.23
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mic
CATEGORIES= mail perl5
diff --git a/mail/p5-Mail-IMAPClient/distinfo b/mail/p5-Mail-IMAPClient/distinfo
index 88a0297f2b4..754647e32ac 100644
--- a/mail/p5-Mail-IMAPClient/distinfo
+++ b/mail/p5-Mail-IMAPClient/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2009/08/13 15:15:11 abs Exp $
+$NetBSD: distinfo,v 1.12 2010/02/04 12:09:39 wiz Exp $
-SHA1 (Mail-IMAPClient-3.19.tar.gz) = 68d6fdf559fd2563cad0d2de46caf8a775b409c9
-RMD160 (Mail-IMAPClient-3.19.tar.gz) = 5812e3f63036579f9fddf2ea791cdaba88ca2e47
-Size (Mail-IMAPClient-3.19.tar.gz) = 175639 bytes
+SHA1 (Mail-IMAPClient-3.23.tar.gz) = c81df3051fb332a06485665b5c0a43096ee8a81d
+RMD160 (Mail-IMAPClient-3.23.tar.gz) = acdf03e2d82f0fcd2b2d5faa3f41b3e15c4a655d
+Size (Mail-IMAPClient-3.23.tar.gz) = 183092 bytes