diff options
-rw-r--r-- | network/suricata/suricata.SlackBuild | 3 | ||||
-rw-r--r-- | network/suricata/suricata.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/network/suricata/suricata.SlackBuild b/network/suricata/suricata.SlackBuild index 3356daed8b..f0646e7e99 100644 --- a/network/suricata/suricata.SlackBuild +++ b/network/suricata/suricata.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=suricata -VERSION=${VERSION:-3.1.1} +VERSION=${VERSION:-3.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,6 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-shared=yes \ --enable-static=no \ --enable-unix-socket \ + --enable-python \ --build=$ARCH-slackware-linux make diff --git a/network/suricata/suricata.info b/network/suricata/suricata.info index 566f56c8a3..82c9afdf88 100644 --- a/network/suricata/suricata.info +++ b/network/suricata/suricata.info @@ -1,8 +1,8 @@ PRGNAM="suricata" -VERSION="3.1.1" +VERSION="3.1.2" HOMEPAGE="http://suricata-ids.org/" -DOWNLOAD="http://www.openinfosecfoundation.org/download/suricata-3.1.1.tar.gz" -MD5SUM="acf37313500fac39a544c4521c1a91ec" +DOWNLOAD="http://www.openinfosecfoundation.org/download/suricata-3.1.2.tar.gz" +MD5SUM="c58e8ef56918c83ecf292d73f4b0c051" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libnet jansson" |