pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-IMAPClient Update to 3.38
details: https://anonhg.NetBSD.org/pkgsrc/rev/30ea90d69c3d
branches: trunk
changeset: 348406:30ea90d69c3d
user: wen <wen%pkgsrc.org@localhost>
date: Mon Jun 13 07:39:40 2016 +0000
description:
Update to 3.38
Upstream changes:
version 3.38: Tue Feb 9 02:48:21 UTC 2016
- rt.cpan.org#107592: redact credentials via debug if !Showcredentials
[Gilles Lamiral]
- rt.cpan.org#110273: failure to quote password values
(regression introduced in 3.36 via fix for rt.cpan.org#100601)
[Gilles Lamiral]
- rt.cpan.org#107593: allow getquota("")
- *Quote() now returns qq("") for defined but empty values
- rt.cpan.org#107011: fix folders_hash() docs and usage in is_parent()
[Gilles Lamiral]
- rt.cpan.org#106500: split UID EXPUNGE with a large sequence set
- added t/quota.t and t/lib/MyTest.pm for testing
- updated copyright for 2016
version 3.37: Fri Aug 14 11:04:53 EDT 2015
- regex fix in rt.cpan.org#96575 required Perl 5.10
updated regex to be backwards compatible with Perl 5.8
[Paul Howarth]
version 3.36: Fri Aug 14 01:40:50 UTC 2015
- rt.cpan.org#96575: parsing fixes for fetch_hash and bodystructure
+ better handling of data containing escaped characters
[Ken Neighbors]
- rt.cpan.org#97718: hang waiting for tag if DONE sent outside of IDLE
[Laurence Darby]
- rt.cpan.org#100683: failed literal commands hang waiting for '+'
[Matthias Pitzl]
- rt.cpan.org#100601: login() fails if username requires use of literals
[Andy Lyttle]
- *rt.cpan.org#103823: is_parent() should return undef on \NoInferiors
[Gilles Lamiral]
- rt.cpan.org#105456: fetch_hash fails if sequence number contains '*'
+ *no longer removing unrequested data (except UID) in returned hashes
[Gilles Lamiral]
- rt.cpan.org#91912: selectable broke in 3.29 due to \b around \NoSelect
[Justin Vallon, Gilles Lamiral]
- some documentation, test cleanup and new tests
version 3.35: Fri, Nov 22, 2013 2:18:41 PM
- *use Quote() over Massage() to avoid stripping double quotes from arg
+ removed constant NonFolderArg
+ may deprecate Massage() in a future release
- _list_or_lsub failed to handle folder names with double quotes
+ cleanup Escaped_results()
+ new methods: Escaped_history() _escaped_trans_data()
+ removed method: _list_response_preprocess()
[Gilles Lamiral, Victor L?
- rt.cpan.org#90315: getacl on a folder returned as literal failed
+ _read_line could remove extra space when literal data was received
[Carl Karcher]
- rt.cpan.org#89040: typo fixes
[David Steinbrunner]
version 3.34: Fri, Sep 27, 2013 12:50:17 AM
- make Makefile.PL use non-interactive and document test.txt usage
- new attribute: Socketargs => [ (IO::Socket::.. args) ]
+ cleanup connect() to more flexible with IO::Socket::* args
- untagged server data during send literal may cause client to hang
[Arthur Wolfe, Josh Hillman]
+ _send_line() needs '+' only to know it is OK to send LITERAL data
+ created _response_code_sub() to simplify _get_response()
- remove internal "Folders" cache
- Allow for RFC 6154 "IMAP LIST Extension for Special-Use Mailboxes"
[Mathias Reitinger]
+ new method: folders_hash()
+ deprecate: xlist_folders(), xlist()
diffstat:
mail/p5-Mail-IMAPClient/Makefile | 5 +--
mail/p5-Mail-IMAPClient/distinfo | 11 ++++----
mail/p5-Mail-IMAPClient/patches/patch-lib_Mail_IMAPClient.pm | 15 ------------
3 files changed, 7 insertions(+), 24 deletions(-)
diffs (49 lines):
diff -r f10563e59957 -r 30ea90d69c3d mail/p5-Mail-IMAPClient/Makefile
--- a/mail/p5-Mail-IMAPClient/Makefile Mon Jun 13 04:05:19 2016 +0000
+++ b/mail/p5-Mail-IMAPClient/Makefile Mon Jun 13 07:39:40 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2016/06/08 19:23:58 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2016/06/13 07:39:40 wen Exp $
-DISTNAME= Mail-IMAPClient-3.33
+DISTNAME= Mail-IMAPClient-3.38
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
diff -r f10563e59957 -r 30ea90d69c3d mail/p5-Mail-IMAPClient/distinfo
--- a/mail/p5-Mail-IMAPClient/distinfo Mon Jun 13 04:05:19 2016 +0000
+++ b/mail/p5-Mail-IMAPClient/distinfo Mon Jun 13 07:39:40 2016 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.17 2015/11/03 23:27:14 agc Exp $
+$NetBSD: distinfo,v 1.18 2016/06/13 07:39:40 wen Exp $
-SHA1 (Mail-IMAPClient-3.33.tar.gz) = 0c522d4c9f990357e5ad786d450d9a3430999da5
-RMD160 (Mail-IMAPClient-3.33.tar.gz) = d279e57160d44099d7873c070cb03b025a8760e7
-SHA512 (Mail-IMAPClient-3.33.tar.gz) = f163ecc4dc30c62a9df0c9361eab4cabddab0f3320c2f32325d28b3e7101439fd45e1cfb958479a43f6c7104e71f7f15ad455e7cf495fd389bf8decb4bd67df9
-Size (Mail-IMAPClient-3.33.tar.gz) = 185422 bytes
-SHA1 (patch-lib_Mail_IMAPClient.pm) = 23b59bf1924248b040b9f20576c20aa26b5101eb
+SHA1 (Mail-IMAPClient-3.38.tar.gz) = 57a4213e0182d60e6b7d55f0014c463cbbda524d
+RMD160 (Mail-IMAPClient-3.38.tar.gz) = 71147111d79ed1924331a7d54f587fcbbdddecf9
+SHA512 (Mail-IMAPClient-3.38.tar.gz) = aa2d4ae43ac221db5b99d20884d34ce41fabdc593cee48e7daf7d7048dd351026231f9a4193044f42eb17c8d303b5af0b924bea17fed27c4d0934ca2935b73f3
+Size (Mail-IMAPClient-3.38.tar.gz) = 190487 bytes
diff -r f10563e59957 -r 30ea90d69c3d mail/p5-Mail-IMAPClient/patches/patch-lib_Mail_IMAPClient.pm
--- a/mail/p5-Mail-IMAPClient/patches/patch-lib_Mail_IMAPClient.pm Mon Jun 13 04:05:19 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-lib_Mail_IMAPClient.pm,v 1.1 2013/08/26 09:58:08 abs Exp $
-
-Set MultiHomed => 1 in call to IO::Socket::INET to allow fallback to IPv4
-when server has both IPv4 and IPv6 addresses and no reliable IPv6 route
-
---- lib/Mail/IMAPClient.pm.orig 2013-05-14 14:27:09.000000000 +0000
-+++ lib/Mail/IMAPClient.pm
-@@ -356,6 +356,7 @@ sub connect(@) {
- PeerPort => $port,
- Proto => 'tcp',
- Debug => $self->Debug,
-+ MultiHomed => 1,
- @timeout,
- @args
- );
Home |
Main Index |
Thread Index |
Old Index