diff options
author | clsung <clsung@FreeBSD.org> | 2006-05-02 15:58:17 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-05-02 15:58:17 +0800 |
commit | 17813d1eff179bc3a6b3f73c85c0549a474190ca (patch) | |
tree | 4c229925b52e8dd1ae3e3b76b72e25ff71905358 /security/samhain/Makefile | |
parent | e8fefd59e3b3b0bec8235499bf96fbddfd661c6f (diff) | |
download | freebsd-ports-gnome-17813d1eff179bc3a6b3f73c85c0549a474190ca.tar.gz freebsd-ports-gnome-17813d1eff179bc3a6b3f73c85c0549a474190ca.tar.zst freebsd-ports-gnome-17813d1eff179bc3a6b3f73c85c0549a474190ca.zip |
Updating the Samhain HIDS to 2.2.0. Changes since last version:
- For files under the 'GrowingLogfiles' policy, the checksum is now
verified up to the previous size.
- Server-to-server relay is possible.
- More user policies are available now.
PR: ports/96643
Submitted by: maintainer (David Thiel)
Diffstat (limited to 'security/samhain/Makefile')
-rw-r--r-- | security/samhain/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index 61bac293bd7f..3a4ccf8981d4 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -5,11 +5,10 @@ # $FreeBSD$ PORTNAME= samhain -PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ - http://cold.darkambient.net/ + http://redundancy.redundancy.org/mirror/ DISTNAME= samhain_signed-${PORTVERSION} MAINTAINER= lx@redundancy.redundancy.org @@ -146,8 +145,7 @@ post-install: .endif .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/docs/MANUAL-2_0.ps ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/docs/MANUAL-2_0.html.tar ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/docs/MANUAL-2_2.pdf ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/docs/HOWTO-client+server.html ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/docs/HOWTO-client+server-troubleshooting.html ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/docs/HOWTO-samhain+GnuPG.html ${DOCSDIR} |