aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-05-13 18:53:40 +0200
committerKr1ss2022-05-13 18:53:40 +0200
commit321a6dbb36ed4bfc82e906e06304e707f485c1f2 (patch)
treec20c6ce876f558e6e036c6aa320c87ff08e9077e
parent965c347c006823cebb2328e26ed91f207693bd66 (diff)
downloadpackages-321a6dbb36ed4bfc82e906e06304e707f485c1f2.tar.gz
packages-321a6dbb36ed4bfc82e906e06304e707f485c1f2.tar.bz2
packages-321a6dbb36ed4bfc82e906e06304e707f485c1f2.zip
update: wapiti 3.1.2-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog7
-rw-r--r--PKGBUILD12
3 files changed, 17 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1828243..7b894ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
1pkgbase = wapiti 1pkgbase = wapiti
2 pkgdesc = Comprehensive web app vulnerability scanner written in Python 2 pkgdesc = Comprehensive web app vulnerability scanner written in Python
3 pkgver = 3.1.1 3 pkgver = 3.1.2
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
7 arch = any 7 arch = any
8 license = GPL 8 license = GPL
9 makedepends = python-setuptools 9 makedepends = python-setuptools
10 makedepends = python-pip 10 depends = python
11 depends = python-requests 11 depends = python-requests
12 depends = python-beautifulsoup4 12 depends = python-beautifulsoup4
13 depends = python-lxml 13 depends = python-lxml
@@ -22,7 +22,7 @@ pkgbase = wapiti
22 optdepends = python-requests-kerberos: Kerberos authentication 22 optdepends = python-requests-kerberos: Kerberos authentication
23 optdepends = python-requests-ntlm: NTLM authentication 23 optdepends = python-requests-ntlm: NTLM authentication
24 options = zipman 24 options = zipman
25 source = https://github.com/wapiti-scanner/wapiti/releases/download/3.1.1/wapiti3-3.1.1.tar.gz 25 source = https://github.com/wapiti-scanner/wapiti/releases/download/3.1.2/wapiti3-3.1.2.tar.gz
26 sha256sums = d51645fc9cb65a264d87ee38aa8b6733039940afcfa74446f34cd3eef182da36 26 sha256sums = d10c51577792f949c9afa143043c9a25e6e86542cb48489d944ace45612aaea9
27 27
28pkgname = wapiti 28pkgname = wapiti
diff --git a/ChangeLog b/ChangeLog
index 9934ce9..645c857 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
113/05/2022
2 Wapiti 3.1.2
3 mod_http_headers: Deprecate X-XSS-Protection header
4 mod_drupal_enum: Reduce false positives
5 mod_csp: Rework some WSTG categories
6 Crawler: Fix crash caused by unclosed async httpx responses
7
123/02/2022 823/02/2022
2 Wapiti 3.1.1 9 Wapiti 3.1.1
3 Crawler: Fix a bug preventing Wapiti to scan websites with bad ciphers (SSL 3, TLS 1.0 for example) 10 Crawler: Fix a bug preventing Wapiti to scan websites with bad ciphers (SSL 3, TLS 1.0 for example)
diff --git a/PKGBUILD b/PKGBUILD
index 89cce86..5020cab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
4 4
5pkgname=wapiti 5pkgname=wapiti
6 6
7pkgver=3.1.1 7pkgver=3.1.2
8_name="$pkgname${pkgver:0:1}" 8_name="$pkgname${pkgver:0:1}"
9pkgrel=1 9pkgrel=1
10 10
@@ -13,10 +13,10 @@ arch=('any')
13url="https://$pkgname-scanner.github.io" 13url="https://$pkgname-scanner.github.io"
14license=('GPL') 14license=('GPL')
15 15
16makedepends=('python-setuptools' 'python-pip') 16makedepends=('python-setuptools')
17depends=('python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp' 'python-browser-cookie3' 17depends=('python' 'python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp'
18 'python-mako' 'python-python-socks' 'python-tld' 'python-httpx' 'python-aiocache' 18 'python-browser-cookie3' 'python-mako' 'python-python-socks' 'python-tld' 'python-httpx'
19 'python-sqlalchemy') 19 'python-aiocache' 'python-sqlalchemy')
20optdepends=('python-requests-kerberos: Kerberos authentication' 20optdepends=('python-requests-kerberos: Kerberos authentication'
21 'python-requests-ntlm: NTLM authentication') 21 'python-requests-ntlm: NTLM authentication')
22 22
@@ -25,7 +25,7 @@ options=('zipman')
25changelog=ChangeLog 25changelog=ChangeLog
26source=("https://github.com/$pkgname-scanner/$pkgname/releases/download/$pkgver/$_name-$pkgver.tar.gz") 26source=("https://github.com/$pkgname-scanner/$pkgname/releases/download/$pkgver/$_name-$pkgver.tar.gz")
27#source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname/$pkgname-$pkgver/$_name-$pkgver.tar.gz") 27#source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname/$pkgname-$pkgver/$_name-$pkgver.tar.gz")
28sha256sums=('d51645fc9cb65a264d87ee38aa8b6733039940afcfa74446f34cd3eef182da36') 28sha256sums=('d10c51577792f949c9afa143043c9a25e6e86542cb48489d944ace45612aaea9')
29 29
30 30
31prepare() { rm -rf "$_name-$pkgver/tests"; } 31prepare() { rm -rf "$_name-$pkgver/tests"; }