GNU bug report logs - #75657
[PATCH] gnu: davfs2: Update to 1.7.1.

Previous Next

Package: guix-patches;

Reported by: Julian Flake <flake <at> uni-koblenz.de>

Date: Sat, 18 Jan 2025 20:17:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

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 75657 in the body.
You can then email your comments to 75657 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#75657; Package guix-patches. (Sat, 18 Jan 2025 20:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Julian Flake <flake <at> uni-koblenz.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 18 Jan 2025 20:17:02 GMT) Full text and rfc822 format available.

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

From: Julian Flake <flake <at> uni-koblenz.de>
To: guix-patches <at> gnu.org
Cc: Julian Flake <flake <at> uni-koblenz.de>
Subject: [PATCH] gnu: davfs2: Update to 1.7.1.
Date: Sat, 18 Jan 2025 21:16:05 +0100
* gnu/packages/file-systems.scm (davfs2): Update to 1.7.1.

Change-Id: Ic2ebe5580a5d207b045b25ec71223ba1855c19fd
---
 gnu/packages/file-systems.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 937bff4375..bd3223a9c7 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us <at> ieee.org>
 ;;; Copyright © 2024 Ahmad Draidi <a.r.draidi <at> redscript.org>
 ;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2025 Julian Flake <flake <at> uni-koblenz.de>
 ;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -322,14 +323,14 @@ (define-public avfs
 (define-public davfs2
   (package
     (name "davfs2")
-    (version "1.6.1")
+    (version "1.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.savannah.nongnu.org/releases/"
                            "davfs2/davfs2-" version ".tar.gz"))
        (sha256
-        (base32 "1h65j2py59b97wbzzjhp4wbkk6351v3hrjscjcfab0p5xi4bjgnf"))))
+        (base32 "1b5izj2qivys6nkqjy08nznjwszar8d46ajmw5cf5jvkcw6dv3i9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags

base-commit: 87045f0982bd7aebb07b380cbf322651227546f4
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75657; Package guix-patches. (Tue, 21 Jan 2025 12:28:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Julian Flake via Guix-patches via <guix-patches <at> gnu.org>
Cc: Julian Flake <flake <at> uni-koblenz.de>, 75657-done <at> debbugs.gnu.org
Subject: Re: [bug#75657] [PATCH] gnu: davfs2: Update to 1.7.1.
Date: Tue, 21 Jan 2025 20:27:14 +0800
[Message part 1 (text/plain, inline)]
Julian Flake via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/file-systems.scm (davfs2): Update to 1.7.1.
>
> Change-Id: Ic2ebe5580a5d207b045b25ec71223ba1855c19fd
> ---
>  gnu/packages/file-systems.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
> index 937bff4375..bd3223a9c7 100644
> --- a/gnu/packages/file-systems.scm
> +++ b/gnu/packages/file-systems.scm
> @@ -14,6 +14,7 @@
>  ;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us <at> ieee.org>
>  ;;; Copyright © 2024 Ahmad Draidi <a.r.draidi <at> redscript.org>
>  ;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
> +;;; Copyright © 2025 Julian Flake <flake <at> uni-koblenz.de>
>  ;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -322,14 +323,14 @@ (define-public avfs
>  (define-public davfs2
>    (package
>      (name "davfs2")
> -    (version "1.6.1")
> +    (version "1.7.1")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (string-append "https://download.savannah.nongnu.org/releases/"
>                             "davfs2/davfs2-" version ".tar.gz"))
>         (sha256
> -        (base32 "1h65j2py59b97wbzzjhp4wbkk6351v3hrjscjcfab0p5xi4bjgnf"))))
> +        (base32 "1b5izj2qivys6nkqjy08nznjwszar8d46ajmw5cf5jvkcw6dv3i9"))))
>      (build-system gnu-build-system)
>      (arguments
>       `(#:configure-flags
>
> base-commit: 87045f0982bd7aebb07b380cbf322651227546f4
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Tue, 21 Jan 2025 12:28:04 GMT) Full text and rfc822 format available.

Notification sent to Julian Flake <flake <at> uni-koblenz.de>:
bug acknowledged by developer. (Tue, 21 Jan 2025 12:28:04 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, 19 Feb 2025 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 115 days ago.

Previous Next


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