rpms/audit/devel .cvsignore, 1.89, 1.90 audit.spec, 1.165, 1.166 sources, 1.111, 1.112

Steve Grubb (sgrubb) fedora-extras-commits at redhat.com
Sun Mar 30 19:17:52 UTC 2008


Author: sgrubb

Update of /cvs/pkgs/rpms/audit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv355

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Sun Mar 30 2008 Steve Grubb <sgrubb at redhat.com> 1.7-1
- Handle user space avcs in prelude plugin
- Fix watched account login detection for some failed login attempts
- Couple fixups in audit logging functions (Miloslav Trmac)
- Add support in auditctl for virtual keys
- auparse_find_field_next was not iterating correctly, fixed it
- Add idmef alerts for access or execution of watched file
- Fix buffer overflow in audit_log_user_command
- Add basic remote logging plugin - only sends & no flow control
- Update ausearch with interpret fixes from auparse



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/.cvsignore,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- .cvsignore	9 Mar 2008 23:29:28 -0000	1.89
+++ .cvsignore	30 Mar 2008 19:17:17 -0000	1.90
@@ -86,3 +86,4 @@
 audit-1.6.7.tar.gz
 audit-1.6.8.tar.gz
 audit-1.6.9.tar.gz
+audit-1.7.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- audit.spec	9 Mar 2008 23:29:28 -0000	1.165
+++ audit.spec	30 Mar 2008 19:17:17 -0000	1.166
@@ -6,7 +6,7 @@
 
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
-Version: 1.6.9
+Version: 1.7
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
@@ -293,6 +293,11 @@
 %attr(750,root,root) /sbin/audisp-prelude
 %attr(644,root,root) %{_mandir}/man5/audisp-prelude.conf.5.gz
 %attr(644,root,root) %{_mandir}/man8/audisp-prelude.8.gz
+%config(noreplace) %attr(640,root,root) /etc/audisp/audisp-remote.conf
+%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/au-remote.conf
+%attr(750,root,root) /sbin/audisp-remote
+%attr(644,root,root) %{_mandir}/man5/audisp-remote.conf.5.gz
+%attr(644,root,root) %{_mandir}/man8/audisp-remote.8.gz
 
 %files -n system-config-audit -f system-config-audit.lang
 %defattr(-,root,root,-)
@@ -310,6 +315,17 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Sun Mar 30 2008 Steve Grubb <sgrubb at redhat.com> 1.7-1
+- Handle user space avcs in prelude plugin
+- Fix watched account login detection for some failed login attempts
+- Couple fixups in audit logging functions (Miloslav Trmac)
+- Add support in auditctl for virtual keys
+- auparse_find_field_next was not iterating correctly, fixed it
+- Add idmef alerts for access or execution of watched file
+- Fix buffer overflow in audit_log_user_command
+- Add basic remote logging plugin - only sends & no flow control
+- Update ausearch with interpret fixes from auparse
+
 * Sun Mar 09 2008 Steve Grubb <sgrubb at redhat.com> 1.6.9-1
 - Apply hidden attribute cleanup patch (Miloslav Trmac)
 - Apply auparse expression interface patch (Miloslav Trmac)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/sources,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- sources	9 Mar 2008 23:29:28 -0000	1.111
+++ sources	30 Mar 2008 19:17:17 -0000	1.112
@@ -1 +1 @@
-7e055793c057883f39b10d8ba783de98  audit-1.6.9.tar.gz
+dba65ff98de50c89d3cc1e1ddc49aa1a  audit-1.7.tar.gz




More information about the fedora-extras-commits mailing list