summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2012-11-19 01:01:44 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2012-11-19 01:01:44 +0000
commitcfafb8530570e13474498f0c1c83342d9fd4e8b3 (patch)
tree40fc7da26375d4d2191f27aca6725265df162b5d
parentadd initial gpg-signed xml list support (diff)
downloadgentoo-2-cfafb8530570e13474498f0c1c83342d9fd4e8b3.tar.gz
gentoo-2-cfafb8530570e13474498f0c1c83342d9fd4e8b3.tar.bz2
gentoo-2-cfafb8530570e13474498f0c1c83342d9fd4e8b3.zip
added nss-pam-ldapd-0.8.12 for bug 443072
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
-rw-r--r--sys-auth/nss-pam-ldapd/ChangeLog9
-rw-r--r--sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.6.7-r1.ebuild59
-rw-r--r--sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.12.ebuild (renamed from sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.10-r1.ebuild)6
3 files changed, 12 insertions, 62 deletions
diff --git a/sys-auth/nss-pam-ldapd/ChangeLog b/sys-auth/nss-pam-ldapd/ChangeLog
index 0d80772cd7b0..aecb9c382a52 100644
--- a/sys-auth/nss-pam-ldapd/ChangeLog
+++ b/sys-auth/nss-pam-ldapd/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-auth/nss-pam-ldapd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.4 2012/11/07 18:02:07 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.5 2012/11/19 01:01:44 prometheanfire Exp $
+
+*nss-pam-ldapd-0.8.12 (19 Nov 2012)
+
+ 19 Nov 2012; Matthew Thode <prometheanfire@gentoo.org>
+ -nss-pam-ldapd-0.6.7-r1.ebuild, -nss-pam-ldapd-0.8.10-r1.ebuild,
+ +nss-pam-ldapd-0.8.12.ebuild:
+ adding nss-pam-ldapd-0.8.12 for bug 443072
*nss-pam-ldapd-0.8.11-r1 (07 Nov 2012)
diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.6.7-r1.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.6.7-r1.ebuild
deleted file mode 100644
index 9861c90d3d50..000000000000
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.6.7-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.6.7-r1.ebuild,v 1.1 2012/07/24 07:16:14 prometheanfire Exp $
-
-inherit multilib
-
-DESCRIPTION="NSS module for name lookups using LDAP"
-HOMEPAGE="http://ch.tudelft.nl/~arthur/nss-ldapd/"
-SRC_URI="http://ch.tudelft.nl/~arthur/nss-ldapd/nss-ldapd-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug kerberos sasl"
-
-DEPEND="net-nds/openldap
- sasl? ( dev-libs/cyrus-sasl )
- kerberos? ( virtual/krb5 )
- !sys-auth/nss_ldap"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- # nss libraries always go in /lib on Gentoo
- econf --enable-warnings --with-ldap-lib=openldap $(use_enable debug) \
- --libdir=/$(get_libdir) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dodoc NEWS ChangeLog AUTHORS README
-
- # for socket and pid file
- keepdir /var/run/nslcd
-
- # init script
- newinitd "${FILESDIR}"/nslcd.rc nslcd
-
- # make an example copy
- insinto /usr/share/nss-ldapd
- doins nss-ldapd.conf
-
- fperms o-r /etc/nss-ldapd.conf
-}
-
-pkg_postinst() {
- elog
- elog "For this to work you must configure /etc/nss-ldapd.conf"
- elog "This configuration is similar to pam_ldap's /etc/ldap.conf"
- elog
- elog "In order to use nss-ldapd, nslcd needs to be running. You can"
- elog "start it like this:"
- elog " # /etc/init.d/nslcd start"
- elog
- elog "You can add it to the default runlevel like so:"
- elog " # rc-update add nslcd default"
-}
diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.10-r1.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.12.ebuild
index 5df923923deb..a3eae623e0cb 100644
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.10-r1.ebuild
+++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.10-r1.ebuild,v 1.1 2012/07/24 21:32:13 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.12.ebuild,v 1.1 2012/11/19 01:01:44 prometheanfire Exp $
EAPI=4
@@ -35,10 +35,12 @@ src_configure() {
--with-ldap-conf-file=/etc/nslcd.conf
--with-nslcd-pidfile=/var/run/nslcd/nslcd.pid
--with-nslcd-socket=/var/run/nslcd/socket
+ --with-pam-seclib-dir=/$(get_libdir)/security
--libdir=/$(get_libdir)
$(use_enable debug)
$(use_enable kerberos)
- $(use_enable pam)"
+ $(use_enable pam)
+ $(use_enable sasl)"
if use x86-fbsd; then
myconf+=" --with-nss-flavour=freebsd"