diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-09-17 17:39:30 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-09-17 18:50:00 +0200 |
commit | 881006b65cd7693a1f473870fef1ae38f497f9ae (patch) | |
tree | e852ab9c0debc15f596fc55e04a03811b2b16c06 /gnu/local.mk | |
parent | 0c19c0f272f89fd94e88f1d7fd8e581b47bad3e7 (diff) | |
download | guix-881006b65cd7693a1f473870fef1ae38f497f9ae.tar guix-881006b65cd7693a1f473870fef1ae38f497f9ae.tar.gz |
gnu: certbot: Fix build with python-pyopenssl >= 17.3.0.
* gnu/packages/patches/python-acme-dont-use-openssl-rand.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/tls.scm (python-acme)[source]: Use 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 7c1ffba00d..c6fc436633 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -550,6 +550,7 @@ dist_patch_DATA = \ %D%/packages/patches/ceph-disable-unittest-throttle.patch \ %D%/packages/patches/ceph-skip-collect-sys-info-test.patch \ %D%/packages/patches/ceph-skip-unittest_blockdev.patch \ + %D%/packages/patches/python-acme-dont-use-openssl-rand.patch \ %D%/packages/patches/chicken-CVE-2017-6949.patch \ %D%/packages/patches/chicken-CVE-2017-11343.patch \ %D%/packages/patches/chmlib-inttypes.patch \ |