[Pkg-openldap-devel] [openldap] 25/29: Configure --with-tls, update build dependencies for db4.3 and openssl.
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Thu Oct 10 05:34:18 UTC 2013
This is an automated email from the git hooks/post-receive script.
tjaalton-guest pushed a commit to annotated tag 2.2.23-0.pre1
in repository openldap.
commit 4f2b0e4d3e4dff2f03b4f5421f5111ef7cd05c2e
Author: Torsten Landschoff <torsten at debian.org>
Date: Wed Feb 23 18:26:23 2005 +0000
Configure --with-tls, update build dependencies for db4.3 and openssl.
---
debian/changelog | 6 +++++-
debian/configure.options | 4 ++--
debian/control | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 073250e..0ed6fbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,12 @@ openldap2.2 (2.2.23-0.pre1) experimental; urgency=low
other packages to link against the new libraries before sarge.
Remove the binary-indep target from the binary dependends list.
* debian/control: Move packages that are no longer build into control-dev.
+ * debian/configure.options: Build against OpenSSL with --with-tls
+ (this can only be done for slapd itself, we need GnuTLS support
+ before enabling this for libldap2.2-dev).
+ * debian/control: Update build dependencies for libdb4.3 and OpenSSL.
- -- Torsten Landschoff <torsten at debian.org> Wed, 23 Feb 2005 10:51:20 +0100
+ -- Torsten Landschoff <torsten at debian.org> Wed, 23 Feb 2005 19:29:38 +0100
openldap2 (2.2.18-0.pre2) experimental; urgency=low
diff --git a/debian/configure.options b/debian/configure.options
index 51fe217..771e9a9 100644
--- a/debian/configure.options
+++ b/debian/configure.options
@@ -71,8 +71,8 @@
# --with-threads with threads [auto]
--with-threads
# --with-tls with TLS/SSL support [auto]
-## XXX: disable TLS for now - need a new GNUTLS patch
---without-tls
+## XXX: Use OpenSSL for now - need a new GNUTLS patch
+--with-tls
# --with-yielding-select with implicitly yielding select [auto]
#
#SLAPD (Standalone LDAP Daemon) Options:
diff --git a/debian/control b/debian/control
index fdcd9ba..d71342b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Torsten Landschoff <torsten at debian.org>
Uploaders: Roland Bauerschmidt <rb at debian.org>, Stephen Frost <sfrost at debian.org>
-Build-Depends: libdb4.2-dev, libwrap0-dev, libiodbc2-dev, libsasl2-dev (>= 2.1.3-1), dpkg-dev (>= 1.7.1), libncurses5-dev, autoconf2.13, debconf-utils, libgnutls11-dev, libgcrypt11-dev, debhelper (>= 4.1.16), libltdl3-dev (>= 1.4.3), libslp-dev, po-debconf
+Build-Depends: libdb4.3-dev, libwrap0-dev, libiodbc2-dev, libsasl2-dev (>= 2.1.3-1), dpkg-dev (>= 1.7.1), libncurses5-dev, autoconf2.13, debconf-utils, libgnutls11-dev, libgcrypt11-dev, debhelper (>= 4.1.16), libltdl3-dev (>= 1.4.3), libslp-dev, po-debconf, libssl-dev (>= 0.9.7)
Build-Conflicts: libbind-dev, bind-dev
Standards-Version: 3.6.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git
More information about the Pkg-openldap-devel
mailing list