]> git.pld-linux.org Git - packages/audit.git/commitdiff
- up to 2.0.5 auto/th/audit-2_0_5-1 auto/ti/audit-2_0_5-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 24 Sep 2010 18:35:12 +0000 (18:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audit-pthread.patch -> 1.2
    audit-stat.patch -> 1.2
    audit.spec -> 1.77

audit-pthread.patch [deleted file]
audit-stat.patch [deleted file]
audit.spec

diff --git a/audit-pthread.patch b/audit-pthread.patch
deleted file mode 100644 (file)
index 34dd124..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- audit-1.7.13/src/Makefile.am~      2009-04-21 20:47:18.000000000 +0200
-+++ audit-1.7.13/src/Makefile.am       2009-07-06 13:01:03.410269265 +0200
-@@ -34,7 +34,7 @@
- auditd_CFLAGS = -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing 
- auditd_LDFLAGS = -pie -Wl,-z,relro
- auditd_DEPENDENCIES = mt/libauditmt.a libev/libev.a
--auditd_LDADD = @LIBWRAP_LIBS@ @libev_LIBS@ -Llibev -lev -lrt -lm $(gss_libs)
-+auditd_LDADD = @LIBWRAP_LIBS@ @libev_LIBS@ -Llibev -lev -lrt -lm $(gss_libs) $(LDADD)
- auditctl_SOURCES = auditctl.c auditctl-llist.c delete_all.c
- auditctl_DEPENDENCIES = mt/libauditmt.a 
diff --git a/audit-stat.patch b/audit-stat.patch
deleted file mode 100644 (file)
index cf9971e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- audit-2.0.4/lib/libaudit.c~        2009-12-07 22:16:48.000000000 +0100
-+++ audit-2.0.4/lib/libaudit.c 2010-06-01 09:11:01.489476207 +0200
-@@ -34,6 +34,7 @@
- #include <errno.h>
- #include <sys/poll.h>
- #include <sys/utsname.h>
-+#include <sys/stat.h>
- #include <fcntl.h>    /* O_NOFOLLOW needs gnu defined */
- #include <limits.h>   /* for PATH_MAX */
index 5d39ca7672eb90088b17b59993fa304a71c11b4b..38c21b29d28ec4adbe6bdaf28889954f3d4d7a7c 100644 (file)
@@ -7,18 +7,16 @@
 Summary:       User space tools for 2.6 kernel auditing
 Summary(pl.UTF-8):     Narzędzia przestrzeni użytkownika do audytu jąder 2.6
 Name:          audit
-Version:       2.0.4
-Release:       3
+Version:       2.0.5
+Release:       1
 License:       GPL v2+
 Group:         Daemons
 Source0:       http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
-# Source0-md5: 90d2c70e74041fca5ac4b999cb915d68
+# Source0-md5: 1326b712dab362acbc8686cd91f8e3e1
 Source2:       %{name}d.init
 Source3:       %{name}d.sysconfig
 Patch0:                %{name}-install.patch
-Patch1:                %{name}-pthread.patch
-Patch2:                %{name}-m4.patch
-Patch3:                %{name}-stat.patch
+Patch1:                %{name}-m4.patch
 URL:           http://people.redhat.com/sgrubb/audit/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9
@@ -138,8 +136,6 @@ Pythonowy interfejs do biblioteki libaudit.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %if !%{with python}
 sed 's#swig/Makefile ##' -i configure.ac
This page took 0.142337 seconds and 4 git commands to generate.