mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Update to 2.0
PR: 132867 Submitted by: valerio dot daelli at ifom-ieo-campus dot it (maintainer)
This commit is contained in:
parent
f9bc8ada53
commit
e7050498e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230826
@ -24,6 +24,17 @@
|
||||
@unexec if cmp -s %D/%%PORTNAME%%/etc/ossec.conf %D/%%PORTNAME%%/etc/ossec.conf.sample; then rm -f %D/%%PORTNAME%%/etc/ossec.conf; fi
|
||||
%%PORTNAME%%/etc/ossec.conf.sample
|
||||
%%PORTNAME%%/logs/ossec.log
|
||||
%%PORTNAME%%/agentless/main.exp
|
||||
%%PORTNAME%%/agentless/sshlogin.exp
|
||||
%%PORTNAME%%/agentless/ssh_pixconfig_diff
|
||||
%%PORTNAME%%/agentless/ssh_nopass.exp
|
||||
%%PORTNAME%%/agentless/ssh_integrity_check_linux
|
||||
%%PORTNAME%%/agentless/ssh_integrity_check_bsd
|
||||
%%PORTNAME%%/agentless/ssh_generic_diff
|
||||
%%PORTNAME%%/agentless/ssh.exp
|
||||
%%PORTNAME%%/agentless/register_host.sh
|
||||
%%PORTNAME%%/agentless/su.exp
|
||||
@dirrmtry %%PORTNAME%%/agentless
|
||||
@dirrmtry %%PORTNAME%%/active-response/bin/firewalls
|
||||
@dirrmtry %%PORTNAME%%/active-response/bin
|
||||
@dirrmtry %%PORTNAME%%/active-response
|
||||
@ -38,4 +49,5 @@
|
||||
@dirrmtry %%PORTNAME%%/queue
|
||||
@dirrmtry %%PORTNAME%%/logs
|
||||
@dirrmtry %%PORTNAME%%/bin
|
||||
@dirrmtry %%PORTNAME%%/.ssh
|
||||
@dirrmtry %%PORTNAME%%
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ossec-hids
|
||||
PORTVERSION= 1.6
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.ossec.net/files/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ossec-hids-1.6.tar.gz) = 2ed9ef649d44ad416047a4c28eaad13c
|
||||
SHA256 (ossec-hids-1.6.tar.gz) = 07dc21b1d1b581c29c16ba0bdca525fabac775aa7f2be139708c5427261e0687
|
||||
SIZE (ossec-hids-1.6.tar.gz) = 666622
|
||||
MD5 (ossec-hids-2.0.tar.gz) = 113d3df5f556f7f0e3df2d203d2ef73d
|
||||
SHA256 (ossec-hids-2.0.tar.gz) = 4640384c20d2b7a80c266180fd6b1a73703f8fda1794ced4c82d4ab4abbcb250
|
||||
SIZE (ossec-hids-2.0.tar.gz) = 687694
|
||||
|
@ -23,6 +23,8 @@
|
||||
%%PORTNAME%%/bin/agent_control
|
||||
%%PORTNAME%%/bin/syscheck_control
|
||||
%%PORTNAME%%/bin/rootcheck_control
|
||||
%%PORTNAME%%/bin/ossec-reportd
|
||||
%%PORTNAME%%/bin/ossec-agentlessd
|
||||
%%PORTNAME%%/etc/decoder.xml
|
||||
%%PORTNAME%%/etc/internal_options.conf
|
||||
@unexec if cmp -s %D/%%PORTNAME%%/etc/ossec.conf %D/%%PORTNAME%%/etc/ossec.conf.sample; then rm -f %D/%%PORTNAME%%/etc/ossec.conf; fi
|
||||
@ -85,6 +87,18 @@
|
||||
%%PORTNAME%%/rules/solaris_bsm_rules.xml
|
||||
%%PORTNAME%%/rules/mcafee_av_rules.xml
|
||||
%%PORTNAME%%/rules/asterisk_rules.xml
|
||||
%%PORTNAME%%/agentless/main.exp
|
||||
%%PORTNAME%%/agentless/sshlogin.exp
|
||||
%%PORTNAME%%/agentless/ssh_pixconfig_diff
|
||||
%%PORTNAME%%/agentless/ssh_nopass.exp
|
||||
%%PORTNAME%%/agentless/ssh_integrity_check_linux
|
||||
%%PORTNAME%%/agentless/ssh_integrity_check_bsd
|
||||
%%PORTNAME%%/agentless/ssh_generic_diff
|
||||
%%PORTNAME%%/agentless/ssh.exp
|
||||
%%PORTNAME%%/agentless/register_host.sh
|
||||
%%PORTNAME%%/agentless/su.exp
|
||||
@dirrmtry %%PORTNAME%%/agentless
|
||||
@dirrmtry %%PORTNAME%%/.ssh
|
||||
@dirrmtry %%PORTNAME%%/var/run
|
||||
@dirrmtry %%PORTNAME%%/var
|
||||
@dirrmtry %%PORTNAME%%/tmp
|
||||
@ -97,6 +111,8 @@
|
||||
@dirrmtry %%PORTNAME%%/queue/fts
|
||||
@dirrmtry %%PORTNAME%%/queue/alerts
|
||||
@dirrmtry %%PORTNAME%%/queue/agent-info
|
||||
@dirrmtry %%PORTNAME%%/queue/diff
|
||||
@dirrmtry %%PORTNAME%%/queue/agentless
|
||||
@dirrmtry %%PORTNAME%%/queue
|
||||
@dirrmtry %%PORTNAME%%/logs/firewall
|
||||
@dirrmtry %%PORTNAME%%/logs/archives
|
||||
|
Loading…
Reference in New Issue
Block a user