From owner-svn-ports-head@freebsd.org Tue Mar 20 15:45:46 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 1AD16F57337; Tue, 20 Mar 2018 15:45:46 +0000 (UTC) (envelope-from dan@langille.org) Received: from clavin2.langille.org (clavin2.langille.org [199.233.228.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE7F978B64; Tue, 20 Mar 2018 15:45:45 +0000 (UTC) (envelope-from dan@langille.org) Received: from (clavin2.int.langille.org (clavin2.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id A87EB251E4 ; Tue, 20 Mar 2018 15:37:26 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: svn commit: r465089 - head/security/snort3 From: Dan Langille In-Reply-To: <201803201533.w2KFX9eU089212@repo.freebsd.org> Date: Tue, 20 Mar 2018 11:37:24 -0400 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201803201533.w2KFX9eU089212@repo.freebsd.org> To: Dan Langille X-Mailer: Apple Mail (2.3445.5.20) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 20 Mar 2018 15:45:46 -0000 I neglected to include in my commit message: Approved by: feld = (maintainer) --=20 Dan Langille - BSDCan / PGCon dan@langille.org > On Mar 20, 2018, at 11:33 AM, Dan Langille wrote: >=20 > Author: dvl > Date: Tue Mar 20 15:33:09 2018 > New Revision: 465089 > URL: https://svnweb.freebsd.org/changeset/ports/465089 >=20 > Log: > Unbreak and update to 3.0.0-a4.243 >=20 > Submitted by: Daniel Engberg > Differential Revision: https://reviews.freebsd.org/D14582 >=20 > Modified: > head/security/snort3/Makefile > head/security/snort3/distinfo > head/security/snort3/pkg-plist >=20 > Modified: head/security/snort3/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/security/snort3/Makefile Tue Mar 20 14:56:15 2018 = (r465088) > +++ head/security/snort3/Makefile Tue Mar 20 15:33:09 2018 = (r465089) > @@ -2,7 +2,7 @@ > # $FreeBSD$ >=20 > PORTNAME=3D snort > -DISTVERSION=3D 3.0.0-a4.242 > +DISTVERSION=3D 3.0.0-a4.243 > PORTREVISION=3D 1 > CATEGORIES=3D security > PKGNAMESUFFIX=3D 3 > @@ -13,8 +13,6 @@ COMMENT=3D Lightweight network intrusion detection = syste > LICENSE=3D GPLv2 > LICENSE_FILE=3D ${WRKSRC}/LICENSE >=20 > -BROKEN=3D fails to package > - > BUILD_DEPENDS=3D daq>=3D2.2.2:net/daq \ > bash>0:shells/bash > LIB_DEPENDS=3D libpcre.so:devel/pcre \ > @@ -22,38 +20,50 @@ LIB_DEPENDS=3D libpcre.so:devel/pcre \ > libpcap.so:net/libpcap \ > libluajit-5.1.so:lang/luajit \ > libhwloc.so:devel/hwloc > + > RUN_DEPENDS=3D daq>=3D2.2.2:net/daq >=20 > -USES=3D cmake compiler:c++11-lang cpe libtool pathfix = pkgconfig ssl > +USES=3D cmake compiler:c++11-lang cpe libtool pathfix = pkgconfig ssl iconv > +LDFLAGS+=3D -L${LOCALBASE}/lib ${ICONV_LIB} > USE_GITHUB=3D yes > GH_ACCOUNT=3D snortadmin > GH_PROJECT=3D snort3 > -GH_TAGNAME=3D BUILD_242 > +GH_TAGNAME=3D BUILD_243 >=20 > -OPTIONS_DEFINE=3D DEBUG DOCS LRGPCAP > +USE_LDCONFIG=3D yes >=20 > -OPTIONS_SUB=3D yes > +OPTIONS_DEFINE=3D ADDRESSSANITIZER DEBUG DOCS LARGEPCAP = PIE THREADSANITIZER STATICDAQ > +OPTIONS_DEFINE_amd64=3D HYPERSCAN TSC > +OPTIONS_DEFAULT=3D DOCS STATICDAQ >=20 > -LRGPCAP_DESC=3D Pcaps larger than 2GB > -DEBUG_DESC=3D Enable debugging symbols+core dumps > +ADDRESSSANITIZER_DESC=3D Enable address sanitizer > +DEBUG_DESC=3D Enable debug > +DOCS_DESC=3D Enable documentation > +# FLATBUFFERS_DESC=3D Enable flatbuffers support // = Doesn't get detected > +HYPERSCAN_DESC=3D Enable high-performance regular = expression lib > +LARGEPCAP_DESC=3D Enable support for pcaps larger than 2 = GB > +PIE_DESC=3D Enable PIE (Broken) > +STATICDAQ_DESC=3D Link static DAQ modules > +THREADSANITIZER_DESC=3D Enable thread sanitizer > +TSC_DESC=3D Use timestamp counter register clock (x86 only) >=20 > -DEBUG_CONFIGURE_ENABLE=3D debug debug-msgs > -DEBUG_CONFIGURE_DISABLE=3D corefiles > -DEBUG_MAKE_ENV=3D DONTSTRIP=3D"yes" > -LRGPCAP_CONFIGURE_ENABLE=3D large-pcap > +ADDRESSSANITIZER_CMAKE_BOOL=3D ENABLE_ADDRESS_SANITIZER > +DEBUG_CMAKE_BOOL=3D ENABLE_COREFILES ENABLE_GDB > +DOCS_CMAKE_BOOL=3D MAKE_HTML_DOC MAKE_PDF_DOC MAKE_TEXT_DOC > +LARGEPCAP_CMAKE_BOOL=3D ENABLE_LARGE_PCAP > +PIE_CMAKE_BOOL=3D ENABLE_PIE > +STATICDAQ_CMAKE_BOOL=3D ENABLE_STATIC_DAQ > +THREADSANITIZER_CMAKE_BOOL=3D ENABLE_THREAD_SANITIZER > +TSC_CMAKE_BOOL=3D ENABLE_TSC_CLOCK >=20 > +# FLATBUFFERS_LIB_DEPENDS=3D libflatbuffers.so:devel/flatbuffers > +HYPERSCAN_LIB_DEPENDS=3D libhs.so:devel/hyperscan > + > .include >=20 > .if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} < 1004000 > EXTRA_PATCHES=3D = ${PATCHDIR}/freebsd103_patch-src_memory_memory__allocator.h > .endif > - > -.include > - > -GNU_CONFIGURE=3D yes > -USE_LDCONFIG=3D yes > - > -CFLAGS+=3D -I${LOCALBASE}/include >=20 > CONFLICTS=3D snort-2* >=20 >=20 > Modified: head/security/snort3/distinfo > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/security/snort3/distinfo Tue Mar 20 14:56:15 2018 = (r465088) > +++ head/security/snort3/distinfo Tue Mar 20 15:33:09 2018 = (r465089) > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1517327070 > -SHA256 (snortadmin-snort3-3.0.0-a4.242-BUILD_242_GH0.tar.gz) =3D = e3bbc0a2d36f533bb26bd53b0db9db35776c23f754514f7b03cbd9bd4863eee5 > -SIZE (snortadmin-snort3-3.0.0-a4.242-BUILD_242_GH0.tar.gz) =3D = 6340850 > +TIMESTAMP =3D 1520170188 > +SHA256 (snortadmin-snort3-3.0.0-a4.243-BUILD_243_GH0.tar.gz) =3D = 5d4699e12fddff0605050f69d5e64be66dcd809cacca72aa96d59638fd41a343 > +SIZE (snortadmin-snort3-3.0.0-a4.243-BUILD_243_GH0.tar.gz) =3D = 6343357 >=20 > Modified: head/security/snort3/pkg-plist > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/security/snort3/pkg-plist Tue Mar 20 14:56:15 2018 = (r465088) > +++ head/security/snort3/pkg-plist Tue Mar 20 15:33:09 2018 = (r465089) > @@ -69,9 +69,10 @@ include/snort/log/u2_packet.h > include/snort/log/unified2.h > include/snort/lua/snort_config.lua > include/snort/lua/snort_plugin.lua > +include/snort/main/analyzer_command.h > include/snort/main/policy.h > include/snort/main/snort_config.h > -include/snort/main/snort_%%CMAKE_BUILD_TYPE%%.h > +include/snort/main/snort_debug.h > include/snort/main/snort_types.h > include/snort/main/thread.h > include/snort/managers/codec_manager.h > _______________________________________________ > svn-ports-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-head > To unsubscribe, send any mail to = "svn-ports-head-unsubscribe@freebsd.org"