aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/sslstrip/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/sslstrip/APKBUILD b/community/sslstrip/APKBUILD
index 0c45efdd1c..92f465eaa0 100644
--- a/community/sslstrip/APKBUILD
+++ b/community/sslstrip/APKBUILD
@@ -3,12 +3,12 @@
pkgname=sslstrip
pkgver=0.9.2
_pkgver=${pkgver/.2/-2}
-pkgrel=0
+pkgrel=1
pkgdesc="Python tool to hijack HTTPS connections during a MITM attack"
url="http://www.thoughtcrime.org/software/sslstrip/"
arch="noarch"
license="GPL3"
-depends="py2-openssl py-twisted py2-six py2-enum34 py2-cffi
+depends="py2-openssl py-twisted py2-six py-enum34 py2-cffi
py2-service_identity py2-cryptography"
makedepends="python2-dev"
install=""
@@ -29,6 +29,4 @@ package() {
install -Dm 644 lock.ico "${pkgdir}/usr/share/${pkgname}/lock.ico"
}
-md5sums="5ab6d718eb1c9d6a1cef466d4fb27c1e sslstrip-0.9.2.tar.gz"
-sha256sums="c51c8a6457312e755e0b203f9e1f8cfeb3f5e01815127ba50e719151e1b0125b sslstrip-0.9.2.tar.gz"
sha512sums="8b3647aa8562264eacb8cdcbdb09a4201331b3e43c8911a8edb62d2fedaad972cb2fcbcd0c32242b4505bd684979d6557183deb69607b06e9bb5b2deaa5f9f3c sslstrip-0.9.2.tar.gz"