GNU bug report logs - #72855
[PATCH] gnu: uriparser: Update to 0.9.8.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Wed, 28 Aug 2024 16:13:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: bug#72855: closed (Re: [bug#72855] [PATCH] gnu: uriparser: Update
 to 0.9.8.)
Date: Thu, 29 Aug 2024 03:26:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72855: [PATCH] gnu: uriparser: Update to 0.9.8.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72855 <at> debbugs.gnu.org.

-- 
72855: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72855
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: 72855-done <at> debbugs.gnu.org
Subject: Re: [bug#72855] [PATCH] gnu: uriparser: Update to 0.9.8.
Date: Thu, 29 Aug 2024 11:24:35 +0800
[Message part 3 (text/plain, inline)]
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> writes:

> * gnu/packages/web.scm (uriparser): Update to 0.9.8.
>
> Change-Id: I12ed35eebd9719aac83e5838cdec6e81529763ae
> ---
>  gnu/packages/web.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index 5f7b2b92b0..2bd9d9ceb4 100644
> --- a/gnu/packages/web.scm
> +++ b/gnu/packages/web.scm
> @@ -9349,7 +9349,7 @@ (define-public kiwix-tools
>  (define-public uriparser
>    (package
>      (name "uriparser")
> -    (version "0.9.6")
> +    (version "0.9.8")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "https://github.com/uriparser/uriparser"
> @@ -9357,7 +9357,7 @@ (define-public uriparser
>                                    version "/uriparser-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "0i7nxgy36i8v81r213sbvmpxxq9qb4rhii9qbvl1k32jd1ka1252"))))
> +                "0bivyxzvh041x1439qqiypn7j8r7myhybg32whqjm8vyhdac0w8x"))))
>      (build-system cmake-build-system)
>      (native-inputs (list googletest doxygen graphviz))
>      (synopsis "Strictly RFC 3986 compliant URI parsing and handling library")
>
> base-commit: 0c908518375aea50be6dec703367c01944c8c721

push, and switch to git-fetch, fix cross-compilation. close.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: uriparser: Update to 0.9.8.
Date: Wed, 28 Aug 2024 19:11:18 +0300
* gnu/packages/web.scm (uriparser): Update to 0.9.8.

Change-Id: I12ed35eebd9719aac83e5838cdec6e81529763ae
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5f7b2b92b0..2bd9d9ceb4 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -9349,7 +9349,7 @@ (define-public kiwix-tools
 (define-public uriparser
   (package
     (name "uriparser")
-    (version "0.9.6")
+    (version "0.9.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/uriparser/uriparser"
@@ -9357,7 +9357,7 @@ (define-public uriparser
                                   version "/uriparser-" version ".tar.xz"))
               (sha256
                (base32
-                "0i7nxgy36i8v81r213sbvmpxxq9qb4rhii9qbvl1k32jd1ka1252"))))
+                "0bivyxzvh041x1439qqiypn7j8r7myhybg32whqjm8vyhdac0w8x"))))
     (build-system cmake-build-system)
     (native-inputs (list googletest doxygen graphviz))
     (synopsis "Strictly RFC 3986 compliant URI parsing and handling library")

base-commit: 0c908518375aea50be6dec703367c01944c8c721
-- 
2.45.2




This bug report was last modified 268 days ago.

Previous Next


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