summaryrefslogtreecommitdiff
blob: 3d4c2c0e64ac0fbd43ef530a26d7a0a7e5ae75f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<longdescription>
		OSSEC is a full platform to monitor and control your systems. It mixes
		together all the aspects of HIDS (host-based intrusion detection), log
		monitoring and SIM/SIEM together in a simple, powerful and open source
		solution.
		To determine which build target (agent, server, hybrid or local) best
		suits your needs, please visit https://www.ossec.net/ and review the
		documentation provided there.
	</longdescription>
	<use>
		<flag name="agent">Build "agent" installation target (see package description)</flag>
		<flag name="hybrid">Build "hybrid" installation target</flag>
		<flag name="local">Build "local" installation target</flag>
		<flag name="server">Build "server" installation target</flag>
	</use>
	<upstream>
		<remote-id type="github">ossec/ossec-hids</remote-id>
	</upstream>
</pkgmetadata>