[Buildroot] [PATCH v6 1/6] audit: bump to version 2.6

Adam Duskett aduskett at gmail.com
Sun Jun 26 22:26:12 UTC 2016


Changes v4 -> v6:
 - Patch series version bump.

Changes v3 -> v4:
 - Updated to 2.6 instead of 2.5.2

Changes v2 -> v3:
 - Split patch into two patches.  One for a version bump, the second for
 the ability to build as a host package.

Changes v1 -> v2:
 - Version bump and the ability to build as a host package as a
   single patch.
---
 package/audit/audit.hash | 2 +-
 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 f234fdb..3712f43 100644
--- a/package/audit/audit.hash
+++ b/package/audit/audit.hash
@@ -1,2 +1,2 @@
 #Locally computed
-sha256	25f57f465f3230d7b1166b615ffd6748818a3dc225d0e8b396c5b2e951674e23	audit-2.4.4.tar.gz
+sha256	b04dbc16dd877c32c3a05a512ed825abfbd5fabd5d3ecca6b4fcbd6bbac5f94e	audit-2.6.tar.gz
diff --git a/package/audit/audit.mk b/package/audit/audit.mk
index 1fbc623..937244d 100644
--- a/package/audit/audit.mk
+++ b/package/audit/audit.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-AUDIT_VERSION = 2.4.4
+AUDIT_VERSION = 2.6
 AUDIT_SITE = http://people.redhat.com/sgrubb/audit
 AUDIT_LICENSE = GPLv2
 AUDIT_LICENSE_FILES = COPYING
-- 
2.7.4



More information about the buildroot mailing list