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>master
parent
085a6928bd
commit
f508bc1491
|
@ -179,8 +179,6 @@ After installation, the system administrator should generate keys using
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f4dblav859p5hn7b2jdj1akw6d8p32as6bj6zym19kghh3s51zx"))
|
"0f4dblav859p5hn7b2jdj1akw6d8p32as6bj6zym19kghh3s51zx"))
|
||||||
(patches
|
|
||||||
(search-patches "heimdal-CVE-2022-45142.patch"))
|
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -257,7 +255,6 @@ After installation, the system administrator should generate keys using
|
||||||
flex
|
flex
|
||||||
texinfo
|
texinfo
|
||||||
unzip ;for tests
|
unzip ;for tests
|
||||||
pkg-config
|
|
||||||
python))
|
python))
|
||||||
(inputs (list readline
|
(inputs (list readline
|
||||||
bash-minimal
|
bash-minimal
|
||||||
|
|
Reference in New Issue