From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.help Subject: Re: Where can one find most recent version of starttls.el? Date: Fri, 07 Jan 2011 01:54:24 +0100 Message-ID: <87ipy1ttxb.wl%hskuhra@fastmail.fm> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1294361696 1235 80.91.229.12 (7 Jan 2011 00:54:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 Jan 2011 00:54:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 07 01:54:51 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pb0bR-0002Cr-EX for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Jan 2011 01:54:49 +0100 Original-Received: from localhost ([127.0.0.1]:60909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pb0bQ-0003T8-VX for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Jan 2011 19:54:49 -0500 Original-Received: from [140.186.70.92] (port=51647 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pb0b6-0003T3-O4 for help-gnu-emacs@gnu.org; Thu, 06 Jan 2011 19:54:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pb0b5-0004YN-6i for help-gnu-emacs@gnu.org; Thu, 06 Jan 2011 19:54:28 -0500 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:49122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pb0b5-0004Y4-20 for help-gnu-emacs@gnu.org; Thu, 06 Jan 2011 19:54:27 -0500 Original-Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 00E4E20958 for ; Thu, 6 Jan 2011 19:54:25 -0500 (EST) Original-Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Thu, 06 Jan 2011 19:54:25 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:message-id:from:to:subject:in-reply-to:references:mime-version:content-type; s=smtpout; bh=SP9Xb5buzCqrfzO7FlsKy7U/A2o=; b=dqRU1S0qbyRCy/SI6Gotl9bSFL0be14ZELWRiyuEDFFn1Dd5jr0SxL5Zt2V+KMKCVRJsyvJ1BnEHIjExOKyxaqrOIWel/WbvHrrheJThBIc8+5F8tcQ3r19ZebVF0FdeZxzYWPBN3hPdov6xTmA9BJY8J25qP2/rl2tGS0NfiKo= X-Sasl-enc: emMbx8ZbxbOcRoawpaMXn6/HXFP+ztbORiv8cCwpauyb 1294361664 Original-Received: from oslo.ath.cx (d91-128-195-33.cust.tele2.at [91.128.195.33]) by mail.messagingengine.com (Postfix) with ESMTPSA id 7A30640304F for ; Thu, 6 Jan 2011 19:54:24 -0500 (EST) In-Reply-To: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/23.2.91 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78274 Archived-At: On Thu, 6 Jan 2011 17:43:33 -0500 Jeff Horn wrote: > Deleting the version installed by the starttls package made the one > included with 23.2 kick in. > > Where is the most recent starttls package? I'm on a Mac, so building > from source is probably best (I only use homebrew as my package > manager, and they don't have starttls listed). FTP: ftp://ftp.opaopa.org/pub/elisp/ CVS: http://cvs.m17n.org/viewcvs/root/starttls/ As you can see it hasn't changed for years. Hmm, what's wrong with starttls.el that ships with gnus and emacs? It uses gnutls-cli if the starttls binary is not installed. -Herbert