rpms/audit/devel audit-1.6.3-noretry.patch, 1.1, 1.2 audit.spec, 1.148, 1.149

Steve Grubb (sgrubb) fedora-extras-commits at redhat.com
Fri Oct 5 15:42:21 UTC 2007


Author: sgrubb

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

Modified Files:
	audit-1.6.3-noretry.patch audit.spec 
Log Message:
* Fri Oct 5 2007 Steve Grubb <sgrubb at redhat.com> 1.6.2-3
- Fix syscall name to number conversion in libaudit.


audit-1.6.3-noretry.patch:

Index: audit-1.6.3-noretry.patch
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit-1.6.3-noretry.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audit-1.6.3-noretry.patch	1 Oct 2007 18:43:37 -0000	1.1
+++ audit-1.6.3-noretry.patch	5 Oct 2007 15:42:18 -0000	1.2
@@ -1,7 +1,19 @@
-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
+diff -urp audit-1.6.2.orig/lib/lookup_table.c audit-1.6.2/lib/lookup_table.c
+--- audit-1.6.2.orig/lib/lookup_table.c	2007-10-05 10:30:25.000000000 -0400
++++ audit-1.6.2/lib/lookup_table.c	2007-10-05 10:32:01.000000000 -0400
+@@ -483,7 +483,7 @@ int audit_name_to_msg_type(const char *m
+ 		strncpy(buf, msg_type + 8, len);
+ 		errno = 0;
+ 		return strtol(buf, NULL, 10);
+-	} else if (isdigit(msg_type)) {
++	} else if (isdigit(*msg_type)) {
+ 		errno = 0;
+ 		return strtol(msg_type, NULL, 10);
+ 	}
+diff -urp audit-1.6.2.orig/src/auditd.c audit-1.6.2/src/auditd.c
+--- audit-1.6.2.orig/src/auditd.c	2007-10-05 10:31:35.000000000 -0400
++++ audit-1.6.2/src/auditd.c	2007-10-05 10:30:04.000000000 -0400
+@@ -135,8 +135,8 @@ static void distribute_event(struct audi
  	}
  
  	/* Last chance to send...maybe the pipe is empty now. */


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- audit.spec	1 Oct 2007 18:43:37 -0000	1.148
+++ audit.spec	5 Oct 2007 15:42:18 -0000	1.149
@@ -1,10 +1,10 @@
 %define sca_version 0.4.3
-%define sca_release 6
+%define sca_release 7
 
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
 Version: 1.6.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
@@ -217,6 +217,9 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Fri Oct 5 2007 Steve Grubb <sgrubb at redhat.com> 1.6.2-3
+- Fix syscall name to number conversion in libaudit.
+
 * Mon Oct 1 2007 Steve Grubb <sgrubb at redhat.com> 1.6.2-2
 - Don't retry if the rt queue is full.
 




More information about the fedora-extras-commits mailing list