From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Vong Subject: Re: [PATCH] gnu: openldap: Use gnutls. Date: Wed, 28 Sep 2016 00:37:05 +0800 Message-ID: <87y42d70zy.fsf@gmail.com> References: <87h99fke89.fsf@gmail.com> <20160920163559.GE17906@macbook42.flashner.co.il> <877fa2gi89.fsf@gnu.org> <20160925192550.GC3742@macbook42.flashner.co.il> 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]:56640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bovNc-0000jC-OI for guix-devel@gnu.org; Tue, 27 Sep 2016 12:37:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bovNZ-0003F6-ID for guix-devel@gnu.org; Tue, 27 Sep 2016 12:37:16 -0400 In-Reply-To: <20160925192550.GC3742@macbook42.flashner.co.il> (Efraim Flashner's message of "Sun, 25 Sep 2016 22:25:50 +0300") 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: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner writes: > On Sat, Sep 24, 2016 at 11:11:02AM +0900, Ludovic Court=C3=A8s wrote: >> Efraim Flashner skribis: >>=20 >> > On Sat, Sep 17, 2016 at 12:21:10AM +0800, Alex Vong wrote: >> >> Hello, >> >>=20 >> >> The following patch does what the title says. The link of the bug >> >> = is no >> >> longer accessible, so I assume the bug is fixd since I cannot find it= on >> >> the internet. In addition, I have checked debian's version, which is >> >> slightly older (2.4.42), which also uses gnutls. So I think we are sa= fe >> >> here. Please object if there is a problem! >> >>=20 >> >> Please note that openldap is an input for curl, so I guess it is caus= ing >> >> the openssl dependency problem for octave I mentioned earlier. I have= n't >> >> test to build octave with curl though, which takes a while. >> >>=20 >> > >> > I built it out. With this patch, octave will build with curl and >> > cyrus-sasl added as inputs, and will retain references to gnutls and >> > cyrus-sasl, as checked with `guix gc --references /gnu/store/...octave' >>=20 >> So I think this patch can be safely applied, at least in core-updates >> due to the large number of rebuilds. >>=20 >> Efraim, could you take care of it? >>=20 >> Thanks! >>=20 >> Ludo=E2=80=99. > > pushed to core-updates! Thank you!