aide: update to 0.17.4.
This commit is contained in:
parent
2e40a8ba0f
commit
5ff17e7f26
2 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
@@define LOGDIR /var/log/aide
|
@@define LOGDIR /var/log/aide
|
||||||
|
|
||||||
# The location of the database to be read.
|
# The location of the database to be read.
|
||||||
database=file:@@{DBDIR}/aide.db.gz
|
database_in=file:@@{DBDIR}/aide.db.gz
|
||||||
|
|
||||||
# The location of the database to be written.
|
# The location of the database to be written.
|
||||||
#database_out=sql:host:port:database:login_name:passwd:table
|
#database_out=sql:host:port:database:login_name:passwd:table
|
||||||
|
@ -15,7 +15,8 @@ database_out=file:@@{DBDIR}/aide.db.new.gz
|
||||||
gzip_dbout=yes
|
gzip_dbout=yes
|
||||||
|
|
||||||
# Default.
|
# Default.
|
||||||
verbose=5
|
log_level=warning
|
||||||
|
report_level=minimal
|
||||||
|
|
||||||
report_url=file:@@{LOGDIR}/aide.log
|
report_url=file:@@{LOGDIR}/aide.log
|
||||||
report_url=stdout
|
report_url=stdout
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'aide'
|
# Template file for 'aide'
|
||||||
pkgname=aide
|
pkgname=aide
|
||||||
version=0.17.3
|
version=0.17.4
|
||||||
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=a2eb1883cafaad056fbe43ee1e8ae09fd36caa30a0bc8edfea5d47bd67c464f8
|
checksum=c81505246f3ffc2e76036d43a77212ae82895b5881d9b9e25c1361b1a9b7a846
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
vsed -i config.h -e 's/cross/ino_t/g'
|
vsed -i config.h -e 's/cross/ino_t/g'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue