|
4294867c
|
2016-07-06T12:21:38
|
|
Bump version to 2.0.23-beta
Tested on:
- arch linux (openssl 1.0)
- ubuntu (https://travis-ci.org/libevent/libevent/branches patches-2.0)
- freebsd (libevent-extras in vagrant)
- osx (libevent-extras in vagrant)
Refs: #744
|
|
a5b4b7a1
|
2016-04-24T10:56:39
|
|
libevent_core and libevent_extra also deserve a pkgconfig file
|
|
489b0713
|
2015-01-05T09:30:02
|
|
Merge branch '20_cve_2014_6272_v2' into patches-2.0
|
|
079e6ddc
|
2015-01-05T09:18:59
|
|
Increment version to 2.0.22-stable
|
|
20d6d445
|
2015-01-05T08:42:32
|
|
Fix CVE-2014-6272 in Libevent 2.0
For this fix, we need to make sure that passing too-large inputs to
the evbuffer functions can't make us do bad things with the heap.
Also, lower the maximum chunk size to the lower of off_t, size_t maximum.
This is necessary since otherwise we could get into an infinite loop
if we make a chunk that 'misalign' cannot index into.
|
|
b56611d7
|
2014-02-19T06:49:31
|
|
Add -Qunused-arguments for clang on macos
The clang compiler provided with macosx emits warnings like:
CC bufferevent.lo
clang: warning: argument unused during compilation: '-I .'
clang: warning: argument unused during compilation: '-I ./compat'
clang: warning: argument unused during compilation: '-I ./include'
clang: warning: argument unused during compilation: '-I ./include'
for each file being compiled. This generates a lot of noise during
compilation making it hard to see "real" errors. This patch mute
those warnings.
|
|
66dacfa2
|
2013-04-25T13:43:49
|
|
Merge remote-tracking branch 'origin/pr/36' into patches-2.0
|
|
0c79787a
|
2013-02-08T22:07:43
|
|
Rename configure.in to configure.ac to appease newer autoconfs
|