* [gentoo-commits] gentoo-x86 commit in sys-auth/nss_ldap: nss_ldap-265-r1.ebuild ChangeLog
@ 2012-02-12 21:51 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2012-02-12 21:51 UTC (permalink / raw
To: gentoo-commits
robbat2 12/02/12 21:51:38
Modified: ChangeLog
Added: nss_ldap-265-r1.ebuild
Log:
Bug #222693: Avoid delays due to slapd looking itself up in nss_ldap during startup.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Revision Changes Path
1.67 sys-auth/nss_ldap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -p -w -b -B -u -u -r1.66 -r1.67
--- ChangeLog 1 Nov 2010 20:08:41 -0000 1.66
+++ ChangeLog 12 Feb 2012 21:51:38 -0000 1.67
@@ -1,6 +1,12 @@
# ChangeLog for sys-auth/nss_ldap
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.66 2010/11/01 20:08:41 halcy0n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.67 2012/02/12 21:51:38 robbat2 Exp $
+
+*nss_ldap-265-r1 (12 Feb 2012)
+
+ 12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> +nss_ldap-265-r1.ebuild:
+ Bug #222693: Avoid delays due to slapd looking itself up in nss_ldap during
+ startup.
01 Nov 2010; Mark Loeser <halcy0n@gentoo.org> nss_ldap-264-r1.ebuild:
Stable for ppc64; bug #305935
1.1 sys-auth/nss_ldap/nss_ldap-265-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/nss_ldap-265-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/nss_ldap-265-r1.ebuild?rev=1.1&content-type=text/plain
Index: nss_ldap-265-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-265-r1.ebuild,v 1.1 2012/02/12 21:51:38 robbat2 Exp $
EAPI=2
inherit fixheadtails eutils multilib autotools
IUSE="debug ssl sasl kerberos"
DESCRIPTION="NSS LDAP Module"
HOMEPAGE="http://www.padl.com/OSS/nss_ldap.html"
SRC_URI="http://www.padl.com/download/${P}.tar.gz"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
DEPEND=">=net-nds/openldap-2.1.30-r5
sasl? ( dev-libs/cyrus-sasl )
kerberos? ( virtual/krb5 )
ssl? ( dev-libs/openssl )"
RDEPEND="${DEPEND}
!<net-fs/autofs-4.1.3"
src_prepare() {
epatch "${FILESDIR}"/nsswitch.ldap.diff
# Applied by upstream
#epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-265-reconnect-timeouts.patch
# Applied by upstream
#EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-254-nss_getgrent_skipmembers.patch
EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-257-nss_max_group_depth.patch
sed -i.orig \
-e '/^ @(#)\$Id: ldap.conf,v/s,^,#,' \
"${S}"/ldap.conf || die "failed to clean up initial version marker"
# fix head/tail stuff
ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
# fix build borkage
for i in Makefile.{in,am}; do
sed -i.orig \
-e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
"${S}"/$i
done
epatch "${FILESDIR}"/${PN}-257.2-gssapi-headers.patch
# Bug #214750, no automagic deps
epatch "${FILESDIR}"/${PN}-264-disable-automagic.patch
# Upstream forgets the version number sometimes
#sed -i \
# -e "/^AM_INIT_AUTOMAKE/s~2..~$PV~" \
# "${S}"/configure.in
# Include an SONAME
epatch "${FILESDIR}"/${PN}-254-soname.patch
sed -i \
-e 's, vers_string , ./vers_string ,g' \
"${S}"/Makefile.am
eautoreconf
}
src_configure() {
local myconf=""
use debug && myconf="${myconf} --enable-debugging"
use kerberos && myconf="${myconf} --enable-configurable-krb5-ccname-gssapi"
# --enable-schema-mapping \
econf \
--with-ldap-lib=openldap \
--libdir=/$(get_libdir) \
--enable-paged-results \
--enable-rfc2307bis \
$(use_enable ssl) \
$(use_enable sasl) \
$(use_enable kerberos krb) \
${myconf} || die "configure failed"
}
src_install() {
dodir /$(get_libdir)
emake -j1 DESTDIR="${D}" install || die "make install failed"
insinto /etc
doins ldap.conf
# Append two blank lines and some skip entries
echo >>"${D}"/etc/ldap.conf
echo >>"${D}"/etc/ldap.conf
sed -i "${D}"/etc/ldap.conf \
-e '$inss_initgroups_ignoreusers ldap,openldap,mysql,syslog,root,postgres' \
|| die "failed to sed /etc/ldap.conf"
dodoc ldap.conf ANNOUNCE NEWS ChangeLog AUTHORS \
COPYING CVSVersionInfo.txt README nsswitch.ldap certutil
docinto docs; dodoc doc/*
}
pkg_postinst() {
elog "If you use a ldaps:// string in the 'uri' setting of"
elog "your /etc/ldap.conf, you must set 'ssl on'!"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/nss_ldap: nss_ldap-265-r1.ebuild ChangeLog
@ 2012-09-27 2:41 Anthony G. Basile (blueness)
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-27 2:41 UTC (permalink / raw
To: gentoo-commits
blueness 12/09/27 02:41:38
Modified: nss_ldap-265-r1.ebuild ChangeLog
Log:
stable ppc ppc64, bug #429208
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.7 sys-auth/nss_ldap/nss_ldap-265-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/nss_ldap-265-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/nss_ldap-265-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/nss_ldap-265-r1.ebuild?r1=1.6&r2=1.7
Index: nss_ldap-265-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-265-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- nss_ldap-265-r1.ebuild 23 Sep 2012 08:17:12 -0000 1.6
+++ nss_ldap-265-r1.ebuild 27 Sep 2012 02:41:38 -0000 1.7
@@ -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_ldap/nss_ldap-265-r1.ebuild,v 1.6 2012/09/23 08:17:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-265-r1.ebuild,v 1.7 2012/09/27 02:41:38 blueness Exp $
EAPI=2
inherit fixheadtails eutils multilib autotools
@@ -13,7 +13,7 @@
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
DEPEND=">=net-nds/openldap-2.1.30-r5
sasl? ( dev-libs/cyrus-sasl )
1.72 sys-auth/nss_ldap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 23 Sep 2012 08:17:12 -0000 1.71
+++ ChangeLog 27 Sep 2012 02:41:38 -0000 1.72
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/nss_ldap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.71 2012/09/23 08:17:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.72 2012/09/27 02:41:38 blueness Exp $
+
+ 27 Sep 2012; Anthony G. Basile <blueness@gentoo.org> nss_ldap-265-r1.ebuild:
+ stable ppc ppc64, bug #429208
23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> nss_ldap-265-r1.ebuild:
x86 stable wrt bug #429208
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-27 2:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 2:41 [gentoo-commits] gentoo-x86 commit in sys-auth/nss_ldap: nss_ldap-265-r1.ebuild ChangeLog Anthony G. Basile (blueness)
-- strict thread matches above, loose matches on Subject: below --
2012-02-12 21:51 Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox