summaryrefslogtreecommitdiffstats
path: root/source/l/alsa-lib
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-11-21 02:24:52 +0000
committer Eric Hameleers <alien@slackware.com>2019-11-21 08:59:49 +0100
commitc04362b8e13292fb5feda944453a419bc97c4e59 (patch)
tree290129c9b0174c4f3778742c3e91c403287b8343 /source/l/alsa-lib
parent7ee27456e2684ea8fc924497c44049dd1ad15925 (diff)
downloadcurrent-c04362b8e13292fb5feda944453a419bc97c4e59.tar.gz
current-c04362b8e13292fb5feda944453a419bc97c4e59.tar.xz
Thu Nov 21 02:24:52 UTC 201920191121022452
n/bind-9.14.8-x86_64-1.txz: Upgraded. This update fixes a security issue: Set a limit on the number of concurrently served pipelined TCP queries. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6477 (* Security fix *) x/mesa-19.2.5-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/alsa-lib')
-rwxr-xr-xsource/l/alsa-lib/alsa-lib.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/alsa-lib/alsa-lib.SlackBuild b/source/l/alsa-lib/alsa-lib.SlackBuild
index 436070ed3..660c5a143 100755
--- a/source/l/alsa-lib/alsa-lib.SlackBuild
+++ b/source/l/alsa-lib/alsa-lib.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=alsa-lib
VERSION=${VERSION:-$(echo alsa-lib-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}