guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: python2-urllib3: Update to 1.26.4 [f


From: guix-commits
Subject: branch master updated: Revert "gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363]."
Date: Thu, 18 Mar 2021 06:30:00 -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 45695cc  Revert "gnu: python2-urllib3: Update to 1.26.4 [fixes 
CVE-2021-28363]."
45695cc is described below

commit 45695cc8a7b56b711baf664ceedaa66124d6de26
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Thu Mar 18 11:26:11 2021 +0100

    Revert "gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363]."
    
    In response to commit 1a265842e634656411bc7304c4648273f174f65e we should no
    longer need this. Also see <https://bugs.gnu.org/47186>.
    
    This reverts commit db87d6ddafd26c5ad657178cf7fdab524d05c522.
---
 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 c79b4eb..0f67046 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2766,7 +2766,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/fixed))))
+  (let ((base (package-with-python2 (strip-python2-variant python-urllib3))))
     (package/inherit
      base
      (propagated-inputs



reply via email to

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