GNU bug report logs -
#75657
[PATCH] gnu: davfs2: Update to 1.7.1.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 21 Jan 2025 20:27:14 +0800
with message-id <87sepc2vz1.fsf <at> iscas.ac.cn>
and subject line Re: [bug#75657] [PATCH] gnu: davfs2: Update to 1.7.1.
has caused the debbugs.gnu.org bug report #75657,
regarding [PATCH] gnu: davfs2: Update to 1.7.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75657: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75657
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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)]
This bug report was last modified 116 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.