CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/21 14:02:40
Modified files:
lib/libevent : Makefile buffer.c evbuffer.c event-internal.h
event.3 event.c event.h event_tagging.c
evsignal.h kqueue.c log.c log.h poll.c select.c
shlib_version signal.c
Added files:
lib/libevent : event-config.h evutil.c evutil.h min_heap.h
Removed files:
lib/libevent : evdns.3 evdns.c evdns.h
Log message:
Update libevent to 1.4.13.
This is the core library only, the DNS parts are removed and it does not
include the other extra bits (HTTP, DNS, and RPC), a separate port for
these will appear in due course.
Thanks to jsg, sthen, alek, gilles, jacekm, bernd and any others I've
forgotten for testing/comments.
Note that /usr/include/evdns.h should be removed after updating.
ok deraadt