diff options
author | Adam Duskett <Aduskett@gmail.com> | 2017-05-10 09:06:46 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-11 21:40:01 +0200 |
commit | 9235a19f1ae01de6eaa2c36c41cc6a790892f2fe (patch) | |
tree | e151deb296d76ae7d02cd1e648136b7223cc4170 | |
parent | c5e197ecd70e24635d255b21b5eec7ccc89cd308 (diff) | |
download | buildroot-9235a19f1ae01de6eaa2c36c41cc6a790892f2fe.tar.gz buildroot-9235a19f1ae01de6eaa2c36c41cc6a790892f2fe.zip |
audit: bump to 2.7.6
Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/audit/audit.hash | 2 | ||||
-rw-r--r-- | package/audit/audit.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/audit/audit.hash b/package/audit/audit.hash index 2ae8f99bb7..7dd3e55aa7 100644 --- a/package/audit/audit.hash +++ b/package/audit/audit.hash @@ -1,2 +1,2 @@ #Locally computed -sha256 0441790794fd9375dbca598fa0ffb46c57ff37b3a24b94ffec0bbee3215cca09 audit-2.7.1.tar.gz +sha256 fa65289cffdc95a25bfbdba541f43ee1b12c707090a38fd027dcf9354b9014e7 audit-2.7.6.tar.gz diff --git a/package/audit/audit.mk b/package/audit/audit.mk index b94d0bf244..95b60780ae 100644 --- a/package/audit/audit.mk +++ b/package/audit/audit.mk @@ -4,7 +4,7 @@ # ################################################################################ -AUDIT_VERSION = 2.7.1 +AUDIT_VERSION = 2.7.6 AUDIT_SITE = http://people.redhat.com/sgrubb/audit AUDIT_LICENSE = GPL-2.0+ (programs), unclear (libraries) AUDIT_LICENSE_FILES = COPYING |