From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_u2f/
Date: Tue, 1 Jun 2021 18:27:01 +0000 (UTC) [thread overview]
Message-ID: <1622572005.61975a03862b41f57868867e8aeec85643aa4c94.soap@gentoo> (raw)
commit: 61975a03862b41f57868867e8aeec85643aa4c94
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 18:26:45 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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
+}
next reply other threads:[~2021-06-01 18:27 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-01 18:27 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-20 2:33 [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_u2f/ Sam James
2025-01-20 2:33 Sam James
2025-01-19 22:53 Matt Jolly
2024-11-06 20:47 Mike Gilbert
2024-09-24 5:50 Arthur Zamarin
2024-09-24 5:50 Arthur Zamarin
2023-06-27 4:28 Göktürk Yüksek
2023-06-27 4:28 Göktürk Yüksek
2023-03-06 1:02 Göktürk Yüksek
2022-02-13 5:19 Göktürk Yüksek
2021-06-27 5:58 Agostino Sarubbo
2021-06-27 5:57 Agostino Sarubbo
2021-06-01 18:29 David Seifert
2021-05-18 5:05 Göktürk Yüksek
2021-04-30 23:34 Sam James
2021-04-30 23:29 Sam James
2021-04-29 17:09 Mikle Kolyada
2020-10-28 22:20 Göktürk Yüksek
2020-05-06 1:52 Göktürk Yüksek
2020-03-20 9:04 Agostino Sarubbo
2020-03-20 8:59 Agostino Sarubbo
2019-10-12 20:24 Mikle Kolyada
2019-06-04 23:23 Göktürk Yüksek
2019-03-11 20:18 Mikle Kolyada
2018-07-16 23:05 Göktürk Yüksek
2018-04-22 7:19 Mikle Kolyada
2018-04-22 2:32 Göktürk Yüksek
2018-04-22 2:32 Göktürk Yüksek
2018-01-05 18:52 Göktürk Yüksek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1622572005.61975a03862b41f57868867e8aeec85643aa4c94.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox