[suricata] Enable AF_PACKET support

Steve Grubb sgrubb at fedoraproject.org
Thu Dec 22 20:58:30 UTC 2011


commit a60c0332a9db47651f14c581a567b7ae96066919
Author: Steve <sgrubb at redhat.com>
Date:   Thu Dec 22 15:57:51 2011 -0500

    Enable AF_PACKET support

 suricata.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/suricata.spec b/suricata.spec
index 8664cec..bdc329c 100644
--- a/suricata.spec
+++ b/suricata.spec
@@ -2,7 +2,7 @@
 Summary: Intrusion Detection System
 Name: suricata
 Version: 1.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.openinfosecfoundation.org
@@ -36,7 +36,7 @@ GPU cards.
 autoreconf -fv --install
 
 %build
-%configure --enable-gccprotect --enable-nfqueue --enable-prelude --disable-gccmarch-native
+%configure --enable-gccprotect --disable-gccmarch-native --enable-nfqueue --enable-prelude --enable-af-packet
 make %{?_smp_mflags}
 
 %install
@@ -95,6 +95,9 @@ fi
 %config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/suricata
 
 %changelog
+* Thu Dec 22 2011 Steve Grubb <sgrubb at redhat.com> 1.1.1-2
+- Enable AF_PACKET support
+
 * Wed Dec 07 2011 Steve Grubb <sgrubb at redhat.com> 1.1.1-1
 - New upstream release
 


More information about the scm-commits mailing list