as31: use cve tag in patchname for vulnix auto-detection

This commit is contained in:
Pascal Wittmann 2018-04-22 17:44:09 +02:00
parent 94d92fd046
commit 17d17ce472
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -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";
})