From 930e5841e91e5a7bf7c84c8aba28fc024e46e1c0 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sun, 24 Jan 2021 14:03:19 -0600 Subject: [PATCH] aide: update to 0.17. --- srcpkgs/aide/patches/fix-errorh-include.patch | 11 +++++++++++ srcpkgs/aide/template | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/aide/patches/fix-errorh-include.patch diff --git a/srcpkgs/aide/patches/fix-errorh-include.patch b/srcpkgs/aide/patches/fix-errorh-include.patch new file mode 100644 index 0000000000..efc4f883c5 --- /dev/null +++ b/srcpkgs/aide/patches/fix-errorh-include.patch @@ -0,0 +1,11 @@ +--- include/aide.h.orig ++++ include/aide.h +@@ -33,7 +33,6 @@ + #if HAVE_FCNTL_H + # include + #endif +-#include "error.h" + + #ifndef TEMP_FAILURE_RETRY + /* Evaluate EXPRESSION, and repeat as long as it returns -1 with errno' + diff --git a/srcpkgs/aide/template b/srcpkgs/aide/template index adaa571cf2..e376acbbaa 100644 --- a/srcpkgs/aide/template +++ b/srcpkgs/aide/template @@ -1,6 +1,6 @@ # Template file for 'aide' pkgname=aide -version=0.16.2 +version=0.17 revision=1 build_style=gnu-configure configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr @@ -15,7 +15,7 @@ maintainer="Andrew Benson " license="GPL-2.0-or-later" homepage="https://aide.github.io/" distfiles="https://github.com/aide/aide/releases/download/v${version}/aide-${version}.tar.gz" -checksum=17f998ae6ae5afb9c83578e4953115ab8a2705efc50dee5c6461cef3f521b797 +checksum=4fd88d1d5ddc70c698c6519ebbc05c8d32c3f6d8137bbfdefeaebaafd6db867b post_configure() { vsed -i config.h -e 's/cross/ino_t/g'