diff options
| author | Scott Murray <scott.murray@konsulko.com> | 2026-03-06 14:56:22 +0200 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2026-03-06 14:56:22 +0200 |
| commit | b13f1705d723650de61277670c8a76aadea4cfdd (patch) | |
| tree | e311b2372d8a92c719721207da8aab347d234efa | |
| parent | 815f781a2f7d85efc56299e424bf93f7059df8f1 (diff) | |
| download | meta-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>
| -rw-r--r-- | dynamic-layers/meta-perl/recipes-security/nikto/nikto_2.1.6.bb | 2 |
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" | |||
| 7 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 7 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
| 8 | 8 | ||
| 9 | SRCREV = "f1bbd1a8756c076c8fd4f4dd0bc34a8ef215ae79" | 9 | SRCREV = "f1bbd1a8756c076c8fd4f4dd0bc34a8ef215ae79" |
| 10 | SRC_URI = "git://github.com/sullo/nikto.git;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/sullo/nikto.git;branch=main;protocol=https \ |
| 11 | file://location.patch" | 11 | file://location.patch" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git/program" | 13 | S = "${WORKDIR}/git/program" |
