summaryrefslogtreecommitdiffstats
path: root/source/k/build-all-kernels.sh
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/k/build-all-kernels.sh
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/k/build-all-kernels.sh')
-rwxr-xr-xsource/k/build-all-kernels.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/k/build-all-kernels.sh b/source/k/build-all-kernels.sh
index df1cea036..5d1d5daac 100755
--- a/source/k/build-all-kernels.sh
+++ b/source/k/build-all-kernels.sh
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
if [ -z "$VERSION" ]; then
# Get the filename of the newest kernel tarball:
KERNEL_SOURCE_FILE="$(/bin/ls -t linux-*.tar.?z | head -n 1 )"