guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: samba: Apply graft, and make graft private.


From: guix-commits
Subject: 05/07: gnu: samba: Apply graft, and make graft private.
Date: Tue, 18 Apr 2023 12:27:54 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit a8e17eb8e53b58e2298217f092e60e79d63a40dd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 18 11:08:42 2023 -0400

    gnu: samba: Apply graft, and make graft private.
    
    * gnu/packages/samba.scm (samba) [replacement]: Add field.
    (samba/security-fixes): Renamed from samba/fixed, for clarity.
    * gnu/packages/samba.scm (samba/pinned): Adjust for graft variable name 
change.
---
 gnu/packages/samba.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index e09acf49f9..57562b3b7a 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -172,6 +172,7 @@ external dependencies.")
 (define-public samba
   (package
     (name "samba")
+    (replacement samba/security-fixes)
     (version "4.16.8")
     (source
      ;; For updaters: the current PGP fingerprint is
@@ -294,7 +295,7 @@ Desktops into Active Directory environments using the 
winbind daemon.")
   (hidden-package
    (package
      (inherit samba)
-     (replacement samba/fixed)
+     (replacement samba/security-fixes)
      (version "4.15.3")
      (source
       (origin
@@ -329,7 +330,7 @@ Desktops into Active Directory environments using the 
winbind daemon.")
              libxml2))))))              ;for XML_CATALOG_FILES
 
 
-(define-public samba/fixed
+(define samba/security-fixes
   (package
     (inherit samba/pinned)
     ;; This is 4.15.13, but we need to trim the store file name to have



reply via email to

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