Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -2,14 +2,15 @@
|
||||
config BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
||||
bool
|
||||
default y if BR2_aarch64 || BR2_arm || BR2_armeb || \
|
||||
BR2_i386 || BR2_powerpc || BR2_x86_64
|
||||
BR2_i386 || BR2_powerpc || BR2_powerpc64 || \
|
||||
BR2_x86_64
|
||||
|
||||
config BR2_PACKAGE_AUDIT
|
||||
bool "audit"
|
||||
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # strndupa()
|
||||
help
|
||||
The audit package contains the user space utilities for
|
||||
storing and searching the audit records generated by
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#Locally computed
|
||||
sha256 d99339a63fc6efaaee89efe7fa0e0c395f661392a4ae5056b2c9d10c67ca63a1 audit-2.6.5.tar.gz
|
||||
sha256 0441790794fd9375dbca598fa0ffb46c57ff37b3a24b94ffec0bbee3215cca09 audit-2.7.1.tar.gz
|
||||
|
||||
@@ -4,12 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
AUDIT_VERSION = 2.6.5
|
||||
AUDIT_VERSION = 2.7.1
|
||||
AUDIT_SITE = http://people.redhat.com/sgrubb/audit
|
||||
AUDIT_LICENSE = GPLv2
|
||||
AUDIT_LICENSE = GPLv2+ (programs), unclear (libraries)
|
||||
AUDIT_LICENSE_FILES = COPYING
|
||||
# 0002-Fix-usage-of-audit_status.feature_bitmap.patch
|
||||
AUDIT_AUTORECONF = YES
|
||||
|
||||
AUDIT_INSTALL_STAGING = YES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user