From 6b42f1c03376d4665df64cbfef0611ca32a0c22e Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 22 Dec 2019 15:26:55 +0000 Subject: google-authenticator-libpam: update to 1.07 Signed-off-by: Armin Kuster --- .../google-authenticator-libpam_1.05.bb | 20 -------------------- .../google-authenticator-libpam_1.07.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.05.bb create mode 100644 recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.05.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.05.bb deleted file mode 100644 index 2181629..0000000 --- a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.05.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Google Authenticator PAM module" -HOME_PAGE = "https://github.com/google/google-authenticator-libpam" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -LICENSE = "Apache-2.0" - -SRC_URI = "git://github.com/google/google-authenticator-libpam.git" -SRCREV = "7365ed10d54393fb4c100cac063ae8edb744eac6" - -DEPENDS = "libpam" - -S = "${WORKDIR}/git" - -inherit autotools features_check - -REQUIRED_DISTRO_FEATURES = "pam" - -PACKAGES += "pam-google-authenticator" -FILES_pam-google-authenticator = "${libdir}/security/pam_google_authenticator.so" - -RDEPNEDS_pam-google-authenticator = "libpam" diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb new file mode 100644 index 0000000..98f895c --- /dev/null +++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb @@ -0,0 +1,20 @@ +SUMMARY = "Google Authenticator PAM module" +HOME_PAGE = "https://github.com/google/google-authenticator-libpam" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" +LICENSE = "Apache-2.0" + +SRC_URI = "git://github.com/google/google-authenticator-libpam.git" +SRCREV = "c9280f43610ce896f91eafd0f740a4eb4dcecedd" + +DEPENDS = "libpam" + +S = "${WORKDIR}/git" + +inherit autotools features_check + +REQUIRED_DISTRO_FEATURES = "pam" + +PACKAGES += "pam-google-authenticator" +FILES_pam-google-authenticator = "${libdir}/security/pam_google_authenticator.so" + +RDEPNEDS_pam-google-authenticator = "libpam" -- cgit v1.2.3-54-g00ecf