pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httplib2



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 20 15:29:53 UTC 2020

Modified Files:
        pkgsrc/www/py-httplib2: Makefile distinfo

Log Message:
py-httplib2: updated to 0.18.0

0.18.0
IMPORTANT security vulnerability CWE-93 CRLF injection
Force %xx quote of space, CR, LF characters in uri.
Special thanks to Recar https://github.com/Ciyfly for discrete notification.
https://cwe.mitre.org/data/definitions/93.html

0.17.4
Ship test suite in source dist
https://github.com/httplib2/httplib2/pull/168


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-httplib2/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-httplib2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-httplib2/Makefile
diff -u pkgsrc/www/py-httplib2/Makefile:1.23 pkgsrc/www/py-httplib2/Makefile:1.24
--- pkgsrc/www/py-httplib2/Makefile:1.23        Wed Apr 22 20:19:52 2020
+++ pkgsrc/www/py-httplib2/Makefile     Wed May 20 15:29:53 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/04/22 20:19:52 adam Exp $
+# $NetBSD: Makefile,v 1.24 2020/05/20 15:29:53 adam Exp $
 
-DISTNAME=      httplib2-0.17.3
+DISTNAME=      httplib2-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httplib2/}

Index: pkgsrc/www/py-httplib2/distinfo
diff -u pkgsrc/www/py-httplib2/distinfo:1.20 pkgsrc/www/py-httplib2/distinfo:1.21
--- pkgsrc/www/py-httplib2/distinfo:1.20        Wed Apr 22 20:19:52 2020
+++ pkgsrc/www/py-httplib2/distinfo     Wed May 20 15:29:53 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2020/04/22 20:19:52 adam Exp $
+$NetBSD: distinfo,v 1.21 2020/05/20 15:29:53 adam Exp $
 
-SHA1 (httplib2-0.17.3.tar.gz) = a2d24aa477a36a9573d1ba887b8d0fcbe0946aa6
-RMD160 (httplib2-0.17.3.tar.gz) = 5a067ca3c3e4e6664e89d782c239dbdefc9841f1
-SHA512 (httplib2-0.17.3.tar.gz) = 1559ce1995ee2c31785c748e7312538d46a249347f5c5c9bbebda76c6f159691b9cb596353b47821f93f99af688f94d6c482d53c16bce505b9280fc995fb83d7
-Size (httplib2-0.17.3.tar.gz) = 220685 bytes
+SHA1 (httplib2-0.18.0.tar.gz) = 52457068952585aedb2c306965f8a5f4a2d455f3
+RMD160 (httplib2-0.18.0.tar.gz) = 5737b01211dd69b3a0809dd1c721362eac911116
+SHA512 (httplib2-0.18.0.tar.gz) = 4224020ebdcb22a9e11b2cc229a26352b1d920b3d1d0c538125be89d25f9dcf1abcb59fec977d45cbc0d3dce3240c257155830c7d10a2f0f5e2aebabbf7a2a7b
+Size (httplib2-0.18.0.tar.gz) = 257239 bytes



Home | Main Index | Thread Index | Old Index