diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-26 07:12:07 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-26 07:12:07 +0000 |
commit | 54db6ba876b8464aebf2ccc893ecbd112cf097c4 (patch) | |
tree | d38d17457d2bef30ab9b524fe1e01c250dc416ab /security/osiris | |
parent | 711dc4fc396a37cff623d79e3e9736a2559682fc (diff) | |
download | ports-54db6ba876b8464aebf2ccc893ecbd112cf097c4.tar.gz ports-54db6ba876b8464aebf2ccc893ecbd112cf097c4.zip |
Notes
Diffstat (limited to 'security/osiris')
-rw-r--r-- | security/osiris/Makefile | 3 | ||||
-rw-r--r-- | security/osiris/distinfo | 4 | ||||
-rw-r--r-- | security/osiris/files/patch-src-cli-osiris.c | 17 |
3 files changed, 3 insertions, 21 deletions
diff --git a/security/osiris/Makefile b/security/osiris/Makefile index 115f5aa1ebdd..502e32f40d8b 100644 --- a/security/osiris/Makefile +++ b/security/osiris/Makefile @@ -6,7 +6,7 @@ # PORTNAME= osiris -PORTVERSION= 4.1.7 +PORTVERSION= 4.1.8 CATEGORIES= security MASTER_SITES= http://osiris.shmoo.com/data/ \ http://darkambient.net/ @@ -18,7 +18,6 @@ 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 -GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL_VER= 15 USE_RC_SUBR= yes diff --git a/security/osiris/distinfo b/security/osiris/distinfo index bc549e63c9df..9ab7b29379b4 100644 --- a/security/osiris/distinfo +++ b/security/osiris/distinfo @@ -1,2 +1,2 @@ -MD5 (osiris-4.1.7.tar.gz) = de2470ebe864ec7a9351568dfac7f8d0 -SIZE (osiris-4.1.7.tar.gz) = 1891269 +MD5 (osiris-4.1.8.tar.gz) = 27a362ba5ad3025d5bca6d9c92196875 +SIZE (osiris-4.1.8.tar.gz) = 1891980 diff --git a/security/osiris/files/patch-src-cli-osiris.c b/security/osiris/files/patch-src-cli-osiris.c deleted file mode 100644 index 89def13ed628..000000000000 --- a/security/osiris/files/patch-src-cli-osiris.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/cli/osiris.c.orig Tue Apr 5 14:37:58 2005 -+++ src/cli/osiris.c Sun Apr 17 15:47:40 2005 -@@ -2985,11 +2985,13 @@ - - if( filters == NULL ) - { -+ OSI_CMP_FILTER *f; -+ - filters = list_new(); - - /* add a comment filter. */ - -- OSI_CMP_FILTER *f = osi_malloc( sizeof(OSI_CMP_FILTER) ); -+ f = osi_malloc( sizeof(OSI_CMP_FILTER) ); - osi_strlcpy( f->exclude, CMP_FILTER_COMMENT, sizeof(f->exclude) ); - list_add( filters, f ); - } |