guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: samba: Update to 4.10.2 [security fixes].


From: guix-commits
Subject: 03/05: gnu: samba: Update to 4.10.2 [security fixes].
Date: Tue, 9 Apr 2019 21:45:31 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 012492aab95122941fcb234bef6bb5a4e3bb2ece
Author: Marius Bakke <address@hidden>
Date:   Tue Apr 9 19:48:22 2019 +0200

    gnu: samba: Update to 4.10.2 [security fixes].
    
    This release fixes CVE-2019-3870 and CVE-2019-3880.
    
    * gnu/packages/samba.scm (samba): Update to 4.10.2.
---
 gnu/packages/samba.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 3d64eaf..7772599 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -152,14 +152,14 @@ anywhere.")
 (define-public samba
   (package
     (name "samba")
-    (version "4.10.1")
+    (version "4.10.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://download.samba.org/pub/samba/stable/";
                                  "samba-" version ".tar.gz"))
              (sha256
               (base32
-               "0kf5v65xgz7z18ggj1k46yy5g5dy76k7ni04s79kalzqqs25scd7"))))
+               "112yizx9cpjhi8c7mh9znqg0c9dkj3383hwr8dhgpykl3g2zv347"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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