summaryrefslogtreecommitdiffstats
path: root/network/ettercap
diff options
context:
space:
mode:
Diffstat (limited to 'network/ettercap')
-rw-r--r--network/ettercap/README2
-rw-r--r--network/ettercap/ettercap.SlackBuild4
-rw-r--r--network/ettercap/ettercap.info6
3 files changed, 7 insertions, 5 deletions
diff --git a/network/ettercap/README b/network/ettercap/README
index c368fa6414..f0bb17c1cf 100644
--- a/network/ettercap/README
+++ b/network/ettercap/README
@@ -13,3 +13,5 @@ GNU General Public License.
The build script support the following switches:
IPV6=ON (default: OFF) to enable ipv6 support
LUA=ON (default: OFF) to enable lua support (experimental), requires luajit
+
+GeoIP is an optional dependency.
diff --git a/network/ettercap/ettercap.SlackBuild b/network/ettercap/ettercap.SlackBuild
index f841ef5396..d331932033 100644
--- a/network/ettercap/ettercap.SlackBuild
+++ b/network/ettercap/ettercap.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ettercap
-# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ettercap
-VERSION=${VERSION:-0.8.2}
+VERSION=${VERSION:-0.8.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/ettercap/ettercap.info b/network/ettercap/ettercap.info
index cd95a28fcb..5fdfb8eaef 100644
--- a/network/ettercap/ettercap.info
+++ b/network/ettercap/ettercap.info
@@ -1,8 +1,8 @@
PRGNAM="ettercap"
-VERSION="0.8.2"
+VERSION="0.8.3.1"
HOMEPAGE="https://ettercap.github.io/ettercap/"
-DOWNLOAD="https://github.com/Ettercap/ettercap/releases/download/v0.8.2/ettercap-0.8.2.tar.gz"
-MD5SUM="b6b20851862f55644d5f296f77b785d1"
+DOWNLOAD="https://github.com/Ettercap/ettercap/releases/download/v0.8.3.1/ettercap-0.8.3.1.tar.gz"
+MD5SUM="aec144118be53679f906843ff3054ee0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libnet"