Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/nss_ldap: ChangeLog nss_ldap-258.ebuild
Date: Thu, 08 Nov 2007 10:56:13
Message-Id: E1Iq53N-0000ii-BG@stork.gentoo.org
1 robbat2 07/11/08 10:56:05
2
3 Modified: ChangeLog nss_ldap-258.ebuild
4 Log:
5 Accidently dropped ~ia64 keyword. Add warning about 'ssl on' configuration for ldaps://.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.46 sys-auth/nss_ldap/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.46&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.46&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/ChangeLog?r1=1.45&r2=1.46
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v
18 retrieving revision 1.45
19 retrieving revision 1.46
20 diff -u -r1.45 -r1.46
21 --- ChangeLog 8 Nov 2007 03:17:53 -0000 1.45
22 +++ ChangeLog 8 Nov 2007 10:56:04 -0000 1.46
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-auth/nss_ldap
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.45 2007/11/08 03:17:53 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.46 2007/11/08 10:56:04 robbat2 Exp $
28 +
29 + 08 Nov 2007; Robin H. Johnson <robbat2@g.o> nss_ldap-258.ebuild:
30 + Accidently dropped ~ia64 keyword. Add warning about 'ssl on' configuration
31 + for ldaps://.
32
33 *nss_ldap-258 (08 Nov 2007)
34
35
36
37
38 1.2 sys-auth/nss_ldap/nss_ldap-258.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-258.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-258.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-258.ebuild?r1=1.1&r2=1.2
43
44 Index: nss_ldap-258.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-258.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- nss_ldap-258.ebuild 8 Nov 2007 03:17:53 -0000 1.1
51 +++ nss_ldap-258.ebuild 8 Nov 2007 10:56:04 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-258.ebuild,v 1.1 2007/11/08 03:17:53 robbat2 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-258.ebuild,v 1.2 2007/11/08 10:56:04 robbat2 Exp $
57
58 inherit fixheadtails eutils multilib autotools
59
60 @@ -12,7 +12,7 @@
61
62 SLOT="0"
63 LICENSE="LGPL-2"
64 -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
65 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
66
67 DEPEND=">=net-nds/openldap-2.1.30-r5
68 sasl? ( dev-libs/cyrus-sasl )
69 @@ -73,3 +73,8 @@
70 COPYING CVSVersionInfo.txt README nsswitch.ldap certutil
71 docinto docs; dodoc doc/*
72 }
73 +
74 +pkg_postinst() {
75 + elog "If you use a ldaps:// string in the 'uri' setting of"
76 + elog "your /etc/ldap.conf, you must set 'ssl on'!"
77 +}
78
79
80
81 --
82 gentoo-commits@g.o mailing list