summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-01-15 12:11:00 +0100
committerPacho Ramos <pacho@gentoo.org>2017-01-15 12:20:22 +0100
commit77aca0ef3f94bb4dd7ca1ef81671a1cfef148581 (patch)
tree63db1d572a71911bfc88663ebdcb7a82f4a1740e /sys-process/audit/files
parentsys-power/phctool: Drop old (diff)
downloadgentoo-77aca0ef3f94bb4dd7ca1ef81671a1cfef148581.tar.gz
gentoo-77aca0ef3f94bb4dd7ca1ef81671a1cfef148581.tar.bz2
gentoo-77aca0ef3f94bb4dd7ca1ef81671a1cfef148581.zip
sys-process/audit: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-process/audit/files')
-rw-r--r--sys-process/audit/files/audit-1.7.17-python.patch12
-rw-r--r--sys-process/audit/files/audit-1.7.18-as-needed.patch30
-rw-r--r--sys-process/audit/files/audit-1.7.18-missing_headers.patch13
-rw-r--r--sys-process/audit/files/audit-2.0.5-python.patch22
-rw-r--r--sys-process/audit/files/audit-2.1.3-python.patch24
-rw-r--r--sys-process/audit/files/audit-2.4.1-python.patch22
6 files changed, 0 insertions, 123 deletions
diff --git a/sys-process/audit/files/audit-1.7.17-python.patch b/sys-process/audit/files/audit-1.7.17-python.patch
deleted file mode 100644
index 13fed4a803f8..000000000000
--- a/sys-process/audit/files/audit-1.7.17-python.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- swig/Makefile.am
-+++ swig/Makefile.am
-@@ -28,7 +28,8 @@
- pyexec_PYTHON = audit.py
- pyexec_LTLIBRARIES = _audit.la
- pyexec_SOLIBRARIES = _audit.so
--_audit_la_LDFLAGS = -module -avoid-version
-+_audit_la_CFLAGS = -shared
-+_audit_la_LDFLAGS = -module -avoid-version -shared
- _audit_la_HEADERS: $(top_builddir)/config.h
- _audit_la_DEPENDENCIES =${top_srcdir}/lib/libaudit.h ${top_builddir}/lib/libaudit.la
- nodist__audit_la_SOURCES = audit_wrap.c
diff --git a/sys-process/audit/files/audit-1.7.18-as-needed.patch b/sys-process/audit/files/audit-1.7.18-as-needed.patch
deleted file mode 100644
index 2e951d07bb72..000000000000
--- a/sys-process/audit/files/audit-1.7.18-as-needed.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- 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
diff --git a/sys-process/audit/files/audit-1.7.18-missing_headers.patch b/sys-process/audit/files/audit-1.7.18-missing_headers.patch
deleted file mode 100644
index 120b173a0d71..000000000000
--- a/sys-process/audit/files/audit-1.7.18-missing_headers.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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"
diff --git a/sys-process/audit/files/audit-2.0.5-python.patch b/sys-process/audit/files/audit-2.0.5-python.patch
deleted file mode 100644
index 29742ab5c5e4..000000000000
--- a/sys-process/audit/files/audit-2.0.5-python.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- bindings/python/Makefile.am
-+++ bindings/python/Makefile.am
-@@ -27,5 +27,6 @@
-
- auparse_la_SOURCES = auparse_python.c
- auparse_la_CPPFLAGS = -I$(top_srcdir)/auparse $(AM_CPPFLAGS) -I/usr/include/python$(PYTHON_VERSION) -fno-strict-aliasing
--auparse_la_LDFLAGS = -module -avoid-version
-+auparse_la_CFLAGS = -shared
-+auparse_la_LDFLAGS = -module -avoid-version -shared
- auparse_la_LIBADD = ../../auparse/libauparse.la ../../lib/libaudit.la
---- swig/Makefile.am
-+++ swig/Makefile.am
-@@ -28,7 +28,8 @@
- pyexec_PYTHON = audit.py
- pyexec_LTLIBRARIES = _audit.la
- pyexec_SOLIBRARIES = _audit.so
--_audit_la_LDFLAGS = -module -avoid-version
-+_audit_la_CFLAGS = -shared
-+_audit_la_LDFLAGS = -module -avoid-version -shared
- _audit_la_HEADERS: $(top_builddir)/config.h
- _audit_la_DEPENDENCIES =${top_srcdir}/lib/libaudit.h ${top_builddir}/lib/libaudit.la
- nodist__audit_la_SOURCES = audit_wrap.c
diff --git a/sys-process/audit/files/audit-2.1.3-python.patch b/sys-process/audit/files/audit-2.1.3-python.patch
deleted file mode 100644
index a9feec14e831..000000000000
--- a/sys-process/audit/files/audit-2.1.3-python.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nuar --exclude '*.orig' audit-2.1.3.orig/bindings/python/Makefile.am audit-2.1.3/bindings/python/Makefile.am
---- audit-2.1.3.orig/bindings/python/Makefile.am 2011-08-15 17:31:01.000000000 +0000
-+++ audit-2.1.3/bindings/python/Makefile.am 2011-09-10 19:01:36.974983756 +0000
-@@ -27,5 +27,6 @@
-
- auparse_la_SOURCES = auparse_python.c
- auparse_la_CPPFLAGS = -I$(top_srcdir)/auparse $(AM_CPPFLAGS) -I/usr/include/python$(PYTHON_VERSION) -fno-strict-aliasing
--auparse_la_LDFLAGS = -module -avoid-version -Wl,-z,relro
-+auparse_la_CFLAGS = -shared
-+auparse_la_LDFLAGS = -module -avoid-version -shared -Wl,-z,relro
- auparse_la_LIBADD = ../../auparse/libauparse.la ../../lib/libaudit.la
-diff -Nuar --exclude '*.orig' audit-2.1.3.orig/swig/Makefile.am audit-2.1.3/swig/Makefile.am
---- audit-2.1.3.orig/swig/Makefile.am 2011-08-15 17:31:03.000000000 +0000
-+++ audit-2.1.3/swig/Makefile.am 2011-09-10 19:02:14.095067690 +0000
-@@ -28,7 +28,8 @@
- pyexec_PYTHON = audit.py
- pyexec_LTLIBRARIES = _audit.la
- pyexec_SOLIBRARIES = _audit.so
--_audit_la_LDFLAGS = -module -avoid-version -Wl,-z,relro
-+_audit_la_CFLAGS = -shared
-+_audit_la_LDFLAGS = -module -avoid-version -shared -Wl,-z,relro
- _audit_la_HEADERS: $(top_builddir)/config.h
- _audit_la_DEPENDENCIES =${top_srcdir}/lib/libaudit.h ${top_builddir}/lib/libaudit.la
- nodist__audit_la_SOURCES = audit_wrap.c
diff --git a/sys-process/audit/files/audit-2.4.1-python.patch b/sys-process/audit/files/audit-2.4.1-python.patch
deleted file mode 100644
index 6c27396ef323..000000000000
--- a/sys-process/audit/files/audit-2.4.1-python.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- audit-2.4.1/bindings/python/Makefile.am
-+++ audit-2.4.1/bindings/python/Makefile.am
-@@ -27,5 +27,6 @@
-
- auparse_la_SOURCES = auparse_python.c
- auparse_la_CPPFLAGS = -I$(top_srcdir)/auparse $(AM_CPPFLAGS) -I@PYINCLUDEDIR@ -fno-strict-aliasing
--auparse_la_LDFLAGS = -module -avoid-version -Wl,-z,relro
-+auparse_la_CFLAGS = -shared
-+auparse_la_LDFLAGS = -module -avoid-version -shared -Wl,-z,relro
- auparse_la_LIBADD = ${top_builddir}/auparse/libauparse.la ${top_builddir}/lib/libaudit.la
---- audit-2.4.1/swig/Makefile.am
-+++ audit-2.4.1/swig/Makefile.am
-@@ -27,7 +27,8 @@
- pyexec_PYTHON = audit.py
- pyexec_LTLIBRARIES = _audit.la
- pyexec_SOLIBRARIES = _audit.so
--_audit_la_LDFLAGS = -module -avoid-version -Wl,-z,relro
-+_audit_la_CFLAGS = -shared
-+_audit_la_LDFLAGS = -module -avoid-version -shared -Wl,-z,relro
- _audit_la_HEADERS: $(top_builddir)/config.h
- _audit_la_DEPENDENCIES =${top_srcdir}/lib/libaudit.h ${top_builddir}/lib/libaudit.la
- nodist__audit_la_SOURCES = audit_wrap.c