all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 60173@debbugs.gnu.org
Subject: [bug#60173] [PATCH 2/2] gnu: samba/fixed: Update to 4.15.13.
Date: Sun, 18 Dec 2022 08:29:07 +0100	[thread overview]
Message-ID: <b322b1c7384d95742d3910805e69a6b2d41ae777.camel@gmail.com> (raw)
In-Reply-To: <aaf179b125ac22625be4dd625ed00d9524091f4c.camel@gmail.com>

* gnu/packages/samba.scm (samba/fixed-patched): New variable.
(samba/fixed): Add replacement for samba/fixed-patched.
---
 gnu/packages/samba.scm | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 64f821abc0..1f2a231596 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -295,7 +295,9 @@ (define-public samba
 (define-public samba/fixed
   ;; Version that rarely changes, depended on by libsoup.
   (hidden-package
-   (package/inherit samba
+   (package
+     (inherit samba)
+     (replacement samba/fixed-patched)
      (version "4.15.3")
      (source
       (origin
@@ -319,6 +321,18 @@ (define-public samba/fixed
             libxslt
             libxml2)))))
 
+(define-public samba/fixed-patched
+  (package
+    (inherit samba/fixed)
+    (version "4.15.13")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://download.samba.org/pub/samba/stable/"
+                           "samba-" version ".tar.gz"))
+       (sha256
+        (base32 "0s29vzn5f42vjhx6h25c7v67n14ymqxn8glqa97d0rajd99y64n4"))))))
+
 (define-public talloc
   (package
     (name "talloc")
-- 
2.38.1





      parent reply	other threads:[~2022-12-18  7:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-18  7:40 [bug#60173] [PATCH 0/2] Update samba Liliana Marie Prikler
2022-12-18  7:28 ` [bug#60173] [PATCH v2 1/2] gnu: samba: Update to 4.16.8 Liliana Marie Prikler
2022-12-31  7:36   ` bug#60173: " Liliana Marie Prikler
2022-12-18  7:28 ` [bug#60173] [PATCH 1/2] gnu: samba: Update to 4.17.4 Liliana Marie Prikler
2022-12-18  7:29 ` [bug#60173] [PATCH v2 2/2] gnu: samba/fixed: Update to 4.15.13 Liliana Marie Prikler
2022-12-18  7:29 ` Liliana Marie Prikler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b322b1c7384d95742d3910805e69a6b2d41ae777.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=60173@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.