package/audit: bump to version 3.0.6
This bump will fix the following build failure with kernel >= 5.15 thanks to6b09724c69
interpret.c:48:10: fatal error: linux/ipx.h: No such file or directory 48 | #include <linux/ipx.h> | ^~~~~~~~~~~~~ Indeed, ipx.h has been dropped since6c9b408447
https://github.com/linux-audit/audit-userspace/blob/v3.0.6/ChangeLog Fixes: - http://autobuild.buildroot.org/results/1c8a959d8847d8942fbdf148c1b781df0d8bb4dc Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8402b5263f
commit
79e3cd1c78
@ -1,4 +1,4 @@
|
||||
#Locally computed
|
||||
sha256 994c4250d8fd43f3087a3c2ce73461832e30f1e9b278bf5bb03c3e07091155a5 audit-3.0.1.tar.gz
|
||||
sha256 c3e44d77513a42401d417dd0ceb203cf23886cb89402dea7b9494faa3f4fcc5e audit-3.0.6.tar.gz
|
||||
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
|
||||
sha256 f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa COPYING.LIB
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
AUDIT_VERSION = 3.0.1
|
||||
AUDIT_VERSION = 3.0.6
|
||||
AUDIT_SITE = http://people.redhat.com/sgrubb/audit
|
||||
AUDIT_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
|
||||
AUDIT_LICENSE_FILES = COPYING COPYING.LIB
|
||||
|
Loading…
Reference in New Issue
Block a user