public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_p11/
Date: Mon,  6 Mar 2017 19:40:45 +0000 (UTC)	[thread overview]
Message-ID: <1488829216.094cef4814aff4abfc66dc9b14dbb544eea4b52c.alonbl@gentoo> (raw)

commit:     094cef4814aff4abfc66dc9b14dbb544eea4b52c
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 19:38:45 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Mon Mar  6 19:40:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094cef48

sys-auth/pam_p11: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-auth/pam_p11/Manifest             |  1 +
 sys-auth/pam_p11/pam_p11-0.1.6.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/sys-auth/pam_p11/Manifest b/sys-auth/pam_p11/Manifest
index 3273bd3800b..fbf2080b979 100644
--- a/sys-auth/pam_p11/Manifest
+++ b/sys-auth/pam_p11/Manifest
@@ -1 +1,2 @@
 DIST pam_p11-0.1.5.tar.gz 348181 SHA256 74da875467c4ba156f7cb7eaec0718f92dded03f40db3c6c0423c03f44d9f25a SHA512 848c4671daa535db67c16b2eedc0495ed68cedeffe5a8c657310ff10fcfd17d2a8b4708f343b4b7b17498953ad47fdc133eb7ea885f94f795b29ff3973ceea12 WHIRLPOOL 462aa436e09669976fea5080157ef5d1dd4ce57baa7e807ea3e8443c7c2058827c5cfd51f59687aab4263973317e2d2a12b511b440607df0d752ba73add7fc42
+DIST pam_p11-0.1.6.tar.gz 351244 SHA256 666c58a9789567e3598669f16fbee324cff9b0a91a5902d2ecef3e7a51555ad4 SHA512 92ea894dfe605400dd3684b67bfb3fa4a4b6b67f0818791b492dd002063ebcf85eeb93c07d2f60ece98e579f298061c2e0c225554b6dc618bb1e335ac69f36b0 WHIRLPOOL 5879bf159f1bb90dd97c82b35ae227c244af48a05dcf326c3e1e34f6c1ec70d22385d1a36c6412495c718ee7a0ea3c5726f4e27ec10089a751869999d817d61f

diff --git a/sys-auth/pam_p11/pam_p11-0.1.6.ebuild b/sys-auth/pam_p11/pam_p11-0.1.6.ebuild
new file mode 100644
index 00000000000..dbc090a68d2
--- /dev/null
+++ b/sys-auth/pam_p11/pam_p11-0.1.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit pam
+
+DESCRIPTION="PAM module for authenticating against PKCS#11 tokens"
+HOMEPAGE="https://github.com/opensc/pam_p11/wiki"
+SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="virtual/pam
+		dev-libs/libp11
+		dev-libs/openssl:0="
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_install() {
+	dopammod src/.libs/pam_p11_opensc.so
+	dopammod src/.libs/pam_p11_openssh.so
+}


             reply	other threads:[~2017-03-06 19:40 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-06 19:40 Alon Bar-Lev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-08  6:23 [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_p11/ Lars Wendler
2020-03-15 10:07 Lars Wendler
2019-11-13 16:09 Agostino Sarubbo
2019-11-12 18:07 Agostino Sarubbo
2019-11-12 10:38 Agostino Sarubbo
2019-10-28  7:41 Agostino Sarubbo
2019-10-27 23:20 Thomas Deutschmann
2019-10-18  7:43 Lars Wendler
2019-10-12 21:21 Mikle Kolyada
2019-06-27  8:40 Agostino Sarubbo
2019-06-22  8:26 Sergei Trofimovich
2019-06-18 18:24 Thomas Deutschmann
2019-06-18 11:49 Agostino Sarubbo
2019-06-18 11:43 Agostino Sarubbo
2019-06-18 11:11 Agostino Sarubbo
2019-05-17 19:15 Alon Bar-Lev
2018-11-25  9:01 Mikle Kolyada
2018-09-27 23:55 Alon Bar-Lev
2018-09-11 21:01 Alon Bar-Lev
2018-09-11 20:57 Matt Turner
2018-09-07 20:23 Matt Turner
2018-08-19  7:26 Matt Turner
2018-08-18 22:24 Sergei Trofimovich
2018-08-16 22:48 Mikle Kolyada
2018-08-16 12:03 Thomas Deutschmann
2018-05-16 18:36 Alon Bar-Lev
2017-06-14 18:02 Alon Bar-Lev
2017-04-22 13:36 Jeroen Roovers
2017-04-04 19:28 Tobias Klausmann
2017-04-03 20:48 Michael Weber
2017-04-03 12:33 Agostino Sarubbo
2017-04-02 13:23 Agostino Sarubbo
2017-03-18 19:03 Alon Bar-Lev
2017-03-18 13:16 Jeroen Roovers
2017-03-15 15:07 Michael Weber
2017-03-07  8:42 Tobias Klausmann
2017-03-06 19:40 Alon Bar-Lev
2017-03-04 14:02 Agostino Sarubbo
2017-03-04 13:46 Agostino Sarubbo
2017-03-04 13:38 Agostino Sarubbo

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=1488829216.094cef4814aff4abfc66dc9b14dbb544eea4b52c.alonbl@gentoo \
    --to=alonbl@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