summaryrefslogtreecommitdiffstats
path: root/source/ap
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-04-13 19:35:40 +0000
committer Eric Hameleers <alien@slackware.com>2021-04-14 08:59:53 +0200
commit0f26a90fcf3a69c04ddf31b6fe4868242d5679fc (patch)
tree4ff7bf8c60a17a32070d853bc7de99ab7d7a0f4f /source/ap
parent749d9833893fd9563593f4da69895ee19a13eb62 (diff)
downloadcurrent-0f26a90fcf3a69c04ddf31b6fe4868242d5679fc.tar.gz
current-0f26a90fcf3a69c04ddf31b6fe4868242d5679fc.tar.xz
Tue Apr 13 19:35:40 UTC 202120210413193540
ap/tmux-3.2-x86_64-1.txz: Upgraded. l/imagemagick-7.0.11_7-x86_64-1.txz: Upgraded. l/librsvg-2.50.4-x86_64-1.txz: Upgraded. n/cifs-utils-6.13-x86_64-1.txz: Upgraded. n/snownews-1.7-x86_64-1.txz: Upgraded. x/xorg-server-1.20.11-x86_64-1.txz: Upgraded. Insufficient checks on the lengths of the XInput extension ChangeFeedbackControl request can lead to out of bounds memory accesses in the X server. These issues can lead to privilege escalation for authorized clients on systems where the X server is running privileged. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3472 (* Security fix *) x/xorg-server-xephyr-1.20.11-x86_64-1.txz: Upgraded. x/xorg-server-xnest-1.20.11-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-1.20.11-x86_64-1.txz: Upgraded. x/xorg-server-xwayland-1.20.11-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap')
-rwxr-xr-xsource/ap/mariadb/mariadb.SlackBuild2
-rwxr-xr-xsource/ap/tmux/tmux.SlackBuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/mariadb/mariadb.SlackBuild b/source/ap/mariadb/mariadb.SlackBuild
index d9b02aac1..b83511e95 100755
--- a/source/ap/mariadb/mariadb.SlackBuild
+++ b/source/ap/mariadb/mariadb.SlackBuild
@@ -112,7 +112,7 @@ cd build
cmake \
-DCMAKE_C_FLAGS="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
- -DBUILD_CONFIG=mysql_release \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DFEATURE_SET="community" \
-DINSTALL_LAYOUT="RPM" \
-DCMAKE_INSTALL_PREFIX=/usr \
diff --git a/source/ap/tmux/tmux.SlackBuild b/source/ap/tmux/tmux.SlackBuild
index 517f1640e..9ed82bf25 100755
--- a/source/ap/tmux/tmux.SlackBuild
+++ b/source/ap/tmux/tmux.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tmux
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then