From a48c014e7bf11391734c05fac6552bbef2dc2086 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 6 Jan 2020 09:48:41 -0500 Subject: meta-security: subtree update:3001c3ebfc..b72cc7f87c Armin Kuster (10): apparmor: add distro check smack: add distro check python-fail2ban: Drop python2 package python3-fail2ban: include python-fail2ban.inc google-authenticator-libpam: update to 1.07 smack-test: add feature check for smack lib/oeqa/runtime: fix clamav test order clamav: update to 0.101.5 meta-integrity: fix issues with yocto-check-layer fail2ban: fix runtime error Change-Id: I4f7e656b0f9e2e9dc32989a1756c94e4e0143c42 Signed-off-by: Brad Bishop --- .../google-authenticator-libpam_1.05.bb | 20 -------------------- .../google-authenticator-libpam_1.07.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.05.bb create mode 100644 meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb (limited to 'meta-security/recipes-security/google-authenticator-libpam') diff --git a/meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.05.bb b/meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.05.bb deleted file mode 100644 index 2181629bd..000000000 --- a/meta-security/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/meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb b/meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb new file mode 100644 index 000000000..98f895c44 --- /dev/null +++ b/meta-security/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