diff options
author | he <he@pkgsrc.org> | 2008-11-18 00:00:11 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-11-18 00:00:11 +0000 |
commit | c5cca37693908809d63f4541cc5ccc944fdbef0e (patch) | |
tree | eafaafccfb4423ce8e28061c05412071cd0224dc | |
parent | 94bf544b1b0434812e552213b43b216ba2cf6c0a (diff) | |
download | pkgsrc-c5cca37693908809d63f4541cc5ccc944fdbef0e.tar.gz |
Update from version 3.08nb1 to 3.11.
Pkgsrc changes:
o Canonicalize HOMEPAGE
Upstream changes:
version 3.11: Wed Oct 8 10:57:31 CEST 2008
Fixes:
- some SSL connections process more bytes then needed, which
made the select() timeout. Nice fix by [David Sansome]
rt.cpan.org#39776
Improvements:
- improved example imap_to_mbox by [Ralph Sobek]
version 3.10: Sun Aug 24 21:26:27 CEST 2008
Fixes:
- INET socket scope error, introduced by 3.09
rt.cpan.org#38689 [Matt Moen]
version 3.09: Fri Aug 22 16:38:25 CEST 2008
Fixes:
- return status of append_message reversed.
rt.cpan.org#36726 [Jakob Hirsch]
- no line-breaks in base64 encoded strings when logging-in
rt.cpan.org#36879 [David Jonas]
- fix MD5 authentication.
rt.cpan.org#38654 [Thomas Jarosch]
Improvements:
- extensions and clean-ups in examples/imap_to_mbox.pl by
[Ralph Sobek]
- an absolute path as Server setting will open a local ::UNIX
socket, not an ::INET
rt.cpan.org#38655 [Thomas Jarosch]
-rw-r--r-- | mail/p5-Mail-IMAPClient/Makefile | 7 | ||||
-rw-r--r-- | mail/p5-Mail-IMAPClient/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile index e458633fdfd..3020cf1fdf5 100644 --- a/mail/p5-Mail-IMAPClient/Makefile +++ b/mail/p5-Mail-IMAPClient/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.21 2008/10/19 19:18:12 he Exp $ +# $NetBSD: Makefile,v 1.22 2008/11/18 00:00:11 he Exp $ # -DISTNAME= Mail-IMAPClient-3.08 +DISTNAME= Mail-IMAPClient-3.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5mic CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~markov/Mail-IMAPClient/ +HOMEPAGE= http://search.cpan.org/dist/Mail-IMAPClient/ COMMENT= Perl5 module for talking to RFC-2060 IMAP servers PKG_DESTDIR_SUPPORT= user-destdir diff --git a/mail/p5-Mail-IMAPClient/distinfo b/mail/p5-Mail-IMAPClient/distinfo index 48d048bcdf9..049eb7b9e14 100644 --- a/mail/p5-Mail-IMAPClient/distinfo +++ b/mail/p5-Mail-IMAPClient/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/07/18 13:07:51 rhaen Exp $ +$NetBSD: distinfo,v 1.7 2008/11/18 00:00:11 he Exp $ -SHA1 (Mail-IMAPClient-3.08.tar.gz) = 2e6905583b7698fa1c78a4681a93f5ae0230066f -RMD160 (Mail-IMAPClient-3.08.tar.gz) = 0cbc68e1198c679172d502da9d3a5167faabc22c -Size (Mail-IMAPClient-3.08.tar.gz) = 167505 bytes +SHA1 (Mail-IMAPClient-3.11.tar.gz) = c8d39e784eddaaacc2f6683793cba8f567fb3702 +RMD160 (Mail-IMAPClient-3.11.tar.gz) = 44c1a03902ec73f057619c50e97576eb94fea5fe +Size (Mail-IMAPClient-3.11.tar.gz) = 169015 bytes |