From 04096177ad0798439e0a153226383a00891a0fd8 Mon Sep 17 00:00:00 2001 From: Mickaƫl Thomas Date: Mon, 15 Jan 2018 16:34:24 +0100 Subject: Update to 3.0.0 --- .SRCINFO | 20 ++++++++++++-------- PKGBUILD | 16 +++++++++------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 53f49b4..be3e9a1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,20 @@ pkgbase = wapiti pkgdesc = A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections... - pkgver = 2.3.0 - pkgrel = 2 + pkgver = 3.0.0 + pkgrel = 1 url = http://wapiti.sourceforge.net/ arch = any license = GPL - depends = python2 - depends = python2-setuptools - depends = python2-requests - depends = python2-beautifulsoup3 - source = http://downloads.sourceforge.net/sourceforge/wapiti/wapiti/wapiti-2.3.0/wapiti-2.3.0.tar.gz - md5sums = dd8b0ab120518215abf9c7b22251fd8b + depends = python + depends = python-requests + depends = python-beautifulsoup4 + depends = python-lxml + depends = python-tld + depends = python-yaswfp + depends = python-mako + depends = python-pysocks + source = http://downloads.sourceforge.net/sourceforge/wapiti/wapiti/wapiti-3.0.0/wapiti-3.0.0.tar.gz + sha256sums = 4708fa1d8159b0a5e606bdb26e1454e8df1d8bf6e11d9ad63c84e12e8edc8daa pkgname = wapiti diff --git a/PKGBUILD b/PKGBUILD index 1d2d036..fc6b61c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,19 @@ # Maintainer: mickael9 + pkgname=wapiti -pkgver=2.3.0 -pkgrel=2 +pkgver=3.0.0 +pkgrel=1 pkgdesc="A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections..." url='http://wapiti.sourceforge.net/' license=(GPL) -depends=(python2 python2-setuptools python2-requests python2-beautifulsoup3) +depends=(python python-requests python-beautifulsoup4 python-lxml python-tld python-yaswfp python-mako python-pysocks) arch=(any) -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}/${pkgname}-${pkgver}/$pkgname-$pkgver.tar.gz) -md5sums=('dd8b0ab120518215abf9c7b22251fd8b') +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('4708fa1d8159b0a5e606bdb26e1454e8df1d8bf6e11d9ad63c84e12e8edc8daa') package() { - cd "$srcdir/${pkgname}-${pkgver}" - python2 setup.py install --root="$pkgdir/" --optimize=1 + cd "${srcdir}/${pkgname}-${pkgver}" + python setup.py install --root="${pkgdir}/" --optimize=1 + chmod 644 "${pkgdir}/usr/share/man/man1/wapiti.1" } -- cgit v1.2.3-70-g09d2