diff mbox series

[meta-security,7/9] fscrypt: update to 1.1.0

Message ID 20230318195952.538375-7-akuster808@gmail.com
State New
Headers show
Series [meta-security,1/9] python3-fail2ban: update to 1.0.2 | expand

Commit Message

akuster808 March 18, 2023, 7:59 p.m. UTC
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-security/fscrypt/{fscrypt_1.0.0.bb => fscrypt_1.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename recipes-security/fscrypt/{fscrypt_1.0.0.bb => fscrypt_1.1.0.bb} (96%)
diff mbox series

Patch

diff --git a/recipes-security/fscrypt/fscrypt_1.0.0.bb b/recipes-security/fscrypt/fscrypt_1.1.0.bb
similarity index 96%
rename from recipes-security/fscrypt/fscrypt_1.0.0.bb
rename to 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
 # fscrypt depends on go and libpam
 DEPENDS += "go-native libpam"
 
-SRCREV = "92b1e9a8670ccd3916a7d24a06cab1e4c9815bc4"
+SRCREV = "7c80c73c084ce9ea49a03b814dac7a82fd7b4c23"
 SRC_URI = "git://github.com/google/fscrypt.git;branch=master;protocol=https"
 
 GO_IMPORT = "import"