Package: libevent / 2.0.19-stable-3+deb7u1

Metadata

Package Version Patches format
libevent 2.0.19-stable-3+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build_with_no_undefined.patch | (download)

Makefile.am | 5 0 + 5 - 0 !
Makefile.in | 8 3 + 5 - 0 !
2 files changed, 3 insertions(+), 10 deletions(-)

 always build with -no-undefined

This seems to be the easiest way to patch the build-system, so that
all libs get linked to _core and -no-undefined gets passed to libtool.

Will discuss with upstream what's the reason for this not being the
default.


CVE 2014 6272.patch | (download)

buffer.c | 71 62 + 9 - 0 !
configure | 32 32 + 0 - 0 !
configure.in | 1 1 + 0 - 0 !
evbuffer-internal.h | 14 13 + 1 - 0 !
4 files changed, 108 insertions(+), 10 deletions(-)

---