summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2023-03-17 16:17:12 -0400
committerArmin Kuster <akuster808@gmail.com>2023-03-20 16:30:15 -0400
commit206260ffd045ec0d9b2eedfde693090a6e9d9928 (patch)
tree8472fedf744a754952f1ad1e0c097e3f75013352 /recipes-security
parentbb2b0f8710c0f81d0a34721ffc00508b71794fe6 (diff)
downloadmeta-security-206260ffd045ec0d9b2eedfde693090a6e9d9928.tar.gz
fscrypt: update to 1.1.0
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/fscrypt/fscrypt_1.1.0.bb (renamed from recipes-security/fscrypt/fscrypt_1.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/fscrypt/fscrypt_1.0.0.bb b/recipes-security/fscrypt/fscrypt_1.1.0.bb
index 8147fe6..ea9593b 100644
--- a/recipes-security/fscrypt/fscrypt_1.0.0.bb
+++ b/recipes-security/fscrypt/fscrypt_1.1.0.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=3b83ef96387f14655fc854dd
11# fscrypt depends on go and libpam 11# fscrypt depends on go and libpam
12DEPENDS += "go-native libpam" 12DEPENDS += "go-native libpam"
13 13
14SRCREV = "92b1e9a8670ccd3916a7d24a06cab1e4c9815bc4" 14SRCREV = "7c80c73c084ce9ea49a03b814dac7a82fd7b4c23"
15SRC_URI = "git://github.com/google/fscrypt.git;branch=master;protocol=https" 15SRC_URI = "git://github.com/google/fscrypt.git;branch=master;protocol=https"
16 16
17GO_IMPORT = "import" 17GO_IMPORT = "import"