Your message dated Tue, 12 Apr 2005 15:48:25 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#264448: fixed in openldap2 2.1.30-6
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Aug 2004 22:17:18 +0000
>From [EMAIL PROTECTED] Sun Aug 08 15:17:18 2004
Return-path: <[EMAIL PROTECTED]>
Received: from zveryno.vilnius.lm.lt [193.219.141.99]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Btvyg-0005Cv-00; Sun, 08 Aug 2004 15:17:18 -0700
Received: from modax by zveryno.vilnius.lm.lt with local (Exim 4.34)
id 1Btvy7-0000IO-5W; Mon, 09 Aug 2004 01:16:43 +0300
Content-Type: multipart/mixed; boundary="===============1618898083=="
MIME-Version: 1.0
From: Modestas Vainius <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: openldap2: binaries are stripped even when DEB_BUILD_OPTIONS contains
nostrip
X-Mailer: reportbug 2.63
Date: Mon, 09 Aug 2004 01:16:43 +0300
Message-Id: <[EMAIL PROTECTED]>
Sender: Modestas Vainius <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============1618898083==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: openldap2
Severity: minor
Tags: patch
Executables (not libraries) such as slapd, slurpd and other tools get
always stripped during 'make install' because the "-s" option is passed to
/usr/bin/install. The solution (as proposed in my patch) is to remove
"-s" and let the job be done by dh_strip, which is aware of
DEB_BUILD_OPTIONS.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-zgsrv
Locale: LANG=lt_LT, LC_CTYPE=lt_LT
--===============1618898083==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="install_dont_strip.patch"
--- openldap2-2.1.30-3.orig/clients/tools/Makefile.in 2004-07-21
13:41:00.000000000 +0300
+++ openldap2-2.1.30/clients/tools/Makefile.in 2004-07-21 15:21:34.000000000
+0300
@@ -89,7 +89,7 @@
-$(MKDIR) $(DESTDIR)$(bindir)
@( \
for prg in $(PROGRAMS); do \
- $(LTINSTALL) $(INSTALLFLAGS) -s -m 755 $$prg$(EXEEXT) \
+ $(LTINSTALL) $(INSTALLFLAGS) -m 755 $$prg$(EXEEXT) \
$(DESTDIR)$(bindir); \
done \
)
--- openldap2-2.1.30-3.orig/servers/slapd/Makefile.in 2004-07-21
13:41:00.000000000 +0300
+++ openldap2-2.1.30/servers/slapd/Makefile.in 2004-07-21 15:21:10.000000000
+0300
@@ -318,7 +318,7 @@
-$(MKDIR) $(DESTDIR)$(sbindir)
-$(MKDIR) $(DESTDIR)$(libexecdir)
-$(MKDIR) $(DESTDIR)$(localstatedir)
- $(LTINSTALL) $(INSTALLFLAGS) -s -m 755 \
+ $(LTINSTALL) $(INSTALLFLAGS) -m 755 \
slapd$(EXEEXT) $(DESTDIR)$(sbindir)
@for i in back-* shell-backends tools; do \
if test -d $$i -a -f $$i/Makefile ; then \
--- openldap2-2.1.30-3.orig/servers/slapd/tools/Makefile.in 2004-07-21
13:41:00.000000000 +0300
+++ openldap2-2.1.30/servers/slapd/tools/Makefile.in 2004-07-23
01:28:41.000000000 +0300
@@ -77,7 +77,7 @@
install-local: FORCE
-$(MKDIR) $(DESTDIR)$(sbindir)
@for bin in $(PROGRAMS); do \
- $(LTINSTALL) $(INSTALLFLAGS) -s -m 755 \
+ $(LTINSTALL) $(INSTALLFLAGS) -m 755 \
$$bin$(EXEEXT) $(DESTDIR)$(sbindir); \
done
--- openldap2-2.1.30-3.orig/servers/slurpd/Makefile.in 2004-07-21
13:41:00.000000000 +0300
+++ openldap2-2.1.30/servers/slurpd/Makefile.in 2004-07-21 15:22:39.000000000
+0300
@@ -61,7 +61,7 @@
@-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-slurp
@( \
for prg in $(PROGRAMS); do \
- $(LTINSTALL) $(INSTALLFLAGS) -s -m 755 $$prg$(EXEEXT) \
+ $(LTINSTALL) $(INSTALLFLAGS) -m 755 $$prg$(EXEEXT) \
$(DESTDIR)$(sbindir); \
done \
)
--===============1618898083==--
---------------------------------------
Received: (at 264448-close) by bugs.debian.org; 12 Apr 2005 19:54:48 +0000
>From [EMAIL PROTECTED] Tue Apr 12 12:54:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DLRTE-0001Mu-00; Tue, 12 Apr 2005 12:54:48 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DLRN3-00047O-00; Tue, 12 Apr 2005 15:48:25 -0400
From: Torsten Landschoff <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#264448: fixed in openldap2 2.1.30-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 12 Apr 2005 15:48:25 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: openldap2
Source-Version: 2.1.30-6
We believe that the bug you reported is fixed in the latest version of
openldap2, which is due to be installed in the Debian FTP archive:
libldap2-dev_2.1.30-6_i386.deb
to pool/main/o/openldap2/libldap2-dev_2.1.30-6_i386.deb
libldap2_2.1.30-6_i386.deb
to pool/main/o/openldap2/libldap2_2.1.30-6_i386.deb
libslapd2-dev_2.1.30-6_all.deb
to pool/main/o/openldap2/libslapd2-dev_2.1.30-6_all.deb
openldap2_2.1.30-6.diff.gz
to pool/main/o/openldap2/openldap2_2.1.30-6.diff.gz
openldap2_2.1.30-6.dsc
to pool/main/o/openldap2/openldap2_2.1.30-6.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Torsten Landschoff <[EMAIL PROTECTED]> (supplier of updated openldap2 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 12 Apr 2005 21:16:44 +0200
Source: openldap2
Binary: libslapd2-dev libldap2 libldap2-dev
Architecture: source all i386
Version: 2.1.30-6
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff <[EMAIL PROTECTED]>
Changed-By: Torsten Landschoff <[EMAIL PROTECTED]>
Description:
libldap2 - OpenLDAP libraries
libldap2-dev - OpenLDAP development libraries
libslapd2-dev - OpenLDAP slapd back-end development headers
Closes: 238444 264443 264448 266688 266688 269758 276380 278875 283606 298270
304367
Changes:
openldap2 (2.1.30-6) unstable; urgency=low
.
* Update configure stuff using libtoolize, aclocal-1.4 and autoconf2.50
to update libtool for kfreebsd-gnu and friends (closes: #266688).
* Readd ntlm.c from the NTLM patch which got lost somewhere inbetween,
ouch. Forgot to svn add it...
* debian/move_files: Move the ucdata files into the slapd package (which
is no longer build) as libldap2 (where they used to be) does not use
them (closes: #298270).
* Apply patch from #278875 to allow building against OpenSSL if
requested by user (closes: #278875). Run autoconf to recreate configure.
* debian/check_config: Make check more robust for different autoconf
versions.
* debian/rules: Remove automatic invocation of autoheader and autoconf
as they failed here.
* debian/slapd.init: Add --oknodo to start-stop-daemon invocations to
make the script idempotent (bug #298741), patch by Bill Allombert.
* Retarget and upload to unstable to have slapd and ldap-utils provided
only by openldap2.2 sources (closes: #304367).
.
openldap2 (2.1.30-5) experimental; urgency=low
.
* BEWARE: Don't upload this before openldap2.2 is there!!
* debian/rules: Only build libldap2 and libldap2-dev for client
packages. The openldap2 source package will be superseded with
openldap2.2 which provides the server support.
.
openldap2 (2.1.30-4) unstable; urgency=low
.
* Roland Bauerschmidt <[EMAIL PROTECTED]>
+ Applied patch by Modestas Vainius <[EMAIL PROTECTED]> to fix a
memory leak in the GNUTLS compatibility wrapper. Closes: #264443.
+ Applied patch by Modestas Vainius <[EMAIL PROTECTED]> to
install executables without stripping them by using the "-s"
option. They will be stripped by dh_strip later, which is aware
of DEB_BUILD_OPTIONS. Closes: #264448.
+ Fix a segmentation fault when a non-existent TLS_CACERTDIR is
specified in ldap.conf. Thanks to Guido Guenther <[EMAIL PROTECTED]>
for the straight-forward patch. Closes: #269758.
* Torsten Landschoff <[EMAIL PROTECTED]>
+ debian/configure.options: Build back-ldap statically (closes: #238444).
+ libraries/libldap/Makefile.in: Link with thread libraries
(closes: #266688).
+ Refine the patch for the TLS_CACERTDIR problem to log an error
message if the directory can't be opened.
+ Fix the check if an existing database should be moved (closes: #276380).
+ debian/fix_ldif: Apply patch from Andreas Schuldei for better
schema checks et cetera.
+ Apply patch for NTLM support from
http://patches.ximian.com/download.cgi?object=openldap-ntlm.patch-4
(closes: #283606).
Files:
d5ad225f0fcb2697d7d84ac31525d290 951 net optional openldap2_2.1.30-6.dsc
a498882db55981e6e9dab9e89bb51ccd 454549 net optional openldap2_2.1.30-6.diff.gz
7ccd54daab07a06752bdf5551b4183df 240954 libs important
libldap2_2.1.30-6_i386.deb
e67e8a3dee8a3b0fb00d6f1b663d7805 327394 libdevel extra
libldap2-dev_2.1.30-6_i386.deb
3f1b25dc42b2065ed62832afcdc19d8d 72844 libdevel extra
libslapd2-dev_2.1.30-6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCXCTddQgHtVUb5EcRAlQMAJ9TV+doVMZaOmW9kek1K6FsGUx0gwCfQF2r
FPgd0UTKwfMDfJ7ZHamxWPk=
=WNcY
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]