guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python2-urllib3: Update to 1.26.4 [fixes CVE


From: guix-commits
Subject: branch master updated: gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363].
Date: Tue, 16 Mar 2021 04:28:05 -0400

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

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new db87d6d  gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363].
db87d6d is described below

commit db87d6ddafd26c5ad657178cf7fdab524d05c522
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 16 09:25:02 2021 +0100

    gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363].
    
    * gnu/packages/python-web.scm (python2-urllib3)[base]: Base off of
    python-urllib3/fixed.
---
 gnu/packages/python-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index fe79537..ea75fa9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2769,7 +2769,7 @@ supports url redirection and retries, and also gzip and 
deflate decoding.")
 
 
 (define-public python2-urllib3
-  (let ((base (package-with-python2 (strip-python2-variant python-urllib3))))
+  (let ((base (package-with-python2 (strip-python2-variant 
python-urllib3/fixed))))
     (package/inherit
      base
      (propagated-inputs



reply via email to

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