From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?SmFuIFN5bsOhxI1law==?= Subject: Re: [PATCH] gnu: openldap: Use gnutls. Date: Tue, 20 Sep 2016 12:35:16 +0200 Message-ID: References: <87h99fke89.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmIPW-0002rg-En for guix-devel@gnu.org; Tue, 20 Sep 2016 06:36:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmIPT-0003yU-2K for guix-devel@gnu.org; Tue, 20 Sep 2016 06:36:22 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:33398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmIPS-0003vj-R9 for guix-devel@gnu.org; Tue, 20 Sep 2016 06:36:18 -0400 Received: by mail-lf0-f67.google.com with SMTP id l131so703199lfl.0 for ; Tue, 20 Sep 2016 03:36:18 -0700 (PDT) In-Reply-To: <87h99fke89.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Vong Cc: guix-devel On Fri, Sep 16, 2016 at 6:21 PM, Alex Vong wrote: > Hello, Hi, > The following patch does what the title says. The link of the bug > is n= o > longer accessible, so I assume the bug is fixd since I cannot find it on > the internet. The #7430 was fixed in 2013. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > # Download the upstream source and make changes as required for DFSG reas= ons. > # Assumes wget is available, as this is generally only used by the packag= e > # maintainers. > get-orig-source: > @if [ ! -d "debian/schema" ] ; then \ > echo 'Run this from the top directory of the Debian source' >= &2; \ > exit 1; \ > fi > wget $(URL)/openldap-$(VERSION).tgz > tar xzf openldap-$(VERSION).tgz > rm -r openldap-$(VERSION)/doc/drafts > rm -r openldap-$(VERSION)/doc/rfc > set -e; for schema in debian/schema/*.schema debian/schema/*.ldif= ; do \ > file=3D`basename "$$schema"`; \ > rm openldap-$(VERSION)/servers/slapd/schema/$$file; \ > done > mv openldap-$(VERSION) openldap-$(VERSION)+dfsg > tar cf openldap_$(VERSION)+dfsg.orig.tar openldap-$(VERSION)+dfsg > rm -r openldap-$(VERSION)+dfsg > gzip -9 openldap_$(VERSION)+dfsg.orig.tar > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D as a former OpenLDAP maintainer on Fedora and RHEL, I strongly suggest you link it against openssl. It's basically the only really supported crypto upstream. --=20 Jan Syn=C3=A1=C4=8Dek