diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-06 17:19:12 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-06 17:19:57 +0000 |
commit | 5bf0033dd58b6f68cce10b6b6ada70a4b49d9e89 (patch) | |
tree | 557efec094fd7250435b32a23d8bb9a8e4d553ab /community/greenbone-security-assistant/003-musl-stack-size.patch | |
parent | 83c5ff0113bd632fa336d994626c52a32a987d4a (diff) | |
download | aports-5bf0033dd58b6f68cce10b6b6ada70a4b49d9e89.tar.bz2 aports-5bf0033dd58b6f68cce10b6b6ada70a4b49d9e89.tar.xz |
community/greenbone-security-assistant: upgrade to 8.0.0
Removed unused patches
Diffstat (limited to 'community/greenbone-security-assistant/003-musl-stack-size.patch')
-rw-r--r-- | community/greenbone-security-assistant/003-musl-stack-size.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/community/greenbone-security-assistant/003-musl-stack-size.patch b/community/greenbone-security-assistant/003-musl-stack-size.patch deleted file mode 100644 index 686cdcd453..0000000000 --- a/community/greenbone-security-assistant/003-musl-stack-size.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -ru greenbone-security-assistant-7.0.2.orig/src/gsad.c greenbone-security-assistant-7.0.2/src/gsad.c ---- greenbone-security-assistant-7.0.2.orig/src/gsad.c 2017-03-09 15:59:19.000000000 +0200 -+++ greenbone-security-assistant-7.0.2/src/gsad.c 2017-03-09 16:17:28.506470054 +0200 -@@ -5488,6 +5488,7 @@ - NULL, NULL, handler, NULL, MHD_OPTION_NOTIFY_COMPLETED, - free_resources, NULL, MHD_OPTION_LISTEN_SOCKET, unix_socket, - MHD_OPTION_PER_IP_CONNECTION_LIMIT, 30, -+ MHD_OPTION_THREAD_STACK_SIZE, (size_t) 4*1024*1024, - MHD_OPTION_EXTERNAL_LOGGER, mhd_logger, NULL, MHD_OPTION_END); - } - -@@ -5513,6 +5514,7 @@ - (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | ipv6_flag, port, - NULL, NULL, handler, NULL, MHD_OPTION_NOTIFY_COMPLETED, - free_resources, NULL, MHD_OPTION_SOCK_ADDR, address, -+ MHD_OPTION_THREAD_STACK_SIZE, (size_t) 4*1024*1024, - MHD_OPTION_PER_IP_CONNECTION_LIMIT, 30, - MHD_OPTION_EXTERNAL_LOGGER, mhd_logger, NULL, MHD_OPTION_END); - } -@@ -5540,6 +5542,7 @@ - MHD_OPTION_HTTPS_MEM_CERT, cert, - MHD_OPTION_NOTIFY_COMPLETED, free_resources, NULL, - MHD_OPTION_SOCK_ADDR, address, -+ MHD_OPTION_THREAD_STACK_SIZE, (size_t) 4*1024*1024, - MHD_OPTION_PER_IP_CONNECTION_LIMIT, 30, - MHD_OPTION_HTTPS_PRIORITIES, priorities, - MHD_OPTION_EXTERNAL_LOGGER, mhd_logger, NULL, |