Date: Mon, 13 Mar 2006 11:47:20 +0100 (CET) From: Robin Gruyters <r.gruyters@yirdis.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/94404: [MAINTAINER] security/prelude-lml: update to 0.9.4 Message-ID: <200603131047.k2DAlKVL043690@server.yirdis.net> Resent-Message-ID: <200603131050.k2DAoLhr095971@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94404 >Category: ports >Synopsis: [MAINTAINER] security/prelude-lml: update to 0.9.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 13 10:50:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Robin Gruyters <r.gruyters@yirdis.nl> >Release: FreeBSD 5.4-RELEASE-p11 i386 >Organization: YIRDIS B.V. >Environment: System: FreeBSD server.yirdis.net 5.4-RELEASE-p11 FreeBSD 5.4-RELEASE-p11 #0: Thu Feb 2 17:02:52 CET 2006 root@server.yirdis.net:/data/src/sys/i386/compile/YIRDIS i386 >Description: Changelog: - Update to 0.9.4 - Added startup script >How-To-Repeat: >Fix: diff -ruN --exclude=CVS /data2/FreeBSD/orig/security/prelude-lml/Makefile /data2/FreeBSD/custom_ports/security/prelude-lml/Makefile --- /data2/FreeBSD/orig/security/prelude-lml/Makefile Fri Mar 3 09:21:28 2006 +++ /data2/FreeBSD/custom_ports/security/prelude-lml/Makefile Mon Mar 13 10:56:52 2006 @@ -5,7 +5,7 @@ # $FreeBSD: ports/security/prelude-lml/Makefile,v 1.21 2006/03/02 09:39:09 sergei Exp $ PORTNAME= prelude-lml -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -13,13 +13,14 @@ MAINTAINER= r.gruyters@yirdis.nl COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey -LIB_DEPENDS+= prelude.6:${PORTSDIR}/security/libprelude \ +LIB_DEPENDS+= prelude.7:${PORTSDIR}/security/libprelude \ pcre.0:${PORTSDIR}/devel/pcre USE_GPG= yes SIG_SUFFIX= .sig USE_GMAKE= yes GNU_CONFIGURE= yes +USE_RC_SUBR= prelude-lml.sh CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc diff -ruN --exclude=CVS /data2/FreeBSD/orig/security/prelude-lml/distinfo /data2/FreeBSD/custom_ports/security/prelude-lml/distinfo --- /data2/FreeBSD/orig/security/prelude-lml/distinfo Fri Mar 3 09:21:28 2006 +++ /data2/FreeBSD/custom_ports/security/prelude-lml/distinfo Mon Mar 13 10:48:41 2006 @@ -1,6 +1,3 @@ -MD5 (prelude-lml-0.9.3.tar.gz) = 514115e4e4e4197bc68808e489c367f3 -SHA256 (prelude-lml-0.9.3.tar.gz) = f22ef7920393fd0bdae641be7050255d1f070174c589b7e8d3ca8d02fc135386 -SIZE (prelude-lml-0.9.3.tar.gz) = 536431 -MD5 (prelude-lml-0.9.3.tar.gz.sig) = 829dbb9702853fe6d36e4299a84838e8 -SHA256 (prelude-lml-0.9.3.tar.gz.sig) = e9a55a55fcf7061b260fc0295db09a3a3c9ac65e9cce4e4e80e0f1c91abb853d -SIZE (prelude-lml-0.9.3.tar.gz.sig) = 829 +MD5 (prelude-lml-0.9.4.tar.gz) = 33ed8f9428df64778041e4d8fe41c479 +SHA256 (prelude-lml-0.9.4.tar.gz) = 28d64d42f3a454fafad3ac974e76d2cd83183881453b2dfc69f3c0ad955b76aa +SIZE (prelude-lml-0.9.4.tar.gz) = 537936 diff -ruN --exclude=CVS /data2/FreeBSD/orig/security/prelude-lml/files/prelude-lml.sh.in /data2/FreeBSD/custom_ports/security/prelude-lml/files/prelude-lml.sh.in --- /data2/FreeBSD/orig/security/prelude-lml/files/prelude-lml.sh.in Mon Mar 13 11:38:44 2006 +++ /data2/FreeBSD/custom_ports/security/prelude-lml/files/prelude-lml.sh.in Mon Mar 13 11:34:00 2006 @@ -0,0 +1,15 @@ +#!/bin/sh - + +# +# Prelude-LML startup script +# +. /etc/rc.subr + +name=prelude_lml +command=/usr/local/bin/prelude-lml +pidfile=/var/run/prelude-lml.pid +prelude_lml_enable=${prelude_lml_enable:-"NO"} +prelude_lml_flags=${prelude_lml_flags:-"-d -P ${pidfile}"} + +load_rc_config $name +run_rc_command "$1" ===> Done >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603131047.k2DAlKVL043690>