diff options
author | Mickaël Thomas | 2018-01-15 16:34:24 +0100 |
---|---|---|
committer | Mickaël Thomas | 2018-01-15 16:34:24 +0100 |
commit | 04096177ad0798439e0a153226383a00891a0fd8 (patch) | |
tree | f09103120a0a940a6ebb099e4ead51bb05e8a823 /.SRCINFO | |
parent | 7a7ea8c2f9185618aa0b94940bf6edfea935f23f (diff) | |
download | packages-04096177ad0798439e0a153226383a00891a0fd8.tar.gz packages-04096177ad0798439e0a153226383a00891a0fd8.tar.bz2 packages-04096177ad0798439e0a153226383a00891a0fd8.zip |
Update to 3.0.0
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -1,16 +1,20 @@ | |||
1 | pkgbase = wapiti | 1 | pkgbase = wapiti |
2 | 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... | 2 | 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... |
3 | pkgver = 2.3.0 | 3 | pkgver = 3.0.0 |
4 | pkgrel = 2 | 4 | pkgrel = 1 |
5 | url = http://wapiti.sourceforge.net/ | 5 | url = http://wapiti.sourceforge.net/ |
6 | arch = any | 6 | arch = any |
7 | license = GPL | 7 | license = GPL |
8 | depends = python2 | 8 | depends = python |
9 | depends = python2-setuptools | 9 | depends = python-requests |
10 | depends = python2-requests | 10 | depends = python-beautifulsoup4 |
11 | depends = python2-beautifulsoup3 | 11 | depends = python-lxml |
12 | source = http://downloads.sourceforge.net/sourceforge/wapiti/wapiti/wapiti-2.3.0/wapiti-2.3.0.tar.gz | 12 | depends = python-tld |
13 | md5sums = dd8b0ab120518215abf9c7b22251fd8b | 13 | depends = python-yaswfp |
14 | depends = python-mako | ||
15 | depends = python-pysocks | ||
16 | source = http://downloads.sourceforge.net/sourceforge/wapiti/wapiti/wapiti-3.0.0/wapiti-3.0.0.tar.gz | ||
17 | sha256sums = 4708fa1d8159b0a5e606bdb26e1454e8df1d8bf6e11d9ad63c84e12e8edc8daa | ||
14 | 18 | ||
15 | pkgname = wapiti | 19 | pkgname = wapiti |
16 | 20 | ||