From 81c813fc4ebb11bf1eca8b8bdb5b253dff31e68e Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Thu, 9 Feb 2023 10:35:07 -0500 Subject: [PATCH] Finalize audit-3.1 --- ChangeLog | 2 +- audit.spec | 5 ++--- configure.ac | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 63ea3023d..2369eb4a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -3.0.10 +3.1 - Disable ProtectControlGroups in auditd.service by default - Fix rule checking for exclude filter - Make audit_rule_syscallbyname_data work correctly outside of auditctl diff --git a/audit.spec b/audit.spec index 7208c565c..3cb12d476 100644 --- a/audit.spec +++ b/audit.spec @@ -1,9 +1,8 @@ - Summary: User space tools for kernel auditing Name: audit Version: 3.1 Release: 1%{dist} -License: GPLv2+ +License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz @@ -263,6 +262,6 @@ fi %changelog -* Thu Feb 08 2023 Steve Grubb 3.1-1 +* Thu Feb 09 2023 Steve Grubb 3.1-1 - New upstream release diff --git a/configure.ac b/configure.ac index 3635f9fb6..e312a4504 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl define([AC_INIT_NOTICE], [### Generated automatically using autoconf version] AC_ACVERSION [ -### Copyright 2005-22 Steve Grubb +### Copyright 2005-23 Steve Grubb ### ### Permission is hereby granted, free of charge, to any person obtaining a ### copy of this software and associated documentation files (the "Software"), @@ -29,7 +29,7 @@ define([AC_INIT_NOTICE], ]) AC_REVISION($Revision: 1.3 $)dnl -AC_INIT(audit,3.0.10) +AC_INIT(audit,3.1) AC_PREREQ(2.12)dnl AM_CONFIG_HEADER(config.h)