sys-auth (yubikey stuff) all in gentoo now

This commit is contained in:
Zero_Chaos 2013-04-22 14:01:01 +00:00
parent 876479ea2b
commit ae37722253
19 changed files with 0 additions and 331 deletions

View file

@ -1,11 +0,0 @@
# ChangeLog for sys-auth/libyubikey
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/libyubikey/ChangeLog,v 1.1 2010/10/23 16:38:54 flameeyes Exp $
*libyubikey-1.6 (23 Oct 2010)
23 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+libyubikey-1.6.ebuild, +files/libyubikey-1.6-rpath.patch, +metadata.xml:
Add libyubikey, proxy-maintained by Brant Gurganus. Ebuild and patch from
bug #342103, updated for style and repoman.

View file

@ -1,5 +0,0 @@
AUX libyubikey-1.7-rpath.patch 319 RMD160 44556070dbacc28421a331cfc9b7712f0bccfe79 SHA1 c0acd38c16284be85256900907f90efb136977b1 SHA256 4351ca6cb99747837858fa6f21bc106f0845536aff2ce590a5879c34fb0c5d11
DIST libyubikey-1.7.tar.gz 292961 RMD160 822a3b012c984d77d8f71cb2a852d17517002593 SHA1 d854c862885b9f2b3a968f90091cdc957d1aa638 SHA256 9e92fd8f9ce3ec3bca1cdd445dadec347a996dcb6f16ebf59ae356b3e78b4ad6
EBUILD libyubikey-1.7.ebuild 677 RMD160 5bff3ce099bf139977c48cd290117529cbc034cd SHA1 fc5931a752c7506299dd3322cb97b88b14cbc8cf SHA256 a99eaea475fb97a4ab88d0ce28136e3418787e01bb64584ffe1b27a951affc6f
MISC ChangeLog 500 RMD160 83806927def30f1586a69cd26b8a573c8b9ebf20 SHA1 64525361346043028cb3daa2349cc0c2baa4e159 SHA256 d812de98b50d8d22a6e84a801e7a8a7ab325880022de48f5aa8c78fbb649f373
MISC metadata.xml 487 RMD160 862d14a23d65cb493c2ab7fcd7db8c189d5acb99 SHA1 61821361bdcff76ab071d4b6ffaeb8c90458c3a8 SHA256 d9e5f8dafd7261defef4e3f161fa4a5dfd1e6108d7cfcec13481228d2e7e604b

View file

@ -1,12 +0,0 @@
Index: libyubikey-1.6/Makefile.am
===================================================================
--- libyubikey-1.6.orig/Makefile.am
+++ libyubikey-1.6/Makefile.am
@@ -59,7 +59,6 @@ ykgenerate_LDADD = ./libyubikey.la
# Self tests.
-AM_LDFLAGS = -no-install
LDADD = libyubikey.la
check_PROGRAMS = selftest

View file

@ -1,26 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/libyubikey/libyubikey-1.6.ebuild,v 1.1 2010/10/23 16:38:54 flameeyes Exp $
EAPI=2
inherit eutils autotools
DESCRIPTION="Yubico C low-level library"
SRC_URI="http://yubico-c.googlecode.com/files/${P}.tar.gz"
HOMEPAGE="http://code.google.com/p/yubico-c/"
KEYWORDS="~amd64"
SLOT="0"
LICENSE="BSD-2"
IUSE=""
src_prepare() {
epatch "${FILESDIR}"/${P}-rpath.patch
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README THANKS || die
find "${D}" -name '*.la' -delete || die
}

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>brant@gurganus.name</email>
<name>Brant Gurganus</name>
<description>Proxied co-maintainer, assign bugs to him</description>
</maintainer>
<maintainer>
<email>flameeyes@gentoo.org</email>
<name>Diego Elio Pettenò</name>
<description>Proxy maintainer, CC him on bugs</description>
</maintainer>
</pkgmetadata>

View file

