From 6320bcb7691f1c78e29f74e830e1d05ed9656fc9 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sat, 7 Mar 2026 12:01:43 +0200 Subject: [PATCH] nikto: fix branch Upstream has renamed their master branch to main, adjust SRC_URI to match. Signed-off-by: Scott Murray --- dynamic-layers/meta-perl/recipes-security/nikto/nikto_2.1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6d83265..5668f87 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" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" SRCREV = "f1bbd1a8756c076c8fd4f4dd0bc34a8ef215ae79" -SRC_URI = "git://github.com/sullo/nikto.git;branch=master;protocol=https \ +SRC_URI = "git://github.com/sullo/nikto.git;branch=main;protocol=https \ file://location.patch" S = "${UNPACKDIR}/${BP}/program"