Tue Jul 29 03:34:56 2014 UTC ()
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.


(wen)
diff -r1.31 -r1.32 pkgsrc/devel/p5-AnyEvent/Makefile
diff -r1.22 -r1.23 pkgsrc/devel/p5-AnyEvent/distinfo

cvs diff -r1.31 -r1.32 pkgsrc/devel/p5-AnyEvent/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-AnyEvent/Makefile 2014/05/29 23:35:38 1.31
+++ pkgsrc/devel/p5-AnyEvent/Makefile 2014/07/29 03:34:56 1.32
@@ -1,20 +1,18 @@ @@ -1,20 +1,18 @@
1# $NetBSD: Makefile,v 1.31 2014/05/29 23:35:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.32 2014/07/29 03:34:56 wen Exp $
2 2
3DISTNAME= AnyEvent-7.05 3DISTNAME= AnyEvent-7.07
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel 5CATEGORIES= devel
7#MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/ 
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
9 7
10MAINTAINER= rhaen@NetBSD.org 8MAINTAINER= rhaen@NetBSD.org
11HOMEPAGE= http://software.schmorp.de/pkg/AnyEvent.html 9HOMEPAGE= http://software.schmorp.de/pkg/AnyEvent.html
12COMMENT= Simple API for io, timer and completion callbacks 10COMMENT= Simple API for io, timer and completion callbacks
13LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
14 12
15PERL5_PACKLIST= auto/AnyEvent/.packlist 13PERL5_PACKLIST= auto/AnyEvent/.packlist
16 14
17# Task::Weaken in perl 5.14 15# Task::Weaken in perl 5.14
18DEPENDS+= p5-Net-SSLeay>=1.33:../../security/p5-Net-SSLeay 16DEPENDS+= p5-Net-SSLeay>=1.33:../../security/p5-Net-SSLeay
19DEPENDS+= p5-JSON>=2.09:../../converters/p5-JSON 17DEPENDS+= p5-JSON>=2.09:../../converters/p5-JSON
20DEPENDS+= p5-JSON-XS>=2.200:../../converters/p5-JSON-XS 18DEPENDS+= p5-JSON-XS>=2.200:../../converters/p5-JSON-XS

cvs diff -r1.22 -r1.23 pkgsrc/devel/p5-AnyEvent/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-AnyEvent/distinfo 2013/08/27 02:24:13 1.22
+++ pkgsrc/devel/p5-AnyEvent/distinfo 2014/07/29 03:34:56 1.23
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.22 2013/08/27 02:24:13 wen Exp $ 1$NetBSD: distinfo,v 1.23 2014/07/29 03:34:56 wen Exp $
2 2
3SHA1 (AnyEvent-7.05.tar.gz) = f9cba07ade472a672b9a676aa57c171243d4e422 3SHA1 (AnyEvent-7.07.tar.gz) = c8f837faebc3180d3ca8b4b2694112bb9d0fed1e
4RMD160 (AnyEvent-7.05.tar.gz) = 0282bb0f6fd68246c0ba4f743b83a20afde58521 4RMD160 (AnyEvent-7.07.tar.gz) = 7c5ed12d085b90cb0cc3085e0c315a1d4611a3b9
5Size (AnyEvent-7.05.tar.gz) = 289471 bytes 5Size (AnyEvent-7.07.tar.gz) = 292938 bytes