Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (431b4e74b948b51dc45eb0cb7b3fc5837ab09f31)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (431b4e74b948b51dc45eb0cb7b3fc5837ab09f31)
  • Date: Fri, 31 Oct 2014 10:42:00 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

collab/openldap/CONFIGURE | 2 ++
collab/openldap/DEPENDS | 4 ++--
collab/openldap/DETAILS | 10 +++++-----
collab/openldap/HISTORY | 5 +++++
4 files changed, 14 insertions(+), 7 deletions(-)

New commits:
commit 431b4e74b948b51dc45eb0cb7b3fc5837ab09f31
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

openldap: handle obsolete '--disable-slurpd' flag

commit e56a7aaea0ab8e25ebc6475e269d5f7049c39321
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

openldap: => 2.4.40; use SSL provider

diff --git a/collab/openldap/CONFIGURE b/collab/openldap/CONFIGURE
index 8ea1eb8..bf4518b 100755
--- a/collab/openldap/CONFIGURE
+++ b/collab/openldap/CONFIGURE
@@ -153,6 +153,8 @@ if list_find "$OPENLDAP_OPTS" "--enable-slapd"; then
fi &&

list_remove "OPENLDAP_OPTS" "--enable-slurpd"
+ elif list_find "$OPENLDAP_OPTS" "--disable-slurpd"; then
+ list_remove "OPENLDAP_OPTS" "--disable-slurpd"
fi &&

config_query_multi OPENLDAP_MP 'Which method do you want for multiple
precision statistics?' \
diff --git a/collab/openldap/DEPENDS b/collab/openldap/DEPENDS
index 84213db..17e539a 100755
--- a/collab/openldap/DEPENDS
+++ b/collab/openldap/DEPENDS
@@ -9,7 +9,7 @@ optional_depends SYSTEM-LOGGER \
case $OPENLDAP_TLS in
none) OPTS="--without-tls $OPTS"
;;
- openssl) depends openssl "--with-tls=openssl"
+ openssl) depends SSL "--with-tls=openssl"
;;
gnutls) depends gnutls "--with-tls=gnutls"
;;
@@ -27,7 +27,7 @@ if list_find "$OPENLDAP_OPTS" "--enable-slapd"; then
case OPENLDAP_MP in
auto) OPTS="--with-mp=auto $OPTS"
;;
- bignum) depends openssl "--with-mp=bignum"
+ bignum) depends SSL "--with-mp=bignum"
;;
gmp) depends gmp "--with-mp=gmp"
;;
diff --git a/collab/openldap/DETAILS b/collab/openldap/DETAILS
index 993a7d7..1e92aba 100755
--- a/collab/openldap/DETAILS
+++ b/collab/openldap/DETAILS
@@ -1,18 +1,18 @@
SPELL=openldap
if [[ $OPENLDAP_BRANCH == stable ]]; then
- VERSION=2.4.39
+ VERSION=2.4.40
SOURCE=$SPELL-$VERSION.tgz
-
SOURCE_HASH=sha512:7b5ef2a69f79f0901a06f8be4ab50afc3b3e98ab1ea74a421569443d32cb43d3cf773d3f028fb5fb39908c09ee172cb4770ecc5882754877a59d29bf8f8cc059
+
SOURCE_HASH=sha512:c803c4a82878891d60414d64dcb54a7c3f08675106ba13f50cba06034a97b3eee1c238761dd5ddad97d8c3f6675d9bbbec176d0340eb4a3bcd808f940baabab5
else
- VERSION=2.4.39
+ VERSION=2.4.40
SOURCE=$SPELL-$VERSION.tgz
-
SOURCE_HASH=sha512:7b5ef2a69f79f0901a06f8be4ab50afc3b3e98ab1ea74a421569443d32cb43d3cf773d3f028fb5fb39908c09ee172cb4770ecc5882754877a59d29bf8f8cc059
+
SOURCE_HASH=sha512:c803c4a82878891d60414d64dcb54a7c3f08675106ba13f50cba06034a97b3eee1c238761dd5ddad97d8c3f6675d9bbbec176d0340eb4a3bcd808f940baabab5
fi
SECURITY_PATCH=2
SOURCE_URI=$SPELL-release/$SOURCE
SOURCE_URL[0]=ftp://ftp.openldap.org/pub/OpenLDAP/$SOURCE_URI
SOURCE_URL[1]=ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/$SOURCE_URI
- SOURCE_URL[2]=ftp://it.openldap.org/pub/OpenLDAP/$SOURCE_URI
+ SOURCE_URL[2]=ftp://mirror.switch.ch/mirror/OpenLDAP/$SOURCE_URI
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.openldap.org/
ENTERED=20010922
diff --git a/collab/openldap/HISTORY b/collab/openldap/HISTORY
index 951af63..2846caf 100644
--- a/collab/openldap/HISTORY
+++ b/collab/openldap/HISTORY
@@ -1,3 +1,8 @@
+2014-10-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.40; updated source mirror
+ * DEPENDS: use SSL provider
+ * CONFIGURE: handle obsolete '--disable-slurpd' flag
+
2014-01-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.4.39




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (431b4e74b948b51dc45eb0cb7b3fc5837ab09f31), Vlad Glagolev, 10/31/2014

Archive powered by MHonArc 2.6.24.

Top of Page