From owner-svn-ports-all@freebsd.org Thu Feb 21 00:07:31 2019 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 E2BDB14E1D5E; Thu, 21 Feb 2019 00:07:30 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84CA27644A; Thu, 21 Feb 2019 00:07:30 +0000 (UTC) (envelope-from bofh@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 5AC02D111; Thu, 21 Feb 2019 00:07:30 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1L07UeE000771; Thu, 21 Feb 2019 00:07:30 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1L07T0R000768; Thu, 21 Feb 2019 00:07:29 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201902210007.x1L07T0R000768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 21 Feb 2019 00:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493478 - head/security/snort3 X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/security/snort3 X-SVN-Commit-Revision: 493478 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 84CA27644A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 21 Feb 2019 00:07:31 -0000 Author: bofh Date: Thu Feb 21 00:07:29 2019 New Revision: 493478 URL: https://svnweb.freebsd.org/changeset/ports/493478 Log: security/snort3: Update version 3.0.0-a4.243=>3.0.0-250 - Take MAINTAINERSHIP Modified: head/security/snort3/Makefile head/security/snort3/distinfo head/security/snort3/pkg-plist Modified: head/security/snort3/Makefile ============================================================================== --- head/security/snort3/Makefile Wed Feb 20 23:59:19 2019 (r493477) +++ head/security/snort3/Makefile Thu Feb 21 00:07:29 2019 (r493478) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= snort -DISTVERSION= 3.0.0-a4.243 -PORTREVISION= 3 +DISTVERSION= 3.0.0-250 +PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Lightweight network intrusion detection system LICENSE= GPLv2 @@ -20,20 +20,21 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ libpcap.so:net/libpcap \ libluajit-5.1.so:lang/luajit \ libhwloc.so:devel/hwloc - RUN_DEPENDS= daq>=2.2.2:net/daq -USES= cmake compiler:c++11-lang cpe libtool pathfix pkgconfig ssl iconv -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +USES= cmake compiler:c++11-lang cpe libtool pathfix pkgconfig shebangfix ssl iconv + USE_GITHUB= yes -GH_ACCOUNT= snortadmin +GH_ACCOUNT= snort3 GH_PROJECT= snort3 -GH_TAGNAME= BUILD_243 -USE_LDCONFIG= yes +SHEBANG_FILES= tools/appid_detector_builder.sh +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +USE_LDCONFIG= yes + OPTIONS_DEFINE= ADDRESSSANITIZER DEBUG DOCS LARGEPCAP PIE THREADSANITIZER STATICDAQ -OPTIONS_DEFINE_amd64= HYPERSCAN TSC +OPTIONS_DEFINE_amd64= HYPERSCAN TSC OPTIONS_DEFAULT= STATICDAQ ADDRESSSANITIZER_DESC= Enable address sanitizer @@ -47,13 +48,13 @@ STATICDAQ_DESC= Link static DAQ modules THREADSANITIZER_DESC= Enable thread sanitizer TSC_DESC= Use timestamp counter register clock (x86 only) -ADDRESSSANITIZER_CMAKE_BOOL= ENABLE_ADDRESS_SANITIZER +ADDRESSSANITIZER_CMAKE_BOOL= ENABLE_ADDRESS_SANITIZER DEBUG_CMAKE_BOOL= ENABLE_COREFILES ENABLE_GDB DOCS_CMAKE_BOOL= MAKE_HTML_DOC MAKE_PDF_DOC MAKE_TEXT_DOC LARGEPCAP_CMAKE_BOOL= ENABLE_LARGE_PCAP PIE_CMAKE_BOOL= ENABLE_PIE STATICDAQ_CMAKE_BOOL= ENABLE_STATIC_DAQ -THREADSANITIZER_CMAKE_BOOL= ENABLE_THREAD_SANITIZER +THREADSANITIZER_CMAKE_BOOL= ENABLE_THREAD_SANITIZER TSC_CMAKE_BOOL= ENABLE_TSC_CLOCK # FLATBUFFERS_LIB_DEPENDS= libflatbuffers.so:devel/flatbuffers Modified: head/security/snort3/distinfo ============================================================================== --- head/security/snort3/distinfo Wed Feb 20 23:59:19 2019 (r493477) +++ head/security/snort3/distinfo Thu Feb 21 00:07:29 2019 (r493478) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520170188 -SHA256 (snortadmin-snort3-3.0.0-a4.243-BUILD_243_GH0.tar.gz) = 5d4699e12fddff0605050f69d5e64be66dcd809cacca72aa96d59638fd41a343 -SIZE (snortadmin-snort3-3.0.0-a4.243-BUILD_243_GH0.tar.gz) = 6343357 +TIMESTAMP = 1550701372 +SHA256 (snort3-snort3-3.0.0-250_GH0.tar.gz) = 7853c3f9a6490d2c02ce132617545a0e94858db6788ece403636b0a3a2fa0ab1 +SIZE (snort3-snort3-3.0.0-250_GH0.tar.gz) = 6306832 Modified: head/security/snort3/pkg-plist ============================================================================== --- head/security/snort3/pkg-plist Wed Feb 20 23:59:19 2019 (r493477) +++ head/security/snort3/pkg-plist Thu Feb 21 00:07:29 2019 (r493478) @@ -1,10 +1,13 @@ +bin/appid_detector_builder.sh bin/snort bin/snort2lua bin/u2boat bin/u2spewfoo %%ETCDIR%%/file_magic.lua +%%ETCDIR%%/inline.lua %%ETCDIR%%/snort.lua %%ETCDIR%%/snort_defaults.lua +%%ETCDIR%%/talos.lua include/snort/actions/actions.h include/snort/codecs/codec_module.h include/snort/daqs/daq_user.h @@ -15,6 +18,7 @@ include/snort/detection/detection_engine.h include/snort/detection/detection_options.h include/snort/detection/detection_util.h include/snort/detection/ips_context.h +include/snort/detection/ips_context_data.h include/snort/detection/regex_offload.h include/snort/detection/rule_option_types.h include/snort/detection/rules.h @@ -80,12 +84,19 @@ include/snort/managers/inspector_manager.h include/snort/mime/decode_b64.h include/snort/mime/decode_base.h include/snort/mime/file_mime_config.h +include/snort/mime/file_mime_context_data.h include/snort/mime/file_mime_decode.h include/snort/mime/file_mime_log.h include/snort/mime/file_mime_paf.h include/snort/mime/file_mime_process.h include/snort/network_inspectors/appid/appid_api.h +include/snort/network_inspectors/appid/appid_dns_session.h +include/snort/network_inspectors/appid/appid_http_session.h +include/snort/network_inspectors/appid/appid_session_api.h +include/snort/network_inspectors/appid/appid_types.h include/snort/network_inspectors/appid/application_ids.h +include/snort/network_inspectors/appid/http_xff_fields.h +include/snort/network_inspectors/packet_tracer/packet_tracer.h include/snort/packet_io/active.h include/snort/packet_io/sfdaq.h include/snort/profiler/memory_context.h @@ -119,6 +130,7 @@ include/snort/protocols/token_ring.h include/snort/protocols/udp.h include/snort/protocols/vlan.h include/snort/protocols/wlan.h +include/snort/pub_sub/appid_events.h include/snort/pub_sub/expect_events.h include/snort/pub_sub/http_events.h include/snort/pub_sub/sip_events.h @@ -151,14 +163,12 @@ include/snort/utils/util_unfold.h include/snort/utils/util_utf.h lib/snort/daqs/daq_file.so lib/snort/daqs/daq_hext.so -lib/snort/snort-%%CMAKE_BUILD_TYPE%%.cmake -lib/snort/snort.cmake libdata/pkgconfig/snort.pc %%PORTDOCS%%%%DOCSDIR%%/README.u2boat +%%PORTDOCS%%%%DOCSDIR%%/active.txt %%PORTDOCS%%%%DOCSDIR%%/appid.txt %%PORTDOCS%%%%DOCSDIR%%/basic.txt %%PORTDOCS%%%%DOCSDIR%%/binder.txt -%%PORTDOCS%%%%DOCSDIR%%/bugs.txt %%PORTDOCS%%%%DOCSDIR%%/building.txt %%PORTDOCS%%%%DOCSDIR%%/builtin.txt %%PORTDOCS%%%%DOCSDIR%%/byte_extract.txt @@ -169,6 +179,7 @@ libdata/pkgconfig/snort.pc %%PORTDOCS%%%%DOCSDIR%%/commands.txt %%PORTDOCS%%%%DOCSDIR%%/concepts.txt %%PORTDOCS%%%%DOCSDIR%%/config.txt +%%PORTDOCS%%%%DOCSDIR%%/config_changes.txt %%PORTDOCS%%%%DOCSDIR%%/connector.txt %%PORTDOCS%%%%DOCSDIR%%/connectors.txt %%PORTDOCS%%%%DOCSDIR%%/counts.txt @@ -182,14 +193,17 @@ libdata/pkgconfig/snort.pc %%PORTDOCS%%%%DOCSDIR%%/extending.txt %%PORTDOCS%%%%DOCSDIR%%/features.txt %%PORTDOCS%%%%DOCSDIR%%/file_processing.txt +%%PORTDOCS%%%%DOCSDIR%%/ftp.txt %%PORTDOCS%%%%DOCSDIR%%/gids.txt %%PORTDOCS%%%%DOCSDIR%%/help.txt %%PORTDOCS%%%%DOCSDIR%%/high_availability.txt %%PORTDOCS%%%%DOCSDIR%%/http_inspect.txt +%%PORTDOCS%%%%DOCSDIR%%/http2_inspect.txt %%PORTDOCS%%%%DOCSDIR%%/inspector.txt %%PORTDOCS%%%%DOCSDIR%%/ips_action.txt %%PORTDOCS%%%%DOCSDIR%%/ips_option.txt %%PORTDOCS%%%%DOCSDIR%%/logger.txt +%%PORTDOCS%%%%DOCSDIR%%/module_trace.txt %%PORTDOCS%%%%DOCSDIR%%/modules.txt %%PORTDOCS%%%%DOCSDIR%%/options.txt %%PORTDOCS%%%%DOCSDIR%%/overview.txt @@ -213,6 +227,7 @@ libdata/pkgconfig/snort.pc %%PORTDOCS%%%%DOCSDIR%%/snort_manual.txt %%PORTDOCS%%%%DOCSDIR%%/snorty.png %%PORTDOCS%%%%DOCSDIR%%/style.txt +%%PORTDOCS%%%%DOCSDIR%%/telnet.txt %%PORTDOCS%%%%DOCSDIR%%/terms.txt %%PORTDOCS%%%%DOCSDIR%%/testing_numerical_values.txt %%PORTDOCS%%%%DOCSDIR%%/tutorial.txt