- Chase security/libprelude shlib version bump

PR:		131286, 131585 (partial)
Submitted by:	Vladimir Korkodinov <viper at perm dot raid dot ru>
This commit is contained in:
Dmitry Marakasov 2009-02-18 23:39:00 +00:00
parent cf4bfa7c04
commit 961c9eef2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228623
6 changed files with 11 additions and 22 deletions

View file

@ -7,10 +7,9 @@
PORTNAME= nepenthes PORTNAME= nepenthes
PORTVERSION= 0.2.2 PORTVERSION= 0.2.2
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= net CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= SF
MASTER_SITE_SUBDIR= nepenthes
MAINTAINER= systemoperator@gmail.com MAINTAINER= systemoperator@gmail.com
COMMENT= Determine the malware activity on a network COMMENT= Determine the malware activity on a network
@ -21,9 +20,8 @@ LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \
adns.1:${PORTSDIR}/dns/adns adns.1:${PORTSDIR}/dns/adns
.if defined(WITH_PRELUDE) .if defined(WITH_PRELUDE)
LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude CONFIGURE_ARGS+= --enable-prelude
EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
.endif .endif
.if defined(WITH_DEBUG_LOGGING) .if defined(WITH_DEBUG_LOGGING)

View file

@ -1,11 +0,0 @@
--- modules/log-prelude/Makefile.in.orig Sun Jan 14 14:09:10 2007
+++ modules/log-prelude/Makefile.in Sun Jan 14 14:09:21 2007
@@ -216,7 +216,7 @@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = foreign
-AM_CPPFLAGS = -I/usr/include/libprelude -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE $(CPPFLAG_PRELUDE)
+AM_CPPFLAGS = -I/usr/local/include/libprelude -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE
AM_CXXFLAGS = -Wall
AM_LDFLAGS = $(LDFLAG_PRELUDE) ${LIB_PRELUDE}
pkglib_LTLIBRARIES = logprelude.la

View file

@ -5,6 +5,7 @@
PORTNAME= libpreludedb PORTNAME= libpreludedb
PORTVERSION= 0.9.15.1 PORTVERSION= 0.9.15.1
PORTREVISION= 1
CATEGORIES= security CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
@ -12,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
MAINTAINER= r.gruyters@snow.nl MAINTAINER= r.gruyters@snow.nl
COMMENT= Framework library for access to Prelude NIDS database COMMENT= Framework library for access to Prelude NIDS database
LIB_DEPENDS= prelude.17:${PORTSDIR}/security/libprelude LIB_DEPENDS= prelude.19:${PORTSDIR}/security/libprelude
USE_GMAKE= yes USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -6,6 +6,7 @@
PORTNAME= samhain PORTNAME= samhain
PORTVERSION= 2.5.2 PORTVERSION= 2.5.2
PORTREVISION= 1
CATEGORIES= security CATEGORIES= security
MASTER_SITES= http://la-samhna.de/archive/ \ MASTER_SITES= http://la-samhna.de/archive/ \
http://redundancy.redundancy.org/mirror/ http://redundancy.redundancy.org/mirror/
@ -96,7 +97,7 @@ CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER}
CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER} CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER}
.endif .endif
.if defined(WITH_PRELUDE) .if defined(WITH_PRELUDE)
LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --with-prelude CONFIGURE_ARGS+= --with-prelude
.endif .endif

View file

@ -7,7 +7,7 @@
PORTNAME= snort PORTNAME= snort
PORTVERSION= 2.8.2.2 PORTVERSION= 2.8.2.2
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= security CATEGORIES= security
MASTER_SITES= http://www.snort.org/dl/current/ MASTER_SITES= http://www.snort.org/dl/current/
@ -111,7 +111,7 @@ CONFIGURE_ARGS+= --with-postgresql=no
.endif .endif
.if defined(WITH_PRELUDE) .if defined(WITH_PRELUDE)
LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude CONFIGURE_ARGS+= --enable-prelude
PLIST_SUB+= PRELUDE="" PLIST_SUB+= PRELUDE=""
.else .else

View file

@ -7,7 +7,7 @@
PORTNAME= prewikka PORTNAME= prewikka
PORTVERSION= 0.9.14 PORTVERSION= 0.9.14
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= www security python CATEGORIES= www security python
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/ http://www.prelude-ids.org/download/releases/old/
@ -17,7 +17,7 @@ MAINTAINER= r.gruyters@snow.nl
COMMENT= Frontend for the Prelude IDS COMMENT= Frontend for the Prelude IDS
BUILD_DEPENDS= cheetah-compile:${PORTSDIR}/devel/py-cheetah BUILD_DEPENDS= cheetah-compile:${PORTSDIR}/devel/py-cheetah
LIB_DEPENDS= prelude.17:${PORTSDIR}/security/libprelude \ LIB_DEPENDS= prelude.19:${PORTSDIR}/security/libprelude \
preludedb.4:${PORTSDIR}/security/libpreludedb preludedb.4:${PORTSDIR}/security/libpreludedb
USE_PYTHON= 2.3+ USE_PYTHON= 2.3+