From 4c98f16973b3a70d0b03a35e4c3a9a1d65f4ebe0 Mon Sep 17 00:00:00 2001 From: "Pierre-Jean Texier via Lists.Yoctoproject.Org" Date: Fri, 24 Jan 2020 18:45:20 +0100 Subject: 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 Signed-off-by: Armin Kuster --- .../google-authenticator-libpam_1.07.bb | 20 -------------------- .../google-authenticator-libpam_1.08.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb create mode 100644 recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb 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 deleted file mode 100644 index 98f895c..0000000 --- a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.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 = "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" diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb new file mode 100644 index 0000000..2ba949e --- /dev/null +++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.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 = "2c7415d950fb0b4a7f779f045910666447b100ef" + +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