diff options
author | Dan Langille <dvl@FreeBSD.org> | 2022-06-08 19:52:56 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2022-06-08 20:02:25 +0000 |
commit | 0839acb0d5765f65dddf7df391c755891c04b8b2 (patch) | |
tree | f88503d20261a93619aaf1883e47bda68cc20df4 | |
parent | ca76312d7fcb20b0cb419121bcdf938e5fbdf907 (diff) | |
download | ports-0839acb0d5765f65dddf7df391c755891c04b8b2.tar.gz ports-0839acb0d5765f65dddf7df391c755891c04b8b2.zip |
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.
-rw-r--r-- | security/snort/Makefile | 2 | ||||
-rw-r--r-- | security/snort/distinfo | 6 | ||||
-rw-r--r-- | security/snort/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 60e9e3e618c2..275312fcec45 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -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/ diff --git a/security/snort/distinfo b/security/snort/distinfo index a8d2b9256f9d..7fa0a0e071f6 100644 --- a/security/snort/distinfo +++ b/security/snort/distinfo @@ -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 diff --git a/security/snort/pkg-plist b/security/snort/pkg-plist index 222ee21374b6..a77db055143e 100644 --- a/security/snort/pkg-plist +++ b/security/snort/pkg-plist @@ -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 |