mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ettercap: rebuild for openssl3
This commit is contained in:
parent
b2c0009cb9
commit
1ebab58e83
2 changed files with 12 additions and 1 deletions
11
srcpkgs/ettercap/patches/libcurl-8.patch
Normal file
11
srcpkgs/ettercap/patches/libcurl-8.patch
Normal 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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ettercap'
|
# Template file for 'ettercap'
|
||||||
pkgname=ettercap
|
pkgname=ettercap
|
||||||
version=0.8.3.1
|
version=0.8.3.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_GTK=OFF -DBUNDLED_LIBS=OFF"
|
configure_args="-DENABLE_GTK=OFF -DBUNDLED_LIBS=OFF"
|
||||||
hostmakedepends="flex pkg-config"
|
hostmakedepends="flex pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue