summaryrefslogtreecommitdiffstats
path: root/package/audit/audit.mk
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-10-10 14:54:14 +0300
committerPeter Korsgaard <peter@korsgaard.com>2017-10-10 17:56:58 +0200
commit99c92324512818ef5916a03a48086ad5262a5139 (patch)
treecbc3f461c9c56068f8a588bcfd1771422700a98d /package/audit/audit.mk
parentaab816d0d2ef587e1174e6ec8adcef551fdfc836 (diff)
downloadbuildroot-99c92324512818ef5916a03a48086ad5262a5139.tar.gz
buildroot-99c92324512818ef5916a03a48086ad5262a5139.zip
audit: bump to version 2.7.8
Commit d1011f89a18 (audit: update legal info) set the libraries license to "unclear" because of GPL license text in a few libraries source files. Upstream audit package commit 239765162fa494 (Correct the licensing description in lib/ and auparse/ to be LGPL as was always intended) clarified the license in these files. Add license files hashes. Cc: Rahul Bedarkar <rahulbedarkar89@gmail.com> Cc: Adam Duskett <aduskett@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/audit/audit.mk')
-rw-r--r--package/audit/audit.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/audit/audit.mk b/package/audit/audit.mk
index 1398d9d996..6c0947715f 100644
--- a/package/audit/audit.mk
+++ b/package/audit/audit.mk
@@ -4,10 +4,10 @@
#
################################################################################
-AUDIT_VERSION = 2.7.7
+AUDIT_VERSION = 2.7.8
AUDIT_SITE = http://people.redhat.com/sgrubb/audit
-AUDIT_LICENSE = GPL-2.0+ (programs), unclear (libraries)
-AUDIT_LICENSE_FILES = COPYING
+AUDIT_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
+AUDIT_LICENSE_FILES = COPYING COPYING.LIB
AUDIT_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud