unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54403] PATCH] gnu: httpie: Update to 3.1.0 [security fixes].
@ 2022-03-15 17:51 kiasoc5--- via Guix-patches via
  2022-03-16  0:06 ` bug#54403: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5--- via Guix-patches via @ 2022-03-15 17:51 UTC (permalink / raw)
  To: 54403

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-httpie-Update-to-3.1.0-security-fixes.patch --]
[-- Type: text/x-patch, Size: 1204 bytes --]

From 5a95a464fa185998f0298474c8b5bbc058539552 Mon Sep 17 00:00:00 2001
From: kiasoc5 <kiasoc5@tutanota.com>
Date: Tue, 15 Mar 2022 13:20:00 -0400
Subject: [PATCH] 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.
---
 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 @@ (define-public python2-httplib2
 (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.

base-commit: 2543cb485479d29700ac14762875db084b90ed54
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54403: PATCH] gnu: httpie: Update to 3.1.0 [security fixes].
  2022-03-15 17:51 [bug#54403] PATCH] gnu: httpie: Update to 3.1.0 [security fixes] kiasoc5--- via Guix-patches via
@ 2022-03-16  0:06 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2022-03-16  0:06 UTC (permalink / raw)
  To: kiasoc5; +Cc: 54403-done

On Tue, Mar 15, 2022 at 06:51:40PM +0100, kiasoc5--- via Guix-patches via wrote:
> 

> From 5a95a464fa185998f0298474c8b5bbc058539552 Mon Sep 17 00:00:00 2001
> From: kiasoc5 <kiasoc5@tutanota.com>
> Date: Tue, 15 Mar 2022 13:20:00 -0400
> Subject: [PATCH] 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.

Thanks! Pushed as 53370c7b03b1302e7c84781184fe52a8f6c315c5




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-16  0:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 17:51 [bug#54403] PATCH] gnu: httpie: Update to 3.1.0 [security fixes] kiasoc5--- via Guix-patches via
2022-03-16  0:06 ` bug#54403: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).