CVS commit: src/external/bsd/openldap/lib/libldap

2023-05-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May  9 01:21:09 UTC 2023

Modified Files:
src/external/bsd/openldap/lib/libldap: Makefile.libldap

Log Message:
accommodate OpenSSL-3.x


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
src/external/bsd/openldap/lib/libldap/Makefile.libldap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/openldap/lib/libldap/Makefile.libldap
diff -u src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.13 src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.14
--- src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.13	Sun Sep 12 21:12:36 2021
+++ src/external/bsd/openldap/lib/libldap/Makefile.libldap	Mon May  8 21:21:09 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.libldap,v 1.13 2021/09/13 01:12:36 dholland Exp $
+#	$NetBSD: Makefile.libldap,v 1.14 2023/05/09 01:21:09 christos Exp $
 
 .include "../../openldap.mk"
 
@@ -22,6 +22,8 @@ SRCS+=		tls2.c tls_o.c tls_g.c
 
 CPPFLAGS+=	-DLDAP_LIBRARY
 
+COPTS.tls_o.c+=-Wno-error=deprecated-declarations
+
 LIBDPLIBS+=	lber	${.CURDIR}/../liblber
 
 .if ${USE_KERBEROS} != "no"



CVS commit: src/external/bsd/openldap/lib/libldap

2023-05-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May  9 01:21:09 UTC 2023

Modified Files:
src/external/bsd/openldap/lib/libldap: Makefile.libldap

Log Message:
accommodate OpenSSL-3.x


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
src/external/bsd/openldap/lib/libldap/Makefile.libldap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/openldap/lib/libldap

2021-09-12 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Mon Sep 13 01:12:36 UTC 2021

Modified Files:
src/external/bsd/openldap/lib/libldap: Makefile.libldap

Log Message:
Fix broken build with MKKERBEROS=no


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
src/external/bsd/openldap/lib/libldap/Makefile.libldap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/openldap/lib/libldap/Makefile.libldap
diff -u src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.12 src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.13
--- src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.12	Sun Aug 15 10:33:58 2021
+++ src/external/bsd/openldap/lib/libldap/Makefile.libldap	Mon Sep 13 01:12:36 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.libldap,v 1.12 2021/08/15 10:33:58 christos Exp $
+#	$NetBSD: Makefile.libldap,v 1.13 2021/09/13 01:12:36 dholland Exp $
 
 .include "../../openldap.mk"
 
@@ -20,7 +20,7 @@ SRCS+=		bind.c open.c result.c error.c c
 
 SRCS+=		tls2.c tls_o.c tls_g.c
 
-CPPFLAGS+=	-DLDAP_LIBRARY -DHAVE_GSSAPI
+CPPFLAGS+=	-DLDAP_LIBRARY
 
 LIBDPLIBS+=	lber	${.CURDIR}/../liblber
 



CVS commit: src/external/bsd/openldap/lib/libldap

2021-09-12 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Mon Sep 13 01:12:36 UTC 2021

Modified Files:
src/external/bsd/openldap/lib/libldap: Makefile.libldap

Log Message:
Fix broken build with MKKERBEROS=no


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
src/external/bsd/openldap/lib/libldap/Makefile.libldap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/openldap/lib/libldap

2019-10-16 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Oct 16 07:39:19 UTC 2019

Modified Files:
src/external/bsd/openldap/lib/libldap: Makefile.libldap

Log Message:
use GCC_NO_STRINGOP_OVERFLOW for charray.c.

this only affects some platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
src/external/bsd/openldap/lib/libldap/Makefile.libldap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/openldap/lib/libldap/Makefile.libldap
diff -u src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.9 src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.10
--- src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.9	Sun Feb  4 03:19:52 2018
+++ src/external/bsd/openldap/lib/libldap/Makefile.libldap	Wed Oct 16 07:39:18 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.libldap,v 1.9 2018/02/04 03:19:52 christos Exp $
+#	$NetBSD: Makefile.libldap,v 1.10 2019/10/16 07:39:18 mrg Exp $
 
 .include "../../openldap.mk"
 
@@ -25,3 +25,5 @@ LIBDPLIBS+=	lber	${.CURDIR}/../liblber
 
 LIBDPLIBS+=	crypto	${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto
 LIBDPLIBS+=	ssl	${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libssl
+
+COPTS.charray.c+=	${GCC_NO_STRINGOP_OVERFLOW}



CVS commit: src/external/bsd/openldap/lib/libldap

2019-10-16 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Oct 16 07:39:19 UTC 2019

Modified Files:
src/external/bsd/openldap/lib/libldap: Makefile.libldap

Log Message:
use GCC_NO_STRINGOP_OVERFLOW for charray.c.

this only affects some platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
src/external/bsd/openldap/lib/libldap/Makefile.libldap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/openldap/lib/libldap

2010-03-07 Thread Luke Mewburn
Module Name:src
Committed By:   lukem
Date:   Mon Mar  8 05:18:17 UTC 2010

Modified Files:
src/external/bsd/openldap/lib/libldap: Makefile.libldap

Log Message:
update for .c changes in 2.4.21


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/openldap/lib/libldap/Makefile.libldap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/openldap/lib/libldap

2010-03-07 Thread Luke Mewburn
Module Name:src
Committed By:   lukem
Date:   Mon Mar  8 05:18:17 UTC 2010

Modified Files:
src/external/bsd/openldap/lib/libldap: Makefile.libldap

Log Message:
update for .c changes in 2.4.21


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/openldap/lib/libldap/Makefile.libldap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/openldap/lib/libldap/Makefile.libldap
diff -u src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.5 src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.6
--- src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.5	Mon Jul 20 15:41:55 2009
+++ src/external/bsd/openldap/lib/libldap/Makefile.libldap	Mon Mar  8 05:18:17 2010
@@ -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