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 Updated from version 3.12 to 3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/127a58d5efaf
branches:  trunk
changeset: 554902:127a58d5efaf
user:      he <he%pkgsrc.org@localhost>
date:      Sun Feb 22 12:38:01 2009 +0000

description:
Updated from version 3.12 to 3.14.

Pkgsrc changes:
 o Adjust dependencies to match new requirements.

Upstream changes:

version 3.14: Mon Feb 16 14:18:09 CET 2009

        Fixes:

        - isparent() when list() returns nothing.
          rt.cpan.org#42932 [Phil Lobbes]

        - Quote more characters in Massage(): add  CTL, [, ], % and *
          rt.cpan.org#42932 [Phil Lobbes]

        - message_string() will only complain about a difference between
          reported message size and actually received size; it will not
          try to correct it anymore.
          rt.cpan.org#42987 [Phil Lobbes]

        - No error when empty text in append_string()
          rt.cpan.org#42987 [Phil Lobbes]

        - login() should not try authenticate() if auth is empty or undef
          rt.cpan.org#43277 [Phil Lobbes]

version 3.13: Thu Jan 15 10:29:04 CET 2009

        Fixes:

        - "othermessage" in bodystructure parser should expect an MD5,
          not bodyparams.  Fix and test(!) by [Michael Stok]

        Improvement:

        - minor simplifications in code of run() and _imap_command()

        - get_bodystructure trace message fix [Michael Stok]

        - add Domain option for NTLM authentication.

diffstat:

 mail/p5-Mail-IMAPClient/Makefile |  5 +++--
 mail/p5-Mail-IMAPClient/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r cbfcca8bc20e -r 127a58d5efaf mail/p5-Mail-IMAPClient/Makefile
--- a/mail/p5-Mail-IMAPClient/Makefile  Sun Feb 22 12:31:13 2009 +0000
+++ b/mail/p5-Mail-IMAPClient/Makefile  Sun Feb 22 12:38:01 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2009/01/05 13:39:03 he Exp $
+# $NetBSD: Makefile,v 1.24 2009/02/22 12:38:01 he Exp $
 #
 
-DISTNAME=      Mail-IMAPClient-3.12
+DISTNAME=      Mail-IMAPClient-3.14
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5mic
 CATEGORIES=    mail perl5
@@ -15,6 +15,7 @@
 
 DEPENDS+=      p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
 DEPENDS+=      p5-File-Temp>=0.18:../../devel/p5-File-Temp
+DEPENDS+=      p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
 DEPENDS+=      p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
 DEPENDS+=      p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
 
diff -r cbfcca8bc20e -r 127a58d5efaf mail/p5-Mail-IMAPClient/distinfo
--- a/mail/p5-Mail-IMAPClient/distinfo  Sun Feb 22 12:31:13 2009 +0000
+++ b/mail/p5-Mail-IMAPClient/distinfo  Sun Feb 22 12:38:01 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2009/01/05 13:39:03 he Exp $
+$NetBSD: distinfo,v 1.9 2009/02/22 12:38:01 he Exp $
 
-SHA1 (Mail-IMAPClient-3.12.tar.gz) = 07bf77d88c9ef6dca185254c9f212a02994c9928
-RMD160 (Mail-IMAPClient-3.12.tar.gz) = fa9ee6ebf7ede00d5fd4ea48573022f95347377e
-Size (Mail-IMAPClient-3.12.tar.gz) = 169160 bytes
+SHA1 (Mail-IMAPClient-3.14.tar.gz) = c8beeffeccbea43b884caa7e8dce217548d9fba7
+RMD160 (Mail-IMAPClient-3.14.tar.gz) = 277d74f4096b4b4664ad71c2a3a629cdaec92616
+Size (Mail-IMAPClient-3.14.tar.gz) = 169904 bytes



Home | Main Index | Thread Index | Old Index