[patch] Ossec-hids-server upgrade to 1.3
Attached patch updates ossec-hids-server to version 1.3 PR: ports/115868 Submitted by: valerio.daelli@gmail.com
This commit is contained in:
parent
6ada0da811
commit
65fd767d1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199247
3 changed files with 10 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ossec-hids
|
||||
PORTVERSION= 1.2
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.ossec.net/files/ \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ossec-hids-1.2.tar.gz) = cd9e323a3d9184c97f5db54a3d5f5aa7
|
||||
SHA256 (ossec-hids-1.2.tar.gz) = 9e690ce3f98070e5012e85b45004dcafd8b7b62dc0ceed50ddf8f71a3fe51573
|
||||
SIZE (ossec-hids-1.2.tar.gz) = 515661
|
||||
MD5 (ossec-hids-1.3.tar.gz) = 5ab287c009c48c72ffcbf1e2574e8bf6
|
||||
SHA256 (ossec-hids-1.3.tar.gz) = 71aab72703ce2513a7e9d1bfe89aa8b288cf43fdcc84d5cc3f2696c2981af14e
|
||||
SIZE (ossec-hids-1.3.tar.gz) = 553438
|
||||
|
|
|
@ -21,10 +21,15 @@
|
|||
%%PORTNAME%%/etc/ossec.conf.sample
|
||||
%%PORTNAME%%/etc/shared/rootkit_files.txt
|
||||
%%PORTNAME%%/etc/shared/rootkit_trojans.txt
|
||||
%%PORTNAME%%/etc/shared/win_applications_rcl.txt
|
||||
%%PORTNAME%%/etc/shared/win_audit_rcl.txt
|
||||
%%PORTNAME%%/etc/shared/win_malware_rcl.txt
|
||||
%%PORTNAME%%/logs/ossec.log
|
||||
%%PORTNAME%%/rules/apache_rules.xml
|
||||
%%PORTNAME%%/rules/arpwatch_rules.xml
|
||||
%%PORTNAME%%/rules/attack_rules.xml
|
||||
%%PORTNAME%%/rules/cisco-ios_rules.xml
|
||||
%%PORTNAME%%/rules/courier_rules.xml
|
||||
%%PORTNAME%%/rules/firewall_rules.xml
|
||||
%%PORTNAME%%/rules/ftpd_rules.xml
|
||||
%%PORTNAME%%/rules/hordeimp_rules.xml
|
||||
|
@ -52,6 +57,7 @@
|
|||
%%PORTNAME%%/rules/squid_rules.xml
|
||||
%%PORTNAME%%/rules/sshd_rules.xml
|
||||
%%PORTNAME%%/rules/symantec-av_rules.xml
|
||||
%%PORTNAME%%/rules/symantec-ws_rules.xml
|
||||
%%PORTNAME%%/rules/syslog_rules.xml
|
||||
%%PORTNAME%%/rules/telnetd_rules.xml
|
||||
%%PORTNAME%%/rules/vpn_concentrator_rules.xml
|
||||
|
|
Loading…
Reference in a new issue