diff options
author | Felix Lechner <felix.lechner@lease-up.com> | 2023-04-10 21:23:11 -0700 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:12:15 -0400 |
commit | f508bc1491673142473970a3df1b251eb2a33e4e (patch) | |
tree | 694797ab6d0529d33b0228b5be9b78f7917255e3 | |
parent | 085a6928bd62c25905fa41be9e014bc5dfcd6377 (diff) | |
download | guix-f508bc1491673142473970a3df1b251eb2a33e4e.tar.gz |
gnu: heimdal: Update to 7.8.0 [fixes CVE-2022-44640].
* gnu/packages/kerberos.scm (heimdal): Update to 7.8.0. [source]: Adjust date in snippet. [native-inputs]: Add python. Remove perl. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r-- | gnu/packages/kerberos.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm index 9e2f6acd56..3380131218 100644 --- a/gnu/packages/kerberos.scm +++ b/gnu/packages/kerberos.scm @@ -179,8 +179,6 @@ After installation, the system administrator should generate keys using (sha256 (base32 "0f4dblav859p5hn7b2jdj1akw6d8p32as6bj6zym19kghh3s51zx")) - (patches - (search-patches "heimdal-CVE-2022-45142.patch")) (modules '((guix build utils))) (snippet '(begin @@ -256,8 +254,7 @@ After installation, the system administrator should generate keys using e2fsprogs ;for 'compile_et' flex texinfo - unzip ;for tests - pkg-config + unzip ;for tests python)) (inputs (list readline bash-minimal |