pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-AnyEvent updated to 4.233



details:   https://anonhg.NetBSD.org/pkgsrc/rev/465db1646ab6
branches:  trunk
changeset: 547164:465db1646ab6
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Sat Sep 13 13:19:07 2008 +0000

description:
updated to 4.233

Changelog:
4.233 Fri Aug 22 01:48:05 CEST 2008
        - fix a bug in the testsuite, causing a hang.
        - clarified lots of AnyEvent::Handle constructor arguments.

4.232 Thu Aug 21 20:44:25 CEST 2008
        - fix a bug in AnyEvent::Handle that could cause two fatal error
          callbacks on EOF, which caused AnyEvent::HTTP to signal success twice
          (testcase by Leon Brocard).
        - clarified on_eof/on_error documentation a bit.

4.231 Tue Jul 29 13:12:15 CEST 2008
        - remove some debugging code left in AnyEvent::Util::fork_call
          (and no, it's impossible to implement with the broken windows
          perls without resource leaks or worse).

4.23 Tue Jul 29 12:19:59 CEST 2008
        - document the first parameter passed to condvar callbacks to be
          the callback.
        - add AnyEvent::Socket::{ntoa,aton} aliases.
        - optimize the AE::Handle->push_read (line) for the default
          eol marker.
        - optimize push_read (packstring|storable) for small packets.
        - invoke on_error callback when no on_eof callback is set.
        - fix a bug in push_read (storable) of unknown impact.

diffstat:

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

diffs (26 lines):

diff -r 5e0a432a0b68 -r 465db1646ab6 devel/p5-AnyEvent/Makefile
--- a/devel/p5-AnyEvent/Makefile        Sat Sep 13 12:38:09 2008 +0000
+++ b/devel/p5-AnyEvent/Makefile        Sat Sep 13 13:19:07 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/07/21 08:30:01 rhaen Exp $
+# $NetBSD: Makefile,v 1.8 2008/09/13 13:19:07 rhaen Exp $
 #
 
-DISTNAME=      AnyEvent-4.22
+DISTNAME=      AnyEvent-4.233
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  http://www.cpan.org/modules/by-authors/Marc_Lehmann/
diff -r 5e0a432a0b68 -r 465db1646ab6 devel/p5-AnyEvent/distinfo
--- a/devel/p5-AnyEvent/distinfo        Sat Sep 13 12:38:09 2008 +0000
+++ b/devel/p5-AnyEvent/distinfo        Sat Sep 13 13:19:07 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2008/07/21 08:30:01 rhaen Exp $
+$NetBSD: distinfo,v 1.6 2008/09/13 13:19:07 rhaen Exp $
 
-SHA1 (AnyEvent-4.22.tar.gz) = e2554b22b6628ab4d9367a8128095cecabfe9b5b
-RMD160 (AnyEvent-4.22.tar.gz) = 55878cee8bf370d83ffd93c232ec5ad6452a7a25
-Size (AnyEvent-4.22.tar.gz) = 116715 bytes
+SHA1 (AnyEvent-4.233.tar.gz) = fbcbaac6e7d3238a1591ca2085a4249d19f87d10
+RMD160 (AnyEvent-4.233.tar.gz) = e677e64efcb04ba16256a4a6451c7e2a004ba9d7
+Size (AnyEvent-4.233.tar.gz) = 118535 bytes



Home | Main Index | Thread Index | Old Index