Hello community,

here is the log from the commit of package audit for openSUSE:Factory checked 
in at 2017-08-24 17:40:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audit (Old)
 and      /work/SRC/openSUSE:Factory/.audit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audit"

Thu Aug 24 17:40:36 2017 rev:83 rq:517818 version:2.7.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/audit/audit-secondary.changes    2017-08-08 
11:56:38.054040557 +0200
+++ /work/SRC/openSUSE:Factory/.audit.new/audit-secondary.changes       
2017-08-24 17:40:48.126416700 +0200
@@ -1,0 +2,6 @@
+Fri Aug 18 08:50:02 UTC 2017 - [email protected]
+
+- Add audit-implicit-writev.patch: include sys/uio.h to ensure
+  readv and writev are declared.
+
+-------------------------------------------------------------------

New:
----
  audit-implicit-writev.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ audit-secondary.spec ++++++
--- /var/tmp/diff_new_pack.pxWe5l/_old  2017-08-24 17:40:49.054286067 +0200
+++ /var/tmp/diff_new_pack.pxWe5l/_new  2017-08-24 17:40:49.058285505 +0200
@@ -31,6 +31,7 @@
 Patch2:         audit-no-gss.patch
 Patch3:         audit-allow-manual-stop.patch
 Patch4:         audit-ausearch-do-not-require-tclass.patch
+Patch5:         audit-implicit-writev.patch
 BuildRequires:  audit-devel = %{version}
 BuildRequires:  autoconf >= 2.12
 BuildRequires:  gcc-c++
@@ -102,6 +103,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 autoreconf -fi

++++++ audit-implicit-writev.patch ++++++
Index: audit-2.7.7/audisp/audispd.c
===================================================================
--- audit-2.7.7.orig/audisp/audispd.c
+++ audit-2.7.7/audisp/audispd.c
@@ -28,6 +28,7 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/wait.h>
+#include <sys/uio.h> // for writev() and readv()
 #include <pthread.h>
 #include <dirent.h>
 #include <fcntl.h>
Index: audit-2.7.7/audisp/audispd-builtins.c
===================================================================
--- audit-2.7.7.orig/audisp/audispd-builtins.c
+++ audit-2.7.7/audisp/audispd-builtins.c
@@ -31,6 +31,7 @@
 #include <unistd.h>
 #include <sys/un.h>
 #include <sys/stat.h>
+#include <sys/uio.h> // for writev()
 #include <fcntl.h>
 #include "audispd-pconfig.h"
 #include "audispd-builtins.h"

Reply via email to