mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
security/snort: Update to 2.9.20
[*] New Additions Added support for dns root queries and underflow. Added support to get extra data from SMTP and HTTP into IPS event. Added support for login success and failure eventing for IMAP and POP3. Added support to handle empty string for SNI/CN/SAN/ORG. [*] Improvements / Fix Fixed a scenario where SSL traffic was not detected correctly. Fixed security zones info in intrusion events. Fixed URL lookup failure.
This commit is contained in:
parent
ca76312d7f
commit
0839acb0d5
@ -1,7 +1,7 @@
|
||||
# Created by: Dirk Froemberg <dirk@FreeBSD.org>
|
||||
|
||||
PORTNAME= snort
|
||||
PORTVERSION= 2.9.19
|
||||
PORTVERSION= 2.9.20
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://snort.org/downloads/snort/ \
|
||||
https://snort.org/downloads/archive/snort/
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1648665409
|
||||
SHA256 (snort-2.9.19.tar.gz) = b12fc6db72afb58987a2bf1954b8f45bde02047c235513c7663857b9506369c7
|
||||
SIZE (snort-2.9.19.tar.gz) = 7005881
|
||||
TIMESTAMP = 1654711419
|
||||
SHA256 (snort-2.9.20.tar.gz) = 29400e13f53b1831e0b8b10ec1224a1cbaa6dc1533a5322a20dd80bb84b4981c
|
||||
SIZE (snort-2.9.20.tar.gz) = 7009894
|
||||
|
@ -80,6 +80,7 @@ include/snort/dynamic_preproc/sfrt_flat.h
|
||||
include/snort/dynamic_preproc/sfrt_flat_dir.h
|
||||
include/snort/dynamic_preproc/sfrt_trie.h
|
||||
include/snort/dynamic_preproc/sidechannel_define.h
|
||||
include/snort/dynamic_preproc/smtp_api.h
|
||||
include/snort/dynamic_preproc/snort_bounds.h
|
||||
include/snort/dynamic_preproc/snort_debug.h
|
||||
include/snort/dynamic_preproc/ssl.h
|
||||
|
Loading…
Reference in New Issue
Block a user