From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Duskett Date: Sun, 26 Jun 2016 18:39:08 -0400 Subject: [Buildroot] [PATCH v6 1/6] audit: bump to version 2.6 In-Reply-To: <1466980753-667-1-git-send-email-Aduskett@gmail.com> References: <1466980753-667-1-git-send-email-Aduskett@gmail.com> Message-ID: <1466980753-667-2-git-send-email-Aduskett@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Adam Duskett --- 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