@ -1,5 +0,0 @@
AUX 2.11-drop_privs.patch 427 SHA256 9ef850b639a255a9e372cfc8be8920f6ba64b1f042fcf1b678358e304bccb51e SHA512 69df5feeb84136b968fca098d5ab2356bf98be542b820984b45a501859c023ffe33988144adb45f55f34848e743f2ed5510921ce701d4582637c62b12b88b204 WHIRLPOOL 7529b601c4208b91d98864eaffbd21fe2b033ebe8e9e0cd52d9b2e17d4cf365664e7ed78b7036b428630a75a1b85abbb4180c8eb84ae7bf7747a3943c57ccc53
DIST pam_yubico-2.11.tar.gz 360380 SHA256 90f27e978313349ed6de19a57c3603b48f7c99fba02fe046396bf56b838d125f
DIST pam_yubico-2.12.tar.gz 367164 SHA256 b3efb41b72191b2ccb0b9cde691bd4ee6df5d8245254dd4f4c4e4bb8886c25c3 SHA512 129af764b5ea59343f75bfd649aa7f7ab927e26590aa2c43622e61f114a73711b420655e33fe344504456e71964d7d11fc8fce0ea0d4405e5fccd312c08152d3 WHIRLPOOL 8d435c597d14b5eeaac68a5d8977d27bf89a328544d810d6ab4ddfce913c5d2dba81d09ceca14fef509065b4cfa0d783fa7f9e521b531a48ecd1d1b7498aaed6
EBUILD pam_yubico-2.11.ebuild 851 SHA256 b8c11cf29bb69f17e58497a6bc574fecb440eb79f754a81402973bcde4cc2321 SHA512 1f6bfdc1a50f5e17c937145796c0bb11e7e578bd17f9d7e6ba4af5a0d7c5adcbf573111d40443a09b2fdaa056c4c525acd073f45fb8a640e7e7340cc90f8b867 WHIRLPOOL 9c44a7fcf63f1fd0d5448d7e24dbff3afc94ac3167e779379c5638ebc9ec2b67eb35f75eaf37df38c346ea4793bec23ddb56ed3d85817b2f7dcd078d710bdfd3
EBUILD pam_yubico-2.12.ebuild 845 SHA256 98f507541c3be5e8efc4c65cebf18508394591268c5226118b9e9211d285efda SHA512 f55bb595f56262864c7132e93c59720f4fad65c2ce3effce3212e67c8a0208198c77661507b1b5b102a369111dc0cebb6a7a54779875a03ce7585925f82cb874 WHIRLPOOL ef1b257f37d5f1695f8b07806f6c1bf53811925ecd6802afec6c39774b547aedd30130e218da1ae5379bec38bcd6e9ffcdf80ac5c411c8b823fef859de33a531

View file

@ -1,14 +0,0 @@
--- drop_privs.c 2012-03-09 12:36:04.792191180 -0500
+++ drop_privs.c.new 2012-03-09 12:36:00.827333242 -0500
@@ -47,9 +47,9 @@
#endif
#ifdef HAVE_PAM_MODUTIL_DROP_PRIV
-#ifdef HAVE_SECURITY_PAM_MODUTIL_H
+//#ifdef HAVE_SECURITY_PAM_MODUTIL_H
#include <security/pam_modutil.h>
-#endif /* HAVE_SECURITY_PAM_MODUTIL_H */
+//#endif /* HAVE_SECURITY_PAM_MODUTIL_H */
#else
static uid_t saved_euid;
static gid_t saved_egid;

View file

