summaryrefslogtreecommitdiff
path: root/security/libprelude/Makefile
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2008-04-28 10:51:49 +0000
committershannonjr <shannonjr@pkgsrc.org>2008-04-28 10:51:49 +0000
commit7634cc570d592bf4748233e16ad53f5ada189f92 (patch)
tree0151b36a7e672cdc695db9721fbf2d3cc383338e /security/libprelude/Makefile
parent68062d9a63a1638edd9807a43cbcbb30cdf6f947 (diff)
downloadpkgsrc-7634cc570d592bf4748233e16ad53f5ada189f92.tar.gz
Update to 0.9.17. Changes:
- Implement RFC 4122 UUIDv1 identifier generation, more resistant to duplicate than our previous implementation in case of clock skew, or multiple client with the same analyzerid sending alert in parallel. - You can now provide NULL value to idmef_path_set() in order to destroy existing value within an IDMEF message. - Unify memory handling of value retrieval through idmef_path_t. This allow the user to retrieve and keep any values, even through the associated IDMEF message is freed. - Build system cleanup, enable RELRO when possible. - Implement PRELUDE_CLIENT_FLAGS_AUTOCONFIG, which is set by default, but that applications might unset in order for their client not to read the default profile/global configuration. - Fix possible assertion when destroying un-started prelude-client. - Improvement to the prelude-io API, the user might now hook its own handling function. - Fix dumping of (not) NULL criteria operator to string. Remove gratuitous space insertion when dumping criteria. - Headers fixes for C++ build. - Fix printing and cloning of empty IDMEF string. - In IDMEF to string convertion code, print <invalid enum value> in place of NULL on invalid enumeration value. - Various bug fixes.
Diffstat (limited to 'security/libprelude/Makefile')
-rw-r--r--security/libprelude/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile
index defad0057c0..52017cd06f1 100644
--- a/security/libprelude/Makefile
+++ b/security/libprelude/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2008/03/06 14:53:53 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2008/04/28 10:51:49 shannonjr Exp $
#
-DISTNAME= libprelude-0.9.16.2
-PKGREVISION= 1
+DISTNAME= libprelude-0.9.17
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
@@ -24,7 +23,7 @@ BUILD_DEFS+= VARBASE
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-USE_TOOLS+= chown make bison gawk
+USE_TOOLS+= chown make bison gawk gmake
PKG_SYSCONFSUBDIR= prelude
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}