diff --git a/.cvsignore b/.cvsignore index a80407c..0236e36 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,6 @@ 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 +suricata-1.0.0-1.fc14.src.rpm +suricata-1.0.0.tar.gz +suricata-1.0.0.tar.gz.sig diff --git a/sources b/sources index 9796b53..ac1b28a 100644 --- a/sources +++ b/sources @@ -1,2 +1,5 @@ 67a6fa4f30952ecf8fc554a83d9cd13c suricata-0.9.0.tar.gz 6c7f3cf2bbefea03f0725d081a6863b2 suricata-0.9.0.tar.gz.sig +46f5d52a26b579459f16ef7fae1632d1 suricata-1.0.0-1.fc14.src.rpm +01b8a6e4908f4a35f7f5d09b1a84cf5e suricata-1.0.0.tar.gz +d7d1473e1b4ada1047ce1955944cfada suricata-1.0.0.tar.gz.sig diff --git a/suricata.spec b/suricata.spec index b3605d3..5b82d0e 100644 --- a/suricata.spec +++ b/suricata.spec @@ -1,7 +1,7 @@ Summary: Intrusion Detection System Name: suricata -Version: 0.9.0 +Version: 1.0.0 Release: 1%{?dist} License: GPLv2+ Group: Applications/Internet @@ -34,10 +34,7 @@ GPU cards. autoreconf -fv --install %build -# There is a problem with inlined functions -#CFLAGS+=" -fgnu89-inline" - -%configure +%configure --enable-gccprotect make %{?_smp_mflags} %install @@ -96,6 +93,9 @@ fi %config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/suricata %changelog +* Thu Jul 01 2010 Steve Grubb 1.0.0-1 +- New upstream release + * Fri May 07 2010 Steve Grubb 0.9.0-1 - New upstream release