pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-AnyEvent 4.331 Tue Jan 6 21:07:25 CET 2009



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77c43181a935
branches:  trunk
changeset: 554202:77c43181a935
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Tue Feb 10 14:25:25 2009 +0000

description:
4.331 Tue Jan  6 21:07:25 CET 2009
        - socketpair fails on many vista machines because vista has
          completely broken accept/getpeername and getsockname functions,
          so we provide our own socketpair emulation that kind of works
          (AnyEvent::Util::portable_pipe).
        - new function: AnyEvent::Util::portable_socketpair.
        - take advantage of the Guard module if it exists.

4.33 Fri Nov 21 02:35:40 CET 2008
        - AnyEvent::Strict did errornously flag a fileno of 0 as
          illegal.
        - reduce memory usage and slightly speed up the pure perl backend
          by only storing the file descriptor, not the file handle.
        - add missing autocork method to AnyEvent::Handle (reported
          by Adam Rosenstein).
        - AnyEvent::DNS->resolve errornously documented an $rcode result
          argument, but there isn't (spotted by Henrik Krohns).
        - the naked truth about Tk - it's basically unmaintained.

4.32 Mon Nov  3 22:46:32 CET 2008
        - fix AnyEvent::Socket::resolve_sockaddr to properly support
          unix sockets again and choose a proper default for
          the socket type.
        - fix call to resolve_sockaddr in tcp_connect.

4.31 Thu Oct 30 04:41:48 CET 2008
        - implemented AnyEvent::Handle->destroy method.
        - hint about unexpected effects in TLS mode.
        - speed up AnyEvent::Impl::Perl by using more arrays
          instead of hashes without the slightest loss of readability :)
        - work around a perl argument refcounting bug.
        - with some perl patches applied, AnyEvent now seems leak-free.

4.3  Fri Oct  3 09:18:43 CEST 2008
        - AnyEvent will now install a no-op signal handler for SIGPIPE,
          unless one has been installed already.
        - warn about not loaidng AnyEvent::Impl::POE early enough
          (patch by Adam Rosenstein).
        - fixed a great number of bugs and corner cases in AnyEvent::Handle:
        - fix a bug in where in SSL connect mode, the
          client would first wait for some data by the server and
          otherwise hang. (reported and analyzed in an absolutely
          exemplary manner by Adam Rosenstein).
        - fix a bug in where SSL EOF would not be treated
          as stream EOF, putting the connection into a hung state.
          (reported and analyzed in an absolutely exemplary manner by Adam
          Rosenstein).
        - fix a potential segfault when the TLS context
          would go missing in a read callback (e.g. due to stoptls) -
          Net::SSLeay of course makes no type checking whatsoever.
        - AnyEvent::Handle will not stop the read watcher in TLS mode.
        - AnyEvent::Handle->stoptls will send a TLS close notify
          instead of simply destroying the stream now.
        - fix a bug where large blocks of data written in TLS mode
          would not be sent unless triggered by receives.
        - on_drain will now take the tls write buffer into account.
        - SSL operations have been streamlined a bit and should be faster
          now, more to come, though.
        - added a FAQ section, will document nontrivial issues in there.

4.234 Mon Sep 29 04:08:13 CEST 2008
        - fix child watcher documentation: only child exits will be reported,
          no trace events.
        - mention SIGPIPE in AnyEvent::Handle.
        - perl backend will now use POSIX::times as monotonic clock
          when available and the monotonic clock option is not.
        - run even without Time::HiRes in some cases now, but do not
          provide sub-second accuracy (all *supported* perl versions have
          Time::HiRes).

diffstat:

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

diffs (28 lines):

diff -r c73a6be4d59f -r 77c43181a935 devel/p5-AnyEvent/Makefile
--- a/devel/p5-AnyEvent/Makefile        Tue Feb 10 14:18:01 2009 +0000
+++ b/devel/p5-AnyEvent/Makefile        Tue Feb 10 14:25:25 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2008/10/19 19:17:47 he Exp $
+# $NetBSD: Makefile,v 1.10 2009/02/10 14:25:25 rhaen Exp $
 #
 
-DISTNAME=      AnyEvent-4.233
+DISTNAME=      AnyEvent-4.331
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.cpan.org/modules/by-authors/Marc_Lehmann/
 
diff -r c73a6be4d59f -r 77c43181a935 devel/p5-AnyEvent/distinfo
--- a/devel/p5-AnyEvent/distinfo        Tue Feb 10 14:18:01 2009 +0000
+++ b/devel/p5-AnyEvent/distinfo        Tue Feb 10 14:25:25 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2008/09/13 13:19:07 rhaen Exp $
+$NetBSD: distinfo,v 1.7 2009/02/10 14:25:25 rhaen Exp $
 
-SHA1 (AnyEvent-4.233.tar.gz) = fbcbaac6e7d3238a1591ca2085a4249d19f87d10
-RMD160 (AnyEvent-4.233.tar.gz) = e677e64efcb04ba16256a4a6451c7e2a004ba9d7
-Size (AnyEvent-4.233.tar.gz) = 118535 bytes
+SHA1 (AnyEvent-4.331.tar.gz) = bf0bd5b436260898c12076e46aee35e93b0220a2
+RMD160 (AnyEvent-4.331.tar.gz) = f0eef9c2aa62b7c9be7201827878ecb321511ed1
+Size (AnyEvent-4.331.tar.gz) = 124355 bytes



Home | Main Index | Thread Index | Old Index