summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwen <wen>2014-07-29 03:34:56 +0000
committerwen <wen>2014-07-29 03:34:56 +0000
commit1ae3e893cbd49ad1659b0a761f96ec46bd460a55 (patch)
tree7e354df56d5ea4b8927496b935b6db8adbd66d48 /devel
parent4745512fd7bd2f2d4275c3db48ce41398d636481 (diff)
downloadpkgsrc-1ae3e893cbd49ad1659b0a761f96ec46bd460a55.tar.gz
Update to 7.07
Upstream changes: 7.07 Tue Dec 17 17:45:02 CET 2013 - the documentation for custom tls verify schemes was wrong. make it agree with the code (reported by Maxime Soul茅). - added cbor read and write types to AnyEvent::Handle (using CBOR::XS). - work around an API change in openssl that could cause wrong tls connection aborts, likely on windows only (analyzed by sten). - calling AnyEvent->now_update with AnyEvent::Impl::Perl caused an endless loop (reported by Dietrich Rebmann). - add tlsv1_1 and tlsv1_2 protocols to AnyEvent::TLS (patch by Maxime Soul茅). - document AnyEvent::Impl::IOAsync::set_loop and $AnyEvent::Impl::IOAsync::LOOP. Though only documented now, this functionality has _always_ been available. - force a toplevel domain name in t/81_hosts.t (analyzed by David Jack Wange Olrik). - document that AnyEvent::Log uses AnyEvent::IO. - warn about AnyEvent::Filesys::Notify performance. - praise the joys of AnyEvent::Fork::*. - time for an =encoding directive. - do no longer use JSON to create a default json coder, use JSON::XS or JSON::PP directly.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-AnyEvent/Makefile6
-rw-r--r--devel/p5-AnyEvent/distinfo8
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-AnyEvent/Makefile b/devel/p5-AnyEvent/Makefile
index f3151a38f50..20dc25357a1 100644
--- a/devel/p5-AnyEvent/Makefile
+++ b/devel/p5-AnyEvent/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2014/05/29 23:35:38 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2014/07/29 03:34:56 wen Exp $
-DISTNAME= AnyEvent-7.05
+DISTNAME= AnyEvent-7.07
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel
-#MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
MAINTAINER= rhaen@NetBSD.org
diff --git a/devel/p5-AnyEvent/distinfo b/devel/p5-AnyEvent/distinfo
index 95c90718622..2a4c11f83c9 100644
--- a/devel/p5-AnyEvent/distinfo
+++ b/devel/p5-AnyEvent/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2013/08/27 02:24:13 wen Exp $
+$NetBSD: distinfo,v 1.23 2014/07/29 03:34:56 wen Exp $
-SHA1 (AnyEvent-7.05.tar.gz) = f9cba07ade472a672b9a676aa57c171243d4e422
-RMD160 (AnyEvent-7.05.tar.gz) = 0282bb0f6fd68246c0ba4f743b83a20afde58521
-Size (AnyEvent-7.05.tar.gz) = 289471 bytes
+SHA1 (AnyEvent-7.07.tar.gz) = c8f837faebc3180d3ca8b4b2694112bb9d0fed1e
+RMD160 (AnyEvent-7.07.tar.gz) = 7c5ed12d085b90cb0cc3085e0c315a1d4611a3b9
+Size (AnyEvent-7.07.tar.gz) = 292938 bytes