From owner-svn-ports-all@freebsd.org Mon Aug 27 16:44:32 2018 Return-Path: Delivered-To: svn-ports-all@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 F216D10900D5; Mon, 27 Aug 2018 16:44:31 +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 A7ECF795BA; Mon, 27 Aug 2018 16:44:31 +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 8947A20490; Mon, 27 Aug 2018 16:44:31 +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 w7RGiVga098505; Mon, 27 Aug 2018 16:44:31 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7RGiVbg098502; Mon, 27 Aug 2018 16:44:31 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808271644.w7RGiVbg098502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 27 Aug 2018 16:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478225 - head/net-mgmt/yaf X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net-mgmt/yaf X-SVN-Commit-Revision: 478225 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2018 16:44:32 -0000 Author: swills Date: Mon Aug 27 16:44:30 2018 New Revision: 478225 URL: https://svnweb.freebsd.org/changeset/ports/478225 Log: net-mgmt/yaf: Update to 2.10.0 PR: 230632 Submitted by: Nathan Reported by: Chris Inacio Approved by: dikshie@sfc.wide.ad.jp (maintainer) Modified: head/net-mgmt/yaf/Makefile (contents, props changed) head/net-mgmt/yaf/distinfo (contents, props changed) head/net-mgmt/yaf/pkg-plist (contents, props changed) Modified: head/net-mgmt/yaf/Makefile ============================================================================== --- head/net-mgmt/yaf/Makefile Mon Aug 27 16:43:24 2018 (r478224) +++ head/net-mgmt/yaf/Makefile Mon Aug 27 16:44:30 2018 (r478225) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaf -PORTVERSION= 2.9.3 +PORTVERSION= 2.10.0 CATEGORIES= net-mgmt MASTER_SITES= http://tools.netsa.cert.org/releases/ @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfixbuf.so:net/libfixbuf \ libltdl.so:devel/libltdl \ + libpcap.so:net/libpcap \ libpcre.so:devel/pcre GNU_CONFIGURE= yes @@ -21,6 +22,7 @@ INSTALL_TARGET= install-strip USES= libtool pathfix perl5 pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes +CONFIGURE_ARGS= --sysconfdir="${ETCDIR}" PLIST_SUB+= PORTVERSION="${PORTVERSION}" @@ -69,14 +71,12 @@ P0FPRINT_LIB_DEPENDS= libp0f.so:net/libp0f .if defined(WITH_DAG) CONFIGURE_ARGS+= --with-dag=${LOCALBASE} -LIB_DEPENDS+= libpcap.so.1:net/libpcap -.elif exists(${LOCALBASE}/lib/libpcap.so) -LIB_DEPENDS+= libpcap.so.1:net/libpcap .endif post-install: -.for f in dhcp_fingerprints.conf yafApplabelRules.conf yafDPIRules.conf - ${MV} ${STAGEDIR}${PREFIX}/etc/$f ${STAGEDIR}${PREFIX}/etc/$f.sample + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/yaf +.for f in dhcp_fingerprints.conf yafApplabelRules.conf yafDPIRules.conf yaf.conf + ${MV} ${STAGEDIR}${PREFIX}/etc/yaf/$f ${STAGEDIR}${PREFIX}/etc/yaf/$f.sample .endfor ${RM} ${STAGEDIR}${PREFIX}/etc/p0f.fp Modified: head/net-mgmt/yaf/distinfo ============================================================================== --- head/net-mgmt/yaf/distinfo Mon Aug 27 16:43:24 2018 (r478224) +++ head/net-mgmt/yaf/distinfo Mon Aug 27 16:44:30 2018 (r478225) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516823381 -SHA256 (yaf-2.9.3.tar.gz) = a0dd7f8f8733b8554ee0b1458a38fad19734899313ed4a4eb9bcf96893d98e02 -SIZE (yaf-2.9.3.tar.gz) = 2119737 +TIMESTAMP = 1534693349 +SHA256 (yaf-2.10.0.tar.gz) = ed13a5d9f4cbbe6e82e2ee894cf3c324b2bb209df7eb95f2be10619bbf13d805 +SIZE (yaf-2.10.0.tar.gz) = 2138460 Modified: head/net-mgmt/yaf/pkg-plist ============================================================================== --- head/net-mgmt/yaf/pkg-plist Mon Aug 27 16:43:24 2018 (r478224) +++ head/net-mgmt/yaf/pkg-plist Mon Aug 27 16:44:30 2018 (r478225) @@ -6,9 +6,6 @@ bin/yaf bin/yafMeta2Pcap bin/yafcollect bin/yafscii -@sample etc/dhcp_fingerprints.conf.sample -@sample etc/yafApplabelRules.conf.sample -@sample etc/yafDPIRules.conf.sample include/airframe/airlock.h include/airframe/airopt.h include/airframe/airutil.h @@ -27,7 +24,6 @@ include/airframe/mio_source_tcp.h include/airframe/mio_source_udp.h include/airframe/mio_stdio.h include/airframe/privconfig.h -include/yaf/CERT_IE.h include/yaf/autoinc.h include/yaf/decode.h include/yaf/picq.h @@ -168,6 +164,10 @@ lib/libyaf.so %%APPLABEL%%lib/yaf/netdgmplugin.so %%APPLABEL%%lib/yaf/netdgmplugin.so.1 %%APPLABEL%%lib/yaf/netdgmplugin.so.1.0.1 +@sample %%ETCDIR%%/dhcp_fingerprints.conf.sample +@sample %%ETCDIR%%/yafApplabelRules.conf.sample +@sample %%ETCDIR%%/yafDPIRules.conf.sample +@sample %%ETCDIR%%/yaf.conf.sample libdata/pkgconfig/libairframe.pc libdata/pkgconfig/libyaf.pc man/man1/airdaemon.1.gz