GNU bug report logs - #62073
[PATCH] gnu: samba: Update to 4.18.0

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Thu, 9 Mar 2023 10:23:02 UTC

Severity: normal

Tags: patch

Done: Andy Tai <atai <at> atai.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62073 in the body.
You can then email your comments to 62073 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62073; Package guix-patches. (Thu, 09 Mar 2023 10:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 09 Mar 2023 10:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: samba: Update to 4.18.0
Date: Thu,  9 Mar 2023 02:21:54 -0800
* gnu/packages/samba.scm (samba): Update to 4.18.0
---
 gnu/packages/samba.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index da103ed839..d171c33e52 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -172,16 +172,14 @@ (define (install dir)
 (define-public samba
   (package
     (name "samba")
-    (version "4.16.8")
+    (version "4.18.0")
     (source
-     ;; For updaters: the current PGP fingerprint is
-     ;; 81F5E2832BD2545A1897B713AA99442FB680B620.
      (origin
        (method url-fetch)
        (uri (string-append "https://download.samba.org/pub/samba/stable/"
                            "samba-" version ".tar.gz"))
        (sha256
-        (base32 "11a1vikbijaq7csg49h5ivn25gx84v6wx8z8kgsj1wmkhsf9bcmv"))))
+        (base32 "0jc182w1ik44qv956hi3is0rjkggghawlra4pv4fjyw0xxb8cd3h"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: f289fe316aaa06e60f4b10e75e113cf1aeb03629
prerequisite-patch-id: 9563cb533c5a03a05e260e77cdcf1b4347832000
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#62073; Package guix-patches. (Tue, 14 Mar 2023 09:52:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: 62073 <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#62073] [PATCH] gnu: samba: Update to 4.18.0
Date: Tue, 14 Mar 2023 09:50:53 +0000
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/samba.scm (samba): Update to 4.18.0
> ---
>  gnu/packages/samba.scm | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)

Thanks for the patch Andy, I've put a couple of comments below.

> diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
> index da103ed839..d171c33e52 100644
> --- a/gnu/packages/samba.scm
> +++ b/gnu/packages/samba.scm
> @@ -172,16 +172,14 @@ (define (install dir)
>  (define-public samba
>    (package
>      (name "samba")
> -    (version "4.16.8")
> +    (version "4.18.0")
>      (source
> -     ;; For updaters: the current PGP fingerprint is
> -     ;; 81F5E2832BD2545A1897B713AA99442FB680B620.

Why remove this comment?

>       (origin
>         (method url-fetch)
>         (uri (string-append "https://download.samba.org/pub/samba/stable/"
>                             "samba-" version ".tar.gz"))
>         (sha256
> -        (base32 "11a1vikbijaq7csg49h5ivn25gx84v6wx8z8kgsj1wmkhsf9bcmv"))))
> +        (base32 "0jc182w1ik44qv956hi3is0rjkggghawlra4pv4fjyw0xxb8cd3h"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list
>
> base-commit: f289fe316aaa06e60f4b10e75e113cf1aeb03629
> prerequisite-patch-id: 9563cb533c5a03a05e260e77cdcf1b4347832000

According to https://qa.guix.gnu.org/issue/62073 it seems that the sssd
package fails to build with this change, could you check if it builds
locally with this change for you?
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#62073; Package guix-patches. (Tue, 14 Mar 2023 09:52:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#62073; Package guix-patches. (Sun, 26 Mar 2023 05:31:02 GMT) Full text and rfc822 format available.

Message #14 received at 62073 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 62073 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: samba: Update to 4.18.0
Date: Sat, 25 Mar 2023 22:30:18 -0700
* gnu/packages/samba.scm (samba): Update to 4.18.0
---
 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 da103ed839..1ff2561a24 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -172,7 +172,7 @@ (define (install dir)
 (define-public samba
   (package
     (name "samba")
-    (version "4.16.8")
+    (version "4.18.0")
     (source
      ;; For updaters: the current PGP fingerprint is
      ;; 81F5E2832BD2545A1897B713AA99442FB680B620.
@@ -181,7 +181,7 @@ (define-public samba
        (uri (string-append "https://download.samba.org/pub/samba/stable/"
                            "samba-" version ".tar.gz"))
        (sha256
-        (base32 "11a1vikbijaq7csg49h5ivn25gx84v6wx8z8kgsj1wmkhsf9bcmv"))))
+        (base32 "0jc182w1ik44qv956hi3is0rjkggghawlra4pv4fjyw0xxb8cd3h"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: 04724e59971b03f86a410285653d24005c62b924
prerequisite-patch-id: ef7d0592a3e4d293665808096e84e2fb9f51daf3
-- 
2.39.2





bug closed, send any further explanations to 62073 <at> debbugs.gnu.org and Andy Tai <atai <at> atai.org> Request was from Andy Tai <atai <at> atai.org> to control <at> debbugs.gnu.org. (Tue, 18 Apr 2023 18:09:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 17 May 2023 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 337 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.