summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-20 14:06:55 +0000
committerwiz <wiz>2010-01-20 14:06:55 +0000
commit6c73b196d33463a484dec5c2f7dccff2602ab2f1 (patch)
tree9645f71c0e0350dd55b46845706139f5a387c07b
parent3d865f6f5a7c74755d16597ca18258f6726ed6fd (diff)
downloadpkgsrc-6c73b196d33463a484dec5c2f7dccff2602ab2f1.tar.gz
Update to 3.9:
3.9 Thu Dec 31 07:59:59 CET 2009 - signalfd is no longer used by default and has to be requested explicitly - this means that easy to catch bugs become hard to catch race conditions, but the users have spoken. - point out the unspecified signal mask in the documentation, and that this is a race condition regardless of EV_SIGNALFD. - backport inotify code to C89. - inotify file descriptors could leak into child processes. - ev_stat watchers could keep an errornous extra ref on the loop, preventing exit when unregistering all watchers (testcases provided by ry@tinyclouds.org). - implement EV_WIN32_HANDLE_TO_FD and EV_WIN32_CLOSE_FD configuration symbols to make it easier for apps to do their own fd management. - support EV_IDLE_ENABLE being disabled in ev++.h (patch by Didier Spezia). - take advantage of inotify_init1, if available, to set cloexec/nonblock on fd creation, to avoid races. - the signal handling pipe wasn't always initialised under windows (analysed by lekma). - changed minimum glibc requirement from glibc 2.9 to 2.7, for signalfd. - add missing string.h include (Denis F. Latypoff). - only replace ev_stat.prev when we detect an actual difference, so prev is (almost) always different to attr. this might have caused the probems with 04_stat.t. - add ev::timer->remaining () method to C++ API.
-rw-r--r--devel/libev/Makefile4
-rw-r--r--devel/libev/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libev/Makefile b/devel/libev/Makefile
index c41cf66354b..04c38189a99 100644
--- a/devel/libev/Makefile
+++ b/devel/libev/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2009/08/18 14:10:53 sno Exp $
+# $NetBSD: Makefile,v 1.5 2010/01/20 14:06:55 wiz Exp $
-DISTNAME= libev-3.8
+DISTNAME= libev-3.9
CATEGORIES= devel
MASTER_SITES= http://dist.schmorp.de/libev/
diff --git a/devel/libev/distinfo b/devel/libev/distinfo
index cc9626be4f1..94da620ee0d 100644
--- a/devel/libev/distinfo
+++ b/devel/libev/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/08/18 14:10:53 sno Exp $
+$NetBSD: distinfo,v 1.3 2010/01/20 14:06:55 wiz Exp $
-SHA1 (libev-3.8.tar.gz) = cc57a3e6e171738aaa9d6af35ea66624a0a62b51
-RMD160 (libev-3.8.tar.gz) = 63398782022f3047f6e8587b802e072cfe4094c8
-Size (libev-3.8.tar.gz) = 470250 bytes
+SHA1 (libev-3.9.tar.gz) = a006a91346efd070359f4ad5c5077a0bac6fcee5
+RMD160 (libev-3.9.tar.gz) = b3a2c9a5a03be1120512d81c534b3ed4f2b39295
+Size (libev-3.9.tar.gz) = 473062 bytes