Skip to content

Commit 81c813f

Browse files
Finalize audit-3.1
1 parent b2ae69b commit 81c813f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3.0.10
1+
3.1
22
- Disable ProtectControlGroups in auditd.service by default
33
- Fix rule checking for exclude filter
44
- Make audit_rule_syscallbyname_data work correctly outside of auditctl

audit.spec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
21
Summary: User space tools for kernel auditing
32
Name: audit
43
Version: 3.1
54
Release: 1%{dist}
6-
License: GPLv2+
5+
License: GPL-2.0-or-later AND LGPL-2.0-or-later
76
Group: System Environment/Daemons
87
URL: http://people.redhat.com/sgrubb/audit/
98
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
@@ -263,6 +262,6 @@ fi
263262

264263

265264
%changelog
266-
* Thu Feb 08 2023 Steve Grubb <[email protected]> 3.1-1
265+
* Thu Feb 09 2023 Steve Grubb <[email protected]> 3.1-1
267266
- New upstream release
268267

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl
22
define([AC_INIT_NOTICE],
33
[### Generated automatically using autoconf version] AC_ACVERSION [
4-
### Copyright 2005-22 Steve Grubb <[email protected]>
4+
### Copyright 2005-23 Steve Grubb <[email protected]>
55
###
66
### Permission is hereby granted, free of charge, to any person obtaining a
77
### copy of this software and associated documentation files (the "Software"),
@@ -29,7 +29,7 @@ define([AC_INIT_NOTICE],
2929
])
3030

3131
AC_REVISION($Revision: 1.3 $)dnl
32-
AC_INIT(audit,3.0.10)
32+
AC_INIT(audit,3.1)
3333
AC_PREREQ(2.12)dnl
3434
AM_CONFIG_HEADER(config.h)
3535

0 commit comments

Comments
 (0)