summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-03-07 10:37:45 +0100
committer Eric Hameleers <alien@slackware.com>2016-03-07 10:37:45 +0100
commitd2f87f3d58e909b1dcc968d8c536312233ceb094 (patch)
tree1d40cb5cf1609e885e706018d5ed20f02584e63e
parent2afda79d9df359b7569e364db7d1f408630b33f4 (diff)
downloadktown-d2f87f3d58e909b1dcc968d8c536312233ceb094.tar.gz
ktown-d2f87f3d58e909b1dcc968d8c536312233ceb094.tar.xz
deps: Recompiled qt5 and qca-qt5 to drop support for OpenSSL SSLv2.
-rwxr-xr-xdeps/qca-qt5/qca-qt5.SlackBuild4
-rwxr-xr-xdeps/qt5/qt5.SlackBuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/deps/qca-qt5/qca-qt5.SlackBuild b/deps/qca-qt5/qca-qt5.SlackBuild
index 3857095..45ed3a7 100755
--- a/deps/qca-qt5/qca-qt5.SlackBuild
+++ b/deps/qca-qt5/qca-qt5.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright 2015 Patrick J. Volkerding, Sebeka, MN, USA
-# Copyright 2015 Eric Hameleers, Eindhoven, NL
+# Copyright 2015, 2016 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PKGNAM=qca-qt5
SRCNAM=qca
VERSION=${VERSION:-2.1.1}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:--j6}
# Automatically determine the architecture we're building on:
diff --git a/deps/qt5/qt5.SlackBuild b/deps/qt5/qt5.SlackBuild
index 168f1b0..83efd87 100755
--- a/deps/qt5/qt5.SlackBuild
+++ b/deps/qt5/qt5.SlackBuild
@@ -48,7 +48,7 @@
PKGNAM=qt5
VERSION=${VERSION:-5.5.1}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
NUMJOBS=${NUMJOBS:--j7}