rpms/suricata/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 suricata.spec, 1.2, 1.3

Steve Grubb sgrubb at fedoraproject.org
Fri May 7 17:27:02 UTC 2010


Author: sgrubb

Update of /cvs/pkgs/rpms/suricata/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5743

Modified Files:
	.cvsignore sources suricata.spec 
Log Message:
* Fri May 07 2010 Steve Grubb <sgrubb at redhat.com> 0.9.0-1
- New upstream release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/suricata/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	20 Apr 2010 17:45:46 -0000	1.3
+++ .cvsignore	7 May 2010 17:27:02 -0000	1.4
@@ -1,3 +1,5 @@
 suricata-0.8.1.tar.gz
 suricata-0.8.2.tar.gz
 suricata-0.8.2.tar.gz.sig
+suricata-0.9.0.tar.gz
+suricata-0.9.0.tar.gz.sig


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/suricata/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	20 Apr 2010 17:45:47 -0000	1.3
+++ sources	7 May 2010 17:27:02 -0000	1.4
@@ -1,2 +1,2 @@
-994ff6a5444b2933e892febedc31a7cc  suricata-0.8.2.tar.gz
-001d9330c2e94723cda50628c99e74eb  suricata-0.8.2.tar.gz.sig
+67a6fa4f30952ecf8fc554a83d9cd13c  suricata-0.9.0.tar.gz
+6c7f3cf2bbefea03f0725d081a6863b2  suricata-0.9.0.tar.gz.sig


Index: suricata.spec
===================================================================
RCS file: /cvs/pkgs/rpms/suricata/devel/suricata.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- suricata.spec	20 Apr 2010 17:45:48 -0000	1.2
+++ suricata.spec	7 May 2010 17:27:02 -0000	1.3
@@ -1,7 +1,7 @@
 
 Summary: Intrusion Detection System
 Name: suricata
-Version: 0.8.2
+Version: 0.9.0
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/Internet
@@ -13,7 +13,7 @@ Source3: suricata.logrotate
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libyaml-devel libprelude-devel
 BuildRequires: libnfnetlink-devel libnetfilter_queue-devel libnet-devel
-BuildRequires: zlib-devel libpcap-devel pcre-devel
+BuildRequires: zlib-devel libpcap-devel pcre-devel libcap-ng-devel
 # Remove when rpath issues are fixed
 BuildRequires: autoconf automake libtool
 Requires: chkconfig
@@ -35,7 +35,7 @@ autoreconf -fv --install
 
 %build
 # There is a problem with inlined functions
-CFLAGS+=" -fgnu89-inline"
+#CFLAGS+=" -fgnu89-inline"
 
 %configure
 make %{?_smp_mflags}
@@ -96,6 +96,9 @@ fi
 %config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/suricata
 
 %changelog
+* Fri May 07 2010 Steve Grubb <sgrubb at redhat.com> 0.9.0-1
+- New upstream release
+
 * Tue Apr 20 2010 Steve Grubb <sgrubb at redhat.com> 0.8.2-1
 - New upstream release
 



More information about the scm-commits mailing list