From 71897332c27fced2172b7c6bb96b0dd4b4ed27f4 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 1 Feb 2021 07:47:38 -0600 Subject: [PATCH] aide: update to 0.17.1. --- srcpkgs/aide/patches/fix-errorh-include.patch | 11 ----------- srcpkgs/aide/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete 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 deleted file mode 100644 index efc4f883c54..00000000000 --- a/srcpkgs/aide/patches/fix-errorh-include.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 e376acbbaad..53631c15530 100644 --- a/srcpkgs/aide/template +++ b/srcpkgs/aide/template @@ -1,6 +1,6 @@ # Template file for 'aide' pkgname=aide -version=0.17 +version=0.17.1 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=4fd88d1d5ddc70c698c6519ebbc05c8d32c3f6d8137bbfdefeaebaafd6db867b +checksum=a401c951938f1169ceaec868ce3594736e89c5c881578c263d8a824a06b0002d post_configure() { vsed -i config.h -e 's/cross/ino_t/g'