@ -1,39 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit eutils autotools
DESCRIPTION="Library for authenticating against PAM with a Yubikey"
HOMEPAGE="https://code.google.com/p/yubico-pam/"
SRC_URI="http://yubico-pam.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc"
IUSE="ldap cr"
DEPEND="virtual/pam
>=sys-auth/ykclient-2.4
>=sys-auth/ykpers-1.6"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}/${PV}-drop_privs.patch"
eautoreconf
}
src_configure() {
econf \
$(use_with cr) \
$(use_with ldap) \
--with-pam-dir=/$(get_libdir)/security || die "econf failed!"
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README doc/* || die
find "${D}" -name '*.la' -delete || die
}

View file

@ -1,39 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit eutils autotools
DESCRIPTION="Library for authenticating against PAM with a Yubikey"
HOMEPAGE="https://code.google.com/p/yubico-pam/"
SRC_URI="http://yubico-pam.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc"
IUSE="ldap cr"
DEPEND="virtual/pam
>=sys-auth/ykclient-2.4
>=sys-auth/ykpers-1.6"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}/2.11-drop_privs.patch"
eautoreconf
}
src_configure() {
econf \
$(use_with cr) \
$(use_with ldap) \
--with-pam-dir=/$(get_libdir)/security || die "econf failed!"
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README doc/* || die
find "${D}" -name '*.la' -delete || die
}

View file

@ -1,10 +0,0 @@
# ChangeLog for sys-auth/ykclient
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.1 2010/11/20 00:28:32 flameeyes Exp $
*ykclient-2.3 (20 Nov 2010)
20 Nov 2010; Diego E. Pettenò <flameeyes@gentoo.org> +ykclient-2.3.ebuild,
+files/ykclient-2.3-rpath.patch, +metadata.xml:
Initial import of ykclient ebuild; ebuild by Brant Gurganus in bug #343551.

View file

@ -1,5 +0,0 @@
AUX ykclient-2.3-rpath.patch 313 RMD160 b8998f7c4dea33481e7ded063f02dcc6f69e2447 SHA1 1ac7562db2bd59ae96df5e032f768d6a9ac9fc6c SHA256 6f4b0883249a9e122cedea979ebee16c9902f6aa4801e88bf2db31eacc7709cb
DIST ykclient-2.7.tar.gz 344385 RMD160 e6889c346cc5fbbc7f1f7af668b1e44f44653925 SHA1 947e69f165bdcdbb4c5bd746e2251622e7f37bac SHA256 db32bfe16aeb4faac18f8acbc5f712dbe8668164f38773e2eefbfde68b18e0ad
EBUILD ykclient-2.7.ebuild 781 RMD160 76a0d3543838eb61c012f01a09bcabb2ebee52d1 SHA1 dd73a5d75e6b62c41d526bd88eafed871616c2f4 SHA256 1b03b2b027c8525432c5b5977abde21fccbecf03326246dbbd2fdfadd3c32a76
MISC ChangeLog 446 RMD160 13a00a1d897f77cff396a50defff7454b7c15481 SHA1 225062515f63ce0fe4f6918fe0b4097cd8f4527e SHA256 b941f36176d5140cb18cca68ad16696d7b6254cd117f7d160b917ae9cb00fffe
MISC metadata.xml 487 RMD160 862d14a23d65cb493c2ab7fcd7db8c189d5acb99 SHA1 61821361bdcff76ab071d4b6ffaeb8c90458c3a8 SHA256 d9e5f8dafd7261defef4e3f161fa4a5dfd1e6108d7cfcec13481228d2e7e604b

View file

@ -1,12 +0,0 @@
Index: ykclient-2.3/Makefile.am
===================================================================
--- ykclient-2.3.orig/Makefile.am
+++ ykclient-2.3/Makefile.am
@@ -54,7 +54,6 @@ ykclient_LDADD = ./libykclient.la
# Self tests.
-AM_LDFLAGS = -no-install
LDADD = libykclient.la
check_PROGRAMS = selftest

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>brant@gurganus.name</email>
<name>Brant Gurganus</name>
<description>Proxied co-maintainer, assign bugs to him</description>
</maintainer>
<maintainer>
<email>flameeyes@gentoo.org</email>
<name>Diego Elio Pettenò</name>
<description>Proxy maintainer, CC him on bugs</description>
</maintainer>
</pkgmetadata>

View file

@ -1,31 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ykclient-2.3.ebuild,v 1.1 2010/11/20 00:28:32 flameeyes Exp $
EAPI=2
inherit eutils autotools
DESCRIPTION="Yubico C client library"
SRC_URI="http://yubico-c-client.googlecode.com/files/${P}.tar.gz"
HOMEPAGE="http://code.google.com/p/yubico-c-client/"
KEYWORDS="~amd64"
SLOT="0"
LICENSE="BSD-2"
IUSE=""
RDEPEND=">=net-misc/curl-7.21.1"
DEPEND="${RDEPEND}"
# Tests require an active network connection, we don't want to run them
RESTRICT="test"
src_prepare() {
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README || die
find "${D}" -name '*.la' -delete || die
}

View file

@ -1,11 +0,0 @@
# ChangeLog for sys-auth/ykpers
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.1 2010/10/23 16:41:42 flameeyes Exp $
*ykpers-1.3.4 (23 Oct 2010)
23 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ykpers-1.3.4.ebuild, +files/ykpers-1.3.4-rpath.patch, +metadata.xml:
Add ykpers, proxy-maintained by Brant Gurganus. Ebuild and patch from bug
#342105, updated for style and repoman.

View file

@ -1,6 +0,0 @@
DIST ykpers-1.6.2.tar.gz 399621 RMD160 44aed04d63297baff70fcd266ba5c3a34c6905f2 SHA1 f754497be597573ccc6d0e354b0f3427e486e70e SHA256 6b882a22414e19dd1dbc65f3053cdf63fd5dd2548c7311a10bab3c896cf16275
DIST ykpers-1.6.4.tar.gz 403577 RMD160 2947551d20f06eb8859bff463c2e1b0c8012779c SHA1 491af38ed3d91548a4d470b2aa3abf88927effef SHA256 ac89dba93bf6cacda532a8826bb89b196899f30be1b925d5c00d02189a719952
EBUILD ykpers-1.6.2.ebuild 792 RMD160 a3128d181406ec603404e26624107474947b6b7a SHA1 014e07121816c60c0c28888aaff6626bfdb94fa8 SHA256 84576db702df5ee047222f9471a69387a97d6f53867a6a1f8a31802ab87a06e0
EBUILD ykpers-1.6.4.ebuild 792 RMD160 a3128d181406ec603404e26624107474947b6b7a SHA1 014e07121816c60c0c28888aaff6626bfdb94fa8 SHA256 84576db702df5ee047222f9471a69387a97d6f53867a6a1f8a31802ab87a06e0
MISC ChangeLog 482 RMD160 2b9c414156fc73ce8be1c476a620e8b1db0b82f1 SHA1 b9cf4e47f552f78ca21b53cc6eac3328f9e99748 SHA256 a068b65bbda649ce26525c8da938c5a560c19f2a2fda543351914c50a0d0debc
MISC metadata.xml 487 RMD160 862d14a23d65cb493c2ab7fcd7db8c189d5acb99 SHA1 61821361bdcff76ab071d4b6ffaeb8c90458c3a8 SHA256 d9e5f8dafd7261defef4e3f161fa4a5dfd1e6108d7cfcec13481228d2e7e604b

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>brant@gurganus.name</email>
<name>Brant Gurganus</name>
<description>Proxied co-maintainer, assign bugs to him</description>
</maintainer>
<maintainer>
<email>flameeyes@gentoo.org</email>
<name>Diego Elio Pettenò</name>
<description>Proxy maintainer, CC him on bugs</description>
</maintainer>
</pkgmetadata>

View file

@ -1,30 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.3.4.ebuild,v 1.1 2010/10/23 16:41:42 flameeyes Exp $
EAPI=2
inherit eutils autotools
DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
SRC_URI="http://yubikey-personalization.googlecode.com/files/${P}.tar.gz"
HOMEPAGE="http://code.google.com/p/yubikey-personalizaiton/"
KEYWORDS="~amd64"
SLOT="0"
LICENSE="BSD-2"
IUSE=""
RDEPEND=">=sys-auth/libyubikey-1.6
>=dev-libs/libusb-1.0.8"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README doc/* || die
find "${D}" -name '*.la' -delete || die
}

View file

@ -1,30 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.3.4.ebuild,v 1.1 2010/10/23 16:41:42 flameeyes Exp $
EAPI=2
inherit eutils autotools
DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
SRC_URI="http://yubikey-personalization.googlecode.com/files/${P}.tar.gz"
HOMEPAGE="http://code.google.com/p/yubikey-personalizaiton/"
KEYWORDS="~amd64"
SLOT="0"
LICENSE="BSD-2"
IUSE=""
RDEPEND=">=sys-auth/libyubikey-1.6
>=dev-libs/libusb-1.0.8"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README doc/* || die
find "${D}" -name '*.la' -delete || die
}