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 package devel/p5-AnyEvent f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df374c496f14
branches:  trunk
changeset: 397732:df374c496f14
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Aug 18 14:18:33 2009 +0000

description:
Updating package devel/p5-AnyEvent from 4.910 to 5.111

Upstream changes:
5.111 Sun Aug 16 18:44:36 CEST 2009
        - perl errornously requires sockaddr_un structures returned by the
          kernel to have a specific length. work around this bug by padding
          sockaddr_un structures (found to fail on OS X, as perl only uses
          the correct code for GNU/Linux, but likely to fail on other
          OSes as well).

5.11 Wed Aug 12 17:49:37 CEST 2009
        - fixed a bug in run_cmd with input from filename.
        - create a json coder object when none is given in write direction
          to reduce dependency on JSON.

5.1  Tue Aug 11 03:17:32 CEST 2009
        - tcp_connect now reports the correct error in $!, not an unrelated
          one (was broken since 4.91).
        - AE::Handle did not properly clear rtimeout/wtimeout watchers
          when retrying a tcp_connect.
        - new functions: AnyEvent::Util::run_cmd and close_all_fds_except.
        - fixed wrong documentation in AE::Socket.

5.01 Mon Aug 10 03:16:32 CEST 2009
        - last release broke EV child watchers :/.

5.0  Sun Aug  9 17:32:09 CEST 2009
        - officially introduce and document the AE API.
        - lowering the timeout at runtime did not have immediate effect
          in AnyEvent::Handle.
        - AE::Handle now has separate and independent read and write timeout
          settings.
        - probe for Guard module when AnyEvent::Util is loaded, not at
          runtime (Event doesn't like eval "use" from callbacks, and it avoids
          exporting the probe function).
        - Impl::IOAsync's io watchers did not use the filehandle emulation
          code to work around it's watcher limits.
        - work around IO::Async's problems with overloaded objects.
        - try to disable wearnings inside IO::Async, it's just too buggy.
        - do no longer use Event by default, only EV or Perl, Event is too buggy.
        - hackishly provide fast AE:: interface when EV or Perl is the backend.
        - inherit VERSION from AnyEvent::VERSION in most modules.

diffstat:

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

diffs (28 lines):

diff -r c71407d3181b -r df374c496f14 devel/p5-AnyEvent/Makefile
--- a/devel/p5-AnyEvent/Makefile        Tue Aug 18 14:12:19 2009 +0000
+++ b/devel/p5-AnyEvent/Makefile        Tue Aug 18 14:18:33 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2009/08/08 20:58:21 sno Exp $
+# $NetBSD: Makefile,v 1.17 2009/08/18 14:18:33 sno Exp $
 #
 
-DISTNAME=      AnyEvent-4.91
-PKGNAME=       p5-${DISTNAME}0
+DISTNAME=      AnyEvent-5.111
+PKGNAME=       p5-${DISTNAME}
 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 c71407d3181b -r df374c496f14 devel/p5-AnyEvent/distinfo
--- a/devel/p5-AnyEvent/distinfo        Tue Aug 18 14:12:19 2009 +0000
+++ b/devel/p5-AnyEvent/distinfo        Tue Aug 18 14:18:33 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2009/08/08 20:58:21 sno Exp $
+$NetBSD: distinfo,v 1.14 2009/08/18 14:18:33 sno Exp $
 
-SHA1 (AnyEvent-4.91.tar.gz) = f5d83f6ac21c3808151dd7f5f522c13c54a0bf9e
-RMD160 (AnyEvent-4.91.tar.gz) = 873cfaec358072856cf133b849b508685e823f8d
-Size (AnyEvent-4.91.tar.gz) = 174140 bytes
+SHA1 (AnyEvent-5.111.tar.gz) = 7d09c1be0da978576c8a086e8eff94a56ddedad9
+RMD160 (AnyEvent-5.111.tar.gz) = a87a087bef37c9e3184a4cf76a7b4edc72edba6a
+Size (AnyEvent-5.111.tar.gz) = 179757 bytes



Home | Main Index | Thread Index | Old Index