mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
python: update to version 2.7.14 for branch 17.01
Bump version and overwrite patches from master, since those were refreshed (at some point). I got an email notification about some CVEs for branch 17.01, so I decided to update Python. Technically, one seems to be for SolidWorks from what I can tell, but upgrading should be easy. ``` Hello Alexandru Ardelean, The package python is vulnerable to the following CVEs: CVE-2014-4616 https://nvd.nist.gov/vuln/detail/CVE-2014-4616 CVE-2017-100015 https://nvd.nist.gov/vuln/detail/CVE-2017-100015 Please consider updating or patching the package. ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 7868b7b..10ec68f 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -1067,6 +1067,7 @@ class PyBuildExt(build_ext):
|
||||
@@ -1083,6 +1083,7 @@ class PyBuildExt(build_ext):
|
||||
if db_setup_debug: print "db lib: ", dblib, "not found"
|
||||
|
||||
except db_found:
|
||||
@@ -10,7 +8,7 @@ index 7868b7b..10ec68f 100644
|
||||
if db_setup_debug:
|
||||
print "bsddb using BerkeleyDB lib:", db_ver, dblib
|
||||
print "bsddb lib dir:", dblib_dir, " inc dir:", db_incdir
|
||||
@@ -1081,7 +1082,7 @@ class PyBuildExt(build_ext):
|
||||
@@ -1097,7 +1098,7 @@ class PyBuildExt(build_ext):
|
||||
exts.append(Extension('_bsddb', ['_bsddb.c'],
|
||||
depends = ['bsddb.h'],
|
||||
library_dirs=dblib_dir,
|
||||
@@ -19,7 +17,7 @@ index 7868b7b..10ec68f 100644
|
||||
include_dirs=db_incs,
|
||||
libraries=dblibs))
|
||||
else:
|
||||
@@ -1292,10 +1293,11 @@ class PyBuildExt(build_ext):
|
||||
@@ -1308,10 +1309,11 @@ class PyBuildExt(build_ext):
|
||||
break
|
||||
elif cand == "bdb":
|
||||
if db_incs is not None:
|
||||
|
||||
Reference in New Issue
Block a user