diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-05-12 16:36:45 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 07:00:02 +0700 |
commit | 23fa16c0b1ca7fa938470de2fba44e224a9c0198 (patch) | |
tree | 158da56ce5b477e319281021f84130c07ffe8b0a /network/smb4k/smb4k.SlackBuild | |
parent | 8b40ab6ddbe57184902ab70217bfb976650de546 (diff) |
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.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/smb4k/smb4k.SlackBuild b/network/smb4k/smb4k.SlackBuild index c5ead96bf9e82..03be76ba73d16 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 \ |