Browse Source

libev: Update to 4.20

Minor release, changes from upstream:

- prefer noexcept over throw () with C++ 11.
- update ecb.h due to incompatibilities with c11.
- fix a potential aliasing issue when reading and writing
  watcher callbacks.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
lilik-openwrt-22.03
Karl Palsson 9 years ago
parent
commit
4c2a42b912
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libev/Makefile

+ 2
- 2
libs/libev/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libev
PKG_VERSION:=4.19
PKG_VERSION:=4.20
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://dist.schmorp.de/libev/Attic/
PKG_MD5SUM:=01d1c672697f649b4f94abd0b70584ff
PKG_MD5SUM:=1cac539cfc560f381a490c9fba940de9
PKG_LICENSE:=BSD-2-Clause
PKG_MAINTAINER:=Karl Palsson <karlp@tweak.net.au>


Loading…
Cancel
Save