diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-26 14:18:26 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-26 19:48:39 +0200 |
commit | 0d3dbe3f56949ad07d8a3816a8a884d3726d2c7d (patch) | |
tree | 37296a96da375e1a58bf7f38cc4c170e3a68efaf /gnu/local.mk | |
parent | 304fb7000ab2ccafa5861f8be15212dc1ef850ef (diff) | |
download | guix-0d3dbe3f56949ad07d8a3816a8a884d3726d2c7d.tar guix-0d3dbe3f56949ad07d8a3816a8a884d3726d2c7d.tar.gz |
gnu: libevent: Update to 2.1.0.
* gnu/packages/patches/libevent-2.1-dns-tests.patch,
gnu/packages/patches/libevent-2.1-skip-failing-test.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/libevent.scm (libevent): Update to 2.1.10.
[source](patches): Remove.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 57d3590b57..3a199f82f8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -989,8 +989,6 @@ dist_patch_DATA = \ %D%/packages/patches/libevent-2.0-CVE-2016-10196.patch \ %D%/packages/patches/libevent-2.0-CVE-2016-10197.patch \ %D%/packages/patches/libevent-2.0-evbuffer-add-use-last-with-datap.patch \ - %D%/packages/patches/libevent-2.1-dns-tests.patch \ - %D%/packages/patches/libevent-2.1-skip-failing-test.patch \ %D%/packages/patches/libexif-CVE-2016-6328.patch \ %D%/packages/patches/libexif-CVE-2017-7544.patch \ %D%/packages/patches/libgcrypt-make-yat2m-reproducible.patch \ |