[oe-commits] [meta-openembedded] branch master-next updated: libev: upgrade 4.31 -> 4.33

git at git.openembedded.org git at git.openembedded.org
Thu Mar 19 16:26:03 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new f0f5e20  libev: upgrade 4.31 -> 4.33
f0f5e20 is described below

commit f0f5e2027241f9d245f5e9c8d87726ecd1e49836
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Thu Mar 19 14:41:08 2020 +0100

    libev: upgrade 4.31 -> 4.33
    
    The complete Changes since 4.31 are:
    
    4.33 Wed Mar 18 13:22:29 CET 2020
            - 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.
    
    Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-connectivity/libev/{libev_4.31.bb => libev_4.33.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-connectivity/libev/libev_4.31.bb b/meta-oe/recipes-connectivity/libev/libev_4.33.bb
similarity index 80%
rename from meta-oe/recipes-connectivity/libev/libev_4.31.bb
rename to meta-oe/recipes-connectivity/libev/libev_4.33.bb
index beea855..760c2db 100644
--- a/meta-oe/recipes-connectivity/libev/libev_4.31.bb
+++ b/meta-oe/recipes-connectivity/libev/libev_4.33.bb
@@ -5,8 +5,8 @@ LICENSE = "BSD-2-Clause | GPL-2.0+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d6ad416afd040c90698edcdf1cbee347"
 
 SRC_URI = "http://dist.schmorp.de/libev/Attic/${BP}.tar.gz"
-SRC_URI[md5sum] = "20111fda0df0a289c152faa2aac91b08"
-SRC_URI[sha256sum] = "ed855d2b52118e32c0c1a6a32bd18c97f9e6711ca511f5ee12de3b9eccc66e5a"
+SRC_URI[md5sum] = "a3433f23583167081bf4acdd5b01b34f"
+SRC_URI[sha256sum] = "507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea"
 
 inherit autotools
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list