rpms/snort/devel .cvsignore, 1.10, 1.11 snort.spec, 1.30, 1.31 snortd, 1.2, 1.3 sources, 1.10, 1.11 sysconfig.snort, 1.1, 1.2

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Thu May 15 22:12:05 UTC 2008


Author: ausil

Update of /cvs/extras/rpms/snort/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv926

Modified Files:
	.cvsignore snort.spec snortd sources sysconfig.snort 
Log Message:
apply changes from Steve Grubb with a minor change



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/snort/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	28 Aug 2007 03:59:10 -0000	1.10
+++ .cvsignore	15 May 2008 22:11:19 -0000	1.11
@@ -1 +1 @@
-snort-2.7.0.1.tar.gz
+snort-2.8.1.tar.gz


Index: snort.spec
===================================================================
RCS file: /cvs/extras/rpms/snort/devel/snort.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- snort.spec	18 Feb 2008 20:16:11 -0000	1.30
+++ snort.spec	15 May 2008 22:11:19 -0000	1.31
@@ -1,7 +1,7 @@
 Summary:        Intrusion detection system
 Name:           snort
-Version:        2.7.0.1
-Release:        6%{?dist}
+Version:        2.8.1
+Release:        1%{?dist}
 License:        GPLv2
 Group:          Applications/Internet
 Source0:        http://www.snort.org/dl/current/snort-%{version}.tar.gz
@@ -16,6 +16,7 @@
 BuildRequires:  perl
 BuildRequires:  pcre-devel
 BuildRequires:  sed
+BuildRequires:  libprelude-devel
 
 %package        plain+flexresp
 Summary:        Snort with Flexible Response
@@ -152,7 +153,7 @@
 %build
 
 SNORT_BASE_CONFIG="--with-libpcap-includes=/usr/include/pcap \
-                   --enable-dynamicplugin"
+                   --enable-dynamicplugin --enable-prelude"
 export LDFLAGS=-L/usr/lib64/mysql
 # there are some strange configure errors
 # when not doing a distclean between major builds.
@@ -316,7 +317,7 @@
 }
 
 install snort.8 %{buildroot}%{_mandir}/man8
-install etc/generators  etc/gen-msg.map  etc/sid etc/sid-msg.map  etc/threshold.conf  etc/unicode.map etc/reference.config etc/classification.config etc/snort.conf %{buildroot}%{_sysconfdir}/snort
+install etc/gen-msg.map  etc/sid-msg.map  etc/threshold.conf  etc/unicode.map etc/reference.config etc/classification.config etc/snort.conf %{buildroot}%{_sysconfdir}/snort
 install -p -m 755 %{SOURCE1} %{buildroot}/etc/rc.d/init.d
 mkdir -p %{buildroot}/etc/sysconfig/
 install -p -m 644 %{SOURCE3} %{buildroot}/etc/sysconfig/snort
@@ -452,6 +453,7 @@
 # handle compressed man pages.
 %attr(755,root,root) %{_mandir}/man8/snort.8*
 %attr(755,root,root) %dir /var/log/snort
+%attr(755,root,root) %dir %{_sysconfdir}/snort/rules
 %attr(644,root,root) %config %{_sysconfdir}/snort
 %attr(755,root,root) /etc/rc.d/init.d/snortd
 %{_libdir}/snort
@@ -483,6 +485,9 @@
 
 
 %changelog
+* Fri Apr 25 2008 Steve Grubb <sgrubb at redhat.com> - 2.8.1-1
+- update to 2.8.1
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 2.7.0.1-6
 - Autorebuild for GCC 4.3
 


Index: snortd
===================================================================
RCS file: /cvs/extras/rpms/snort/devel/snortd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- snortd	17 Nov 2007 23:46:17 -0000	1.2
+++ snortd	15 May 2008 22:11:19 -0000	1.3
@@ -27,7 +27,7 @@
   start)
 	echo -n "Starting snort: "
         cd /var/log/snort
-	daemon /usr/sbin/snort -A fast -b -l /var/log/snort -d -D \
+	daemon /usr/sbin/snort -D $SNORT_OPTIONS -u $USER -g $GROUP \
 		 -i $INTERFACE -c /etc/snort/snort.conf
 	touch /var/lock/subsys/snort
 	echo


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/snort/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	28 Aug 2007 03:59:10 -0000	1.10
+++ sources	15 May 2008 22:11:19 -0000	1.11
@@ -1 +1 @@
-06d3fa0b326dcdca59a19811f32b013a  snort-2.7.0.1.tar.gz
+a41fd96894ab59ae4df45aa5f3345c52  snort-2.8.1.tar.gz


Index: sysconfig.snort
===================================================================
RCS file: /cvs/extras/rpms/snort/devel/sysconfig.snort,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sysconfig.snort	17 Nov 2007 23:46:17 -0000	1.1
+++ sysconfig.snort	15 May 2008 22:11:19 -0000	1.2
@@ -1,2 +1,11 @@
+# What user account should we run under.
+USER="root"
+
+# What group account should we run under. 
+GROUP="root"
+
 # define the interface we listen on
-INTERFACE=eth0
+INTERFACE="eth0"
+
+# If you are using prelude, delete the '-A fast' option
+SNORT_OPTIONS="-A fast -b -l /var/log/snort -d"




More information about the scm-commits mailing list