mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ecabc31e90311da843753ba772885d9f"
|
||||
|
||||
SRCREV ="eea1881b734b73599a21df2bfbe58b11f78d0a46"
|
||||
SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11 \
|
||||
SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11;protocol=https \
|
||||
file://initd \
|
||||
file://fail2ban_setup.py \
|
||||
file://run-ptest \
|
||||
|
||||
@@ -10,7 +10,7 @@ LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
SRCREV = "56b898c896240328adef7407090215abbe9ee03d"
|
||||
SRC_URI = "git://github.com/google/fscryptctl.git"
|
||||
SRC_URI = "git://github.com/google/fscryptctl.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ HOME_PAGE = "https://github.com/google/google-authenticator-libpam"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
LICENSE = "Apache-2.0"
|
||||
|
||||
SRC_URI = "git://github.com/google/google-authenticator-libpam.git"
|
||||
SRC_URI = "git://github.com/google/google-authenticator-libpam.git;branch=master;protocol=https"
|
||||
SRCREV = "2c7415d950fb0b4a7f779f045910666447b100ef"
|
||||
|
||||
DEPENDS = "libpam"
|
||||
|
||||
@@ -6,7 +6,7 @@ LICENSE = "OpenSSL"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ecb78acde8e3b795de8ef6b61aed5885"
|
||||
|
||||
SRCREV = "4ca02c6d7540f2b1bcea278a4fbe373daac7103b"
|
||||
SRC_URI = "git://github.com/cisco/libest;branch=main"
|
||||
SRC_URI = "git://github.com/cisco/libest;branch=main;protocol=https"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ DEPENDS = ""
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;beginline=1;endline=2;md5=5b1fd1f66ef926b3c8a5bb00a72a28dd"
|
||||
|
||||
SRCREV = "63d3faf90423a4a6c174539a7d32111a840adadc"
|
||||
SRC_URI = "git://github.com/kyz/libmspack.git"
|
||||
SRC_URI = "git://github.com/kyz/libmspack.git;branch=master;protocol=https"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ DEPENDS += "gperf-native"
|
||||
|
||||
SRCREV = "4bf70431a339a2886ab8c82e9a45378f30c6e6c7"
|
||||
|
||||
SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5 \
|
||||
SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5;protocol=https \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2"
|
||||
|
||||
SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426"
|
||||
SRC_URI = "git://github.com/nmap/ncrack.git"
|
||||
SRC_URI = "git://github.com/nmap/ncrack.git;branch=master;protocol=https"
|
||||
|
||||
DEPENDS = "openssl zlib"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
SRCREV = "f1bbd1a8756c076c8fd4f4dd0bc34a8ef215ae79"
|
||||
SRC_URI = "git://github.com/sullo/nikto.git \
|
||||
SRC_URI = "git://github.com/sullo/nikto.git;branch=master;protocol=https \
|
||||
file://location.patch"
|
||||
|
||||
S = "${WORKDIR}/git/program"
|
||||
|
||||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRCREV = "95ba5b8504152a1f820bbe679ccf03668cb5118f"
|
||||
SRC_URI = "git://github.com/secdev/scapy.git \
|
||||
SRC_URI = "git://github.com/secdev/scapy.git;branch=master;protocol=https \
|
||||
file://run-ptest"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user