rpms/audit/devel .cvsignore, 1.80, 1.81 audit.spec, 1.140, 1.141 sources, 1.100, 1.101

Steve Grubb (sgrubb) fedora-extras-commits at redhat.com
Mon Aug 27 20:30:13 UTC 2007


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Mon Aug 27 2007 Steve Grubb <sgrubb at redhat.com> 1.6-1
- Update Licence tags
- Adding perm field should not set syscall added flag in auditctl
- Fix segfault when aureport -if option is used
- Fix auditctl to better check keys on rule lines
- Add support for audit by TTY and other new event types
- Auditd config option for group permission of audit logs
- Swig messed up a variable in ppc's python bindings causing crashes. (#251327)
- New audit event dispatcher
- Update syscall tables for 2.6.23 kernel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/.cvsignore,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- .cvsignore	25 Jul 2007 20:09:50 -0000	1.80
+++ .cvsignore	27 Aug 2007 20:29:41 -0000	1.81
@@ -77,3 +77,4 @@
 audit-1.5.3.tar.gz
 audit-1.5.5.tar.gz
 audit-1.5.6.tar.gz
+audit-1.6.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- audit.spec	25 Jul 2007 20:39:21 -0000	1.140
+++ audit.spec	27 Aug 2007 20:29:41 -0000	1.141
@@ -1,11 +1,11 @@
 %define sca_version 0.4.2
-%define sca_release 6
+%define sca_release 7
 
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
-Version: 1.5.6
-Release: 2%{?dist}
-License: GPL
+Version: 1.6
+Release: 1%{?dist}
+License: GPLv2+
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: %{name}-%{version}.tar.gz
@@ -26,7 +26,7 @@
 
 %package libs
 Summary: Dynamic library for libaudit
-License: LGPL
+License: LGPLv2+
 Group: Development/Libraries
 
 %description libs
@@ -35,7 +35,7 @@
 
 %package libs-devel
 Summary: Header files and static library for libaudit
-License: LGPL
+License: LGPLv2+
 Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
 Requires: kernel-headers >= 2.6.18
@@ -47,7 +47,7 @@
 
 %package libs-python
 Summary: Python bindings for libaudit
-License: LGPL
+License: LGPLv2+
 Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
 
@@ -57,7 +57,7 @@
 
 %package audispd-plugins
 Summary: Default plugins for the audit dispatcher
-License: LGPL
+License: LGPLv2+
 Group: System Environment/Daemons
 
 %description audispd-plugins
@@ -67,7 +67,7 @@
 Summary: Utility for editing audit configuration
 Version: %{sca_version}
 Release: %{sca_release}%{?dist}
-License: GPL
+License: GPLv2+
 Group: Applications/System
 Requires: pygtk2-libglade usermode usermode-gtk
 
@@ -197,6 +197,8 @@
 %config(noreplace) %attr(640,root,root) /etc/audit/auditd.conf
 %config(noreplace) %attr(640,root,root) /etc/audit/audit.rules
 %config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
+%config(noreplace) %attr(640,root,root) /etc/audisp/audispd.conf
+%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/*
 
 %files -n system-config-audit -f system-config-audit.lang
 %defattr(-,root,root,-)
@@ -214,6 +216,17 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Mon Aug 27 2007 Steve Grubb <sgrubb at redhat.com> 1.6-1
+- Update Licence tags
+- Adding perm field should not set syscall added flag in auditctl
+- Fix segfault when aureport -if option is used
+- Fix auditctl to better check keys on rule lines
+- Add support for audit by TTY and other new event types
+- Auditd config option for group permission of audit logs
+- Swig messed up a variable in ppc's python bindings causing crashes. (#251327)
+- New audit event dispatcher
+- Update syscall tables for 2.6.23 kernel
+
 * Wed Jul 25 2007 Steve Grubb <sgrubb at redhat.com> 1.5.6-1
 - Fix potential buffer overflow in print clone flags of auparse
 - Fix python traceback parsing watches without perm statement (Miloslav Trmac)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/sources,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- sources	25 Jul 2007 20:09:50 -0000	1.100
+++ sources	27 Aug 2007 20:29:41 -0000	1.101
@@ -1 +1 @@
-72a7fb8e5ea41706f1db8a81c55a4b97  audit-1.5.6.tar.gz
+538b2fc33878e420da1daabc769d1e1b  audit-1.6.tar.gz




More information about the fedora-extras-commits mailing list