diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-11-07 11:30:54 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-12-03 14:15:07 -0800 |
commit | d1d0b2a6d79878c17e0fe60f04a8f744f7dd6647 (patch) | |
tree | f7490f2eb61a4a6a9e8264e18a5c9eb3ddd2b575 | |
parent | 16c68aae0fdfc20c7ce5cf4da0a9fff8bdd75769 (diff) | |
download | meta-security-d1d0b2a6d79878c17e0fe60f04a8f744f7dd6647.tar.gz |
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>
31 files changed, 31 insertions, 31 deletions
diff --git a/meta-security-compliance/recipes-openscap/oe-scap/oe-scap_1.0.bb b/meta-security-compliance/recipes-openscap/oe-scap/oe-scap_1.0.bb index fd53fcb..d75910d 100644 --- a/meta-security-compliance/recipes-openscap/oe-scap/oe-scap_1.0.bb +++ b/meta-security-compliance/recipes-openscap/oe-scap/oe-scap_1.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://README.md;md5=46dec9f167b6e05986cb4023df6d92f4" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | 7 | ||
8 | SRCREV = "7147871d7f37d408c0dd7720ef0fd3ec1b54ad98" | 8 | SRCREV = "7147871d7f37d408c0dd7720ef0fd3ec1b54ad98" |
9 | SRC_URI = "git://github.com/akuster/oe-scap.git" | 9 | SRC_URI = "git://github.com/akuster/oe-scap.git;branch=master;protocol=https" |
10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
11 | file://run_cve.sh \ | 11 | file://run_cve.sh \ |
12 | file://run_test.sh \ | 12 | file://run_test.sh \ |
diff --git a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb index a775021..ce1fdd3 100644 --- a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb +++ b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "LGPL-2.1" | |||
9 | DEPENDS = "python3-dbus" | 9 | DEPENDS = "python3-dbus" |
10 | 10 | ||
11 | SRCREV = "f25b16afb6ac761fea13132ff406fba4cdfd2b76" | 11 | SRCREV = "f25b16afb6ac761fea13132ff406fba4cdfd2b76" |
12 | SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git \ | 12 | SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git;branch=master;protocol=https \ |
13 | file://0001-Renamed-module-and-variables-to-get-rid-of-async.patch \ | 13 | file://0001-Renamed-module-and-variables-to-get-rid-of-async.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.3.bb b/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.3.bb index 51fa9ee..192b008 100644 --- a/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.3.bb +++ b/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.3.bb | |||
@@ -3,7 +3,7 @@ SUMARRY = "NIST Certified SCAP 1.2 toolkit" | |||
3 | require openscap.inc | 3 | require openscap.inc |
4 | 4 | ||
5 | SRCREV = "0cb55c55af6be9934d6fd0caf4563b206f289732" | 5 | SRCREV = "0cb55c55af6be9934d6fd0caf4563b206f289732" |
6 | SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3 \ | 6 | SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https \ |
7 | " | 7 | " |
8 | 8 | ||
9 | DEFAULT_PREFERENCE = "-1" | 9 | DEFAULT_PREFERENCE = "-1" |
diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb b/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb index 73a4729..a18cbd1 100644 --- a/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb +++ b/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb | |||
@@ -6,7 +6,7 @@ SUMARRY = "NIST Certified SCAP 1.2 toolkit with OE changes" | |||
6 | include openscap.inc | 6 | include openscap.inc |
7 | 7 | ||
8 | SRCREV = "a85943eee400fdbe59234d1c4a02d8cf710c4625" | 8 | SRCREV = "a85943eee400fdbe59234d1c4a02d8cf710c4625" |
9 | SRC_URI = "git://github.com/akuster/openscap.git;branch=oe-1.3 \ | 9 | SRC_URI = "git://github.com/akuster/openscap.git;branch=oe-1.3;protocol=https \ |
10 | " | 10 | " |
11 | 11 | ||
12 | PV = "1.3.3+git${SRCPV}" | 12 | PV = "1.3.3+git${SRCPV}" |
diff --git a/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_0.1.44.bb b/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_0.1.44.bb index d80ecd7..ecf136d 100644 --- a/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_0.1.44.bb +++ b/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_0.1.44.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMARRY = "SCAP content for various platforms, upstream version" | 1 | SUMARRY = "SCAP content for various platforms, upstream version" |
2 | 2 | ||
3 | SRCREV = "8cb2d0f351faff5440742258782281164953b0a6" | 3 | SRCREV = "8cb2d0f351faff5440742258782281164953b0a6" |
4 | SRC_URI = "git://github.com/ComplianceAsCode/content.git" | 4 | SRC_URI = "git://github.com/ComplianceAsCode/content.git;branch=master;protocol=https" |
5 | 5 | ||
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_git.bb b/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_git.bb index 0617c56..8a22c6f 100644 --- a/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_git.bb +++ b/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMARRY = "SCAP content for various platforms, OE changes" | 1 | SUMARRY = "SCAP content for various platforms, OE changes" |
2 | 2 | ||
3 | SRCREV = "5fdfdcb2e95afbd86ace555beca5d20cbf1043ed" | 3 | SRCREV = "5fdfdcb2e95afbd86ace555beca5d20cbf1043ed" |
4 | SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe-0.1.44; \ | 4 | SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe-0.1.44;protocol=https \ |
5 | file://0001-Fix-XML-parsing-of-the-remediation-functions-file.patch \ | 5 | file://0001-Fix-XML-parsing-of-the-remediation-functions-file.patch \ |
6 | file://0002-Fixed-the-broken-fix-when-greedy-regex-ate-the-whole.patch \ | 6 | file://0002-Fixed-the-broken-fix-when-greedy-regex-ate-the-whole.patch \ |
7 | file://0001-fix-deprecated-instance-of-element.getchildren.patch \ | 7 | file://0001-fix-deprecated-instance-of-element.getchildren.patch \ |
diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_0.8.2.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_0.8.2.bb index 9784aa1..d2b3997 100644 --- a/meta-tpm/recipes-tpm/libtpm/libtpm_0.8.2.bb +++ b/meta-tpm/recipes-tpm/libtpm/libtpm_0.8.2.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" |
4 | 4 | ||
5 | SRCREV = "f66a719eda0b492ea3ec7852421a9d98db0a0621" | 5 | SRCREV = "f66a719eda0b492ea3ec7852421a9d98db0a0621" |
6 | SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.8" | 6 | SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.8;protocol=https" |
7 | 7 | ||
8 | PE = "1" | 8 | PE = "1" |
9 | 9 | ||
diff --git a/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb b/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb index 0f98b79..f55c649 100644 --- a/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb +++ b/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=11f0ee3af475c85b907426e285c9bb52" | |||
8 | DEPENDS += "openssl trousers" | 8 | DEPENDS += "openssl trousers" |
9 | 9 | ||
10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
11 | git://github.com/mgerstner/openssl_tpm_engine.git \ | 11 | git://github.com/mgerstner/openssl_tpm_engine.git;branch=master;protocol=https \ |
12 | file://0001-create-tpm-key-support-well-known-key-option.patch \ | 12 | file://0001-create-tpm-key-support-well-known-key-option.patch \ |
13 | file://0002-libtpm-support-env-TPM_SRK_PW.patch \ | 13 | file://0002-libtpm-support-env-TPM_SRK_PW.patch \ |
14 | file://0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch \ | 14 | file://0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch \ |
diff --git a/meta-tpm/recipes-tpm/pcr-extend/pcr-extend_git.bb b/meta-tpm/recipes-tpm/pcr-extend/pcr-extend_git.bb index f8347b7..77f65ae 100644 --- a/meta-tpm/recipes-tpm/pcr-extend/pcr-extend_git.bb +++ b/meta-tpm/recipes-tpm/pcr-extend/pcr-extend_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "libtspi" | |||
9 | PV = "0.1+git${SRCPV}" | 9 | PV = "0.1+git${SRCPV}" |
10 | SRCREV = "c02ad8f628b3d99f6d4c087b402fe31a40ee6316" | 10 | SRCREV = "c02ad8f628b3d99f6d4c087b402fe31a40ee6316" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/flihp/pcr-extend.git \ | 12 | SRC_URI = "git://github.com/flihp/pcr-extend.git;branch=master;protocol=https \ |
13 | file://fix_openssl11_build.patch " | 13 | file://fix_openssl11_build.patch " |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools |
diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.5.2.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_0.5.2.bb index caf99e8..f12acd2 100644 --- a/meta-tpm/recipes-tpm/swtpm/swtpm_0.5.2.bb +++ b/meta-tpm/recipes-tpm/swtpm/swtpm_0.5.2.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "libtasn1 coreutils-native expect socat glib-2.0 net-tools-native libt | |||
10 | DEPENDS_append = " tpm-tools-native expect-native socat-native python3-pip-native python3-cryptography-native" | 10 | DEPENDS_append = " tpm-tools-native expect-native socat-native python3-pip-native python3-cryptography-native" |
11 | 11 | ||
12 | SRCREV = "e59c0c1a7b4c8d652dbb280fd6126895a7057464" | 12 | SRCREV = "e59c0c1a7b4c8d652dbb280fd6126895a7057464" |
13 | SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.5 \ | 13 | SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.5;protocol=https \ |
14 | file://ioctl_h.patch \ | 14 | file://ioctl_h.patch \ |
15 | file://oe_configure.patch \ | 15 | file://oe_configure.patch \ |
16 | " | 16 | " |
diff --git a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb b/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb index 9e0a686..45f8a6d 100644 --- a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb +++ b/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb | |||
@@ -14,7 +14,7 @@ DEPENDS_class-native = "trousers-native" | |||
14 | 14 | ||
15 | SRCREV = "bf43837575c5f7d31865562dce7778eae970052e" | 15 | SRCREV = "bf43837575c5f7d31865562dce7778eae970052e" |
16 | SRC_URI = " \ | 16 | SRC_URI = " \ |
17 | git://git.code.sf.net/p/trousers/tpm-tools \ | 17 | git://git.code.sf.net/p/trousers/tpm-tools;branch=master \ |
18 | file://tpm-tools-extendpcr.patch \ | 18 | file://tpm-tools-extendpcr.patch \ |
19 | file://04-fix-FTBFS-clang.patch \ | 19 | file://04-fix-FTBFS-clang.patch \ |
20 | file://openssl1.1_fix.patch \ | 20 | file://openssl1.1_fix.patch \ |
diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm/trousers/trousers_git.bb index 32c9a49..83d3858 100644 --- a/meta-tpm/recipes-tpm/trousers/trousers_git.bb +++ b/meta-tpm/recipes-tpm/trousers/trousers_git.bb | |||
@@ -10,7 +10,7 @@ SRCREV = "94144b0a1dcef6e31845d6c319e9bd7357208eb9" | |||
10 | PV = "0.3.15+git${SRCPV}" | 10 | PV = "0.3.15+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
13 | git://git.code.sf.net/p/trousers/trousers \ | 13 | git://git.code.sf.net/p/trousers/trousers;branch=master \ |
14 | file://trousers.init.sh \ | 14 | file://trousers.init.sh \ |
15 | file://trousers-udev.rules \ | 15 | file://trousers-udev.rules \ |
16 | file://tcsd.service \ | 16 | file://tcsd.service \ |
diff --git a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb index edfcce9..9954a8e 100644 --- a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = "autoconf-archive dbus glib-2.0 tpm2-tss glib-2.0-native \ | |||
13 | libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim" | 13 | libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim" |
14 | 14 | ||
15 | SRC_URI = "\ | 15 | SRC_URI = "\ |
16 | git://github.com/tpm2-software/tpm2-abrmd.git \ | 16 | git://github.com/tpm2-software/tpm2-abrmd.git;branch=master;protocol=https \ |
17 | file://tpm2-abrmd-init.sh \ | 17 | file://tpm2-abrmd-init.sh \ |
18 | file://tpm2-abrmd.default \ | 18 | file://tpm2-abrmd.default \ |
19 | " | 19 | " |
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.5.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.5.0.bb index d53d4fa..c8fd10b 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.5.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.5.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0fc19f620a102768d6dbd1e7166e78ab" | |||
6 | 6 | ||
7 | DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2-tools libyaml python3-setuptools-native" | 7 | DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2-tools libyaml python3-setuptools-native" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git;branch=1.X \ | 9 | SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git;branch=1.X;protocol=https \ |
10 | file://bootstrap_fixup.patch \ | 10 | file://bootstrap_fixup.patch \ |
11 | file://0001-remove-local-binary-checkes.patch" | 11 | file://0001-remove-local-binary-checkes.patch" |
12 | 12 | ||
diff --git a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb index a67e3c3..35274a1 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
5 | DEPENDS = "libtss2-dev libtss2-mu-dev gnu-efi-native gnu-efi pkgconfig autoconf-archive-native" | 5 | DEPENDS = "libtss2-dev libtss2-mu-dev gnu-efi-native gnu-efi pkgconfig autoconf-archive-native" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git \ | 7 | SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git;branch=master;protocol=https \ |
8 | file://configure_oe_fixup.patch \ | 8 | file://configure_oe_fixup.patch \ |
9 | file://0001-configure.ac-stop-inserting-host-directories-into-co.patch \ | 9 | file://0001-configure.ac-stop-inserting-host-directories-into-co.patch \ |
10 | file://fix_header_file.patch \ | 10 | file://fix_header_file.patch \ |
diff --git a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb index dfebc07..d324e33 100644 --- a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "autoconf-archive libtss2-dev qrencode" | |||
10 | PE = "1" | 10 | PE = "1" |
11 | 11 | ||
12 | SRCREV = "96a1448753a48974149003bc90ea3990ae8e8d0b" | 12 | SRCREV = "96a1448753a48974149003bc90ea3990ae8e8d0b" |
13 | SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git" | 13 | SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git;branch=master;protocol=https" |
14 | 14 | ||
15 | inherit autotools-brokensep pkgconfig | 15 | inherit autotools-brokensep pkgconfig |
16 | 16 | ||
diff --git a/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb b/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb index 5395695..137821b 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb | |||
@@ -9,7 +9,7 @@ SECTION = "security/tpm" | |||
9 | DEPENDS = "autoconf-archive-native bash-completion libtss2 libgcrypt openssl" | 9 | DEPENDS = "autoconf-archive-native bash-completion libtss2 libgcrypt openssl" |
10 | 10 | ||
11 | SRCREV = "6f387a4efe2049f1b4833e8f621c77231bc1eef4" | 11 | SRCREV = "6f387a4efe2049f1b4833e8f621c77231bc1eef4" |
12 | SRC_URI = "git://github.com/tpm2-software/tpm2-tss-engine.git;branch=v1.1.x" | 12 | SRC_URI = "git://github.com/tpm2-software/tpm2-tss-engine.git;branch=v1.1.x;protocol=https" |
13 | 13 | ||
14 | inherit autotools-brokensep pkgconfig systemd | 14 | inherit autotools-brokensep pkgconfig systemd |
15 | 15 | ||
diff --git a/recipes-ids/suricata/python3-suricata-update_1.2.1.bb b/recipes-ids/suricata/python3-suricata-update_1.2.1.bb index bbdce69..c0a7960 100644 --- a/recipes-ids/suricata/python3-suricata-update_1.2.1.bb +++ b/recipes-ids/suricata/python3-suricata-update_1.2.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" |
7 | 7 | ||
8 | SRCREV = "50e857f75e576e239d8306a6ac55946a1ce252a6" | 8 | SRCREV = "50e857f75e576e239d8306a6ac55946a1ce252a6" |
9 | SRC_URI = "git://github.com/OISF/suricata-update;branch='master-1.2.x'" | 9 | SRC_URI = "git://github.com/OISF/suricata-update;branch='master-1.2.x';protocol=https" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/recipes-ids/tripwire/tripwire_2.4.3.7.bb b/recipes-ids/tripwire/tripwire_2.4.3.7.bb index 4f50bff..b1f4765 100644 --- a/recipes-ids/tripwire/tripwire_2.4.3.7.bb +++ b/recipes-ids/tripwire/tripwire_2.4.3.7.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1c069be8dbbe48e89b580ab4ed86c127" | |||
9 | SRCREV = "6e64a9e5b70a909ec439bc5a099e3fcf38c614b0" | 9 | SRCREV = "6e64a9e5b70a909ec439bc5a099e3fcf38c614b0" |
10 | 10 | ||
11 | SRC_URI = "\ | 11 | SRC_URI = "\ |
12 | git://github.com/Tripwire/tripwire-open-source.git \ | 12 | git://github.com/Tripwire/tripwire-open-source.git;branch=master;protocol=https \ |
13 | file://tripwire.cron \ | 13 | file://tripwire.cron \ |
14 | file://tripwire.sh \ | 14 | file://tripwire.sh \ |
15 | file://tripwire.txt \ | 15 | file://tripwire.txt \ |
diff --git a/recipes-mac/smack/smack_1.3.1.bb b/recipes-mac/smack/smack_1.3.1.bb index b1ea4e9..9fe40d0 100644 --- a/recipes-mac/smack/smack_1.3.1.bb +++ b/recipes-mac/smack/smack_1.3.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
7 | 7 | ||
8 | SRCREV = "4a102c7584b39ce693995ffb65e0918a9df98dd8" | 8 | SRCREV = "4a102c7584b39ce693995ffb65e0918a9df98dd8" |
9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
10 | git://github.com/smack-team/smack.git \ | 10 | git://github.com/smack-team/smack.git;branch=master;protocol=https \ |
11 | file://smack_generator_make_fixup.patch \ | 11 | file://smack_generator_make_fixup.patch \ |
12 | file://run-ptest" | 12 | file://run-ptest" |
13 | 13 | ||
diff --git a/recipes-scanners/checksec/checksec_2.4.0.bb b/recipes-scanners/checksec/checksec_2.4.0.bb index 52bcf7c..f5b7137 100644 --- a/recipes-scanners/checksec/checksec_2.4.0.bb +++ b/recipes-scanners/checksec/checksec_2.4.0.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE="https://github.com/slimm609/checksec.sh" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8d90285f711cf1f378e2c024457066d8" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8d90285f711cf1f378e2c024457066d8" |
8 | 8 | ||
9 | SRCREV = "c3754e45e04f9104db93b2048afd094427102d48" | 9 | SRCREV = "c3754e45e04f9104db93b2048afd094427102d48" |
10 | SRC_URI = "git://github.com/slimm609/checksec.sh" | 10 | SRC_URI = "git://github.com/slimm609/checksec.sh;branch=master;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/recipes-scanners/clamav/clamav_0.104.0.bb b/recipes-scanners/clamav/clamav_0.104.0.bb index 36e498d..a97bdf0 100644 --- a/recipes-scanners/clamav/clamav_0.104.0.bb +++ b/recipes-scanners/clamav/clamav_0.104.0.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=2;endline=3;md5=f7029fbbc5898b2 | |||
10 | 10 | ||
11 | SRCREV = "5553a5e206ceae5d920368baee7d403f823bcb6f" | 11 | SRCREV = "5553a5e206ceae5d920368baee7d403f823bcb6f" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=dev/0.104 \ | 13 | SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=dev/0.104;protocol=https \ |
14 | file://clamd.conf \ | 14 | file://clamd.conf \ |
15 | file://freshclam.conf \ | 15 | file://freshclam.conf \ |
16 | file://volatiles.03_clamav \ | 16 | file://volatiles.03_clamav \ |
diff --git a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb index b480c76..6701e08 100644 --- a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb +++ b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "GPL-2.0" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecabc31e90311da843753ba772885d9f" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecabc31e90311da843753ba772885d9f" |
11 | 11 | ||
12 | SRCREV ="eea1881b734b73599a21df2bfbe58b11f78d0a46" | 12 | SRCREV ="eea1881b734b73599a21df2bfbe58b11f78d0a46" |
13 | SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11 \ | 13 | SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11;protocol=https \ |
14 | file://initd \ | 14 | file://initd \ |
15 | file://fail2ban_setup.py \ | 15 | file://fail2ban_setup.py \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |
diff --git a/recipes-security/fscryptctl/fscryptctl_1.0.0.bb b/recipes-security/fscryptctl/fscryptctl_1.0.0.bb index df76a3d..aed8c24 100644 --- a/recipes-security/fscryptctl/fscryptctl_1.0.0.bb +++ b/recipes-security/fscryptctl/fscryptctl_1.0.0.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "Apache-2.0" | |||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
11 | 11 | ||
12 | SRCREV = "56b898c896240328adef7407090215abbe9ee03d" | 12 | SRCREV = "56b898c896240328adef7407090215abbe9ee03d" |
13 | SRC_URI = "git://github.com/google/fscryptctl.git" | 13 | SRC_URI = "git://github.com/google/fscryptctl.git;branch=master;protocol=https" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb index f9ca092..7181c52 100644 --- a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb +++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb | |||
@@ -3,7 +3,7 @@ HOME_PAGE = "https://github.com/google/google-authenticator-libpam" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/google/google-authenticator-libpam.git" | 6 | SRC_URI = "git://github.com/google/google-authenticator-libpam.git;branch=master;protocol=https" |
7 | SRCREV = "2c7415d950fb0b4a7f779f045910666447b100ef" | 7 | SRCREV = "2c7415d950fb0b4a7f779f045910666447b100ef" |
8 | 8 | ||
9 | DEPENDS = "libpam" | 9 | DEPENDS = "libpam" |
diff --git a/recipes-security/libest/libest_3.2.0.bb b/recipes-security/libest/libest_3.2.0.bb index 5b6dc99..fe66fc9 100644 --- a/recipes-security/libest/libest_3.2.0.bb +++ b/recipes-security/libest/libest_3.2.0.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "OpenSSL" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ecb78acde8e3b795de8ef6b61aed5885" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ecb78acde8e3b795de8ef6b61aed5885" |
7 | 7 | ||
8 | SRCREV = "4ca02c6d7540f2b1bcea278a4fbe373daac7103b" | 8 | SRCREV = "4ca02c6d7540f2b1bcea278a4fbe373daac7103b" |
9 | SRC_URI = "git://github.com/cisco/libest;branch=main" | 9 | SRC_URI = "git://github.com/cisco/libest;branch=main;protocol=https" |
10 | 10 | ||
11 | DEPENDS = "openssl" | 11 | DEPENDS = "openssl" |
12 | 12 | ||
diff --git a/recipes-security/libmspack/libmspack_1.9.1.bb b/recipes-security/libmspack/libmspack_1.9.1.bb index 8c288be..65db10f 100644 --- a/recipes-security/libmspack/libmspack_1.9.1.bb +++ b/recipes-security/libmspack/libmspack_1.9.1.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING.LIB;beginline=1;endline=2;md5=5b1fd1f66ef926b3c8a5bb00a72a28dd" | 7 | LIC_FILES_CHKSUM = "file://COPYING.LIB;beginline=1;endline=2;md5=5b1fd1f66ef926b3c8a5bb00a72a28dd" |
8 | 8 | ||
9 | SRCREV = "63d3faf90423a4a6c174539a7d32111a840adadc" | 9 | SRCREV = "63d3faf90423a4a6c174539a7d32111a840adadc" |
10 | SRC_URI = "git://github.com/kyz/libmspack.git" | 10 | SRC_URI = "git://github.com/kyz/libmspack.git;branch=master;protocol=https" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |
13 | 13 | ||
diff --git a/recipes-security/libseccomp/libseccomp_2.5.1.bb b/recipes-security/libseccomp/libseccomp_2.5.1.bb index 40ac1a8..593d08e 100644 --- a/recipes-security/libseccomp/libseccomp_2.5.1.bb +++ b/recipes-security/libseccomp/libseccomp_2.5.1.bb | |||
@@ -8,7 +8,7 @@ DEPENDS += "gperf-native" | |||
8 | 8 | ||
9 | SRCREV = "4bf70431a339a2886ab8c82e9a45378f30c6e6c7" | 9 | SRCREV = "4bf70431a339a2886ab8c82e9a45378f30c6e6c7" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5 \ | 11 | SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5;protocol=https \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/recipes-security/ncrack/ncrack_0.7.bb b/recipes-security/ncrack/ncrack_0.7.bb index ba26965..0b732bc 100644 --- a/recipes-security/ncrack/ncrack_0.7.bb +++ b/recipes-security/ncrack/ncrack_0.7.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2" | 7 | LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2" |
8 | 8 | ||
9 | SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426" | 9 | SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426" |
10 | SRC_URI = "git://github.com/nmap/ncrack.git" | 10 | SRC_URI = "git://github.com/nmap/ncrack.git;branch=master;protocol=https" |
11 | 11 | ||
12 | DEPENDS = "openssl zlib" | 12 | DEPENDS = "openssl zlib" |
13 | 13 | ||
diff --git a/recipes-security/nikto/nikto_2.1.6.bb b/recipes-security/nikto/nikto_2.1.6.bb index 615cc30..003fb39 100644 --- a/recipes-security/nikto/nikto_2.1.6.bb +++ b/recipes-security/nikto/nikto_2.1.6.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "GPLv2" | |||
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 \ | 10 | SRC_URI = "git://github.com/sullo/nikto.git;branch=master;protocol=https \ |
11 | file://location.patch" | 11 | file://location.patch" |
12 | 12 | ||
13 | S = "${WORKDIR}/git/program" | 13 | S = "${WORKDIR}/git/program" |
diff --git a/recipes-security/scapy/python3-scapy_2.4.4.bb b/recipes-security/scapy/python3-scapy_2.4.4.bb index 8d81ed1..2463ea3 100644 --- a/recipes-security/scapy/python3-scapy_2.4.4.bb +++ b/recipes-security/scapy/python3-scapy_2.4.4.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | SRCREV = "95ba5b8504152a1f820bbe679ccf03668cb5118f" | 10 | SRCREV = "95ba5b8504152a1f820bbe679ccf03668cb5118f" |
11 | SRC_URI = "git://github.com/secdev/scapy.git \ | 11 | SRC_URI = "git://github.com/secdev/scapy.git;branch=master;protocol=https \ |
12 | file://run-ptest" | 12 | file://run-ptest" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |