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 ];
|
buildInputs = [ yacc ];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# CVE-2012-0808
|
|
||||||
(fetchpatch {
|
(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";
|
url = "https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=655496;filename=as31-mkstemps.patch;msg=5";
|
||||||
sha256 = "0iia4wa8m141bwz4588yxb1dp2qwhapcii382sncm6jvwyngwh21";
|
sha256 = "0iia4wa8m141bwz4588yxb1dp2qwhapcii382sncm6jvwyngwh21";
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user