diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-16 09:04:20 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-16 09:15:15 +0000 |
commit | 02a3e9a6bd966069f1afd089ec3853fe8a34e017 (patch) | |
tree | 4f6205fb45bb008de0f1a0415fa96ec86e9edc04 /community/sslstrip | |
parent | 5b669ec64c5a43478b271bac768ef49d1a5e7c66 (diff) | |
download | aports-02a3e9a6bd966069f1afd089ec3853fe8a34e017.tar.bz2 aports-02a3e9a6bd966069f1afd089ec3853fe8a34e017.tar.xz |
community/sslstrip: fixed dependency due to py2-enum34 rename
Diffstat (limited to 'community/sslstrip')
-rw-r--r-- | community/sslstrip/APKBUILD | 6 |
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" |