svn commit: r498823 - head/security/aide

Cy Schubert cy at FreeBSD.org
Sat Apr 13 18:59:48 UTC 2019


Author: cy
Date: Sat Apr 13 18:59:47 2019
New Revision: 498823
URL: https://svnweb.freebsd.org/changeset/ports/498823

Log:
  More accurately reflect what aide is in COMMENT and pkg-descr.

Modified:
  head/security/aide/Makefile   (contents, props changed)
  head/security/aide/pkg-descr   (contents, props changed)

Modified: head/security/aide/Makefile
==============================================================================
--- head/security/aide/Makefile	Sat Apr 13 18:59:30 2019	(r498822)
+++ head/security/aide/Makefile	Sat Apr 13 18:59:47 2019	(r498823)
@@ -7,7 +7,7 @@ CATEGORIES=	security
 MASTER_SITES=	https://github.com/aide/aide/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	cy at 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

Modified: head/security/aide/pkg-descr
==============================================================================
--- head/security/aide/pkg-descr	Sat Apr 13 18:59:30 2019	(r498822)
+++ head/security/aide/pkg-descr	Sat Apr 13 18:59:47 2019	(r498823)
@@ -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/


More information about the svn-ports-all mailing list