summaryrefslogtreecommitdiff
path: root/package/snort/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-27 23:09:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-27 23:09:19 +0100
commitdd163e09b582177ce54fae44b63b10579ee0746d (patch)
tree80f6341bacc9e62a274231157ec35a5b262f5e24 /package/snort/Makefile
parent537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff)
fix make allmodconfig
update several packages, remove snort-wireless.
Diffstat (limited to 'package/snort/Makefile')
-rw-r--r--package/snort/Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/package/snort/Makefile b/package/snort/Makefile
index 1c9832c53..cc38c43cc 100644
--- a/package/snort/Makefile
+++ b/package/snort/Makefile
@@ -4,21 +4,23 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= snort
-PKG_VERSION:= 2.6.1.2
-PKG_RELEASE:= 8
-PKG_BUILDDEP+= libnet libpcap pcre
-PKG_MD5SUM:= 22c448e25538cdf74c62abe586aeac0a
+PKG_VERSION:= 2.8.5.1
+PKG_RELEASE:= 1
+PKG_MD5SUM:= b1abf3a9fa3486720c9a2b5eff920417
PKG_DESCR:= a flexible Network Intrusion Detection System (NIDS)
PKG_SECTION:= net
+PKG_NOPARALLEL:= 1
PKG_DEPENDS:= libnet libpcap pcre
-PKG_SITES:= http://www.snort.org/dl/current/
+PKG_BUILDDEP+= libnet libpcap pcre
+PKG_URL:= http://www.snort.org/
+PKG_SITES:= http://dl.snort.org/snort-current/
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,SNORT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_STYLE= gnu
-CONFIGURE_ARGS+= --enable-flexresp \
+CONFIGURE_STYLE:= gnu
+CONFIGURE_ARGS+= --disable-flexresp \
--with-libnet-includes="${STAGING_DIR}/usr/include" \
--with-libnet-libraries="${STAGING_DIR}/usr/lib" \
--with-libpcap-includes="${STAGING_DIR}/usr/include" \
@@ -28,8 +30,8 @@ CONFIGURE_ARGS+= --enable-flexresp \
--without-mysql \
--without-postgresql \
--disable-inline
-BUILD_STYLE= auto
-INSTALL_STYLE= auto
+BUILD_STYLE:= auto
+INSTALL_STYLE:= auto
post-install:
${INSTALL_DIR} ${IDIR_SNORT}/usr/bin