mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
as31: use cve tag in patchname for vulnix auto-detection
This commit is contained in:
parent
94d92fd046
commit
17d17ce472
|
@ -15,9 +15,8 @@ in stdenv.mkDerivation {
|
|||
buildInputs = [ yacc ];
|
||||
|
||||
patches = [
|
||||
# CVE-2012-0808
|
||||
(fetchpatch {
|
||||
name = "as31-mkstemps.patch";
|
||||
name = "CVE-2012-0808.patch";
|
||||
url = "https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=655496;filename=as31-mkstemps.patch;msg=5";
|
||||
sha256 = "0iia4wa8m141bwz4588yxb1dp2qwhapcii382sncm6jvwyngwh21";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue