diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 12:26:02 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 12:26:02 +0000 |
commit | 11bb90420d74b579256bd81c9b8c37208577339c (patch) | |
tree | 7f1f5e8ebd2229d8f045d842dfdd7f00c4a07454 /community/openvas-manager/002-fortify-source.patch | |
parent | e4aabbb60710901fb208c3a5516a67aee2e02f35 (diff) | |
download | aports-11bb90420d74b579256bd81c9b8c37208577339c.tar.bz2 aports-11bb90420d74b579256bd81c9b8c37208577339c.tar.xz |
Revert "community/openvas-manager: moved from testing"
This reverts commit 0977a30ac83e81c7cbbbefbf41307ad75d7b7787.
Diffstat (limited to 'community/openvas-manager/002-fortify-source.patch')
-rw-r--r-- | community/openvas-manager/002-fortify-source.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/openvas-manager/002-fortify-source.patch b/community/openvas-manager/002-fortify-source.patch deleted file mode 100644 index 539fa7eef5..0000000000 --- a/community/openvas-manager/002-fortify-source.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 203f8b9..403e091 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -284,7 +284,7 @@ configure_file (tools/openvas-migrate-to-postgres.in tools/openvas-migrate-to-po - - ## Program - --set (HARDENING_FLAGS "-Wformat -Wformat-security -O2 -D_FORTIFY_SOURCE=2 -fstack-protector -Wl,-z,relro -Wl,-z,now") -+set (HARDENING_FLAGS "-Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector -Wl,-z,relro -Wl,-z,now") - - set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Werror") - set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall -D_BSD_SOURCE -D_ISOC99_SOURCE -D_SVID_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64") |