ettercap: rebuild for openssl3

This commit is contained in:
classabbyamp 2023-08-16 20:13:14 -04:00
parent b2c0009cb9
commit 1ebab58e83
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- a/plug-ins/sslstrip/sslstrip.c
+++ b/plug-ins/sslstrip/sslstrip.c
@@ -53,7 +53,7 @@
#include <curl/curl.h>
-#if (LIBCURL_VERSION_MAJOR < 7) || (LIBCURL_VERSION_MINOR < 26)
+#if (LIBCURL_VERSION_MAJOR < 7) || ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR < 26))
#error libcurl 7.26.0 or up is needed
#endif

View file

@ -1,7 +1,7 @@
# Template file for 'ettercap'
pkgname=ettercap
version=0.8.3.1
revision=2
revision=3
build_style=cmake
configure_args="-DENABLE_GTK=OFF -DBUNDLED_LIBS=OFF"
hostmakedepends="flex pkg-config"