guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

394/416: gnu: heimdal: Update to 7.8.0 [fixes CVE-2022-44640].


From: guix-commits
Subject: 394/416: gnu: heimdal: Update to 7.8.0 [fixes CVE-2022-44640].
Date: Fri, 14 Apr 2023 15:26:33 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit f508bc1491673142473970a3df1b251eb2a33e4e
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Mon Apr 10 21:23:11 2023 -0700

    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>
---
 gnu/packages/kerberos.scm | 5 +----
 1 file changed, 1 insertion(+), 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]