From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3C5B1382C5 for ; Tue, 1 Jun 2021 18:27:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8B8FE07B3; Tue, 1 Jun 2021 18:27:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8234E07B3 for ; Tue, 1 Jun 2021 18:27:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FCEA340CAC for ; Tue, 1 Jun 2021 18:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F0C978E for ; Tue, 1 Jun 2021 18:27:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622572005.61975a03862b41f57868867e8aeec85643aa4c94.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_u2f/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_u2f/Manifest sys-auth/pam_u2f/pam_u2f-1.1.1.ebuild X-VCS-Directories: sys-auth/pam_u2f/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 61975a03862b41f57868867e8aeec85643aa4c94 X-VCS-Branch: master Date: Tue, 1 Jun 2021 18:27:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c355a42-0019-4d1c-90c9-4c14e38b2809 X-Archives-Hash: ed744bc06ed2eb2d1c97dfb3d138fe9b commit: 61975a03862b41f57868867e8aeec85643aa4c94 Author: David Seifert gentoo org> AuthorDate: Tue Jun 1 18:26:45 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jun 1 18:26:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61975a03 sys-auth/pam_u2f: add 1.1.1 Bug: https://bugs.gentoo.org/792270 Signed-off-by: David Seifert gentoo.org> sys-auth/pam_u2f/Manifest | 1 + sys-auth/pam_u2f/pam_u2f-1.1.1.ebuild | 39 +++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/sys-auth/pam_u2f/Manifest b/sys-auth/pam_u2f/Manifest index e8716b32605..e0a33e89d4e 100644 --- a/sys-auth/pam_u2f/Manifest +++ b/sys-auth/pam_u2f/Manifest @@ -1 +1,2 @@ DIST pam_u2f-1.1.0.tar.gz 415677 BLAKE2B dba5cd195d390ba4537752549fa5e0f4487930637fedd64b2750424d21d968bf8be54b75dccba92ac13a18b4e2d44825ec18089e9c4f5dc8e11ac12c36b8d28c SHA512 0ffcc32f0bbee279ad02f9c1cd928e2cf1df2fdebe718d869c16b7fece8edafd73cf08c5dfd6a2bc08434ed1970e16e4f89b6dae3b027a961ab43b26818b634f +DIST pam_u2f-1.1.1.tar.gz 429822 BLAKE2B 8ed44f82295ea24fe30c5830971afd29a23b48e173c3cb69d3dcaf73b142de36f86087eaee69b1793a8846fdb2efc5530d52fa9f40e4357e6cd2ea9960b9bb39 SHA512 ca81c78e67c17c369117e9d38e50033eaa96e0b15673521db2c382de1aa2566f7406fb43801a5938758480966c5e7316943769db5be826983d3865710e0274c1 diff --git a/sys-auth/pam_u2f/pam_u2f-1.1.1.ebuild b/sys-auth/pam_u2f/pam_u2f-1.1.1.ebuild new file mode 100644 index 00000000000..01c9842b3bd --- /dev/null +++ b/sys-auth/pam_u2f/pam_u2f-1.1.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools flag-o-matic pam + +DESCRIPTION="PAM module for FIDO2 and U2F keys" +HOMEPAGE="https://github.com/Yubico/pam-u2f" +SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz" + +LICENSE="BSD ISC" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND=" + dev-libs/libfido2:= + dev-libs/openssl:= + sys-libs/pam" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + use debug || append-cppflags -UDEBUG_PAM -UPAM_DEBUG + econf --with-pam-dir=$(getpam_mod_dir) +} + +src_install() { + default + + # plugin only + find "${ED}" -name '*.la' -delete || die +}