+ossec-hids-cn (2.0-2) stable; urgency=low
+
+ * ignoriranje BIND cache gresaka
+ * ignoriranje anacron gresaka (Yum program...)
+
+ -- Dinko Korunic <kreator@carnet.hr> Sat, 12 Sep 2009 11:03:24 +0200
+
ossec-hids-cn (2.0-1) stable; urgency=low
* depend o novom upstream paketu
cp-update --comment '<!--' --comment-end '-->' \
ossec-hids-cn "$local_rules.$$" <<EOF
-<group name="syslog,errors,local">
+<group name="local">
<rule id="$(expr "$sid" + 1)" level="0">
<if_sid>1002</if_sid>
<match>rsync</match>
<rule id="$(expr "$sid" + 2)" level="0">
<if_sid>1002</if_sid>
<program_name>^sophie|^smartd</program_name>
- <description>Events ignored</description>
+ <description>Ignore Sophie/SMARTd</description>
</rule>
-</group>
-<group name="syslog,postfix,local">
<rule id="$(expr "$sid" + 3)" level="0">
<if_sid>3303</if_sid>
<description>Events ignored</description>
</rule>
<rule id="$(expr "$sid" + 4)" level="0">
- <if_sid>3356</if_sid>
- <description>Ignore blacklisted mail</description>
+ <if_sid>3356</if_sid>
+ <description>Ignore blacklisted mail</description>
</rule>
+
+ <rule id="$(expr "$sid" + 5)" level="0">
+ <if_sid>1002</if_sid>
+ <match>cache</match>
+ <program_name>^named</program_name>
+ <description>Ignore BIND cache warnings</description>
+ </rule>
+
+ <rule id="$(expr "$sid" + 6)" level="0">
+ <if_sid>2933</if_sid>
+ <match>Updated timestamp for job</match>
+ <program_name>^anacron</program_name>
+ <description>Ignore Anacron warnings</description>
+ </rule>
</group>
EOF
cp_mv "$local_rules.$$" "$local_rules"