From 54db6ba876b8464aebf2ccc893ecbd112cf097c4 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Tue, 26 Apr 2005 07:12:07 +0000 Subject: - Update to 4.1.8 - Remove GNU_CONFIGURE, as it is implied by USE_LIBTOOL_VER PR: ports/80347 Submitted by: maintainer --- security/osiris/Makefile | 3 +-- security/osiris/distinfo | 4 ++-- security/osiris/files/patch-src-cli-osiris.c | 17 ----------------- 3 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 security/osiris/files/patch-src-cli-osiris.c 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 ); - } -- cgit v1.2.3