d965be62f008d97d6269334f6c3a93226ad6e148
[ossec-hids.git] / debian / ossec-hids / usr / share / doc / ossec-hids / contrib / debian-packages / Readme.txt
1 ossec-debian
2 ============
3
4 OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response.
5
6 These are the files used to create OSSEC-HIDS version 2.8 debian packages, the ones included both in ossec.net website and in WAZUH repository. You can find these packages at:
7
8 http://www.ossec.net/?page_id=19
9
10 or directly at: http://ossec.wazuh.com/repos/apt/
11
12 There are two different packages that can be built with these files:
13
14 * ossec-hids: Package that includes both the server and the agent.
15 * ossec-hids-agent: Package that includes just the agent.
16
17 Each one of the subdirectories includes:
18
19 * Patches
20 * Debian control files: changelog, compat, control, copyright, lintian-overrides, postinst, postrm, preinst, rules
21
22 Additionally a script, ```generate_ossec.sh```, is included to generate the Debian packages for Jessie, Sid and Wheezy Debian distributions, both for i386 and amd64 architectures. This script uses Pbuilder to build the packages, and uploads those to an APT repository, setup with Reprepro.
23
24 For more details on how to create Debian Packages and an APT repository you can check my post at:
25
26 http://santi-bassett.blogspot.com/2014/07/setting-up-apt-repository-with-reprepro.html
27
28 Please don't hesitate to contribute (preferably via pull requests) to improve these packages.