guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: samba/fixed: Replacement package has the sam


From: guix-commits
Subject: branch master updated: gnu: samba/fixed: Replacement package has the same store name length.
Date: Sat, 31 Dec 2022 15:17:17 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fb5514d3db gnu: samba/fixed: Replacement package has the same store 
name length.
fb5514d3db is described below

commit fb5514d3db19b5b405ea75cbe8fbf72d79baea1d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 31 21:13:37 2022 +0100

    gnu: samba/fixed: Replacement package has the same store name length.
    
    This is a follow-up to c39db91e51e55e46f177378c7b5a797441dc7d1b.
    
    * gnu/packages/samba.scm (samba/fixed-patched)[version]: Set to 4.15.A.
---
 gnu/packages/samba.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index b6cb0a5941..6e2c4d4f78 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -324,12 +324,14 @@ Desktops into Active Directory environments using the 
winbind daemon.")
 (define-public samba/fixed-patched
   (package
     (inherit samba/fixed)
-    (version "4.15.13")
+    ;; This is 4.15.13, but we need to trim the store file name to have
+    ;; the same length as the one we are grafting above.
+    (version "4.15.A")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.samba.org/pub/samba/stable/";
-                           "samba-" version ".tar.gz"))
+                           "samba-4.15.13.tar.gz"))
        (sha256
         (base32 "0s29vzn5f42vjhx6h25c7v67n14ymqxn8glqa97d0rajd99y64n4"))))))
 



reply via email to

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