summaryrefslogtreecommitdiffstats
path: root/source/l/boost
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-12-12 20:40:15 +0000
committer Eric Hameleers <alien@slackware.com>2019-12-13 08:59:49 +0100
commit7c3a378a752b9139754ea89ab8e730baf6b271ad (patch)
tree7348debc5dda76df4c97abc5ba1a8d2250d31f53 /source/l/boost
parente37e24f7e55a4939e41cb59ed0ca29b1dccc2fec (diff)
downloadcurrent-7c3a378a752b9139754ea89ab8e730baf6b271ad.tar.gz
current-7c3a378a752b9139754ea89ab8e730baf6b271ad.tar.xz
Thu Dec 12 20:40:15 UTC 201920191212204015
ap/hplip-3.19.12-x86_64-1.txz: Upgraded. ap/pamixer-1.4-x86_64-4.txz: Rebuilt. Recompiled against boost-1.72.0. ap/vim-8.2.0000-x86_64-1.txz: Upgraded. d/bison-3.5-x86_64-1.txz: Upgraded. kde/calligra-2.9.11-x86_64-33.txz: Rebuilt. Recompiled against boost-1.72.0. l/akonadi-1.13.0-x86_64-14.txz: Rebuilt. Recompiled against boost-1.72.0. l/boost-1.72.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/libssh-0.9.3-x86_64-1.txz: Upgraded. This fixes a security issue (low impact according to upstream): Unsanitized location in scp could lead to unwanted command execution. In addition, the 0.9.3 release benefited from a security audit sponsored by the Mozilla Open Source Support program. The audit results were used to improve the overall security and code quality of libssh. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14889 (* Security fix *) n/libqmi-1.24.2-x86_64-1.txz: Upgraded. x/compiz-0.8.16.1-x86_64-1.txz: Upgraded. x/mesa-19.3.0-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.0000-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/boost')
-rwxr-xr-xsource/l/boost/boost.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/boost/boost.SlackBuild b/source/l/boost/boost.SlackBuild
index 87dc6258c..af1870beb 100755
--- a/source/l/boost/boost.SlackBuild
+++ b/source/l/boost/boost.SlackBuild
@@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=boost
VERSION=${VERSION:-$(echo $PKGNAM_*.tar.?z | rev | cut -f 3- -d . | rev | cut -f 2- -d _)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
PKG_VERSION=$(echo $VERSION | tr _ .) # Leave this alone
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}