summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2019-08-19 12:40:05 +0200
committer Willy Sudiarto Raharjo2019-08-24 03:24:02 +0200
commit1bd0d8fb94d8671cf06ef8b8ce319230cb995e17 (patch)
tree85d0559d50ea1e11ea8082ff2c1dfd647add07a6
parent11c4640159d57d275db4a787334659ee9d900e41 (diff)
downloadslackbuilds-1bd0d8fb94d8671cf06ef8b8ce319230cb995e17.tar.gz
network/ettercap: Updated for version 0.8.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-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..6b4d4de738 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}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/ettercap/ettercap.info b/network/ettercap/ettercap.info
index cd95a28fcb..dae0424458 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"
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/ettercap-0.8.3.tar.gz"
+MD5SUM="6b27d329a509e65fef9044c95a2dde35"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libnet"