summaryrefslogtreecommitdiffstats
path: root/network/smb4k/smb4k.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2017-05-12 16:36:45 +0200
committer Willy Sudiarto Raharjo2017-05-13 02:00:02 +0200
commit23fa16c0b1ca7fa938470de2fba44e224a9c0198 (patch)
tree158da56ce5b477e319281021f84130c07ffe8b0a /network/smb4k/smb4k.SlackBuild
parent8b40ab6ddbe57184902ab70217bfb976650de546 (diff)
downloadslackbuilds-23fa16c0b1ca7fa938470de2fba44e224a9c0198.tar.gz
network/smb4k: Updated for version 1.2.3.
Patched for CVE-2017-8849 Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/smb4k/smb4k.SlackBuild')
-rw-r--r--network/smb4k/smb4k.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/network/smb4k/smb4k.SlackBuild b/network/smb4k/smb4k.SlackBuild
index c5ead96bf9..03be76ba73 100644
--- a/network/smb4k/smb4k.SlackBuild
+++ b/network/smb4k/smb4k.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=smb4k
-VERSION=${VERSION:-1.2.1}
+VERSION=${VERSION:-1.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,6 +70,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix for CVE-2017-8849
+patch -p1 < $CWD/find_mount_umount.patch
+
mkdir build
cd build
cmake \