pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libev libev: Update to 4.33
details: https://anonhg.NetBSD.org/pkgsrc/rev/57d57dd8d5b7
branches: trunk
changeset: 413807:57d57dd8d5b7
user: nia <nia%pkgsrc.org@localhost>
date: Sun Mar 22 16:01:46 2020 +0000
description:
libev: Update to 4.33
4.33 Wed Mar 18 13:22:29 CET 2020
- no changes w.r.t. 4.32.
4.32 (EV only)
- the 4.31 timerfd code wrongly changed the priority of the signal
fd watcher, which is usually harmless unless signal fds are
also used (found via cpan tester service).
- the documentation wrongly claimed that user may modify fd and events
members in io watchers when the watcher was stopped
(found by b_jonas).
- new ev_io_modify mutator which changes only the events member,
which can be faster. also added ev::io::set (int events) method
to ev++.h.
- officially allow a zero events mask for io watchers. this should
work with older libev versions as well but was not officially
allowed before.
- do not wake up every minute when timerfd is used to detect timejumps.
- do not wake up every minute when periodics are disabled and we have
a monotonic clock.
- support a lot more "uncommon" compile time configurations,
such as ev_embed enabled but ev_timer disabled.
- use a start/stop wrapper class to reduce code duplication in
ev++.h and make it needlessly more c++-y.
- the linux aio backend is no longer compiled in by default.
- update to libecb version 0x00010008.
diffstat:
devel/libev/Makefile | 6 +++---
devel/libev/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (30 lines):
diff -r 3d608a7b7ad6 -r 57d57dd8d5b7 devel/libev/Makefile
--- a/devel/libev/Makefile Sun Mar 22 14:46:01 2020 +0000
+++ b/devel/libev/Makefile Sun Mar 22 16:01:46 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2019/12/31 12:28:23 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2020/03/22 16:01:46 nia Exp $
-DISTNAME= libev-4.31
+DISTNAME= libev-4.33
CATEGORIES= devel
-MASTER_SITES= http://dist.schmorp.de/libev/
+MASTER_SITES= http://dist.schmorp.de/libev/Attic/
MAINTAINER= tonio%NetBSD.org@localhost
HOMEPAGE= http://software.schmorp.de/pkg/libev.html
diff -r 3d608a7b7ad6 -r 57d57dd8d5b7 devel/libev/distinfo
--- a/devel/libev/distinfo Sun Mar 22 14:46:01 2020 +0000
+++ b/devel/libev/distinfo Sun Mar 22 16:01:46 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/12/31 12:28:23 wiz Exp $
+$NetBSD: distinfo,v 1.17 2020/03/22 16:01:46 nia Exp $
-SHA1 (libev-4.31.tar.gz) = 41a70861053eaed07bdb9b1dfcff24fb390803b9
-RMD160 (libev-4.31.tar.gz) = 730e4b7a8bf0661a8087fbfce972a4a845f92ae3
-SHA512 (libev-4.31.tar.gz) = c2687c2e538c724ec8d02ce5bf6875d2e697c57623c4d5c4e6a09c5c480dd7ea38bb7af290f120ff9e61f0ecfc9b6a07a653a9f44ea8ecf2487438756105bd18
-Size (libev-4.31.tar.gz) = 565540 bytes
+SHA1 (libev-4.33.tar.gz) = 133587b89c34dba0b3a2d2a90ba59f6748f6c368
+RMD160 (libev-4.33.tar.gz) = 125519f593ed3239ea24522d3692f13df466b8a4
+SHA512 (libev-4.33.tar.gz) = c662a65360115e0b2598e3e8824cf7b33360c43a96ac9233f6b6ea2873a10102551773cad0e89e738541e75af9fd4f3e3c11cd2f251c5703aa24f193128b896b
+Size (libev-4.33.tar.gz) = 569527 bytes
Home |
Main Index |
Thread Index |
Old Index