rpms/snort/FC-4 .cvsignore, 1.3, 1.4 snort.spec, 1.5, 1.6 sources, 1.3, 1.4

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Thu Mar 9 19:12:38 UTC 2006


Author: ausil

Update of /cvs/extras/rpms/snort/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11685

Modified Files:
	.cvsignore snort.spec sources 
Log Message:
Update to 2.4.4
Fixes CVE-2006-0839
Security update



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/snort/FC-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	17 Feb 2006 02:16:48 -0000	1.3
+++ .cvsignore	9 Mar 2006 19:12:38 -0000	1.4
@@ -1 +1 @@
-snort-2.4.3.tar.gz
+snort-2.4.4.tar.gz


Index: snort.spec
===================================================================
RCS file: /cvs/extras/rpms/snort/FC-4/snort.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- snort.spec	17 Feb 2006 02:16:48 -0000	1.5
+++ snort.spec	9 Mar 2006 19:12:38 -0000	1.6
@@ -1,6 +1,6 @@
 Summary:        Intrusion detection system
 Name:           snort
-Version:        2.4.3
+Version:        2.4.4
 Release:        1%{?dist}
 License:        GPL
 Group:          Applications/Internet
@@ -112,6 +112,10 @@
 
 Please see the documentation in %{_docdir}/%{name}-%{version}
 
+There are no rules in this package  the license  they are released under forbids
+us from repackaging them  and redistributing them.
+
+
 %description    plain+flexresp
 Snort compiled with flexresp support.  Requires libnet rpm.
 
@@ -148,14 +152,9 @@
 %setup -q
 %patch0 -p1 -b .config
 
-%build
 
-#touch -r . *
-#aclocal
-#automake
-#rm -rf building && mkdir -p building && cd building
+%build
 
-#export AM_CFLAGS="-g -O2"
 SNORT_BASE_CONFIG="--prefix=%{_prefix} \
                    --sysconfdir=%{_sysconfdir} \
                    --with-libpcap-includes=/usr/include/pcap"
@@ -165,8 +164,6 @@
 
 # plain
 {
-#mkdir plain
-#cd plain
 %configure $SNORT_BASE_CONFIG --with-mysql=no \
                                    --with-postgresql=no \
                                    --with-oracle=no \
@@ -174,8 +171,6 @@
 make %{?_smp_mflags}
 mv src/snort snort-plain
 
-# make distclean
-#cd ..
 }
 
 # plain+flexresp
@@ -187,7 +182,6 @@
                                    --enable-flexresp
 make %{?_smp_mflags}
 mv src/snort snort-plain+flexresp
-# make distclean
 }
 
 # mysql+flexresp
@@ -199,7 +193,6 @@
                                    --enable-flexresp
 make %{?_smp_mflags}
 mv src/snort snort-mysql+flexresp
-# make distclean
 }
 
 # mysql
@@ -210,7 +203,6 @@
                               --with-odbc=no
 make %{?_smp_mflags}
 mv src/snort snort-mysql
-# make distclean
 }
 
 
@@ -224,7 +216,6 @@
                                    --enable-flexresp
 make %{?_smp_mflags}
 mv src/snort snort-postgresql+flexresp
-# make distclean
 }
 
 # postgresql
@@ -235,7 +226,6 @@
                                    --with-odbc=no
 make %{?_smp_mflags}
 mv src/snort snort-postgresql
-# make distclean
 }
 
 # snmp
@@ -249,7 +239,6 @@
 
 make %{?_smp_mflags}
 mv src/snort snort-snmp
-# make distclean
 }
 
 
@@ -401,6 +390,10 @@
 
 
 %changelog
+* Thu Mar 09 2006 Dennis Gilmore <dennis at ausil.us> - 2.4.4-1
+- Update to 2.4.4 
+- Fixes CVE-2006-0839
+
 * Thu Feb 16 2006 Dennis Gilmore <dennis at ausil.us> - 2.4.3-1
 - Updated to 2.4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/snort/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	17 Feb 2006 02:16:48 -0000	1.3
+++ sources	9 Mar 2006 19:12:38 -0000	1.4
@@ -1 +1 @@
-5c3c8c69f2459bbe0c1f2057966c88a7  snort-2.4.3.tar.gz
+9dc9060d1f2e248663eceffadfc45e7e  snort-2.4.4.tar.gz




More information about the scm-commits mailing list