From owner-svn-ports-head@freebsd.org Sun Oct 14 19:00:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFAF910B81E4; Sun, 14 Oct 2018 19:00:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95E57979DA; Sun, 14 Oct 2018 19:00:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90BF82247B; Sun, 14 Oct 2018 19:00:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9EJ05V4089456; Sun, 14 Oct 2018 19:00:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9EJ04xP089450; Sun, 14 Oct 2018 19:00:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810141900.w9EJ04xP089450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 14 Oct 2018 19:00:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482107 - in head/net/ipdecap: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net/ipdecap: . files X-SVN-Commit-Revision: 482107 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2018 19:00:06 -0000 Author: swills Date: Sun Oct 14 19:00:04 2018 New Revision: 482107 URL: https://svnweb.freebsd.org/changeset/ports/482107 Log: net/ipdecap: update to 0.7.2 While here, fix OpenSSL build PR: 232223 Submitted by: loic-freebsd@loicp.eu (maintainer) Added: head/net/ipdecap/files/ head/net/ipdecap/files/patch-src_esp.c (contents, props changed) head/net/ipdecap/files/patch-src_esp.h (contents, props changed) head/net/ipdecap/files/patch-src_ipdecap.c (contents, props changed) head/net/ipdecap/files/patch-src_utils.c (contents, props changed) Modified: head/net/ipdecap/Makefile (contents, props changed) head/net/ipdecap/distinfo (contents, props changed) Modified: head/net/ipdecap/Makefile ============================================================================== --- head/net/ipdecap/Makefile Sun Oct 14 18:46:09 2018 (r482106) +++ head/net/ipdecap/Makefile Sun Oct 14 19:00:04 2018 (r482107) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ipdecap -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= net @@ -13,12 +13,13 @@ 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} Modified: head/net/ipdecap/distinfo ============================================================================== --- head/net/ipdecap/distinfo Sun Oct 14 18:46:09 2018 (r482106) +++ head/net/ipdecap/distinfo Sun Oct 14 19:00:04 2018 (r482107) @@ -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 Added: head/net/ipdecap/files/patch-src_esp.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ipdecap/files/patch-src_esp.c Sun Oct 14 19:00:04 2018 (r482107) @@ -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 Added: head/net/ipdecap/files/patch-src_esp.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ipdecap/files/patch-src_esp.h Sun Oct 14 19:00:04 2018 (r482107) @@ -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 Added: head/net/ipdecap/files/patch-src_ipdecap.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ipdecap/files/patch-src_ipdecap.c Sun Oct 14 19:00:04 2018 (r482107) @@ -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" Added: head/net/ipdecap/files/patch-src_utils.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ipdecap/files/patch-src_utils.c Sun Oct 14 19:00:04 2018 (r482107) @@ -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