diff options
author | rhaen <rhaen> | 2008-07-21 08:30:01 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2008-07-21 08:30:01 +0000 |
commit | 4ac1dc7dd968598c7974a2f9e0da97541332030c (patch) | |
tree | 7b30675870142cfb1093921750254b4e8ee2929a /devel/p5-AnyEvent | |
parent | 28e58704173a65d74fbdcd2bd4cfea6f2a37c5e7 (diff) | |
download | pkgsrc-4ac1dc7dd968598c7974a2f9e0da97541332030c.tar.gz |
updated to 4.22
ChangeLog:
4.22 Sun Jul 20 16:34:13 CEST 2008
- new function AnyEvent::Socket::parse_hostport.
- as the bulkheads at microsoft can't even get getprotobyname reliably
working on their shitty fucking broken os we need to hardcode
some common protocol numbers in AnyEvent::Socket. How can
people even bother with such a pile of shit as windows.
4.21 Thu Jul 17 14:40:05 CEST 2008
- INCOMPATIBLE CHANGE: AnyEvent::Util::fork_call now has a prototype
which is incompatible to previous invocation syntax.
- work around more windows perl bugs in fork_call. I cannot imagine
why anybody would bother implementing fork in such an obviously
unusable way.
- avoid calling $do_retry if the request has already finished in
AnyEvent::DNS, thus avoiding an exception (reported by Anatoly
K. Sharifulin).
Diffstat (limited to 'devel/p5-AnyEvent')
-rw-r--r-- | devel/p5-AnyEvent/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-AnyEvent/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-AnyEvent/Makefile b/devel/p5-AnyEvent/Makefile index 3dfdefc52be..a4751c8e253 100644 --- a/devel/p5-AnyEvent/Makefile +++ b/devel/p5-AnyEvent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2008/07/15 20:37:07 rhaen Exp $ +# $NetBSD: Makefile,v 1.7 2008/07/21 08:30:01 rhaen Exp $ # -DISTNAME= AnyEvent-4.2 +DISTNAME= AnyEvent-4.22 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/ diff --git a/devel/p5-AnyEvent/distinfo b/devel/p5-AnyEvent/distinfo index 908cb5f7d7a..9dffba6092c 100644 --- a/devel/p5-AnyEvent/distinfo +++ b/devel/p5-AnyEvent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/07/15 20:37:07 rhaen Exp $ +$NetBSD: distinfo,v 1.5 2008/07/21 08:30:01 rhaen Exp $ -SHA1 (AnyEvent-4.2.tar.gz) = a88533441b8a85583a9884a92a3f80f6b4605fe9 -RMD160 (AnyEvent-4.2.tar.gz) = be08c2e02288f36300e6c1ac3a24c5627ede4ff5 -Size (AnyEvent-4.2.tar.gz) = 114600 bytes +SHA1 (AnyEvent-4.22.tar.gz) = e2554b22b6628ab4d9367a8128095cecabfe9b5b +RMD160 (AnyEvent-4.22.tar.gz) = 55878cee8bf370d83ffd93c232ec5ad6452a7a25 +Size (AnyEvent-4.22.tar.gz) = 116715 bytes |