From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.windows,gmane.emacs.devel Subject: Re: bug#10612: GnuTLS bundled with the windows Emacs binaries (was: bug#10215: 24.0.92; Can't contact nnimap (gnutls-cli not found)) Date: Thu, 26 Jan 2012 16:15:24 +0100 Message-ID: References: <84boromyob.fsf@tum.de> <84ipknew07.fsf@tum.de> <87ipjzs512.fsf@gnus.org> <87wr8e8o58.fsf_-_@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1327590984 22713 80.91.229.12 (26 Jan 2012 15:16:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2012 15:16:24 +0000 (UTC) Cc: help-emacs-windows@gnu.org, emacs-devel@gnu.org To: 10612@debbugs.gnu.org Original-X-From: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Thu Jan 26 16:16:19 2012 Return-path: Envelope-to: gnu-help-emacs-windows@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RqR3j-0001WG-13 for gnu-help-emacs-windows@m.gmane.org; Thu, 26 Jan 2012 16:16:19 +0100 Original-Received: from localhost ([::1]:41657 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqR3i-0007TC-GN for gnu-help-emacs-windows@m.gmane.org; Thu, 26 Jan 2012 10:16:18 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqR3a-0007Mx-S5 for help-emacs-windows@gnu.org; Thu, 26 Jan 2012 10:16:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqR3W-0000rU-1q for help-emacs-windows@gnu.org; Thu, 26 Jan 2012 10:16:10 -0500 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:55394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqR3V-0000rQ-ST; Thu, 26 Jan 2012 10:16:06 -0500 Original-Received: by pbaa12 with SMTP id a12so825891pba.0 for ; Thu, 26 Jan 2012 07:16:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=MBGPvpMusQKPL78uB2n5EMzIu23TS6rYKxK+D4T/xW8=; b=jTCS1ZK//wzHIeLMV/y5WKHpBAmw2aAy9YIpQPmP9UgzHg+IyKn8dft2FiSk2QaDX+ c4j8MxzXEkisyCiF3yXiHn2kcBO/9X/98FavIDUfHirVkacZkNM1trvrGn+mvV1LV5G9 OTdH7pxC0wUzMU/fnwWPnZcvn4yBeCsq23Kp0= Original-Received: by 10.68.225.4 with SMTP id rg4mr94702pbc.111.1327590964194; Thu, 26 Jan 2012 07:16:04 -0800 (PST) Original-Received: by 10.143.37.9 with HTTP; Thu, 26 Jan 2012 07:15:24 -0800 (PST) In-Reply-To: <87wr8e8o58.fsf_-_@lifelogs.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-BeenThere: help-emacs-windows@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion forum for users of the GNU Emacs port to Windows List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Original-Sender: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.windows:5227 gmane.emacs.devel:147944 Archived-At: 2012/1/26 Ted Zlatanov : > Christoph has been doing that, I think, so we can rely on his binaries. > > Christoph, can you add a GnuTLS build step to your Emacs build for > Windows, so the latest GnuTLS version can be used on that platform? =C2= =A0We > had a long conversation about this and at least for now it seems to be > the best approach (and we agreed it would not be a task for the core > Emacs developers). =C2=A0If you prefer, I can set up a BuildBot to produc= e > the GnuTLS DLLs for you. Christoph's binaries are built against gnutls-3.0.9, but they do not include the GnuTLS DLLs. Note (again) that the issue is not who builds the GnuTLS DLLs, but whether they should be included with official (or semi-official, like the snapshots) releases. =C2=A0 =C2=A0 Juanma