pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-AnyEvent Updating devel/p5-AnyEvent from 5.11...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/825ec3db52cb
branches:  trunk
changeset: 399297:825ec3db52cb
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Sep 16 18:43:12 2009 +0000

description:
Updating devel/p5-AnyEvent from 5.111 to 5.200

Upstream changes:
5.2  Mon Sep 14 07:04:49 CEST 2009
        - INCOMPATIBLE CHANGE: do no longer support register_read_type
          and register_write_type in AnyEvent::Handle, instead support
          package names (the facility was mostly abused).
        - implement "packagename-as-read/write type" support in
          AnyEvent::Handle.
        - AnyEvent::Handle: new options "keepalive" and "oobinline".
        - oobinline set by default to avoid security issues.
        - the pure-perl event loop backend wrongly detected times() fallback
          support (spotted by Pavel Boldin).

5.12 Tue Sep  1 20:26:50 CEST 2009
        - be more lenient when parsing resolv.conf files, as some people
          use hashmarks as comment indicator inside directives (reported
          by Michael S. Fischer).
        - use same set of warnings as common::sense 2.0.
        - fix a potential 32 bit overflow issue due to perl having problems
          with large hex constants in the Perl backend.
        - do not use the slower 5.6 version fo the enc_name code in AnyEvent::DNS
          by default.
        - fix some prototypes.
        - (optionally) require Async::Interrupt 1.02.
        - replace opendns fallbacks by verizon/level3 public dns servers.

5.112 Fri Aug 21 13:59:04 CEST 2009
        - AnyEvent::Handle could cause hard crashes in Net::SSLeay when
          using starttls with an illegal/uncreatable tls context.
        - port to broken win32 perls.

diffstat:

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

diffs (28 lines):

diff -r 8830d6d03fd8 -r 825ec3db52cb devel/p5-AnyEvent/Makefile
--- a/devel/p5-AnyEvent/Makefile        Wed Sep 16 18:42:31 2009 +0000
+++ b/devel/p5-AnyEvent/Makefile        Wed Sep 16 18:43:12 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2009/08/18 14:18:33 sno Exp $
+# $NetBSD: Makefile,v 1.18 2009/09/16 18:43:12 sno Exp $
 #
 
-DISTNAME=      AnyEvent-5.111
-PKGNAME=       p5-${DISTNAME}
+DISTNAME=      AnyEvent-5.2
+PKGNAME=       p5-${DISTNAME}00
 CATEGORIES=    devel
 #MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
diff -r 8830d6d03fd8 -r 825ec3db52cb devel/p5-AnyEvent/distinfo
--- a/devel/p5-AnyEvent/distinfo        Wed Sep 16 18:42:31 2009 +0000
+++ b/devel/p5-AnyEvent/distinfo        Wed Sep 16 18:43:12 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2009/08/18 14:18:33 sno Exp $
+$NetBSD: distinfo,v 1.15 2009/09/16 18:43:12 sno Exp $
 
-SHA1 (AnyEvent-5.111.tar.gz) = 7d09c1be0da978576c8a086e8eff94a56ddedad9
-RMD160 (AnyEvent-5.111.tar.gz) = a87a087bef37c9e3184a4cf76a7b4edc72edba6a
-Size (AnyEvent-5.111.tar.gz) = 179757 bytes
+SHA1 (AnyEvent-5.2.tar.gz) = 7d0e988b242db2239bf82c7136c69049a29b8e36
+RMD160 (AnyEvent-5.2.tar.gz) = 02593486dee401c4398d21798ddee47276b2d123
+Size (AnyEvent-5.2.tar.gz) = 181561 bytes



Home | Main Index | Thread Index | Old Index