Index: head/security/aide/Makefile =================================================================== --- head/security/aide/Makefile (revision 498822) +++ head/security/aide/Makefile (revision 498823) @@ -1,32 +1,32 @@ # Created by: Cy Schubert (Cy.Schubert@uumail.gov.bc.ca) # $FreeBSD$ PORTNAME= aide PORTVERSION= 0.16 CATEGORIES= security MASTER_SITES= https://github.com/aide/aide/releases/download/v${PORTVERSION}/ MAINTAINER= cy@FreeBSD.org -COMMENT= Replacement and extension for Tripwire +COMMENT= A file and directory integrity checker LIB_DEPENDS= libmhash.so:security/mhash \ libpcre.so:devel/pcre USES= autoreconf bison gmake localbase GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ --with-zlib \ --mandir=${MANPREFIX}/man \ --with-config_file=${PREFIX}/etc/aide.conf LDFLAGS+= -lpthread SUB_FILES= pkg-message post-install: ${INSTALL_DATA} ${FILESDIR}/aide.conf.freebsd ${STAGEDIR}${PREFIX}/etc/aide.conf.sample ${MKDIR} ${STAGEDIR}/var/db/aide/databases ${CHMOD} 0700 ${STAGEDIR}/var/db/aide ${STAGEDIR}/var/db/aide/databases .include Index: head/security/aide/pkg-descr =================================================================== --- head/security/aide/pkg-descr (revision 498822) +++ head/security/aide/pkg-descr (revision 498823) @@ -1,5 +1,12 @@ -AIDE is Advanced Intrusion Detection Environment. -This piece of software was written as a replacement and extension -for Tripwire. +AIDE is Advanced Intrusion Detection Environment. AIDE +(Advanced Intrusion Detection Environment, [eyd]) is a file and +directory integrity checker. + +It creates a database from the regular expression rules that it finds +from the config file(s). Once this database is initialized it can be +used to verify the integrity of the files. It has several message +digest algorithms (see below) that are used to check the integrity of +the file. All of the usual file attributes can also be checked for +inconsistencies. It can read databases from older or newer versions. WWW: https://aide.github.io/