summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-crypto')
-rw-r--r--meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb2
-rw-r--r--meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb2
-rw-r--r--meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.27.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb
index e26820f78..b76ed2477 100644
--- a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb
+++ b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb
@@ -10,7 +10,7 @@ LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=bc974d217b525ea216a336adb73e1220" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=bc974d217b525ea216a336adb73e1220"
11 11
12SRCREV = "9e082897d61a2449657651aa5a0931aca31428fd" 12SRCREV = "9e082897d61a2449657651aa5a0931aca31428fd"
13SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git" 13SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git;branch=master"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb
index 49c0fd11e..a66504dd8 100644
--- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb
+++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb
@@ -7,7 +7,7 @@ DEPENDS = "libtool"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9SRCREV = "d41284525ec8960e9a828979cfe269012b7df8db" 9SRCREV = "d41284525ec8960e9a828979cfe269012b7df8db"
10SRC_URI = "git://github.com/smuellerDD/libkcapi.git \ 10SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \
11 file://0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch \ 11 file://0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch \
12 " 12 "
13 13
diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.27.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.27.bb
index 944f49fc7..1af9004fe 100644
--- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.27.bb
+++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.27.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = " \
15 file://COPYING.GPL;md5=8a71d0475d08eee76d8b6d0c6dbec543 \ 15 file://COPYING.GPL;md5=8a71d0475d08eee76d8b6d0c6dbec543 \
16 file://COPYING.BSD;md5=66b7a37c3c10483c1fd86007726104d7 \ 16 file://COPYING.BSD;md5=66b7a37c3c10483c1fd86007726104d7 \
17" 17"
18SRC_URI = "git://github.com/OpenSC/${BPN}.git \ 18SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https \
19 file://0001-build-openssl-remove-RSA_SSLV23_PADDING-constant-usa.patch \ 19 file://0001-build-openssl-remove-RSA_SSLV23_PADDING-constant-usa.patch \
20 " 20 "
21 21