23284011 openldap upgrade breaks userland build
authorzihao.zhu@oracle.com <zihao.zhu@oracle.com>
Wed, 18 May 2016 13:41:53 -0700
changeset 6023 1285c8b9e736
parent 6022 6aab9086488f
child 6024 1ef2f49e9382
23284011 openldap upgrade breaks userland build
components/apache24/Makefile
components/apr-util-1_5/Makefile
components/curl/Makefile
components/cyrus-sasl/Makefile
components/krb5/Makefile
components/lighttpd/Makefile
components/openscap/Makefile
components/php/php56/Makefile
components/python/python-ldap/Makefile
components/samba/Makefile
components/sendmail/Makefile
components/serf/Makefile
components/sudo/Makefile
--- a/components/apache24/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/apache24/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -95,3 +95,4 @@
 REQUIRED_PACKAGES += system/library/math
 REQUIRED_PACKAGES += system/library/security/gss
 REQUIRED_PACKAGES += system/network
+REQUIRED_PACKAGES += system/network/ldap/openldap
--- a/components/apr-util-1_5/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/apr-util-1_5/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -87,3 +87,4 @@
 REQUIRED_PACKAGES += library/openldap
 REQUIRED_PACKAGES += shell/ksh93
 REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += system/network/ldap/openldap
--- a/components/curl/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/curl/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -104,3 +104,4 @@
 REQUIRED_PACKAGES += library/zlib
 REQUIRED_PACKAGES += shell/ksh93
 REQUIRED_PACKAGES += system/library/security/gss
+REQUIRED_PACKAGES += system/network/ldap/openldap
--- a/components/cyrus-sasl/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/cyrus-sasl/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -201,3 +201,4 @@
     REQUIRED_PACKAGES += security/kerberos-5
 endif
 REQUIRED_PACKAGES += system/library/security/gss
+REQUIRED_PACKAGES += system/network/ldap/openldap
--- a/components/krb5/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/krb5/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -208,4 +208,4 @@
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/math
 REQUIRED_PACKAGES += system/library/security/gss
-
+REQUIRED_PACKAGES += system/network/ldap/openldap
--- a/components/lighttpd/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/lighttpd/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -78,4 +78,5 @@
 REQUIRED_PACKAGES += runtime/perl-522
 REQUIRED_PACKAGES += system/core-os
 REQUIRED_PACKAGES += system/network
+REQUIRED_PACKAGES += system/network/ldap/openldap
 REQUIRED_PACKAGES += web/fastcgi/spawn-fcgi
--- a/components/openscap/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/openscap/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -121,5 +121,6 @@
 REQUIRED_PACKAGES += system/library/libv12n
 REQUIRED_PACKAGES += system/management/rad
 REQUIRED_PACKAGES += system/management/rad/client/rad-c
+REQUIRED_PACKAGES += system/network/ldap/openldap
 REQUIRED_PACKAGES += system/zones
 REQUIRED_PACKAGES += web/curl
--- a/components/php/php56/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/php/php56/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -117,3 +117,4 @@
 REQUIRED_PACKAGES += system/dtrace
 REQUIRED_PACKAGES += system/library/math
 REQUIRED_PACKAGES += system/management/snmp/net-snmp-57
+REQUIRED_PACKAGES += system/network/ldap/openldap
--- a/components/python/python-ldap/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/python/python-ldap/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -80,3 +80,4 @@
 REQUIRED_PACKAGES += library/python/pyasn1-27
 REQUIRED_PACKAGES += library/python/pyasn1-modules-27
 REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/network/ldap/openldap
--- a/components/samba/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/samba/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -304,3 +304,4 @@
 REQUIRED_PACKAGES += system/linker
 REQUIRED_PACKAGES += system/network
 REQUIRED_PACKAGES += system/network/avahi
+REQUIRED_PACKAGES += system/network/ldap/openldap
--- a/components/sendmail/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/sendmail/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -199,3 +199,4 @@
 REQUIRED_PACKAGES += shell/ksh93
 REQUIRED_PACKAGES += system/core-os
 REQUIRED_PACKAGES += system/network
+REQUIRED_PACKAGES += system/network/ldap/openldap
--- a/components/serf/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/serf/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -103,3 +103,4 @@
 REQUIRED_PACKAGES += library/zlib
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += system/network/ldap/openldap
--- a/components/sudo/Makefile	Wed May 18 04:48:09 2016 -0700
+++ b/components/sudo/Makefile	Wed May 18 13:41:53 2016 -0700
@@ -95,4 +95,5 @@
 REQUIRED_PACKAGES += library/openldap
 REQUIRED_PACKAGES += library/zlib
 REQUIRED_PACKAGES += system/library/security/crypto
+REQUIRED_PACKAGES += system/network/ldap/openldap
 REQUIRED_PACKAGES += text/groff/groff-core