PATCH] gnu: httpie: Update to 3.1.0 [security fixes].

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Leo Famulari
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 3 years ago
(name . Guix Patches)(address . guix-patches@gnu.org)
MyDhEe2--3-2@tutanota.com

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(-)

Toggle diff (25 lines)
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
Leo Famulari wrote 3 years ago
(address . kiasoc5@tutanota.com)(address . 54403-done@debbugs.gnu.org)
YjEqDNpoIwoeYLdD@jasmine.lan
On Tue, Mar 15, 2022 at 06:51:40PM +0100, kiasoc5--- via Guix-patches via wrote:
Toggle quote (11 lines)
>

> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54403@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54403
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help