File remove-mounthelper.patch of Package smb4k
From 5225ad31099c8cc97ba7f6e6e27d72a98702e95c Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer <wbauer@tmo.at>
Date: Wed, 17 May 2017 19:46:46 +0200
Subject: [PATCH] Remove mounthelper
It has some security flaws that got discovered by the security team
(boo#1033300)
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c908765..ca2a342 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake
${CMAKE_CURRENT_BINARY_DIR}/config.h )
add_subdirectory( core )
-add_subdirectory( helpers )
+#add_subdirectory( helpers )
add_subdirectory( smb4k )
add_subdirectory( data )
add_subdirectory( doc )
--
2.12.0