Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 21:23:06 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: c4c0e5913961 - 2023Q2 - net-mgmt/ettercap: Allow build with curl 8.0.0+
Message-ID:  <202304182123.33ILN6bR009807@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4c0e59139613ef3cdea7702106efbadfdef338f

commit c4c0e59139613ef3cdea7702106efbadfdef338f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:13:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-18 21:22:24 +0000

    net-mgmt/ettercap: Allow build with curl 8.0.0+
    
    (cherry picked from commit f2ce482e04c6c5711d8c017ef8d7f92f9a6b058f)
---
 net-mgmt/ettercap/files/patch-curl | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/net-mgmt/ettercap/files/patch-curl b/net-mgmt/ettercap/files/patch-curl
new file mode 100644
index 000000000000..616e246e54f6
--- /dev/null
+++ b/net-mgmt/ettercap/files/patch-curl
@@ -0,0 +1,13 @@
+--- plug-ins/sslstrip/sslstrip.c.orig	2020-08-01 14:32:06 UTC
++++ plug-ins/sslstrip/sslstrip.c
+@@ -53,10 +53,6 @@
+ 
+ #include <curl/curl.h>
+ 
+-#if (LIBCURL_VERSION_MAJOR < 7) || (LIBCURL_VERSION_MINOR < 26)
+-#error libcurl 7.26.0 or up is needed
+-#endif
+-
+ /*
+  * This plugin will basically replace all https links sent to the user's browser with http 
+  * but keep track of those https links to send a proper HTTPS request to the links when requested.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304182123.33ILN6bR009807>