1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 03:43:53 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
Karl Palsson
125dca987d libev: bump to 4.31
Very minor changes: http://cvs.schmorp.de/libev/Changes?revision=1.355&view=markup

Signed-off-by: Karl Palsson <karlp@etactica.com>
2020-01-09 13:39:01 +00:00
DENG Qingfang
7d6e11a449 libev: update to 4.27
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-07-30 03:27:07 +08:00
Deng Qingfang
187f61aab9 libev: update to 4.25
Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-01-03 18:30:16 +08:00
Deng Qingfang
b437fdf6bc libev: update to 4.24
Compile & runtime tested: ar71xx, ramips, mvebu

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-09-29 23:43:07 +08:00
Etienne Champetier
4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Karl Palsson
d6f2f3aaf4 libev: Bump to version 4.22
Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2016-03-08 15:50:57 +00:00
Ted Hess
0b66804f25 libev: Fix compatibility with libevent2 includes
Packages building with libev and want to include event.h from libev
need to be modified to include ev_event_compat.h instead.

The are no known packages which need to be fixed at this time. The
normal include is ev.h for this package.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-11 17:58:47 -05:00
Karl Palsson
4c2a42b912 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>
2015-06-21 22:51:10 +00:00
Karl Palsson
67b39f8f9b libev: Import from management, with path fixes
Imports the latest version from the management feed, and fixes the
install paths.  All example code, and desktop linux expects and installs
libev's headers to /usr/include/<ev.h> not under a subdirectory.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2015-05-27 10:25:56 +00:00