rpms/audit/devel audit-1.6.3-noretry.patch, NONE, 1.1 audit.spec, 1.147, 1.148

Steve Grubb (sgrubb) fedora-extras-commits at redhat.com
Mon Oct 1 18:44:09 UTC 2007


Author: sgrubb

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

Modified Files:
	audit.spec 
Added Files:
	audit-1.6.3-noretry.patch 
Log Message:
* Mon Oct 1 2007 Steve Grubb <sgrubb at redhat.com> 1.6.2-2
- Don't retry if the rt queue is full.


audit-1.6.3-noretry.patch:

--- NEW FILE audit-1.6.3-noretry.patch ---
diff -urp audit-1.6.3.orig/src/auditd.c audit-1.6.3/src/auditd.c
--- audit-1.6.3.orig/src/auditd.c	2007-10-01 13:56:21.000000000 -0400
+++ audit-1.6.3/src/auditd.c	2007-10-01 13:59:28.000000000 -0400
@@ -136,8 +136,8 @@ static void distribute_event(struct audi
 	}
 
 	/* Last chance to send...maybe the pipe is empty now. */
-	if (attempt)
-		dispatch_event(&rep->reply, attempt);
+//	if (attempt) 
+//		dispatch_event(&rep->reply, attempt);
 }
 
 /*


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- audit.spec	25 Sep 2007 15:56:34 -0000	1.147
+++ audit.spec	1 Oct 2007 18:43:37 -0000	1.148
@@ -1,14 +1,15 @@
 %define sca_version 0.4.3
-%define sca_release 5
+%define sca_release 6
 
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
 Version: 1.6.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: %{name}-%{version}.tar.gz
+Patch1: audit-1.6.3-noretry.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gettext-devel intltool libtool swig python-devel
 BuildRequires: kernel-headers >= 2.6.18
@@ -67,6 +68,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 (cd system-config-audit; ./autogen.sh)
@@ -215,6 +217,9 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Mon Oct 1 2007 Steve Grubb <sgrubb at redhat.com> 1.6.2-2
+- Don't retry if the rt queue is full.
+
 * Tue Sep 25 2007 Steve Grubb <sgrubb at redhat.com> 1.6.2-1
 - Add support for searching by posix regular expressions in auparse
 - Route DEAMON events into rt interface




More information about the fedora-extras-commits mailing list