FreeBSD Bugzilla – Attachment 56742 Details for
Bug 85673
Maintainer Update: security/osiris 4.1.8 -> 4.1.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.01 KB, created by
David Thiel
on 2005-09-03 00:30:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Thiel
Created:
2005-09-03 00:30:11 UTC
Size:
2.01 KB
patch
obsolete
>diff -ruN osiris.old/Makefile osiris/Makefile >--- osiris.old/Makefile Fri Sep 2 15:36:48 2005 >+++ osiris/Makefile Fri Sep 2 16:14:53 2005 >@@ -6,9 +6,9 @@ > # > > 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 >@@ -16,6 +16,7 @@ > > 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} >@@ -43,12 +44,25 @@ > .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 > @${MKDIR} ${PREFIX}/osiris > .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' \ >diff -ruN osiris.old/distinfo osiris/distinfo >--- osiris.old/distinfo Fri Sep 2 15:36:48 2005 >+++ osiris/distinfo Fri Sep 2 15:37:47 2005 >@@ -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 -ruN osiris.old/pkg-plist osiris/pkg-plist >--- osiris.old/pkg-plist Fri Sep 2 15:36:48 2005 >+++ osiris/pkg-plist Fri Sep 2 15:57:18 2005 >@@ -1,5 +1,6 @@ > @comment $FreeBSD: ports/security/osiris/pkg-plist,v 1.7 2005/03/12 08:26:59 sem Exp $ > %%CLI%%sbin/osiris >+%%PRINTDB%%bin/printdb > %%OSIRISD%%sbin/osirisd > %%OSIRISMD%%sbin/osirismd > %%OSIRISD%%etc/rc.d/osirisd.sh
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 85673
: 56742