aide: update to 0.17.

This commit is contained in:
Andrew Benson 2021-01-24 14:03:19 -06:00 committed by Andrew Benson
parent 41ddb96f66
commit 930e5841e9
2 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,11 @@
--- include/aide.h.orig
+++ include/aide.h
@@ -33,7 +33,6 @@
#if HAVE_FCNTL_H
# include <fcntl.h>
#endif
-#include "error.h"
#ifndef TEMP_FAILURE_RETRY
/* Evaluate EXPRESSION, and repeat as long as it returns -1 with errno'

View file

@ -1,6 +1,6 @@
# Template file for 'aide' # Template file for 'aide'
pkgname=aide pkgname=aide
version=0.16.2 version=0.17
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr
@ -15,7 +15,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://aide.github.io/" homepage="https://aide.github.io/"
distfiles="https://github.com/aide/aide/releases/download/v${version}/aide-${version}.tar.gz" distfiles="https://github.com/aide/aide/releases/download/v${version}/aide-${version}.tar.gz"
checksum=17f998ae6ae5afb9c83578e4953115ab8a2705efc50dee5c6461cef3f521b797 checksum=4fd88d1d5ddc70c698c6519ebbc05c8d32c3f6d8137bbfdefeaebaafd6db867b
post_configure() { post_configure() {
vsed -i config.h -e 's/cross/ino_t/g' vsed -i config.h -e 's/cross/ino_t/g'