pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-WebOb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 19 21:09:46 UTC 2024

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

Log Message:
py-WebOb: update to 1.8.8.

1.8.8 (2024-08-13)
------------------

Security Fix
~~~~~~~~~~~~

- The use of WebOb's Response object to redirect a request to a new location
  can lead to an open redirect if the Location header is not a full URI.

  See https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3
  and CVE-2024-42353

  Thanks to Sara Gao for the report


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-WebOb/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-WebOb/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-WebOb/Makefile
diff -u pkgsrc/www/py-WebOb/Makefile:1.16 pkgsrc/www/py-WebOb/Makefile:1.17
--- pkgsrc/www/py-WebOb/Makefile:1.16   Sat Aug 10 09:26:15 2024
+++ pkgsrc/www/py-WebOb/Makefile        Mon Aug 19 21:09:45 2024
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2024/08/10 09:26:15 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2024/08/19 21:09:45 wiz Exp $
 
-DISTNAME=      WebOb-1.8.7
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+DISTNAME=      webob-1.8.8
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/webob/WebOb/}
 CATEGORIES=    www python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WebOb/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=w/webob/}
 
 MAINTAINER=    kamelderouiche%yahoo.com@localhost
 HOMEPAGE=      https://webob.org/
@@ -21,8 +20,10 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# as of 1.8.7
-# 6 failed, 2373 passed, 9 skipped, 1 xfailed, 35 warnings
+WHEEL_NAME=    ${DISTNAME:S/webob/WebOb/}
+
+# as of 1.8.8
+# 1 failed, 2379 passed, 9 skipped, 1 xfailed, 35 warnings
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-WebOb/distinfo
diff -u pkgsrc/www/py-WebOb/distinfo:1.12 pkgsrc/www/py-WebOb/distinfo:1.13
--- pkgsrc/www/py-WebOb/distinfo:1.12   Tue Oct 26 11:30:27 2021
+++ pkgsrc/www/py-WebOb/distinfo        Mon Aug 19 21:09:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:30:27 nia Exp $
+$NetBSD: distinfo,v 1.13 2024/08/19 21:09:45 wiz Exp $
 
-BLAKE2s (WebOb-1.8.7.tar.gz) = d457a442bacbb66a0a43eefb18ded3d10567e3d14e5354156319b0b2c6c323b4
-SHA512 (WebOb-1.8.7.tar.gz) = ff6a1ce796a59d9c078dc908a0d6307a080230a5c806be2278eebcbb78016bed43067e78e3e4a6d72a5f51184c137e8267ac75cbb92b057db008b51a792ff489
-Size (WebOb-1.8.7.tar.gz) = 278544 bytes
+BLAKE2s (webob-1.8.8.tar.gz) = 5739872a91794d8b9dc1a7b35a94d02297037c59839382f2c5e9993f1984df14
+SHA512 (webob-1.8.8.tar.gz) = 13093e77591a3bdb36e8f30a5d40922120d949faf24e3322b0116f1a14483180772b22c82237b0db4a17a914c2c99509847a9f2a717de09b4bffa55fa5269838
+Size (webob-1.8.8.tar.gz) = 279035 bytes



Home | Main Index | Thread Index | Old Index