1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update: security/osiris 4.0.5 -> 4.0.6

Updating the Osiris integrity checking system to 4.0.6. PDF
	and RTF docs were removed from the plist and makefile, as
	they were removed from the distribution. They are available
	in HTML format on the Osiris homepage.

	Code changes:

	FIXED:

	: typo in generic osirismd rc script.
	: changed verify cert depth to 10, from 4.
	: moved 'continue' prompt to beginning of installer, where it should be.
	: fixed regular expression filter value bug with parens.

	FEATURES:

	: added default config for Linksys WRT54G(S).
	: changed notification subject lines for easier parsing.

PR:		ports/74336
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
This commit is contained in:
Edwin Groothuis 2004-11-27 06:01:29 +00:00
parent c059a17981
commit 27fccfb731
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122568
3 changed files with 3 additions and 12 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= osiris
PORTVERSION= 4.0.5
PORTVERSION= 4.0.6
CATEGORIES= security
MASTER_SITES= http://osiris.shmoo.com/data/
@ -17,8 +17,6 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LIBTOOL_VER= 15
DOCS= docs/OsirisUserGuide.pdf docs/OsirisUserGuide.rtf
.if defined(WITH_OSIRISMD)
PLIST_SUB+= OSIRISMD=""
.else
@ -58,9 +56,5 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/install/freebsd/osirismd.sh.sample \
${PREFIX}/etc/rc.d
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (osiris-4.0.5.tar.gz) = 8944c63a6d4cda5dbd271cc2d050b638
SIZE (osiris-4.0.5.tar.gz) = 2051276
MD5 (osiris-4.0.6.tar.gz) = c23180e5e44aa4303531e0b9d9308c80
SIZE (osiris-4.0.6.tar.gz) = 1882069

View File

@ -19,6 +19,3 @@ osiris/configs/default.windowsserver2003
osiris/configs/default.windowsxp
@dirrm osiris/configs
@dirrm osiris
%%PORTDOCS%%%%DOCSDIR%%/OsirisUserGuide.pdf
%%PORTDOCS%%%%DOCSDIR%%/OsirisUserGuide.rtf
%%PORTDOCS%%@dirrm %%DOCSDIR%%