gnu: pam-krb5: Fix CVE-2020-10595.

* gnu/packages/patches/pam-krb5-CVE-2020-10595.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (pam-krb5)[source]: Use it.
This commit is contained in:
Leo Famulari 2020-03-31 13:23:12 -04:00
parent 2206805c2c
commit 653a51cb28
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
3 changed files with 44 additions and 0 deletions

View file

@ -2626,6 +2626,7 @@ shortcut syntax and completion options.")
(uri (string-append
"https://archives.eyrie.org/software/kerberos/"
"pam-krb5-" version ".tar.xz"))
(patches (search-patches "pam-krb5-CVE-2020-10595.patch"))
(sha256
(base32
"1qjp8i1s9bz7g6kiqrkzzkxn5pfspa4sy53b6z40fqmdf9przdfb"))))