aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-10-25 10:16:57 +0800
committerclsung <clsung@FreeBSD.org>2007-10-25 10:16:57 +0800
commita9b859748826d71eb55860731a0eb5a0c6e9f82e (patch)
treec5f8d2eeb4990ad6a21ca5e2a3fc87942bd72ce3 /security
parent54f45f5a5a1973b1a8a2264e5c0d0170c662d6e7 (diff)
downloadfreebsd-ports-gnome-a9b859748826d71eb55860731a0eb5a0c6e9f82e.tar.gz
freebsd-ports-gnome-a9b859748826d71eb55860731a0eb5a0c6e9f82e.tar.zst
freebsd-ports-gnome-a9b859748826d71eb55860731a0eb5a0c6e9f82e.zip
- Update to 0.9.10
Changelog prelude-manager-0.9.10: - Make threshold act like a real threshold: pass every Nth events in the defined amount of seconds. - Allow mixing Limit and Threshold. - Do not share the tresholding hash accross thresholding plugin instance: previously, the shared hash would result in strange thresholding plugin behavior if you had several instance of thresholding loaded. - Various bug fixes concerning plugin instance un-subscribtion (unsubscribtion of certain plugin was not triggered). PR: ports/117416 Submitted by: maintainer (Robin Gruyters)
Diffstat (limited to 'security')
-rw-r--r--security/prelude-manager/Makefile5
-rw-r--r--security/prelude-manager/distinfo6
2 files changed, 6 insertions, 5 deletions
diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile
index dfc874028f57..41e0a5b7d0b9 100644
--- a/security/prelude-manager/Makefile
+++ b/security/prelude-manager/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= prelude-manager
-PORTVERSION= 0.9.9.1
+PORTVERSION= 0.9.10
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
@@ -42,7 +42,8 @@ PLIST_SUB+= PRELUDEDIR=${PRELUDEDIR} \
SUB_FILES= pkg-install \
pkg-deinstall
-SUB_LIST= ${PLIST_SUB}
+SUB_LIST= PREFIX=${PREFIX} \
+ ${PLIST_SUB}
.if defined(WITHOUT_XML)
PLIST_SUB+= WITH_XML="@comment "
diff --git a/security/prelude-manager/distinfo b/security/prelude-manager/distinfo
index 85748029a505..88012713f1bf 100644
--- a/security/prelude-manager/distinfo
+++ b/security/prelude-manager/distinfo
@@ -1,3 +1,3 @@
-MD5 (prelude-manager-0.9.9.1.tar.gz) = 89f7f561a4b6d70c5336dc49454b8661
-SHA256 (prelude-manager-0.9.9.1.tar.gz) = d1174b32a5a0fa180811a9206c39dbaa83eb3eec367037b5d433ebfce2187c3e
-SIZE (prelude-manager-0.9.9.1.tar.gz) = 647637
+MD5 (prelude-manager-0.9.10.tar.gz) = 7f164d7ec6ffbfc6ab065165ea39b6fd
+SHA256 (prelude-manager-0.9.10.tar.gz) = bb8de6a1d2b702d6d8f0b5d6d575cee16a8bbedc112656a4d2d9a65e1f27f663
+SIZE (prelude-manager-0.9.10.tar.gz) = 662751