summaryrefslogtreecommitdiffstats
path: root/network/smb4k/smb4k.SlackBuild
diff options
context:
space:
mode:
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 \