diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-28 15:30:00 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-28 19:16:43 +0200 |
commit | 4953c33316409945f30c4a3c33aa106ec3d84afd (patch) | |
tree | 56ce2c39698f1814b21df57d2253aec5175a24bd /gnu/local.mk | |
parent | ccd7daae4cc83fd8a012261641e0127c7330e49b (diff) | |
download | patches-4953c33316409945f30c4a3c33aa106ec3d84afd.tar patches-4953c33316409945f30c4a3c33aa106ec3d84afd.tar.gz |
gnu: libtasn1: Remove obsolete patch.
This is a followup to 6a09628cb1147481131e582c1711edeb0db81944.
(picked from the wrong branch, sorry!)
* gnu/packages/tls.scm (libtasn1)[source]: Remove upstreamed patch.
* gnu/packages/patches/libtasn1-CVE-2017-6891.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 621a1c1806..3d7ae598e1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -742,7 +742,6 @@ dist_patch_DATA = \ %D%/packages/patches/libsndfile-CVE-2017-8362.patch \ %D%/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch \ %D%/packages/patches/libtar-CVE-2013-4420.patch \ - %D%/packages/patches/libtasn1-CVE-2017-6891.patch \ %D%/packages/patches/libtheora-config-guess.patch \ %D%/packages/patches/libtiff-CVE-2016-10092.patch \ %D%/packages/patches/libtiff-CVE-2016-10093.patch \ |