diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-03 01:36:33 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-03 01:36:33 +0000 |
commit | 128f9daebad31765fb294369f31192c7516047d0 (patch) | |
tree | 42fde4389c91420660ab9a89a5413c42f6f0ffdc /openwrt/package/snort/ipkg | |
parent | c6bd41147fc0c0e34f12ee87655ef6637f1165d8 (diff) | |
download | mtk-20170518-128f9daebad31765fb294369f31192c7516047d0.zip mtk-20170518-128f9daebad31765fb294369f31192c7516047d0.tar.gz mtk-20170518-128f9daebad31765fb294369f31192c7516047d0.tar.bz2 |
Updated snort to v2.3.3, added debug and inline-mode options to -custom package, fixed makefile, changed source url in control files
SVN-Revision: 789
Diffstat (limited to 'openwrt/package/snort/ipkg')
-rw-r--r-- | openwrt/package/snort/ipkg/snort-custom.control | 4 | ||||
-rw-r--r-- | openwrt/package/snort/ipkg/snort-mysql.control | 2 | ||||
-rw-r--r-- | openwrt/package/snort/ipkg/snort-pgsql.control | 2 | ||||
-rw-r--r-- | openwrt/package/snort/ipkg/snort.control | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/openwrt/package/snort/ipkg/snort-custom.control b/openwrt/package/snort/ipkg/snort-custom.control index e5f4ab5..9c3f5a3 100644 --- a/openwrt/package/snort/ipkg/snort-custom.control +++ b/openwrt/package/snort/ipkg/snort-custom.control @@ -1,10 +1,10 @@ -Package: snort +Package: snort-custom Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] Maintainer: Nico <nthill@free.fr> -Source: http://nthill.free.fr/openwrt/sources/snort/ +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/snort/ Description: a flexible Network Intrusion Detection System (NIDS), built with custom options Depends: libnet, libpcap, libpcre diff --git a/openwrt/package/snort/ipkg/snort-mysql.control b/openwrt/package/snort/ipkg/snort-mysql.control index 6acbad3..46398e3 100644 --- a/openwrt/package/snort/ipkg/snort-mysql.control +++ b/openwrt/package/snort/ipkg/snort-mysql.control @@ -4,7 +4,7 @@ Section: net Version: [TBDL] Architecture: [TBDL] Maintainer: Nico <nthill@free.fr> -Source: http://nthill.free.fr/openwrt/sources/snort/ +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/snort/ Description: a flexible Network Intrusion Detection System (NIDS), built with MySQL database logging support Depends: libnet, libpcap, libpcre, libmysqlclient diff --git a/openwrt/package/snort/ipkg/snort-pgsql.control b/openwrt/package/snort/ipkg/snort-pgsql.control index 3a22290..c18c7ca 100644 --- a/openwrt/package/snort/ipkg/snort-pgsql.control +++ b/openwrt/package/snort/ipkg/snort-pgsql.control @@ -4,7 +4,7 @@ Section: net Version: [TBDL] Architecture: [TBDL] Maintainer: Nico <nthill@free.fr> -Source: http://nthill.free.fr/openwrt/sources/snort/ +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/snort/ Description: a flexible Network Intrusion Detection System (NIDS), built with PostgreSQL database logging support Depends: libnet, libpcap, libpcre, libpq diff --git a/openwrt/package/snort/ipkg/snort.control b/openwrt/package/snort/ipkg/snort.control index f4c3cb1..32a6cb0 100644 --- a/openwrt/package/snort/ipkg/snort.control +++ b/openwrt/package/snort/ipkg/snort.control @@ -4,7 +4,7 @@ Section: net Version: [TBDL] Architecture: [TBDL] Maintainer: Nico <nthill@free.fr> -Source: http://nthill.free.fr/openwrt/sources/snort/ +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/snort/ Description: a flexible Network Intrusion Detection System (NIDS), built without database logging support Depends: libnet, libpcap, libpcre |