From 38cf5d7a6f2473d2612f66f3c7f47a3cbe47d94e Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 5 Oct 2017 22:07:05 +0200 Subject: [PATCH] Updated requirements, now EiffelWeb requires 17.05 or newer. Improved support for future 17.11 version with new openssl library. --- .../network/http_client/http_client-safe.ecf | 81 +------- library/network/http_client/http_client.ecf | 13 +- .../http_client/libcurl_http_client-safe.ecf | 27 +-- .../http_client/libcurl_http_client.ecf | 13 +- .../http_client/net_http_client-safe.ecf | 38 +--- .../network/http_client/net_http_client.ecf | 13 +- .../http_network/http_network-safe.ecf | 127 +------------ library/network/http_network/http_network.ecf | 102 +--------- .../spec/include_until_16_05/ew_network.h | 52 ------ .../http_network/src/http_stream_socket.e | 2 - .../http_network/src/http_stream_socket_ext.e | 21 --- .../src/until_16_05/http_stream_socket_ext.e | 174 ------------------ .../ssl/http_stream_secure_socket_ext.e | 41 ----- .../src/until_17_01/http_stream_socket_ext.e | 29 --- .../configuration/httpd_configuration_i.e | 15 +- library/server/httpd/httpd-safe.ecf | 71 +------ library/server/httpd/httpd.ecf | 21 +-- 17 files changed, 51 insertions(+), 789 deletions(-) delete mode 100644 library/network/http_network/spec/include_until_16_05/ew_network.h delete mode 100644 library/network/http_network/src/http_stream_socket_ext.e delete mode 100644 library/network/http_network/src/until_16_05/http_stream_socket_ext.e delete mode 100644 library/network/http_network/src/until_16_05/ssl/http_stream_secure_socket_ext.e delete mode 100644 library/network/http_network/src/until_17_01/http_stream_socket_ext.e diff --git a/library/network/http_client/http_client-safe.ecf b/library/network/http_client/http_client-safe.ecf index 05a0e1c5..2f35b985 100644 --- a/library/network/http_client/http_client-safe.ecf +++ b/library/network/http_client/http_client-safe.ecf @@ -1,80 +1,3 @@ - - - - - /.git$ - /.svn$ - /EIFGENs$ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/library/network/http_client/http_client.ecf b/library/network/http_client/http_client.ecf index 2a10f2d4..58aee379 100644 --- a/library/network/http_client/http_client.ecf +++ b/library/network/http_client/http_client.ecf @@ -1,15 +1,12 @@ - + - /.git$ - /.svn$ + /\.git$ + /\.svn$ /EIFGENs$ - - @@ -33,8 +30,8 @@ -