New version 2.6.0
Fix for CVE-2018-9256, CVE-2018-9257, CVE-2018-9258, CVE-2018-9259, CVE-2018-9260, CVE-2018-9261, CVE-2018-9262, CVE-2018-9263, CVE-2018-9264, CVE-2018-9265, CVE-2018-9266, CVE-2018-9267, CVE-2018-9268, CVE-2018-9269, CVE-2018-9270, CVE-2018-9271, CVE-2018-9272, CVE-2018-9273, CVE-2018-9274
Switch from autotools to cmake
Removed python2-devel(#1560284) and libssh2-devel from dependencies
Removed python scripts
2018-05-02 11:34:24 +00:00
|
|
|
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
|
|
|
|
index 0367cd1..6382a2c 100644
|
|
|
|
--- a/wsutil/CMakeLists.txt
|
|
|
|
+++ b/wsutil/CMakeLists.txt
|
|
|
|
@@ -69,6 +69,7 @@ set(WSUTIL_PUBLIC_HEADERS
|
|
|
|
ws_mempbrk_int.h
|
|
|
|
ws_pipe.h
|
|
|
|
ws_printf.h
|
|
|
|
+ wstmpdir.h
|
2019-03-11 15:42:00 +00:00
|
|
|
wsjson.h
|
New version 2.6.0
Fix for CVE-2018-9256, CVE-2018-9257, CVE-2018-9258, CVE-2018-9259, CVE-2018-9260, CVE-2018-9261, CVE-2018-9262, CVE-2018-9263, CVE-2018-9264, CVE-2018-9265, CVE-2018-9266, CVE-2018-9267, CVE-2018-9268, CVE-2018-9269, CVE-2018-9270, CVE-2018-9271, CVE-2018-9272, CVE-2018-9273, CVE-2018-9274
Switch from autotools to cmake
Removed python2-devel(#1560284) and libssh2-devel from dependencies
Removed python scripts
2018-05-02 11:34:24 +00:00
|
|
|
xtea.h
|
|
|
|
)
|
|
|
|
@@ -118,6 +118,7 @@ set(WSUTIL_COMMON_FILES
|
|
|
|
unicode-utils.c
|
|
|
|
ws_mempbrk.c
|
|
|
|
ws_pipe.c
|
|
|
|
+ wstmpdir.c
|
|
|
|
wsgcrypt.c
|
2019-03-11 15:42:00 +00:00
|
|
|
wsjson.c
|
New version 2.6.0
Fix for CVE-2018-9256, CVE-2018-9257, CVE-2018-9258, CVE-2018-9259, CVE-2018-9260, CVE-2018-9261, CVE-2018-9262, CVE-2018-9263, CVE-2018-9264, CVE-2018-9265, CVE-2018-9266, CVE-2018-9267, CVE-2018-9268, CVE-2018-9269, CVE-2018-9270, CVE-2018-9271, CVE-2018-9272, CVE-2018-9273, CVE-2018-9274
Switch from autotools to cmake
Removed python2-devel(#1560284) and libssh2-devel from dependencies
Removed python scripts
2018-05-02 11:34:24 +00:00
|
|
|
xtea.c
|