diff options
-rw-r--r-- | network/ettercap/README | 2 | ||||
-rw-r--r-- | network/ettercap/ettercap.SlackBuild | 4 | ||||
-rw-r--r-- | network/ettercap/ettercap.info | 6 |
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" |