summaryrefslogtreecommitdiffstats
path: root/recipes-security/suricata/files
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-02-15 18:41:33 -0800
committerArmin Kuster <akuster808@gmail.com>2016-03-14 12:52:45 -0700
commit162653fd27842a76b97429e479ea2b8a7f019431 (patch)
tree93101f89e046ee8abc22cff461f1c5517e949a11 /recipes-security/suricata/files
parent86ae983fb2626618e4af9606a17cdf385109721e (diff)
downloadmeta-security-162653fd27842a76b97429e479ea2b8a7f019431.tar.gz
suricata: update to 3.0
removed patch no longer needded. LIC_FILES_CHKSUM changed do to copyright date updates. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/suricata/files')
-rw-r--r--recipes-security/suricata/files/no_pcap_pkgconf_check.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-security/suricata/files/no_pcap_pkgconf_check.patch b/recipes-security/suricata/files/no_pcap_pkgconf_check.patch
deleted file mode 100644
index ba9ff90..0000000
--- a/recipes-security/suricata/files/no_pcap_pkgconf_check.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1Index: suricata-2.0.6/configure
2===================================================================
3--- suricata-2.0.6.orig/configure
4+++ suricata-2.0.6/configure
5@@ -17372,8 +17372,6 @@ fi
6
7 if test "$HAVE_PCAP_CONFIG" = "no"; then
8 CFLAGS="${CFLAGS} -DLIBPCAP_VERSION_MAJOR=1"
9- else
10- CFLAGS="${CFLAGS} `pcap-config --defines` `pcap-config --cflags` -DLIBPCAP_VERSION_MAJOR=1"
11 fi
12 else
13 CFLAGS="${CFLAGS} -DLIBPCAP_VERSION_MAJOR=0"
14Index: suricata-2.0.6/configure.ac
15===================================================================
16--- suricata-2.0.6.orig/configure.ac
17+++ suricata-2.0.6/configure.ac
18@@ -1060,8 +1060,6 @@
19 AC_PATH_PROG(HAVE_PCAP_CONFIG, pcap-config, "no")
20 if test "$HAVE_PCAP_CONFIG" = "no"; then
21 CFLAGS="${CFLAGS} -DLIBPCAP_VERSION_MAJOR=1"
22- else
23- CFLAGS="${CFLAGS} `pcap-config --defines` `pcap-config --cflags` -DLIBPCAP_VERSION_MAJOR=1"
24 fi
25 else
26 CFLAGS="${CFLAGS} -DLIBPCAP_VERSION_MAJOR=0"