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.08



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae0a3326942e
branches:  trunk
changeset: 648496:ae0a3326942e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Mar 15 13:09:15 2015 +0000

description:
Update to 7.08
--------------
7.08 Wed Dec 10 05:27:17 CET 2014
        - work around a newly introduced bug in Socket 2.011 (an
          errornous sun_length check) (analyzed by Maxime Soulé).
        - AnyEvent::TLS didn't load (but refer to) AnyEvent::Socket
          (analyzed by Ben Magistro).
        - AnyEvent::Strict will now confess, not croak. This is in line with
          it being a development/debugging tool.
        - work around a number of libglib bugs (debug builds of libglib enforce
          certain undocumented behaviour patterns such as not being able to
          remove a child watch source after it has fired, which we will try
          to emulate to avoid "criticals". what where they thinking...).
        - mention json security issues in AnyEvent::Handle, now that Douglas
          Crockford has foolishly and incompatibly changed JSON.
        - changed default dns resolver "max_outstanding" value from 1 to 10,
          the latter beinfg the intended value all along
          (reported by Ilya Chesnokov).
        - added new "AnyEvent::Impl::UV" interface module to the UV event lib
          (written by Mike Lowell).

diffstat:

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

diffs (29 lines):

diff -r 638e43591de7 -r ae0a3326942e devel/p5-AnyEvent/Makefile
--- a/devel/p5-AnyEvent/Makefile        Sun Mar 15 13:06:03 2015 +0000
+++ b/devel/p5-AnyEvent/Makefile        Sun Mar 15 13:09:15 2015 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.32 2014/07/29 03:34:56 wen Exp $
+# $NetBSD: Makefile,v 1.33 2015/03/15 13:09:15 mef Exp $
 
-DISTNAME=      AnyEvent-7.07
+DISTNAME=      AnyEvent-7.08
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=AnyEvent/}
 
 MAINTAINER=    rhaen%NetBSD.org@localhost
 HOMEPAGE=      http://software.schmorp.de/pkg/AnyEvent.html
diff -r 638e43591de7 -r ae0a3326942e devel/p5-AnyEvent/distinfo
--- a/devel/p5-AnyEvent/distinfo        Sun Mar 15 13:06:03 2015 +0000
+++ b/devel/p5-AnyEvent/distinfo        Sun Mar 15 13:09:15 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2014/07/29 03:34:56 wen Exp $
+$NetBSD: distinfo,v 1.24 2015/03/15 13:09:15 mef Exp $
 
-SHA1 (AnyEvent-7.07.tar.gz) = c8f837faebc3180d3ca8b4b2694112bb9d0fed1e
-RMD160 (AnyEvent-7.07.tar.gz) = 7c5ed12d085b90cb0cc3085e0c315a1d4611a3b9
-Size (AnyEvent-7.07.tar.gz) = 292938 bytes
+SHA1 (AnyEvent-7.08.tar.gz) = d4d878434bf35933819d16f4a696e1f9215c6b8a
+RMD160 (AnyEvent-7.08.tar.gz) = 36f6377b1dc8b70da72a27557e8c11687dea31f5
+Size (AnyEvent-7.08.tar.gz) = 296173 bytes



Home | Main Index | Thread Index | Old Index