Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/openldap/lib/libldap update for .c changes in 2...



details:   https://anonhg.NetBSD.org/src/rev/8c80b603bb96
branches:  trunk
changeset: 752828:8c80b603bb96
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Mar 08 05:18:17 2010 +0000

description:
update for .c changes in 2.4.21

diffstat:

 external/bsd/openldap/lib/libldap/Makefile.libldap |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 74877584c218 -r 8c80b603bb96 external/bsd/openldap/lib/libldap/Makefile.libldap
--- a/external/bsd/openldap/lib/libldap/Makefile.libldap        Mon Mar 08 05:17:25 2010 +0000
+++ b/external/bsd/openldap/lib/libldap/Makefile.libldap        Mon Mar 08 05:18:17 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.libldap,v 1.5 2009/07/20 15:41:55 christos Exp $
+#      $NetBSD: Makefile.libldap,v 1.6 2010/03/08 05:18:17 lukem Exp $
 
 .include "../../openldap.mk"
 
@@ -8,17 +8,17 @@
 SRCS+=         bind.c open.c result.c error.c compare.c search.c \
                controls.c messages.c references.c extended.c cyrus.c \
                modify.c add.c modrdn.c delete.c abandon.c \
-               sasl.c sbind.c unbind.c cancel.c \
+               sasl.c gssapi.c sbind.c unbind.c cancel.c \
                filter.c free.c sort.c passwd.c whoami.c \
                getdn.c getentry.c getattr.c getvalues.c addentry.c \
                request.c os-ip.c url.c pagectrl.c sortctrl.c vlvctrl.c \
                init.c options.c print.c string.c util-int.c schema.c \
                charray.c os-local.c dnssrv.c utf-8.c utf-8-conv.c \
                turn.c ppolicy.c dds.c txn.c ldap_sync.c stctrl.c \
-               assertion.c
+               assertion.c deref.c
 
 .if ${MKCRYPTO} != "no"
-SRCS+=         tls.c 
+SRCS+=         tls2.c tls_o.c tls_g.c tls_m.c
 .endif
 
 CPPFLAGS+=     -DLDAP_LIBRARY



Home | Main Index | Thread Index | Old Index