Hi, ports@:
Here is a simple patch for www/py-flask-cors to update to 3.0.9,
it is a security update which fix CVE-2020-25032.
It build well and pass all tests on amd64-current system.
Only one port depends on it : geo/pygeoapi ,it build and runwell
with this patch, no test defined.
Cheers !
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-flask-cors/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 3 Jul 2020 21:13:18 -0000 1.2
+++ Makefile 22 Oct 2020 00:16:45 -0000
@@ -2,10 +2,9 @@
COMMENT = CORS handling for flask
-MODPY_EGG_VERSION = 3.0.8
+MODPY_EGG_VERSION = 3.0.9
DISTNAME = Flask-Cors-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
-REVISION = 0
CATEGORIES = www
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/py-flask-cors/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 16 Jan 2020 17:53:08 -0000 1.1.1.1
+++ distinfo 22 Oct 2020 00:16:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (Flask-Cors-3.0.8.tar.gz) = chcEI+tGEvCEcxiv/4wkezi9UWt3N638ENHCzbs4LRY=
-SIZE (Flask-Cors-3.0.8.tar.gz) = 27651
+SHA256 (Flask-Cors-3.0.9.tar.gz) = a8/BACiMXRvLHbuFS6vVm+7mIv/TIeREsF8k1tWEZrg=
+SIZE (Flask-Cors-3.0.9.tar.gz) = 29038