From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_u2f/
Date: Mon, 6 Mar 2023 01:02:16 +0000 (UTC) [thread overview]
Message-ID: <1678064499.4c0ae21838ef57f4dadfab3f12e5753ae920dc41.gokturk@gentoo> (raw)
commit: 4c0ae21838ef57f4dadfab3f12e5753ae920dc41
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 6 00:59:22 2023 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Mar 6 01:01:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0ae218
sys-auth/pam_u2f: add 1.2.1
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
sys-auth/pam_u2f/Manifest | 1 +
sys-auth/pam_u2f/pam_u2f-1.2.1.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/sys-auth/pam_u2f/Manifest b/sys-auth/pam_u2f/Manifest
index f7175d560ae8..f3f9f14b29ce 100644
--- a/sys-auth/pam_u2f/Manifest
+++ b/sys-auth/pam_u2f/Manifest
@@ -1,2 +1,3 @@
DIST pam_u2f-1.1.1.tar.gz 429822 BLAKE2B 8ed44f82295ea24fe30c5830971afd29a23b48e173c3cb69d3dcaf73b142de36f86087eaee69b1793a8846fdb2efc5530d52fa9f40e4357e6cd2ea9960b9bb39 SHA512 ca81c78e67c17c369117e9d38e50033eaa96e0b15673521db2c382de1aa2566f7406fb43801a5938758480966c5e7316943769db5be826983d3865710e0274c1
DIST pam_u2f-1.2.0.tar.gz 442214 BLAKE2B 17dadcb4325a130da67caf2fbf9bb2bf5d76706b28540ddda6ab8904ec5924d14fc752b7e079940989a8208d27fe0e5d46ea4365426debd5076588c51f46a60a SHA512 a00135e49b22dad5ec2513236a64dca67f04062fd8fa4c8d5ac7cb05d93b4d743ceb8ac5ee99a19667bdbfe8c0be9de904fb50110bed0b55ba8d5fd2aa5fcf28
+DIST pam_u2f-1.2.1.tar.gz 450747 BLAKE2B 6e20ad67d00fb4cb83b73a4bc96f5b2bd96c46ba800660face2f877006691723312c3d53d2db2a66f0a7c74e656960d43ef559dfdb47872f00acac1daf01d1c9 SHA512 c81b87dfd56221b3c842d9969b93bc194689b9eca52e855531830b8725135f533c902f0b56e88bed9944ab3047b0a3b08d62718c621b08f865867f38c300a83f
diff --git a/sys-auth/pam_u2f/pam_u2f-1.2.1.ebuild b/sys-auth/pam_u2f/pam_u2f-1.2.1.ebuild
new file mode 100644
index 000000000000..c63693e01365
--- /dev/null
+++ b/sys-auth/pam_u2f/pam_u2f-1.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit 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_configure() {
+ use debug || append-cppflags -UDEBUG_PAM -UPAM_DEBUG
+ econf --with-pam-dir=$(getpam_mod_dir)
+}
next reply other threads:[~2023-03-06 1:02 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-06 1:02 Göktürk Yüksek [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
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-06-01 18:27 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=1678064499.4c0ae21838ef57f4dadfab3f12e5753ae920dc41.gokturk@gentoo \
--to=gokturk@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