summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2026-03-06 14:56:22 +0200
committerScott Murray <scott.murray@konsulko.com>2026-03-06 14:56:22 +0200
commitb13f1705d723650de61277670c8a76aadea4cfdd (patch)
treee311b2372d8a92c719721207da8aab347d234efa /dynamic-layers
parent815f781a2f7d85efc56299e424bf93f7059df8f1 (diff)
downloadmeta-security-scarthgap-next.tar.gz
nikto: fix branchscarthgap-nextscarthgap
Upstream has renamed their master branch to main, adjust SRC_URI to match. Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/meta-perl/recipes-security/nikto/nikto_2.1.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/meta-perl/recipes-security/nikto/nikto_2.1.6.bb b/dynamic-layers/meta-perl/recipes-security/nikto/nikto_2.1.6.bb
index 8c21b30..1db68c5 100644
--- a/dynamic-layers/meta-perl/recipes-security/nikto/nikto_2.1.6.bb
+++ b/dynamic-layers/meta-perl/recipes-security/nikto/nikto_2.1.6.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-only"
7LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" 7LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
8 8
9SRCREV = "f1bbd1a8756c076c8fd4f4dd0bc34a8ef215ae79" 9SRCREV = "f1bbd1a8756c076c8fd4f4dd0bc34a8ef215ae79"
10SRC_URI = "git://github.com/sullo/nikto.git;branch=master;protocol=https \ 10SRC_URI = "git://github.com/sullo/nikto.git;branch=main;protocol=https \
11 file://location.patch" 11 file://location.patch"
12 12
13S = "${WORKDIR}/git/program" 13S = "${WORKDIR}/git/program"