diff options
| author | Kr1ss | 2022-02-06 20:27:03 +0100 |
|---|---|---|
| committer | Kr1ss | 2022-02-06 20:27:03 +0100 |
| commit | 7b87b9a67b183f0ca5aa36983ee3acaa0f00e3e6 (patch) | |
| tree | 84932ede9199e134cfef9a156df8653cd256d0bb | |
| parent | cbc932e5dd629897cb28f4e581a7a87135f138b9 (diff) | |
| download | packages-7b87b9a67b183f0ca5aa36983ee3acaa0f00e3e6.tar.gz packages-7b87b9a67b183f0ca5aa36983ee3acaa0f00e3e6.tar.bz2 packages-7b87b9a67b183f0ca5aa36983ee3acaa0f00e3e6.zip | |
update: wapiti 3.1.0-1
upstream release
| -rw-r--r-- | .SRCINFO | 7 | ||||
| -rw-r--r-- | PKGBUILD | 11 |
2 files changed, 9 insertions, 9 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | pkgbase = wapiti | 1 | pkgbase = wapiti |
| 2 | pkgdesc = Comprehensive web app vulnerability scanner written in Python | 2 | pkgdesc = Comprehensive web app vulnerability scanner written in Python |
| 3 | pkgver = 3.0.9 | 3 | pkgver = 3.1.0 |
| 4 | pkgrel = 1 | 4 | pkgrel = 1 |
| 5 | url = https://wapiti-scanner.github.io | 5 | url = https://wapiti-scanner.github.io |
| 6 | changelog = ChangeLog | 6 | changelog = ChangeLog |
| @@ -17,13 +17,12 @@ pkgbase = wapiti | |||
| 17 | depends = python-python-socks | 17 | depends = python-python-socks |
| 18 | depends = python-tld | 18 | depends = python-tld |
| 19 | depends = python-httpx | 19 | depends = python-httpx |
| 20 | depends = python-httpx-socks | ||
| 21 | depends = python-aiocache | 20 | depends = python-aiocache |
| 22 | depends = python-sqlalchemy | 21 | depends = python-sqlalchemy |
| 23 | optdepends = python-requests-kerberos: Kerberos authentication | 22 | optdepends = python-requests-kerberos: Kerberos authentication |
| 24 | optdepends = python-requests-ntlm: NTLM authentication | 23 | optdepends = python-requests-ntlm: NTLM authentication |
| 25 | options = zipman | 24 | options = zipman |
| 26 | source = https://downloads.sourceforge.net/sourceforge/wapiti/wapiti/wapiti-3.0.9/wapiti3-3.0.9.tar.gz | 25 | source = https://github.com/wapiti-scanner/wapiti/releases/download/3.1.0/wapiti3-3.1.0.tar.gz |
| 27 | sha256sums = bd64674b9152057bf1534ca7d7aab8cad4fccb1027813e0d0281f48823a82475 | 26 | sha256sums = 4974204e5da966c3e91946465840420c708c034a7c030c5597d3c36badf05a0f |
| 28 | 27 | ||
| 29 | pkgname = wapiti | 28 | pkgname = wapiti |
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | pkgname=wapiti | 5 | pkgname=wapiti |
| 6 | 6 | ||
| 7 | pkgver=3.0.9 | 7 | pkgver=3.1.0 |
| 8 | _name="$pkgname${pkgver:0:1}" | 8 | _name="$pkgname${pkgver:0:1}" |
| 9 | pkgrel=1 | 9 | pkgrel=1 |
| 10 | 10 | ||
| @@ -15,16 +15,17 @@ license=('GPL') | |||
| 15 | 15 | ||
| 16 | makedepends=('python-setuptools' 'python-pip') | 16 | makedepends=('python-setuptools' 'python-pip') |
| 17 | depends=('python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp' 'python-browser-cookie3' | 17 | depends=('python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp' 'python-browser-cookie3' |
| 18 | 'python-mako' 'python-python-socks' 'python-tld' 'python-httpx' 'python-httpx-socks' | 18 | 'python-mako' 'python-python-socks' 'python-tld' 'python-httpx' 'python-aiocache' |
| 19 | 'python-aiocache' 'python-sqlalchemy') | 19 | 'python-sqlalchemy') |
| 20 | optdepends=('python-requests-kerberos: Kerberos authentication' | 20 | optdepends=('python-requests-kerberos: Kerberos authentication' |
| 21 | 'python-requests-ntlm: NTLM authentication') | 21 | 'python-requests-ntlm: NTLM authentication') |
| 22 | 22 | ||
| 23 | options=('zipman') | 23 | options=('zipman') |
| 24 | 24 | ||
| 25 | changelog=ChangeLog | 25 | changelog=ChangeLog |
| 26 | source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname/$pkgname-$pkgver/$_name-$pkgver.tar.gz") | 26 | source=("https://github.com/$pkgname-scanner/$pkgname/releases/download/$pkgver/$_name-$pkgver.tar.gz") |
| 27 | sha256sums=('bd64674b9152057bf1534ca7d7aab8cad4fccb1027813e0d0281f48823a82475') | 27 | #source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname/$pkgname-$pkgver/$_name-$pkgver.tar.gz") |
| 28 | sha256sums=('4974204e5da966c3e91946465840420c708c034a7c030c5597d3c36badf05a0f') | ||
| 28 | 29 | ||
| 29 | 30 | ||
| 30 | prepare() { rm -rf "$_name-$pkgver/tests"; } | 31 | prepare() { rm -rf "$_name-$pkgver/tests"; } |
