* [gentoo-commits] gentoo-x86 commit in sys-process/audit/files: audit-1.7.18-missing_headers.patch audit-1.7.18-as-needed.patch
@ 2012-12-18 21:57 Robin H. Johnson (robbat2)
0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2012-12-18 21:57 UTC (permalink / raw
To: gentoo-commits
robbat2 12/12/18 21:57:17
Added: audit-1.7.18-missing_headers.patch
audit-1.7.18-as-needed.patch
Log:
Bug #405887: fix for newer system headers; bug #405897: bump to 1.7.18.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.1 sys-process/audit/files/audit-1.7.18-missing_headers.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/files/audit-1.7.18-missing_headers.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/files/audit-1.7.18-missing_headers.patch?rev=1.1&content-type=text/plain
Index: audit-1.7.18-missing_headers.patch
===================================================================
Index: audit-1.7.13/lib/libaudit.c
===========================================
--- audit-1.7.13.orig/lib/libaudit.c
+++ audit-1.7.13/lib/libaudit.c
@@ -36,6 +36,8 @@
#include <sys/utsname.h>
#include <fcntl.h> /* O_NOFOLLOW needs gnu defined */
#include <limits.h> /* for PATH_MAX */
+#include <sys/stat.h>
+#include <sys/types.h>
#include "libaudit.h"
#include "private.h"
1.1 sys-process/audit/files/audit-1.7.18-as-needed.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/files/audit-1.7.18-as-needed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/files/audit-1.7.18-as-needed.patch?rev=1.1&content-type=text/plain
Index: audit-1.7.18-as-needed.patch
===================================================================
--- audit-1.7.13.orig/src/Makefile.in
+++ audit-1.7.13/src/Makefile.in
@@ -273,10 +273,10 @@
AM_CFLAGS = -D_REENTRANT -D_GNU_SOURCE
noinst_HEADERS = auditd-config.h auditd-event.h auditd-listen.h ausearch-llist.h ausearch-options.h auditctl-llist.h aureport-options.h ausearch-parse.h aureport-scan.h ausearch-lookup.h ausearch-int.h auditd-dispatch.h ausearch-string.h ausearch-nvpair.h ausearch-common.h ausearch-avc.h ausearch-time.h ausearch-lol.h
auditd_SOURCES = auditd.c auditd-event.c auditd-config.c auditd-reconfig.c auditd-sendmail.c auditd-dispatch.c auditd-listen.c
-auditd_CFLAGS = -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing
-auditd_LDFLAGS = -pie -Wl,-z,relro
+auditd_CFLAGS = -pthread -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing
+auditd_LDFLAGS = -pthread -pie -Wl,-z,relro
auditd_DEPENDENCIES = mt/libauditmt.a libev/libev.a
auditd_LDADD = @LIBWRAP_LIBS@ @libev_LIBS@ -Llibev -lev -lrt -lm $(gss_libs)
auditctl_SOURCES = auditctl.c auditctl-llist.c delete_all.c
auditctl_DEPENDENCIES = mt/libauditmt.a
aureport_SOURCES = aureport.c auditd-config.c ausearch-llist.c aureport-options.c ausearch-string.c ausearch-parse.c aureport-scan.c aureport-output.c ausearch-lookup.c ausearch-int.c ausearch-time.c ausearch-nvpair.c ausearch-avc.c ausearch-lol.c
--- audit-1.7.13.orig/src/Makefile.am
+++ audit-1.7.13/src/Makefile.am
@@ -31,10 +31,10 @@
noinst_HEADERS = auditd-config.h auditd-event.h auditd-listen.h ausearch-llist.h ausearch-options.h auditctl-llist.h aureport-options.h ausearch-parse.h aureport-scan.h ausearch-lookup.h ausearch-int.h auditd-dispatch.h ausearch-string.h ausearch-nvpair.h ausearch-common.h ausearch-avc.h ausearch-time.h ausearch-lol.h
auditd_SOURCES = auditd.c auditd-event.c auditd-config.c auditd-reconfig.c auditd-sendmail.c auditd-dispatch.c auditd-listen.c
-auditd_CFLAGS = -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing
-auditd_LDFLAGS = -pie -Wl,-z,relro
+auditd_CFLAGS = -pthread -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing
+auditd_LDFLAGS = -pthread -pie -Wl,-z,relro
auditd_DEPENDENCIES = mt/libauditmt.a libev/libev.a
auditd_LDADD = @LIBWRAP_LIBS@ @libev_LIBS@ -Llibev -lev -lrt -lm $(gss_libs)
auditctl_SOURCES = auditctl.c auditctl-llist.c delete_all.c
auditctl_DEPENDENCIES = mt/libauditmt.a
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-18 21:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-18 21:57 [gentoo-commits] gentoo-x86 commit in sys-process/audit/files: audit-1.7.18-missing_headers.patch audit-1.7.18-as-needed.patch Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox