diff options
author | Mark H Weaver <mhw@netris.org> | 2017-03-18 02:29:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-03-19 15:54:58 -0400 |
commit | 512fc6db7bb900a892810d4b3c8b0e712b8e2379 (patch) | |
tree | 5d44de567c16b9138d1cce2760e5216c379fc051 /gnu/local.mk | |
parent | 26e34e1e1288d657e92372efb6edc95c0e299247 (diff) | |
download | guix-512fc6db7bb900a892810d4b3c8b0e712b8e2379.tar.gz |
gnu: libevent@2.0: Add fix from upstream.
This fix was cherry-picked by Mozilla from upstream libevent-2.1 to its bundled copy of libevent-2.0.21 in mozilla-esr45. * gnu/packages/patches/libevent-2.0-evbuffer-add-use-last-with-datap.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/libevent.scm (libevent-2.0)[source][patches]: Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 48c134ba6e..885c1137a5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -677,6 +677,7 @@ dist_patch_DATA = \ %D%/packages/patches/libdrm-symbol-check.patch \ %D%/packages/patches/libepoxy-gl-null-checks.patch \ %D%/packages/patches/libevent-dns-tests.patch \ + %D%/packages/patches/libevent-2.0-evbuffer-add-use-last-with-datap.patch \ %D%/packages/patches/libevent-2.0-evdns-fix-remote-stack-overread.patch \ %D%/packages/patches/libevent-2.0-evdns-fix-searching-empty-hostnames.patch \ %D%/packages/patches/libevent-2.0-evutil-fix-buffer-overflow.patch \ |