pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-AnyEvent Update to 7.07



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00eeef943502
branches:  trunk
changeset: 637409:00eeef943502
user:      wen <wen%pkgsrc.org@localhost>
date:      Tue Jul 29 03:34:56 2014 +0000

description:
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:

 devel/p5-AnyEvent/Makefile |  6 ++----
 devel/p5-AnyEvent/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 6857370786cc -r 00eeef943502 devel/p5-AnyEvent/Makefile
--- a/devel/p5-AnyEvent/Makefile        Tue Jul 29 03:30:22 2014 +0000
+++ b/devel/p5-AnyEvent/Makefile        Tue Jul 29 03:34:56 2014 +0000
@@ -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@localhost
diff -r 6857370786cc -r 00eeef943502 devel/p5-AnyEvent/distinfo
--- a/devel/p5-AnyEvent/distinfo        Tue Jul 29 03:30:22 2014 +0000
+++ b/devel/p5-AnyEvent/distinfo        Tue Jul 29 03:34:56 2014 +0000
@@ -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


Home | Main Index | Thread Index | Old Index