Index: head/net/ipdecap/Makefile =================================================================== --- head/net/ipdecap/Makefile (revision 482106) +++ head/net/ipdecap/Makefile (revision 482107) @@ -1,30 +1,31 @@ # $FreeBSD$ PORTNAME= ipdecap -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= net MAINTAINER= loic-freebsd@loicp.eu COMMENT= Decapsulate traffic encapsulated within GRE, IPIP, 6in4, ESP protocols LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/pcap/vlan.h:net/libpcap -LIB_DEPENDS= libpcap.so.1:net/libpcap # require ports libpcap +LIB_DEPENDS= libpcap.so:net/libpcap # require ports libpcap +USES= autoreconf gmake ssl USE_GITHUB= yes + GH_ACCOUNT= lpefferkorn -USES= autoreconf gmake ssl GNU_CONFIGURE= yes CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} TEST_TARGET= check PLIST_FILES= bin/ipdecap\ man/man1/ipdecap.1.gz .include Index: head/net/ipdecap/distinfo =================================================================== --- head/net/ipdecap/distinfo (revision 482106) +++ head/net/ipdecap/distinfo (revision 482107) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464781704 -SHA256 (lpefferkorn-ipdecap-v0.7.1_GH0.tar.gz) = a1a18a799867ea9931fac5d9b54f1ed79d15f1b12989758584ee48187847bd6b -SIZE (lpefferkorn-ipdecap-v0.7.1_GH0.tar.gz) = 818778 +TIMESTAMP = 1539426959 +SHA256 (lpefferkorn-ipdecap-v0.7.2_GH0.tar.gz) = 39e24c0ee343be485feb5d03114510c96eda24092c4908968e50fe7c50165bde +SIZE (lpefferkorn-ipdecap-v0.7.2_GH0.tar.gz) = 825828 Index: head/net/ipdecap/files/patch-src_esp.c =================================================================== --- head/net/ipdecap/files/patch-src_esp.c (nonexistent) +++ head/net/ipdecap/files/patch-src_esp.c (revision 482107) @@ -0,0 +1,10 @@ +--- src/esp.c.orig 2018-07-19 13:30:02 UTC ++++ src/esp.c +@@ -21,6 +21,7 @@ + #include // for inet_ntop, inet_pton + #include // for err + #include // for __errno_location, errno, ERANGE ++#include // for u_char + #include // for ether_header + #include // for ip + #include // for printf, fclose, fgets, fopen, FILE Property changes on: head/net/ipdecap/files/patch-src_esp.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/ipdecap/files/patch-src_esp.h =================================================================== --- head/net/ipdecap/files/patch-src_esp.h (nonexistent) +++ head/net/ipdecap/files/patch-src_esp.h (revision 482107) @@ -0,0 +1,11 @@ +--- src/esp.h.orig 2018-07-19 13:30:02 UTC ++++ src/esp.h +@@ -19,6 +19,8 @@ + */ + + #include ++#include ++#include + #include + #include "utils.h" + #pragma once Property changes on: head/net/ipdecap/files/patch-src_esp.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/ipdecap/files/patch-src_ipdecap.c =================================================================== --- head/net/ipdecap/files/patch-src_ipdecap.c (nonexistent) +++ head/net/ipdecap/files/patch-src_ipdecap.c (revision 482107) @@ -0,0 +1,18 @@ +--- src/ipdecap.c.orig 2018-07-19 13:30:02 UTC ++++ src/ipdecap.c +@@ -20,6 +20,7 @@ + + #include // for warnx + #include // for getopt_long, optarg, required_argument ++#include // for u_char, u_int16_t + #include // for ether_header, ether_addr, ETHERTYPE_IP + #include // for ntohs, htons, IPPROTO_ESP, IPPROTO_GRE + #include // for ip +@@ -31,7 +32,6 @@ + #include // for NULL, printf + #include // for free, exit, EXIT_FAILURE, EXIT_SUCCESS + #include // for memcpy, memset, strcmp +-#include // for u_char, u_int16_t + #include "esp.h" // for flows_cleanup, parse_esp_conf, print_algor... + #include "gre.h" // for grehdr, GRE_CHECKSUM, GRE_KEY, GRE_ROUTING + #include "config.h" Property changes on: head/net/ipdecap/files/patch-src_ipdecap.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/ipdecap/files/patch-src_utils.c =================================================================== --- head/net/ipdecap/files/patch-src_utils.c (nonexistent) +++ head/net/ipdecap/files/patch-src_utils.c (revision 482107) @@ -0,0 +1,10 @@ +--- src/utils.c.orig 2018-07-19 13:30:02 UTC ++++ src/utils.c +@@ -19,6 +19,7 @@ + */ + + #include "utils.h" ++#include + #include // for ETHER_ADDR_LEN + #include // for va_list + #include // for printf, NULL, vfprintf, stdout Property changes on: head/net/ipdecap/files/patch-src_utils.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property