[Lunar-commits] <moonbase> libev: version bumped to 3.45.
Florin Braescu
florin at lunar-linux.org
Wed Oct 22 16:18:08 CEST 2008
commit b134d966957f5c78bedd06551a5c8f088535c685
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Oct 22 17:18:08 2008 +0300
libev: version bumped to 3.45.
Inotify usage has been disabled on Linux kernels older than 2.6.25 due
to bugs in those kernels. ev_once can now signal both EV_TIMEOUT an
EV_READ/WRITE when both occur in the same iteration. Before, only
EV_TIMEOUT would be signaled in that case. Libev will now disable use
of inotify at compile time if the inotify header file is too old and
finally, libev would try to register inotify watchers even when
inotify was not in use.
---
zbeta/libev/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/zbeta/libev/DETAILS b/zbeta/libev/DETAILS
index 73a886a..d22db38 100644
--- a/zbeta/libev/DETAILS
+++ b/zbeta/libev/DETAILS
@@ -1,11 +1,11 @@
MODULE=libev
- VERSION=3.44
+ VERSION=3.45
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://dist.schmorp.de/$MODULE/Attic
- SOURCE_VFY=sha1:f47a18735d3a6ebe4cc113c107e657f250e135da
+ SOURCE_VFY=sha1:e488fc1dec09c1b3e67b0e22003c9a1afd316c2d
WEB_SITE=http://software.schworp.de/pkg/libev.html
ENTERED=20080229
- UPDATED=20080930
+ UPDATED=20081022
SHORT="A library for event loops"
cat << EOF
More information about the Lunar-commits
mailing list