[suricata/f18] New upstream bugfix release

Steve Grubb sgrubb at fedoraproject.org
Thu Apr 4 09:26:07 UTC 2013


commit 5600c0304cb529952e7ceedd9b147813055a2cd7
Author: Steve <sgrubb at redhat.com>
Date:   Thu Apr 4 05:26:03 2013 -0400

    New upstream bugfix release
    
    - Enable libgeoip support
    - Switch to stack-protector-all

 suricata-1.4.1-stack-protector-all.patch |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/suricata-1.4.1-stack-protector-all.patch b/suricata-1.4.1-stack-protector-all.patch
new file mode 100644
index 0000000..68206f4
--- /dev/null
+++ b/suricata-1.4.1-stack-protector-all.patch
@@ -0,0 +1,17 @@
+diff -ur suricata-1.4.1.orig/configure.ac suricata-1.4.1/configure.ac
+--- suricata-1.4.1.orig/configure.ac	2013-03-08 07:11:48.000000000 -0500
++++ suricata-1.4.1/configure.ac	2013-03-08 10:45:16.012695864 -0500
+@@ -226,10 +226,10 @@
+ 
+     AS_IF([test "x$enable_gccprotect" = "xyes"], [
+         #buffer overflow protection
+-        AC_MSG_CHECKING(for -fstack-protector)
++        AC_MSG_CHECKING(for -fstack-protector-all)
+         TMPCFLAGS="${CFLAGS}"
+-        CFLAGS="${CFLAGS} -fstack-protector"
+-        AC_TRY_LINK(,,SECCFLAGS="${SECCFLAGS} -fstack-protector"
++        CFLAGS="${CFLAGS} -fstack-protector-all"
++        AC_TRY_LINK(,,SECCFLAGS="${SECCFLAGS} -fstack-protector-all"
+         AC_MSG_RESULT(yes),
+         AC_MSG_RESULT(no))
+         CFLAGS="${TMPCFLAGS}"


More information about the scm-commits mailing list