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.
This commit is contained in:
wen 2014-07-29 03:34:56 +00:00
parent 7f2537a0d7
commit 82f333367e
2 changed files with 6 additions and 8 deletions

View file

@ -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

View file

@ -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