|
From: <abe...@us...> - 2013-05-18 19:56:10
|
Revision: 6092
http://sourceforge.net/p/astlinux/code/6092
Author: abelbeck
Date: 2013-05-18 19:56:07 +0000 (Sat, 18 May 2013)
Log Message:
-----------
openldap, add new package, disabled by default, currently installs LDAP libraries and ldapsearch app without cyrus-sasl auth enabled
Modified Paths:
--------------
branches/1.0/astlinux-ast11.config
branches/1.0/astlinux.config
branches/1.0/astlinux18.config
branches/1.0/initrd.config
branches/1.0/package/Config.in
branches/1.0/runnix-uclibc.config
branches/1.0/runnix.config
Added Paths:
-----------
branches/1.0/package/openldap/
branches/1.0/package/openldap/Config.in
branches/1.0/package/openldap/openldap.mk
Modified: branches/1.0/astlinux-ast11.config
===================================================================
--- branches/1.0/astlinux-ast11.config 2013-05-18 16:16:12 UTC (rev 6091)
+++ branches/1.0/astlinux-ast11.config 2013-05-18 19:56:07 UTC (rev 6092)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6088-dirty Configuration
-# Fri May 17 17:48:59 2013
+# Buildroot 2011.08-svn6091-dirty Configuration
+# Sat May 18 14:47:39 2013
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -734,6 +734,7 @@
# BR2_PACKAGE_NTP_TICKADJ is not set
# BR2_PACKAGE_NUTTCP is not set
# BR2_PACKAGE_OLSR is not set
+# BR2_PACKAGE_OPENLDAP is not set
# BR2_PACKAGE_OPENNTPD is not set
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_OPENVPN=y
Modified: branches/1.0/astlinux.config
===================================================================
--- branches/1.0/astlinux.config 2013-05-18 16:16:12 UTC (rev 6091)
+++ branches/1.0/astlinux.config 2013-05-18 19:56:07 UTC (rev 6092)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6088-dirty Configuration
-# Fri May 17 17:48:58 2013
+# Buildroot 2011.08-svn6091-dirty Configuration
+# Sat May 18 14:47:37 2013
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -736,6 +736,7 @@
# BR2_PACKAGE_NTP_TICKADJ is not set
# BR2_PACKAGE_NUTTCP is not set
# BR2_PACKAGE_OLSR is not set
+# BR2_PACKAGE_OPENLDAP is not set
# BR2_PACKAGE_OPENNTPD is not set
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_OPENVPN=y
Modified: branches/1.0/astlinux18.config
===================================================================
--- branches/1.0/astlinux18.config 2013-05-18 16:16:12 UTC (rev 6091)
+++ branches/1.0/astlinux18.config 2013-05-18 19:56:07 UTC (rev 6092)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6088-dirty Configuration
-# Fri May 17 17:48:58 2013
+# Buildroot 2011.08-svn6091-dirty Configuration
+# Sat May 18 14:47:38 2013
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -734,6 +734,7 @@
# BR2_PACKAGE_NTP_TICKADJ is not set
# BR2_PACKAGE_NUTTCP is not set
# BR2_PACKAGE_OLSR is not set
+# BR2_PACKAGE_OPENLDAP is not set
# BR2_PACKAGE_OPENNTPD is not set
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_OPENVPN=y
Modified: branches/1.0/initrd.config
===================================================================
--- branches/1.0/initrd.config 2013-05-18 16:16:12 UTC (rev 6091)
+++ branches/1.0/initrd.config 2013-05-18 19:56:07 UTC (rev 6092)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6070-dirty Configuration
-# Wed May 1 18:58:47 2013
+# Buildroot 2011.08-svn6091-dirty Configuration
+# Sat May 18 14:47:43 2013
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -588,6 +588,7 @@
# BR2_PACKAGE_NTP is not set
# BR2_PACKAGE_NUTTCP is not set
# BR2_PACKAGE_OLSR is not set
+# BR2_PACKAGE_OPENLDAP is not set
# BR2_PACKAGE_OPENNTPD is not set
# BR2_PACKAGE_OPENSSH is not set
# BR2_PACKAGE_OPENVPN is not set
Modified: branches/1.0/package/Config.in
===================================================================
--- branches/1.0/package/Config.in 2013-05-18 16:16:12 UTC (rev 6091)
+++ branches/1.0/package/Config.in 2013-05-18 19:56:07 UTC (rev 6092)
@@ -491,6 +491,7 @@
source "package/ntp/Config.in"
source "package/nuttcp/Config.in"
source "package/olsr/Config.in"
+source "package/openldap/Config.in"
source "package/openntpd/Config.in"
source "package/openssh/Config.in"
source "package/openvpn/Config.in"
Added: branches/1.0/package/openldap/Config.in
===================================================================
--- branches/1.0/package/openldap/Config.in (rev 0)
+++ branches/1.0/package/openldap/Config.in 2013-05-18 19:56:07 UTC (rev 6092)
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_OPENLDAP
+ bool "openldap"
+ select BR2_PACKAGE_OPENSSL
+ help
+ OpenLDAP Software is an open source implementation of the
+ Lightweight Directory Access Protocol.
+
+ The suite includes:
+ - slapd: stand-alone LDAP daemon (server) DISABLED
+ - libraries: implementing the LDAP protocol
+ - utilities, tools, and sample clients (ex. ldapsearch)
+
+ http://www.openldap.org/
Added: branches/1.0/package/openldap/openldap.mk
===================================================================
--- branches/1.0/package/openldap/openldap.mk (rev 0)
+++ branches/1.0/package/openldap/openldap.mk 2013-05-18 19:56:07 UTC (rev 6092)
@@ -0,0 +1,44 @@
+#############################################################
+#
+# openldap
+#
+#############################################################
+
+OPENLDAP_VERSION = 2.4.35
+OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
+OPENLDAP_SITE = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release
+OPENLDAP_INSTALL_STAGING = YES
+OPENLDAP_DEPENDENCIES += openssl
+
+OPENLDAP_UNINSTALL_STAGING_OPT = --version
+
+OPENLDAP_CONF_OPT = \
+ --enable-shared \
+ --disable-static \
+ --disable-debug \
+ --enable-syslog \
+ --enable-ipv6 \
+ --with-tls \
+ --with-yielding_select="yes" \
+ --without-fetch \
+ --without-cyrus-sasl \
+ --disable-slapd \
+ --disable-local \
+ --disable-bdb \
+ --disable-hdb \
+ --disable-monitor \
+ --disable-relay
+
+define OPENLDAP_INSTALL_TARGET_CMDS
+ cp -a $(STAGING_DIR)/usr/lib/libldap*.so* $(TARGET_DIR)/usr/lib/
+ cp -a $(STAGING_DIR)/usr/lib/liblber*.so* $(TARGET_DIR)/usr/lib/
+ $(INSTALL) -D -m 0755 $(STAGING_DIR)/usr/bin/ldapsearch $(TARGET_DIR)/usr/bin/ldapsearch
+endef
+
+define OPENLDAP_UNINSTALL_TARGET_CMDS
+ rm -f $(TARGET_DIR)/usr/lib/libldap*
+ rm -f $(TARGET_DIR)/usr/lib/liblber*
+ rm -f $(TARGET_DIR)/usr/bin/ldapsearch
+endef
+
+$(eval $(call AUTOTARGETS,package,openldap))
Modified: branches/1.0/runnix-uclibc.config
===================================================================
--- branches/1.0/runnix-uclibc.config 2013-05-18 16:16:12 UTC (rev 6091)
+++ branches/1.0/runnix-uclibc.config 2013-05-18 19:56:07 UTC (rev 6092)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6088-dirty Configuration
-# Fri May 17 17:49:00 2013
+# Buildroot 2011.08-svn6091-dirty Configuration
+# Sat May 18 14:47:41 2013
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -917,6 +917,7 @@
#
# olsr requires a toolchain with IPv6 support
#
+# BR2_PACKAGE_OPENLDAP is not set
# BR2_PACKAGE_OPENNTPD is not set
# BR2_PACKAGE_OPENSSH is not set
# BR2_PACKAGE_OPENVPN is not set
Modified: branches/1.0/runnix.config
===================================================================
--- branches/1.0/runnix.config 2013-05-18 16:16:12 UTC (rev 6091)
+++ branches/1.0/runnix.config 2013-05-18 19:56:07 UTC (rev 6092)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6088-dirty Configuration
-# Fri May 17 17:48:59 2013
+# Buildroot 2011.08-svn6091-dirty Configuration
+# Sat May 18 14:47:40 2013
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -623,6 +623,7 @@
# BR2_PACKAGE_NTP is not set
# BR2_PACKAGE_NUTTCP is not set
# BR2_PACKAGE_OLSR is not set
+# BR2_PACKAGE_OPENLDAP is not set
# BR2_PACKAGE_OPENNTPD is not set
# BR2_PACKAGE_OPENSSH is not set
# BR2_PACKAGE_OPENVPN is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|