[packages/audit] - updated to 3.0.9 - removed obsolete cronjob patch

qboosh qboosh at pld-linux.org
Sat Oct 8 20:09:42 CEST 2022


commit 0c6e9985ceec539c5f60d1558503e6fd5841c780
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Oct 8 20:10:19 2022 +0200

    - updated to 3.0.9
    - removed obsolete cronjob patch

 audit-am.patch      |  6 +++---
 audit-cronjob.patch | 12 ------------
 audit.spec          |  6 ++----
 3 files changed, 5 insertions(+), 19 deletions(-)
---
diff --git a/audit.spec b/audit.spec
index 72be550..2bbdda9 100644
--- a/audit.spec
+++ b/audit.spec
@@ -23,12 +23,12 @@
 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:	3.0.8
+Version:	3.0.9
 Release:	1
 License:	GPL v2+
 Group:		Daemons
 Source0:	https://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
-# Source0-md5:	13dd813d9fdcc1853d930c081f9e8bdf
+# Source0-md5:	b10d29cc8454316eb0ec34f4c0345c2d
 Source2:	%{name}d.init
 Source3:	%{name}d.sysconfig
 Patch0:		%{name}-install.patch
@@ -37,7 +37,6 @@ Patch2:		%{name}-nolibs.patch
 Patch3:		%{name}-systemd-notonly.patch
 Patch4:		%{name}-am.patch
 Patch5:		%{name}-no-refusemanualstop.patch
-Patch6:		%{name}-cronjob.patch
 Patch7:		golang-paths.patch
 Patch8:		%{name}-flex-array-workaround.patch
 Patch9:		%{name}-undo-flex-array.patch
@@ -189,7 +188,6 @@ Interfejs Pythona 3.x do biblioteki libaudit.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 %patch7 -p1
 
 %if %{with flex_array_fix}
diff --git a/audit-am.patch b/audit-am.patch
index c32b639..abae4ec 100644
--- a/audit-am.patch
+++ b/audit-am.patch
@@ -1,8 +1,8 @@
---- audit-3.0.8/configure.ac.orig	2022-05-21 09:09:05.738660955 +0200
-+++ audit-3.0.8/configure.ac	2022-05-21 09:10:25.904893324 +0200
+--- audit-3.0.9/configure.ac.orig	2022-05-21 09:09:05.738660955 +0200
++++ audit-3.0.9/configure.ac	2022-05-21 09:10:25.904893324 +0200
 @@ -31,7 +31,7 @@ define([AC_INIT_NOTICE],
  AC_REVISION($Revision: 1.3 $)dnl
- AC_INIT(audit,3.0.8)
+ AC_INIT(audit,3.0.9)
  AC_PREREQ(2.12)dnl
 -AM_CONFIG_HEADER(config.h)
 +AC_CONFIG_HEADERS(config.h)
diff --git a/audit-cronjob.patch b/audit-cronjob.patch
deleted file mode 100644
index 9510fc6..0000000
--- a/audit-cronjob.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- audit-2.3.2/init.d/auditd.cron.orig	2013-07-29 23:36:59.000000000 +0200
-+++ audit-2.3.2/init.d/auditd.cron	2013-12-08 12:29:45.000000000 +0100
-@@ -1,7 +1,8 @@
- # based on a cron job.
- ##########
- 
--/sbin/service auditd rotate
-+p=$(pidof auditd)
-+[ -n "$p" ] && kill -USR1 $p
- EXITVALUE=$?
- if [ $EXITVALUE != 0 ]; then
-     /usr/bin/logger -t auditd "ALERT exited abnormally with [$EXITVALUE]"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/audit.git/commitdiff/0c6e9985ceec539c5f60d1558503e6fd5841c780



More information about the pld-cvs-commit mailing list