guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: httpie: Update to 3.1.0 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: httpie: Update to 3.1.0 [security fixes].
Date: Tue, 15 Mar 2022 20:06:27 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 53370c7b03 gnu: httpie: Update to 3.1.0 [security fixes].
53370c7b03 is described below

commit 53370c7b03b1302e7c84781184fe52a8f6c315c5
Author: kiasoc5 <kiasoc5@tutanota.com>
AuthorDate: Tue Mar 15 13:20:00 2022 -0400

    gnu: httpie: Update to 3.1.0 [security fixes].
    
    Fixes CVE-2022-24737 and CVE-2022-0430.
    
    * gnu/packages/python-web.scm (httpie): Update to 3.1.0.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 240c58b665..466d9782ca 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -748,14 +748,14 @@ other HTTP libraries.")
 (define-public httpie
   (package
     (name "httpie")
-    (version "3.0.2")
+    (version "3.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "httpie" version))
        (sha256
         (base32
-         "16ay8mx2v1z3rywsszy055l5k50qjiwyc3pds5wxxzd1n9a79w97"))))
+         "1npyfvrq0l56bil8rnpj78mav378mxx4zcqzq1jjx4aap1020jif"))))
     (build-system python-build-system)
     (arguments
      ;; The tests attempt to access external web servers, so we cannot run 
them.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]