summaryrefslogtreecommitdiffstats
path: root/source/n/wget
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-05-22 19:05:02 +0000
committer Eric Hameleers <alien@slackware.com>2023-05-22 21:32:45 +0200
commitb2fa3fdbd7ee8367f9ea371367850e010a58dfee (patch)
tree83bd592b2b06dac60ba1843d143f701c2942dbf1 /source/n/wget
parent9880ebe43153cc38df982e3bc0916141ffe03c6a (diff)
downloadcurrent-b2fa3fdbd7ee8367f9ea371367850e010a58dfee.tar.gz
current-b2fa3fdbd7ee8367f9ea371367850e010a58dfee.tar.xz
Mon May 22 19:05:02 UTC 202320230522190502
ap/qpdf-11.4.0-x86_64-1.txz: Upgraded. l/exiv2-0.27.7-x86_64-1.txz: Upgraded. l/imagemagick-7.1.1_10-x86_64-1.txz: Upgraded. n/c-ares-1.19.1-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: 0-byte UDP payload causes Denial of Service. Insufficient randomness in generation of DNS query IDs. Buffer Underwrite in ares_inet_net_pton(). AutoTools does not set CARES_RANDOM_FILE during cross compilation. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-32067 https://www.cve.org/CVERecord?id=CVE-2023-31147 https://www.cve.org/CVERecord?id=CVE-2023-31130 https://www.cve.org/CVERecord?id=CVE-2023-31124 (* Security fix *) n/wget-1.21.4-x86_64-1.txz: Upgraded. xap/gnuplot-5.4.7-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/wget')
-rwxr-xr-xsource/n/wget/wget.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/wget/wget.SlackBuild b/source/n/wget/wget.SlackBuild
index 476fb2995..e4073927b 100755
--- a/source/n/wget/wget.SlackBuild
+++ b/source/n/wget/wget.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=wget
VERSION=${VERSION:-$(echo wget-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}