|
From: <abe...@us...> - 2013-05-24 19:05:39
|
Revision: 6103
http://sourceforge.net/p/astlinux/code/6103
Author: abelbeck
Date: 2013-05-24 19:05:36 +0000 (Fri, 24 May 2013)
Log Message:
-----------
openldap, also include the 'ldapwhoami' command, useful for debugging and it is small
Modified Paths:
--------------
branches/1.0/package/openldap/openldap.mk
Modified: branches/1.0/package/openldap/openldap.mk
===================================================================
--- branches/1.0/package/openldap/openldap.mk 2013-05-23 19:54:27 UTC (rev 6102)
+++ branches/1.0/package/openldap/openldap.mk 2013-05-24 19:05:36 UTC (rev 6103)
@@ -33,6 +33,7 @@
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
+ $(INSTALL) -D -m 0755 $(STAGING_DIR)/usr/bin/ldapwhoami $(TARGET_DIR)/usr/bin/ldapwhoami
$(INSTALL) -m 0755 -D package/openldap/ldap.init $(TARGET_DIR)/etc/init.d/ldap
mkdir -p $(TARGET_DIR)/etc/openldap
ln -sf /tmp/etc/openldap/ldap.conf $(TARGET_DIR)/etc/openldap/ldap.conf
@@ -43,6 +44,7 @@
rm -f $(TARGET_DIR)/usr/lib/libldap*
rm -f $(TARGET_DIR)/usr/lib/liblber*
rm -f $(TARGET_DIR)/usr/bin/ldapsearch
+ rm -f $(TARGET_DIR)/usr/bin/ldapwhoami
rm -f $(TARGET_DIR)/etc/init.d/ldap
rm -rf $(TARGET_DIR)/etc/openldap
rm -f $(TARGET_DIR)/etc/runlevels/default/S00ldap
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-09-30 19:40:52
|
Revision: 6210
http://sourceforge.net/p/astlinux/code/6210
Author: abelbeck
Date: 2013-09-30 19:40:48 +0000 (Mon, 30 Sep 2013)
Log Message:
-----------
openldap, version bump to 2.4.36
Modified Paths:
--------------
branches/1.0/package/openldap/openldap.mk
Modified: branches/1.0/package/openldap/openldap.mk
===================================================================
--- branches/1.0/package/openldap/openldap.mk 2013-09-30 19:21:39 UTC (rev 6209)
+++ branches/1.0/package/openldap/openldap.mk 2013-09-30 19:40:48 UTC (rev 6210)
@@ -4,7 +4,7 @@
#
#############################################################
-OPENLDAP_VERSION = 2.4.35
+OPENLDAP_VERSION = 2.4.36
OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
OPENLDAP_SITE = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release
OPENLDAP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-12-19 16:55:35
|
Revision: 6316
http://sourceforge.net/p/astlinux/code/6316
Author: abelbeck
Date: 2013-12-19 16:55:32 +0000 (Thu, 19 Dec 2013)
Log Message:
-----------
openldap, version bump to 2.4.38, bug fixes
Modified Paths:
--------------
branches/1.0/package/openldap/openldap.mk
Modified: branches/1.0/package/openldap/openldap.mk
===================================================================
--- branches/1.0/package/openldap/openldap.mk 2013-12-19 16:20:00 UTC (rev 6315)
+++ branches/1.0/package/openldap/openldap.mk 2013-12-19 16:55:32 UTC (rev 6316)
@@ -4,7 +4,7 @@
#
#############################################################
-OPENLDAP_VERSION = 2.4.36
+OPENLDAP_VERSION = 2.4.38
OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
OPENLDAP_SITE = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release
OPENLDAP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2014-01-31 19:07:25
|
Revision: 6393
http://sourceforge.net/p/astlinux/code/6393
Author: abelbeck
Date: 2014-01-31 19:07:21 +0000 (Fri, 31 Jan 2014)
Log Message:
-----------
openldap, version bump to 2.4.39
Modified Paths:
--------------
branches/1.0/package/openldap/openldap.mk
Modified: branches/1.0/package/openldap/openldap.mk
===================================================================
--- branches/1.0/package/openldap/openldap.mk 2014-01-31 18:01:55 UTC (rev 6392)
+++ branches/1.0/package/openldap/openldap.mk 2014-01-31 19:07:21 UTC (rev 6393)
@@ -4,7 +4,7 @@
#
#############################################################
-OPENLDAP_VERSION = 2.4.38
+OPENLDAP_VERSION = 2.4.39
OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
OPENLDAP_SITE = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release
OPENLDAP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2014-10-01 21:29:36
|
Revision: 6739
http://sourceforge.net/p/astlinux/code/6739
Author: abelbeck
Date: 2014-10-01 21:29:29 +0000 (Wed, 01 Oct 2014)
Log Message:
-----------
openldap, version bump to 2.4.40
Modified Paths:
--------------
branches/1.0/package/openldap/openldap.mk
Modified: branches/1.0/package/openldap/openldap.mk
===================================================================
--- branches/1.0/package/openldap/openldap.mk 2014-10-01 21:13:39 UTC (rev 6738)
+++ branches/1.0/package/openldap/openldap.mk 2014-10-01 21:29:29 UTC (rev 6739)
@@ -4,7 +4,7 @@
#
#############################################################
-OPENLDAP_VERSION = 2.4.39
+OPENLDAP_VERSION = 2.4.40
OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
OPENLDAP_SITE = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release
OPENLDAP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2014-10-15 21:24:12
|
Revision: 6763
http://sourceforge.net/p/astlinux/code/6763
Author: abelbeck
Date: 2014-10-15 21:24:09 +0000 (Wed, 15 Oct 2014)
Log Message:
-----------
openldap, set shared libraries as executable so they get stripped
Modified Paths:
--------------
branches/1.0/package/openldap/openldap.mk
Modified: branches/1.0/package/openldap/openldap.mk
===================================================================
--- branches/1.0/package/openldap/openldap.mk 2014-10-15 20:46:29 UTC (rev 6762)
+++ branches/1.0/package/openldap/openldap.mk 2014-10-15 21:24:09 UTC (rev 6763)
@@ -50,6 +50,8 @@
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/
+ chmod +x $(TARGET_DIR)/usr/lib/libldap*.so* \
+ $(TARGET_DIR)/usr/lib/liblber*.so*
$(INSTALL) -D -m 0755 $(STAGING_DIR)/usr/bin/ldapsearch $(TARGET_DIR)/usr/bin/ldapsearch
$(INSTALL) -D -m 0755 $(STAGING_DIR)/usr/bin/ldapwhoami $(TARGET_DIR)/usr/bin/ldapwhoami
$(INSTALL) -m 0755 -D package/openldap/ldap.init $(TARGET_DIR)/etc/init.d/ldap
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2015-07-03 16:15:02
|
Revision: 7135
http://sourceforge.net/p/astlinux/code/7135
Author: abelbeck
Date: 2015-07-03 16:15:00 +0000 (Fri, 03 Jul 2015)
Log Message:
-----------
openldap, version bump to 2.4.41
Modified Paths:
--------------
branches/1.0/package/openldap/openldap.mk
Modified: branches/1.0/package/openldap/openldap.mk
===================================================================
--- branches/1.0/package/openldap/openldap.mk 2015-07-03 15:55:35 UTC (rev 7134)
+++ branches/1.0/package/openldap/openldap.mk 2015-07-03 16:15:00 UTC (rev 7135)
@@ -4,7 +4,7 @@
#
#############################################################
-OPENLDAP_VERSION = 2.4.40
+OPENLDAP_VERSION = 2.4.41
OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
OPENLDAP_SITE = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release
OPENLDAP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2015-08-25 12:19:50
|
Revision: 7223
http://sourceforge.net/p/astlinux/code/7223
Author: abelbeck
Date: 2015-08-25 12:19:47 +0000 (Tue, 25 Aug 2015)
Log Message:
-----------
openldap, version bump to 2.4.42
Modified Paths:
--------------
branches/1.0/package/openldap/openldap.mk
Modified: branches/1.0/package/openldap/openldap.mk
===================================================================
--- branches/1.0/package/openldap/openldap.mk 2015-08-24 20:49:56 UTC (rev 7222)
+++ branches/1.0/package/openldap/openldap.mk 2015-08-25 12:19:47 UTC (rev 7223)
@@ -4,7 +4,7 @@
#
#############################################################
-OPENLDAP_VERSION = 2.4.41
+OPENLDAP_VERSION = 2.4.42
OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
OPENLDAP_SITE = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release
OPENLDAP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2015-12-03 13:42:18
|
Revision: 7364
http://sourceforge.net/p/astlinux/code/7364
Author: abelbeck
Date: 2015-12-03 13:42:15 +0000 (Thu, 03 Dec 2015)
Log Message:
-----------
openldap, version bump to 2.4.43
Modified Paths:
--------------
branches/1.0/package/openldap/openldap.mk
Modified: branches/1.0/package/openldap/openldap.mk
===================================================================
--- branches/1.0/package/openldap/openldap.mk 2015-12-03 13:22:37 UTC (rev 7363)
+++ branches/1.0/package/openldap/openldap.mk 2015-12-03 13:42:15 UTC (rev 7364)
@@ -4,9 +4,9 @@
#
#############################################################
-OPENLDAP_VERSION = 2.4.42
+OPENLDAP_VERSION = 2.4.43
OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
-OPENLDAP_SITE = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release
+OPENLDAP_SITE = http://www.openldap.org/software/download/OpenLDAP/openldap-release
OPENLDAP_INSTALL_STAGING = YES
OPENLDAP_DEPENDENCIES += openssl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2016-02-11 21:41:59
|
Revision: 7520
http://sourceforge.net/p/astlinux/code/7520
Author: abelbeck
Date: 2016-02-11 21:41:57 +0000 (Thu, 11 Feb 2016)
Log Message:
-----------
openldap, version bump to 2.4.44
Modified Paths:
--------------
branches/1.0/package/openldap/openldap.mk
Modified: branches/1.0/package/openldap/openldap.mk
===================================================================
--- branches/1.0/package/openldap/openldap.mk 2016-02-11 21:26:30 UTC (rev 7519)
+++ branches/1.0/package/openldap/openldap.mk 2016-02-11 21:41:57 UTC (rev 7520)
@@ -4,7 +4,7 @@
#
#############################################################
-OPENLDAP_VERSION = 2.4.43
+OPENLDAP_VERSION = 2.4.44
OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
OPENLDAP_SITE = http://www.openldap.org/software/download/OpenLDAP/openldap-release
OPENLDAP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2017-06-07 16:12:35
|
Revision: 8380
http://sourceforge.net/p/astlinux/code/8380
Author: abelbeck
Date: 2017-06-07 16:12:33 +0000 (Wed, 07 Jun 2017)
Log Message:
-----------
openldap, version bump to 2.4.45
Modified Paths:
--------------
branches/1.0/package/openldap/openldap.mk
Modified: branches/1.0/package/openldap/openldap.mk
===================================================================
--- branches/1.0/package/openldap/openldap.mk 2017-06-07 13:34:30 UTC (rev 8379)
+++ branches/1.0/package/openldap/openldap.mk 2017-06-07 16:12:33 UTC (rev 8380)
@@ -4,7 +4,7 @@
#
#############################################################
-OPENLDAP_VERSION = 2.4.44
+OPENLDAP_VERSION = 2.4.45
OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
OPENLDAP_SITE = http://www.openldap.org/software/download/OpenLDAP/openldap-release
OPENLDAP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|