summaryrefslogtreecommitdiffstats
path: root/source/l/dbus-python
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-09-03 19:30:54 +0000
committer Eric Hameleers <alien@slackware.com>2019-09-04 08:59:47 +0200
commit47128aeb9bfd16f1d5f5f7ea9aa7511a7580cd12 (patch)
tree40efddc30279e29256d72dfee054688c4247261d /source/l/dbus-python
parent12cb9c0934bf390994bb18c61ad3b98796e1d957 (diff)
downloadcurrent-47128aeb9bfd16f1d5f5f7ea9aa7511a7580cd12.tar.gz
current-47128aeb9bfd16f1d5f5f7ea9aa7511a7580cd12.tar.xz
Tue Sep 3 19:30:54 UTC 201920190903193054
l/dbus-python-1.2.10-x86_64-1.txz: Upgraded. l/glib2-2.60.7-x86_64-1.txz: Upgraded. l/librsvg-2.44.15-x86_64-1.txz: Upgraded. l/pyparsing-2.4.2-x86_64-1.txz: Upgraded. n/samba-4.10.8-x86_64-1.txz: Upgraded. This update addresses a security issue: On a Samba SMB server for all versions of Samba from 4.9.0 clients are able to escape outside the share root directory if certain configuration parameters set in the smb.conf file. For more information, see: https://www.samba.org/samba/security/CVE-2019-10197.html https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10197 (* Security fix *)
Diffstat (limited to 'source/l/dbus-python')
-rwxr-xr-xsource/l/dbus-python/dbus-python.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/dbus-python/dbus-python.SlackBuild b/source/l/dbus-python/dbus-python.SlackBuild
index b2dd18524..bfed0921b 100755
--- a/source/l/dbus-python/dbus-python.SlackBuild
+++ b/source/l/dbus-python/dbus-python.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=dbus-python
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}