diff options
author | Pierre-Jean Texier via Lists.Yoctoproject.Org <pjtexier=koncepto.io@lists.yoctoproject.org> | 2020-01-24 18:45:20 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-01-28 10:02:36 -0800 |
commit | 4c98f16973b3a70d0b03a35e4c3a9a1d65f4ebe0 (patch) | |
tree | 95d3a7e1e8e4c2baee214db2603ac0433ccc9a62 | |
parent | 4f65c58251dbfd3070b5ae531c3fa740dde7c335 (diff) | |
download | meta-security-4c98f16973b3a70d0b03a35e4c3a9a1d65f4ebe0.tar.gz |
google-authenticator-libpam: upgrade 1.07 -> 1.08
See changelog: https://github.com/google/google-authenticator-libpam/releases/tag/1.08
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb (renamed from recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb index 98f895c..2ba949e 100644 --- a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb +++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb | |||
@@ -4,7 +4,7 @@ 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" |
7 | SRCREV = "c9280f43610ce896f91eafd0f740a4eb4dcecedd" | 7 | SRCREV = "2c7415d950fb0b4a7f779f045910666447b100ef" |
8 | 8 | ||
9 | DEPENDS = "libpam" | 9 | DEPENDS = "libpam" |
10 | 10 | ||