guix-commits
[Top][All Lists]
Advanced

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

10/19: gnu: samba: Update to 4.17.0.


From: guix-commits
Subject: 10/19: gnu: samba: Update to 4.17.0.
Date: Fri, 16 Sep 2022 16:45:31 -0400 (EDT)

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

commit aa8c8e8c591bad1994e14b69eb7a8f712d5fcf69
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 16 19:47:47 2022 +0200

    gnu: samba: Update to 4.17.0.
    
    * gnu/packages/samba.scm (samba, samba/fixed): Update to 4.17.0.
    [source](uri): Adjust.
---
 gnu/packages/samba.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 3247b3c25a..b463022445 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -186,16 +186,16 @@ external dependencies.")
 (define-public samba
   (package
     (name "samba")
-    (version "4.17.0rc3")             ;4.16.4 doesn't build with mit-krb5 1.20
+    (version "4.17.0")
     (source
      ;; For updaters: the current PGP fingerprint is
      ;; 81F5E2832BD2545A1897B713AA99442FB680B620.
      (origin
        (method url-fetch)
-       (uri (string-append "https://download.samba.org/pub/samba/rc/";
+       (uri (string-append "https://download.samba.org/pub/samba/stable/";
                            "samba-" version ".tar.gz"))
        (sha256
-        (base32 "1vi5vxv9cmy00wyrrr01xsdf4yc0fa96vj7980l51lnn90fgvj60"))))
+        (base32 "0fl2y5avmyxjadh6zz0fwz35akd6c4j9lldzp2kyvjrgm36qx1h4"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -293,14 +293,14 @@ Desktops into Active Directory environments using the 
winbind daemon.")
   ;; Version that rarely changes, depended on by libsoup.
   (hidden-package
    (package/inherit samba
-     (version "4.17.0rc3")            ;4.16.4 doesn't build with mit-krb5 1.20
+     (version "4.17.0")
      (source
       (origin
         (method url-fetch)
-        (uri (string-append "https://download.samba.org/pub/samba/rc/";
+        (uri (string-append "https://download.samba.org/pub/samba/stable/";
                             "samba-" version ".tar.gz"))
         (sha256
-         (base32 "1vi5vxv9cmy00wyrrr01xsdf4yc0fa96vj7980l51lnn90fgvj60")))))))
+         (base32 "0fl2y5avmyxjadh6zz0fwz35akd6c4j9lldzp2kyvjrgm36qx1h4")))))))
 
 (define-public talloc
   (package



reply via email to

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