libtasn1: fix CVE number

Actually, this patch fixes CVE-2017-10790, not CVE-2017-9310 (Qemu: net: infinite loop in e1000e NIC emulation)
This commit is contained in:
Florian Klink 2017-11-01 12:17:44 +01:00 committed by Franz Pletz
parent 737b466031
commit 33cdc2b483

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
patches = [
(fetchurl {
name = "CVE-2017-9310.patch";
name = "CVE-2017-10790.patch";
url = "https://git.savannah.gnu.org/gitweb/?p=libtasn1.git;a=patch;h=d8d805e1f2e6799bb2dff4871a8598dc83088a39";
sha256 = "1v5w0dazp9qc2v7pc8b6g7s4dz5ak10hzrn35hx66q76yzrrzp7i";
})