summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-10-20 19:39:21 +0000
committer Eric Hameleers <alien@slackware.com>2019-10-21 08:59:48 +0200
commit71ceb94a1412ec19af5c69ad44880ad5cd8fd643 (patch)
treeaf9ec480fd862c2fe72b66f57ad1e19a239a85cc /source/d
parentdd05912ef1074e257322f16fb01938f2463175c7 (diff)
downloadcurrent-71ceb94a1412ec19af5c69ad44880ad5cd8fd643.tar.gz
current-71ceb94a1412ec19af5c69ad44880ad5cd8fd643.tar.xz
Sun Oct 20 19:39:21 UTC 201920191020193921
d/python-2.7.17-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: Update vendorized expat library version to 2.2.8. Disallow URL paths with embedded whitespace or control characters into the underlying http client request. Such potentially malicious header injection URLs now cause an httplib.InvalidURL exception to be raised. Avoid file reading by disallowing ``local-file://`` and ``local_file://`` URL schemes in :func:`urllib.urlopen`, :meth:`urllib.URLopener.open` and :meth:`urllib.URLopener.retrieve`. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15903 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9740 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9948 (* Security fix *) n/proftpd-1.3.6b-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/python/python.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/python/python.SlackBuild b/source/d/python/python.SlackBuild
index 4a51a71ee..c74af7970 100755
--- a/source/d/python/python.SlackBuild
+++ b/source/d/python/python.SlackBuild
@@ -26,7 +26,7 @@ PKGNAM=python
SRCNAM=Python
VERSION=$(echo $SRCNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)
BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . )
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}