forked from nzin/puppet-ossec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
72 lines (49 loc) · 2.92 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2014-11-28 Jonathan Gazeley <[email protected]> - 1.3.0
===========================================================
Jonathan Gazeley <[email protected]>:
* Add support for Debian "Jessie" (thanks to @ivan7farre)
2015-01-16 Jonathan Gazeley <[email protected]> - 1.3.3
===========================================================
Jonathan Gazeley <[email protected]>:
* Fix compatibility issue with PuppetServer (thanks to @d9705996)
2015-03-02 Jonathan Gazeley <[email protected]> - 1.4.0
===========================================================
Jonathan Gazeley <[email protected]>:
* Fix dependency problem by providing EPEL on RHEL (thanks to @otteydw for reporting)
2015-05-28 Jonathan Gazeley <[email protected]> - 1.4.1
===========================================================
Jonathan Gazeley <[email protected]>:
* Email notification is no longer hard-coded in ossec.conf (thanks to @earsdown)
2015-06-10 Jonathan Gazeley <[email protected]> - 1.4.2
===========================================================
Jonathan Gazeley <[email protected]>:
* Fix regression that breaks behaviour on CentOS 6 and lower
2015-06-11 Jonathan Gazeley <[email protected]> - 1.5.1
===========================================================
Jonathan Gazeley <[email protected]>:
* Stop using andyshinn/atomic and configure Atomicorp's OSSEC repo locally
2015-06-30 Jonathan Gazeley <[email protected]> - 1.5.3
===========================================================
Jonathan Gazeley <[email protected]>:
* Fix permissions on log files so logwatch on EL7 doesn't complain
* Key concat::fragment for agentkeys on $agent_name to avoid duplicated resources
2015-07-06 Jonathan Gazeley <[email protected]> - 1.5.4
===========================================================
Jonathan Gazeley <[email protected]>:
* Fix regression in log file permissions (thanks to @paulseward)
2015-07-20 Jonathan Gazeley <[email protected]> - 1.6.0
===========================================================
Jonathan Gazeley <[email protected]>:
* Enable SELinux support
2015-08-03 Jonathan Gazeley <[email protected]> - 1.6.2
===========================================================
Jonathan Gazeley <[email protected]>:
* Fix log directory permissions
2015-08-07 Jonathan Gazeley <[email protected]> - 1.7.0
===========================================================
Jonathan Gazeley <[email protected]>:
* Use puppetlabs/mysql to manage MySQL client
2015-08-21 Jonathan Gazeley <[email protected]> - 1.7.2
===========================================================
Jonathan Gazeley <[email protected]>:
* SELinux permissions fix