SPECS: snort.spec - 2.4.3 rel 3 - revesed bcond inline (integrate...

mguevara mguevara at pld-linux.org
Sat Feb 18 05:16:20 CET 2006


Author: mguevara                     Date: Sat Feb 18 04:16:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 2.4.3 rel 3 
- revesed bcond inline (integrated with mainline from 2.3.0 RC1)
  http://www.snort.org/docs/snort_htmanuals/htmanual_2.4/rc1/node7.html
- added bcond prelude - snort could be a sensor for Prelude Hybrid IDS
  http://www.prelude-ids.org/ (integrated in 2.4.0)

---- Files affected:
SPECS:
   snort.spec (1.124 -> 1.125) 

---- Diffs:

================================================================
Index: SPECS/snort.spec
diff -u SPECS/snort.spec:1.124 SPECS/snort.spec:1.125
--- SPECS/snort.spec:1.124	Thu Feb 16 04:16:09 2006
+++ SPECS/snort.spec	Sat Feb 18 05:16:15 2006
@@ -6,7 +6,8 @@
 %bcond_without	pgsql	# build without PostgreSQL storage support
 %bcond_without	mysql	# build without MySQL storage support
 %bcond_without	snmp	# build without SNMP support
-%bcond_with	inline	# build with inline support
+%bcond_without	inline	# build without inline support
+%bcond_without	prelude	# build without prelude support
 #
 Summary:	Network intrusion detection system (IDS/IPS)
 Summary(pl):	System wykrywania intruzów w sieciach (IDS/IPS)
@@ -15,7 +16,7 @@
 Summary(uk):	Snort - ÓÉÓÔĹÍÁ ×ÉŃ×ĚĹÎÎŃ ÓĐŇĎ ×ÔĎŇÇÎĹÎÎŃ × ÍĹŇĹÖŐ
 Name:		snort
 Version:	2.4.3
-Release:	2
+Release:	3
 License:	GPL
 Vendor:		Marty Roesch <roesch at sourcefire.com>
 Group:		Networking
@@ -33,7 +34,7 @@
 BuildRequires:	automake
 BuildRequires:	libnet1-devel = 1.0.2a
 BuildRequires:	libpcap-devel
-BuildRequires:	libprelude-devel
+%{?with_prelude:BuildRequires:	libprelude-devel}
 %{?with_mysql:BuildRequires:	mysql-devel}
 %{?with_snmp:BuildRequires:	net-snmp-devel >= 5.0.7}
 BuildRequires:	openssl-devel >= 0.9.7d
@@ -154,13 +155,14 @@
 	--enable-smbalerts \
 	--enable-flexresp \
 	%{?with_inline:--enable-inline } \
-	%{?with_inline:--with-libipq-includes=%{_includedir}/libipq}  \
+	%{?with_inline:--with-libipq-includes=%{_includedir}/libipq }  \
 	--with-libnet-includes=%{_includedir} \
 	--with%{!?with_snmp:out}-snmp \
 	--without-odbc \
 	--enable-perfmonitor \
 	--with%{!?with_pgsql:out}-postgresql \
-	--with%{!?with_mysql:out}-mysql
+	--with%{!?with_mysql:out}-mysql \
+	%{?with_prelude:--enable-prelude }
 
 %{__make}
 
@@ -244,6 +246,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.125  2006/02/18 04:16:15  mguevara
+- 2.4.3 rel 3
+- revesed bcond inline (integrated with mainline from 2.3.0 RC1)
+  http://www.snort.org/docs/snort_htmanuals/htmanual_2.4/rc1/node7.html
+- added bcond prelude - snort could be a sensor for Prelude Hybrid IDS
+  http://www.prelude-ids.org/ (integrated in 2.4.0)
+
 Revision 1.124  2006/02/16 03:16:09  mguevara
 - libnet1 includedir should be /usr/include not /u/i/libnet1 (for inline)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/snort.spec?r1=1.124&r2=1.125&f=u



More information about the pld-cvs-commit mailing list