guix-commits
[Top][All Lists]
Advanced

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

88/96: gnu: samba: Update to 4.18.1 [security fixes].


From: guix-commits
Subject: 88/96: gnu: samba: Update to 4.18.1 [security fixes].
Date: Wed, 19 Apr 2023 21:41:18 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 9c15743c4a389aa8765db864cd8398003b093e6a
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Mon Apr 17 00:11:33 2023 -0400

    gnu: samba: Update to 4.18.1 [security fixes].
    
    Fixes CVE-2023-0922 and CVE-2023-0614.
    
    * gnu/packages/samba.scm (samba): Update to 4.18.1.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/samba.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 8b3e96e9c2..9b0a2f0ec5 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -295,8 +295,7 @@ Desktops into Active Directory environments using the 
winbind daemon.")
 (define-public samba
   (package
     (inherit samba/pinned)
-    (name "samba")
-    (version "4.17.0")
+    (version "4.18.1")
     (source
      ;; For updaters: the current PGP fingerprint is
      ;; 81F5E2832BD2545A1897B713AA99442FB680B620.
@@ -305,7 +304,7 @@ Desktops into Active Directory environments using the 
winbind daemon.")
        (uri (string-append "https://download.samba.org/pub/samba/stable/";
                            "samba-" version ".tar.gz"))
        (sha256
-        (base32 "0fl2y5avmyxjadh6zz0fwz35akd6c4j9lldzp2kyvjrgm36qx1h4"))))
+        (base32 "03ncp49pfpzjla205y3xpb9iy61dz4pryyrvyz26422a4hpsmpnf"))))
     (properties (alist-delete 'hidden? (package-properties samba/pinned)))))
 
 (define-public talloc



reply via email to

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