pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-AnyEvent PkgSrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/d588a52d7939
branches: trunk
changeset: 392052:d588a52d7939
user: sno <sno%pkgsrc.org@localhost>
date: Fri Apr 24 15:05:16 2009 +0000
description:
PkgSrc changes:
- Updating package for p5 module AnyEvent from 4.331 to 4.352
Upstream changes:
4.352 Mon Apr 20 16:31:11 CEST 2009
- fix AnyEvent::Strict error messages for child watchers.
- fix/update Makefile.PL "recommends" versions.
- add AnyEvent->now_update.
4.351 Sat Apr 11 07:56:14 CEST 2009
- actually make the signal pipe work under win32.
- localise $! in signal handler to avoid changing $!, although
perl itself does not seem to save/restore errno either.
- set the cloexec flag on the signal pipe (normally set by perl too).
4.35 Fri Mar 27 11:48:20 CET 2009
- event models relying on AnyEvent's signal watcher emulation did
invoke the callback asynchronously, contradicting documentation
and causing signals to get lost (this includes AnyEvent's own
event loop). AnyEvent now uses the standard pipe trick to make
callback execution synchronous to the event loop.
- AnyEvent::Handle didn't free TLS context data on DESTROY
(patch by Pavel Shaydo).
- work around the ever-incompatibly-changing API of MakeMaker.
- document that changing global variables without restoring them
is a bad idea in Perl (noted by Adam Rosenstein).
- AnyEvent::Strict now barfs if ->io is passed a file.
4.34 Thu Feb 12 18:32:45 CET 2009
- separately buffer TLS read data, as otherwise the read queue could
deadlock as receiving data is not expected while draining the
read queue (which cna only happen with TLS).
- raise EBADMSG error on JSON decoding errors.
- fix some minor manpage bugs (reported by Maximilian Ga~A"Y).
- speed up select bitmask parsing quite a bit in the pure perl
backend.
- use CORE::select instead of just select in AnyEvent::Impl::Perl.
diffstat:
devel/p5-AnyEvent/Makefile | 4 ++--
devel/p5-AnyEvent/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r a881639d32e3 -r d588a52d7939 devel/p5-AnyEvent/Makefile
--- a/devel/p5-AnyEvent/Makefile Fri Apr 24 15:00:27 2009 +0000
+++ b/devel/p5-AnyEvent/Makefile Fri Apr 24 15:05:16 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2009/02/10 14:25:25 rhaen Exp $
+# $NetBSD: Makefile,v 1.11 2009/04/24 15:05:16 sno Exp $
#
-DISTNAME= AnyEvent-4.331
+DISTNAME= AnyEvent-4.352
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/
diff -r a881639d32e3 -r d588a52d7939 devel/p5-AnyEvent/distinfo
--- a/devel/p5-AnyEvent/distinfo Fri Apr 24 15:00:27 2009 +0000
+++ b/devel/p5-AnyEvent/distinfo Fri Apr 24 15:05:16 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/02/10 14:25:25 rhaen Exp $
+$NetBSD: distinfo,v 1.8 2009/04/24 15:05:16 sno Exp $
-SHA1 (AnyEvent-4.331.tar.gz) = bf0bd5b436260898c12076e46aee35e93b0220a2
-RMD160 (AnyEvent-4.331.tar.gz) = f0eef9c2aa62b7c9be7201827878ecb321511ed1
-Size (AnyEvent-4.331.tar.gz) = 124355 bytes
+SHA1 (AnyEvent-4.352.tar.gz) = c00d254f0b0182afe4f65efec6bb2efee8f8e10c
+RMD160 (AnyEvent-4.352.tar.gz) = 26d230c0355b8632d92e74b7f78b9a0210f52be6
+Size (AnyEvent-4.352.tar.gz) = 126252 bytes
Home |
Main Index |
Thread Index |
Old Index