summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-11-17 20:02:33 +0000
committer Eric Hameleers <alien@slackware.com>2022-11-18 07:00:12 +0100
commit89b746210bf626ad83b16caad75bf526123105c4 (patch)
treebb7204c422e785f8b62537e07cc85786c7366a43 /source/l
parent01d68a3996f2c3ec8237df2fcdfe01da7f00066f (diff)
downloadcurrent-89b746210bf626ad83b16caad75bf526123105c4.tar.gz
current-89b746210bf626ad83b16caad75bf526123105c4.tar.xz
Thu Nov 17 20:02:33 UTC 202220221117200233
d/cmake-3.25.0-x86_64-1.txz: Upgraded. kde/kconfig-5.100.1-x86_64-1.txz: Upgraded. kde/plasma-framework-5.100.1-x86_64-1.txz: Upgraded. l/mpfr-4.1.1-x86_64-1.txz: Upgraded. x/mesa-22.2.4-x86_64-1.txz: Upgraded. x/xterm-376-x86_64-1.txz: Upgraded. xap/freerdp-2.9.0-x86_64-1.txz: Upgraded. Fixed multiple client side input validation issues. For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-39316 https://www.cve.org/CVERecord?id=CVE-2022-39317 https://www.cve.org/CVERecord?id=CVE-2022-39318 https://www.cve.org/CVERecord?id=CVE-2022-39319 https://www.cve.org/CVERecord?id=CVE-2022-39320 https://www.cve.org/CVERecord?id=CVE-2022-41877 https://www.cve.org/CVERecord?id=CVE-2022-39347 (* Security fix *)
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/mpfr/mpfr.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/mpfr/mpfr.SlackBuild b/source/l/mpfr/mpfr.SlackBuild
index 22f6eba22..b071e4f89 100755
--- a/source/l/mpfr/mpfr.SlackBuild
+++ b/source/l/mpfr/mpfr.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mpfr
VERSION=${VERSION:-$(echo mpfr-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}