summaryrefslogtreecommitdiff
path: root/security/prelude-lml
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-09-26 22:30:58 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-09-26 22:30:58 +0000
commit39d7abce78597f8b4653432c03ff2225030bb8cf (patch)
tree9777852aa1f7a7ddf931e7664b70352f6b6cc823 /security/prelude-lml
parentUpdate port: security/chkrootkit: upgrade to version 0.42 (diff)
Update prelude ports to latest version:
libprelude: 0.8.5 -> 0.8.6 prelude-lml: 0.8.3 -> 0.8.4 prelude-manager: 0.8.7 -> 0.8.8 prelude-nids: 0.8.1 -> 0.8.3 PR: 57168 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes: svn path=/head/; revision=89481
Diffstat (limited to 'security/prelude-lml')
-rw-r--r--security/prelude-lml/Makefile6
-rw-r--r--security/prelude-lml/distinfo2
-rw-r--r--security/prelude-lml/files/patch-Makefile.in52
-rw-r--r--security/prelude-lml/pkg-plist3
4 files changed, 31 insertions, 32 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile
index d09a7c23c11e..ad3070ffac2e 100644
--- a/security/prelude-lml/Makefile
+++ b/security/prelude-lml/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= prelude-lml
-PORTVERSION= 0.8.3
+PORTVERSION= 0.8.4
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/
@@ -15,8 +15,8 @@ COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey
LIB_DEPENDS+= prelude.0:${PORTSDIR}/security/libprelude \
pcre.0:${PORTSDIR}/devel/pcre
-GNU_MAKE= yes
-GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc \
--program-prefix=""
diff --git a/security/prelude-lml/distinfo b/security/prelude-lml/distinfo
index 2eda314cb74d..7935132b7bb9 100644
--- a/security/prelude-lml/distinfo
+++ b/security/prelude-lml/distinfo
@@ -1 +1 @@
-MD5 (prelude-lml-0.8.3.tar.gz) = 2dd22a105da2c93a529202d2621e9c1c
+MD5 (prelude-lml-0.8.4.tar.gz) = 7d28baf005e337f55b627f71d12cf038
diff --git a/security/prelude-lml/files/patch-Makefile.in b/security/prelude-lml/files/patch-Makefile.in
index b500e3127f12..64d405d82cd8 100644
--- a/security/prelude-lml/files/patch-Makefile.in
+++ b/security/prelude-lml/files/patch-Makefile.in
@@ -1,37 +1,33 @@
---- Makefile.in.orig Sat Apr 26 16:39:13 2003
-+++ Makefile.in Sat Jun 7 10:38:05 2003
-@@ -172,11 +172,11 @@
- $(mkinstalldirs) $(DESTDIR)$(preludeconfdir)
- @list='$(preludeconf_DATA)'; for p in $$list; do \
- if test -f $(srcdir)/$$p; then \
-- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(preludeconfdir)/$$p"; \
-- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(preludeconfdir)/$$p; \
-+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(preludeconfdir)/$$p-dist"; \
-+ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(preludeconfdir)/$$p-dist; \
- else if test -f $$p; then \
-- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(preludeconfdir)/$$p"; \
-- $(INSTALL_DATA) $$p $(DESTDIR)$(preludeconfdir)/$$p; \
-+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(preludeconfdir)/$$p-dist"; \
-+ $(INSTALL_DATA) $$p $(DESTDIR)$(preludeconfdir)/$$p-dist; \
- fi; fi; \
- done
-
-@@ -413,17 +413,7 @@
+--- Makefile.in.orig Mon Sep 22 10:08:39 2003
++++ Makefile.in Mon Sep 22 15:21:05 2003
+@@ -593,28 +593,8 @@
install-data-local:
- $(INSTALL) -m 700 -d $(DESTDIR)/$(configdir)/metadata;
-- @if test -f $(DESTDIR)/$(configdir)/prelude-lml.conf; then \
+ $(INSTALL) -m 700 -d $(DESTDIR)$(configdir)/metadata;
+- @if test -f $(DESTDIR)$(configdir)/prelude-lml.conf; then \
+- echo "********************************************************************************"; \
+- echo; \
+- echo "$(DESTDIR)$(configdir)/prelude-lml.conf already exist..."; \
+- echo "Installing default configuration in $(DESTDIR)$(configdir)/prelude-lml.conf-dist"; \
+- echo; \
+- echo "********************************************************************************"; \
+- $(INSTALL) -m 600 $(top_srcdir)/prelude-lml.conf $(DESTDIR)$(configdir)/prelude-lml.conf-dist; \
+- else \
+- $(INSTALL) -m 600 $(top_srcdir)/prelude-lml.conf $(DESTDIR)$(configdir)/; \
+- fi
+- @if test -f $(DESTDIR)$(configdir)/plugins.rules; then \
- echo "********************************************************************************"; \
- echo; \
-- echo "$(DESTDIR)/$(configdir)/prelude-lml.conf already exist..."; \
-- echo "Installing default configuration in $(DESTDIR)/$(configdir)/prelude-lml.conf-dist"; \
+- echo "$(DESTDIR)$(configdir)/plugins.rules already exist..."; \
+- echo "Installing default configuration in $(DESTDIR)$(configdir)/plugins.rules-dist"; \
- echo; \
- echo "********************************************************************************"; \
-- $(INSTALL) -m 600 $(top_srcdir)/prelude-lml.conf $(DESTDIR)/$(configdir)/prelude-lml.conf-dist; \
+- $(INSTALL) -m 600 $(top_srcdir)/plugins.rules $(DESTDIR)$(configdir)/plugins.rules-dist; \
- else \
-- $(INSTALL) -m 600 $(top_srcdir)/prelude-lml.conf $(DESTDIR)/$(configdir)/; \
+- $(INSTALL) -m 600 $(top_srcdir)/plugins.rules $(DESTDIR)$(configdir)/; \
- fi
-+ $(INSTALL) -m 600 $(top_srcdir)/prelude-lml.conf $(DESTDIR)/$(configdir)/prelude-lml.conf-dist;
++ $(INSTALL) -m 600 $(top_srcdir)/prelude-lml.conf $(DESTDIR)$(configdir)/prelude-lml.conf-dist; \
++ $(INSTALL) -m 600 $(top_srcdir)/plugins.rules $(DESTDIR)$(configdir)/plugins.rules-dist; \
- nickel: distclean
- @find . -type f -name Makefile.in | xargs rm
+ uninstall-local:
+ rm -f $(DESTDIR)$(configdir)/prelude-lml.conf; \
diff --git a/security/prelude-lml/pkg-plist b/security/prelude-lml/pkg-plist
index c3ca441bb924..d308445de3d9 100644
--- a/security/prelude-lml/pkg-plist
+++ b/security/prelude-lml/pkg-plist
@@ -3,15 +3,18 @@ etc/prelude-lml/ruleset/checkpoint.rules
etc/prelude-lml/ruleset/cisco.rules
etc/prelude-lml/ruleset/exim.rules
etc/prelude-lml/ruleset/grsecurity.rules
+etc/prelude-lml/ruleset/ipchains.rules
etc/prelude-lml/ruleset/ipfw.rules
etc/prelude-lml/ruleset/ipso.rules
etc/prelude-lml/ruleset/netfilter.rules
etc/prelude-lml/ruleset/ntsyslog.rules
+etc/prelude-lml/ruleset/portsentry.rules
etc/prelude-lml/ruleset/proftpd.rules
etc/prelude-lml/ruleset/qpopper.rules
etc/prelude-lml/ruleset/simple.rules
etc/prelude-lml/ruleset/squid.rules
etc/prelude-lml/ruleset/ssh.rules
+etc/prelude-lml/ruleset/vigor.rules
etc/prelude-lml/ruleset/vpopmail.rules
etc/prelude-lml/ruleset/zywall.rules
etc/prelude-lml/ruleset/zyxel.rules