pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/p5-Mail-IMAPClient
Module Name: pkgsrc
Committed By: wen
Date: Mon Jun 13 07:39:41 UTC 2016
Modified Files:
pkgsrc/mail/p5-Mail-IMAPClient: Makefile distinfo
Removed Files:
pkgsrc/mail/p5-Mail-IMAPClient/patches: patch-lib_Mail_IMAPClient.pm
Log Message:
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()
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/mail/p5-Mail-IMAPClient/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/p5-Mail-IMAPClient/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/mail/p5-Mail-IMAPClient/patches/patch-lib_Mail_IMAPClient.pm
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/p5-Mail-IMAPClient/Makefile
diff -u pkgsrc/mail/p5-Mail-IMAPClient/Makefile:1.42 pkgsrc/mail/p5-Mail-IMAPClient/Makefile:1.43
--- pkgsrc/mail/p5-Mail-IMAPClient/Makefile:1.42 Wed Jun 8 19:23:58 2016
+++ pkgsrc/mail/p5-Mail-IMAPClient/Makefile Mon Jun 13 07:39:40 2016
@@ -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/}
Index: pkgsrc/mail/p5-Mail-IMAPClient/distinfo
diff -u pkgsrc/mail/p5-Mail-IMAPClient/distinfo:1.17 pkgsrc/mail/p5-Mail-IMAPClient/distinfo:1.18
--- pkgsrc/mail/p5-Mail-IMAPClient/distinfo:1.17 Tue Nov 3 23:27:14 2015
+++ pkgsrc/mail/p5-Mail-IMAPClient/distinfo Mon Jun 13 07:39:40 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index