summaryrefslogtreecommitdiff
path: root/security/osiris
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-09-03 04:19:09 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-09-03 04:19:09 +0000
commitaf9ca2af26ebd73c7a7afcfcfd2a4988c5bee304 (patch)
treecb0bf3d39033855957f7ad478191dce23a97da49 /security/osiris
parentUnbreak 4-STABLE build (gcc 2.95.x does not know anything about SSE2). (diff)
Update to 4.1.9.
PR: 85673 Submitted by: David Thiel (maintainer)
Notes
Notes: svn path=/head/; revision=141830
Diffstat (limited to 'security/osiris')
-rw-r--r--security/osiris/Makefile24
-rw-r--r--security/osiris/distinfo4
-rw-r--r--security/osiris/pkg-plist1
3 files changed, 22 insertions, 7 deletions
diff --git a/security/osiris/Makefile b/security/osiris/Makefile
index 502e32f40d8b..6927ab968162 100644
--- a/security/osiris/Makefile
+++ b/security/osiris/Makefile
@@ -6,17 +6,18 @@
#
PORTNAME= osiris
-PORTVERSION= 4.1.8
+PORTVERSION= 4.1.9
CATEGORIES= security
-MASTER_SITES= http://osiris.shmoo.com/data/ \
+MASTER_SITES= http://www.hostintegrity.com/osiris/data/ \
http://darkambient.net/
MAINTAINER= lx@redundancy.redundancy.org
COMMENT= The Shmoo client/server host integrity checker
-OPTIONS= OSIRISMD "Enable to build the management daemon" off \
- OSIRISD "Enable to build the osirisd scan agent" on \
- CLI "Enable to build the management CLI" off
+#OPTIONS= OSIRISMD "Enable to build the management daemon" off \
+# OSIRISD "Enable to build the osirisd scan agent" on \
+# PRINTDB "Build database print tool" off \
+# CLI "Enable to build the management CLI" off
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LIBTOOL_VER= 15
@@ -43,6 +44,16 @@ PLIST_SUB+= CLI=""
.else
PLIST_SUB+= CLI="@comment "
.endif
+.if defined(WITH_PRINTDB)
+PLIST_SUB+= PRINTDB=""
+.else
+PLIST_SUB+= PRINTDB="@comment "
+.endif
+
+post-build:
+.if defined(WITH_PRINTDB)
+ cd ${WRKSRC}/src/tools && ${MAKE}
+.endif
do-install:
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
@@ -50,6 +61,9 @@ do-install:
.if defined(WITH_CLI)
${INSTALL_PROGRAM} ${WRKSRC}/src/cli/osiris ${PREFIX}/sbin
.endif
+.if defined(WITH_PRINTDB)
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/tools/printdb ${PREFIX}/bin
+.endif
.if !defined(WITHOUT_OSIRISD)
${SED} -e 's|@INSTALLDIR@|${PREFIX}/sbin|g' \
-e 's|@OSIRISDIR@|${PREFIX}/osiris|g' \
diff --git a/security/osiris/distinfo b/security/osiris/distinfo
index 9ab7b29379b4..a1226b204d1a 100644
--- a/security/osiris/distinfo
+++ b/security/osiris/distinfo
@@ -1,2 +1,2 @@
-MD5 (osiris-4.1.8.tar.gz) = 27a362ba5ad3025d5bca6d9c92196875
-SIZE (osiris-4.1.8.tar.gz) = 1891980
+MD5 (osiris-4.1.9.tar.gz) = a8e3720b05a8dc5d257a7effb6d68224
+SIZE (osiris-4.1.9.tar.gz) = 1916735
diff --git a/security/osiris/pkg-plist b/security/osiris/pkg-plist
index c8904d2308e4..fd9363ed4930 100644
--- a/security/osiris/pkg-plist
+++ b/security/osiris/pkg-plist
@@ -1,5 +1,6 @@
@comment $FreeBSD$
%%CLI%%sbin/osiris
+%%PRINTDB%%bin/printdb
%%OSIRISD%%sbin/osirisd
%%OSIRISMD%%sbin/osirismd
%%OSIRISD%%etc/rc.d/osirisd.sh