Date: Thu, 4 Apr 2019 23:10:44 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497875 - head/security/snort3 Message-ID: <201904042310.x34NAijG013677@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Thu Apr 4 23:10:44 2019 New Revision: 497875 URL: https://svnweb.freebsd.org/changeset/ports/497875 Log: security/snort3: Update version 3.0.0-250=>3.0.0-251 Modified: head/security/snort3/Makefile head/security/snort3/distinfo head/security/snort3/pkg-plist Modified: head/security/snort3/Makefile ============================================================================== --- head/security/snort3/Makefile Thu Apr 4 23:04:59 2019 (r497874) +++ head/security/snort3/Makefile Thu Apr 4 23:10:44 2019 (r497875) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= snort -DISTVERSION= 3.0.0-250 +DISTVERSION= 3.0.0-251 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 @@ -31,7 +31,6 @@ GH_PROJECT= snort3 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 Modified: head/security/snort3/distinfo ============================================================================== --- head/security/snort3/distinfo Thu Apr 4 23:04:59 2019 (r497874) +++ head/security/snort3/distinfo Thu Apr 4 23:10:44 2019 (r497875) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550701372 -SHA256 (snort3-snort3-3.0.0-250_GH0.tar.gz) = 7853c3f9a6490d2c02ce132617545a0e94858db6788ece403636b0a3a2fa0ab1 -SIZE (snort3-snort3-3.0.0-250_GH0.tar.gz) = 6306832 +TIMESTAMP = 1554401809 +SHA256 (snort3-snort3-3.0.0-251_GH0.tar.gz) = d815dd0b59ac6f4ff1fa926b4392e67c33042501553f1375b420181f8c4290a4 +SIZE (snort3-snort3-3.0.0-251_GH0.tar.gz) = 6374023 Modified: head/security/snort3/pkg-plist ============================================================================== --- head/security/snort3/pkg-plist Thu Apr 4 23:04:59 2019 (r497874) +++ head/security/snort3/pkg-plist Thu Apr 4 23:10:44 2019 (r497875) @@ -18,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_chain.h include/snort/detection/ips_context_data.h include/snort/detection/regex_offload.h include/snort/detection/rule_option_types.h @@ -27,6 +28,7 @@ include/snort/detection/treenodes.h include/snort/events/event.h include/snort/events/event_queue.h include/snort/file_api/file_api.h +include/snort/file_api/file_capture.h include/snort/file_api/file_config.h include/snort/file_api/file_flows.h include/snort/file_api/file_identifier.h @@ -38,6 +40,8 @@ include/snort/file_api/file_service.h include/snort/flow/expect_cache.h include/snort/flow/flow.h include/snort/flow/flow_key.h +include/snort/flow/flow_stash.h +include/snort/flow/stash_item.h include/snort/framework/api_options.h include/snort/framework/base_api.h include/snort/framework/bits.h @@ -55,6 +59,7 @@ include/snort/framework/logger.h include/snort/framework/lua_api.h include/snort/framework/module.h include/snort/framework/mpse.h +include/snort/framework/mpse_batch.h include/snort/framework/parameter.h include/snort/framework/range.h include/snort/framework/so_rule.h @@ -62,6 +67,7 @@ include/snort/framework/value.h include/snort/hash/ghash.h include/snort/hash/hashes.h include/snort/hash/hashfcn.h +include/snort/hash/lru_cache_shared.h include/snort/hash/xhash.h include/snort/helpers/base64_encoder.h include/snort/log/log.h @@ -151,6 +157,7 @@ include/snort/utils/bitop.h include/snort/utils/cpp_macros.h include/snort/utils/endian.h include/snort/utils/kmap.h +include/snort/utils/primed_allocator.h include/snort/utils/safec.h include/snort/utils/segment_mem.h include/snort/utils/sflsq.h @@ -213,6 +220,7 @@ libdata/pkgconfig/snort.pc %%PORTDOCS%%%%DOCSDIR%%/pop_imap.txt %%PORTDOCS%%%%DOCSDIR%%/port_scan.txt %%PORTDOCS%%%%DOCSDIR%%/reference.txt +%%PORTDOCS%%%%DOCSDIR%%/reload_limitations.txt %%PORTDOCS%%%%DOCSDIR%%/sensitive_data.txt %%PORTDOCS%%%%DOCSDIR%%/side_channel.txt %%PORTDOCS%%%%DOCSDIR%%/signals.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904042310.x34NAijG013677>