- 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:
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
|
@ -7,10 +7,9 @@
|
|||
|
||||
PORTNAME= nepenthes
|
||||
PORTVERSION= 0.2.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= nepenthes
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= systemoperator@gmail.com
|
||||
COMMENT= Determine the malware activity on a network
|
||||
|
@ -21,9 +20,8 @@ LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \
|
|||
adns.1:${PORTSDIR}/dns/adns
|
||||
|
||||
.if defined(WITH_PRELUDE)
|
||||
LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude
|
||||
LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
|
||||
CONFIGURE_ARGS+= --enable-prelude
|
||||
EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEBUG_LOGGING)
|
||||
|
|
|
@ -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
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
PORTNAME= libpreludedb
|
||||
PORTVERSION= 0.9.15.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
|
||||
|
@ -12,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
|
|||
MAINTAINER= r.gruyters@snow.nl
|
||||
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
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= samhain
|
||||
PORTVERSION= 2.5.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://la-samhna.de/archive/ \
|
||||
http://redundancy.redundancy.org/mirror/
|
||||
|
@ -96,7 +97,7 @@ CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER}
|
|||
CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER}
|
||||
.endif
|
||||
.if defined(WITH_PRELUDE)
|
||||
LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude
|
||||
LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
|
||||
CONFIGURE_ARGS+= --with-prelude
|
||||
.endif
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= snort
|
||||
PORTVERSION= 2.8.2.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.snort.org/dl/current/
|
||||
|
||||
|
@ -111,7 +111,7 @@ CONFIGURE_ARGS+= --with-postgresql=no
|
|||
.endif
|
||||
|
||||
.if defined(WITH_PRELUDE)
|
||||
LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude
|
||||
LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
|
||||
CONFIGURE_ARGS+= --enable-prelude
|
||||
PLIST_SUB+= PRELUDE=""
|
||||
.else
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= prewikka
|
||||
PORTVERSION= 0.9.14
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www security python
|
||||
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
|
||||
http://www.prelude-ids.org/download/releases/old/
|
||||
|
@ -17,7 +17,7 @@ MAINTAINER= r.gruyters@snow.nl
|
|||
COMMENT= Frontend for the Prelude IDS
|
||||
|
||||
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
|
||||
|
||||
USE_PYTHON= 2.3+
|
||||
|
|
Loading…
Reference in a new issue