diff options
author | J.R. Oldroyd <fbsd@opal.com> | 2022-01-11 08:05:28 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-01-11 11:40:02 +0100 |
commit | 971cb789e90444bf3d7aa50d8cd2aa250e6a0c57 (patch) | |
tree | 3bcd9511df96b2e433ef24dd7494101608201855 /graphics/airsaned/files/patch-web-httpserver.cpp | |
parent | security/metasploit: update to 6.1.24 (diff) |
graphics/airsaned: update to 0.3.2.54_1
Properly update to 0.3.2.54 after using the wrong git hash.
Some of the patches have been merged upstrem and can be removed.
PR: 261068
Reported by: fbsd@opal.com (maintainer)
Fixes: fa24020b477a2a37a01dedf11bfd83e744f81cd1
Diffstat (limited to 'graphics/airsaned/files/patch-web-httpserver.cpp')
-rw-r--r-- | graphics/airsaned/files/patch-web-httpserver.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/airsaned/files/patch-web-httpserver.cpp b/graphics/airsaned/files/patch-web-httpserver.cpp deleted file mode 100644 index cae26d5639a5..000000000000 --- a/graphics/airsaned/files/patch-web-httpserver.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- web/httpserver.cpp.orig 2021-02-01 18:41:51 UTC -+++ web/httpserver.cpp -@@ -26,6 +26,9 @@ along with this program. If not, see <http://www.gnu. - #include <thread> - - #include <arpa/inet.h> -+#ifdef __FreeBSD__ -+#include <netinet/in.h> -+#endif - #include <ifaddrs.h> - #include <net/if.h> - #include <netdb.h> |