pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libev



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 22 16:01:46 UTC 2020

Modified Files:
        pkgsrc/devel/libev: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/libev/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libev/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libev/Makefile
diff -u pkgsrc/devel/libev/Makefile:1.21 pkgsrc/devel/libev/Makefile:1.22
--- pkgsrc/devel/libev/Makefile:1.21    Tue Dec 31 12:28:23 2019
+++ pkgsrc/devel/libev/Makefile Sun Mar 22 16:01:46 2020
@@ -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

Index: pkgsrc/devel/libev/distinfo
diff -u pkgsrc/devel/libev/distinfo:1.16 pkgsrc/devel/libev/distinfo:1.17
--- pkgsrc/devel/libev/distinfo:1.16    Tue Dec 31 12:28:23 2019
+++ pkgsrc/devel/libev/distinfo Sun Mar 22 16:01:46 2020
@@ -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