Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
nikto


Commits:
28303796 by Levente Polyak at 2026-02-22T15:57:18+01:00
upgpkg: 2.6.0-2: update license to SPDX and minor style cleanup

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
 pkgbase = nikto
        pkgdesc = A web server scanner which performs comprehensive tests 
against web servers for multiple items
        pkgver = 2.6.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/sullo/nikto
        arch = any
-       license = GPL
-       depends = sh
+       license = GPL-3.0-only
        depends = openssl
-       depends = perl-net-ssleay
+       depends = perl
        depends = perl-json
+       depends = perl-net-ssleay
+       depends = sh
        backup = etc/nikto.conf
        source = 
nikto-2.6.0.tar.gz::https://github.com/sullo/nikto/archive/2.6.0.tar.gz
        source = nikto.sh


=====================================
PKGBUILD
=====================================
@@ -6,15 +6,27 @@
 
 pkgname=nikto
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A web server scanner which performs comprehensive tests against web 
servers for multiple items'
 url='https://github.com/sullo/nikto'
-arch=('any')
-license=('GPL')
-depends=('sh' 'openssl' 'perl-net-ssleay' 'perl-json')
-backup=('etc/nikto.conf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sullo/${pkgname}/archive/${pkgver}.tar.gz
-        nikto.sh)
+arch=(any)
+license=(
+  GPL-3.0-only
+)
+depends=(
+  openssl
+  perl
+  perl-json
+  perl-net-ssleay
+  sh
+)
+backup=(
+  etc/nikto.conf
+)
+source=(
+  
${pkgname}-${pkgver}.tar.gz::https://github.com/sullo/${pkgname}/archive/${pkgver}.tar.gz
+  nikto.sh
+)
 
sha512sums=('3b026b01893f33b239c36c8f8da4bea5c100d3e1b4ad3c850d5bcfb2b9c8c5459d1385a80cd7db2e10fe7d12afcbd2dfd512a2057c43d8ad94d9d4fb3df5e5ab'
             
'75b9be1f1cacbca09a5e72f8125aadc24938a3ac36b2337bf68916231af52e2af846a0dedb36782f45716d2c6d590a3606cb5879339528e7a744f1d2d880120d')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nikto/-/commit/2830379646dfe442aac6cc416bfd6b63a13c96c5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nikto/-/commit/2830379646dfe442aac6cc416bfd6b63a13c96c5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to