summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2020-05-05 21:51:26 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2020-05-05 21:51:48 -0400
commit9151169ec4bd6c849f8f9b01c595e960f2418795 (patch)
tree4a940c4fad2a6465d1a8d68ef461a169cac7e003 /sys-auth/pam_u2f/pam_u2f-1.0.4-r1.ebuild
parentsys-libs/uclibc-ng: fix manifest for 1.0.33, bug #721146 (diff)
downloadgentoo-9151169ec4bd6c849f8f9b01c595e960f2418795.tar.gz
gentoo-9151169ec4bd6c849f8f9b01c595e960f2418795.tar.bz2
gentoo-9151169ec4bd6c849f8f9b01c595e960f2418795.zip
sys-auth/pam_u2f: clean vulnerable versions #687400
Bug: https://bugs.gentoo.org/687400 Package-Manager: Portage-2.3.69, Repoman-2.3.14 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'sys-auth/pam_u2f/pam_u2f-1.0.4-r1.ebuild')
-rw-r--r--sys-auth/pam_u2f/pam_u2f-1.0.4-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-auth/pam_u2f/pam_u2f-1.0.4-r1.ebuild b/sys-auth/pam_u2f/pam_u2f-1.0.4-r1.ebuild
deleted file mode 100644
index 19c2165cb440..000000000000
--- a/sys-auth/pam_u2f/pam_u2f-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic pam
-
-DESCRIPTION="Library for authenticating against PAM with a Yubikey"
-HOMEPAGE="https://github.com/Yubico/pam-u2f"
-SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND="
- app-crypt/libu2f-host
- app-crypt/libu2f-server:=
- sys-libs/pam"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-1.0.2-fix-Makefile.patch" )
-
-src_prepare() {
- default
- use debug || append-cppflags -UDEBUG_PAM -UPAM_DEBUG
- eautoreconf
-}
-
-src_configure() {
- econf --with-pam-dir=$(getpam_mod_dir)
-}