From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: GnuTLS for W32 Date: Mon, 02 Jan 2012 17:47:27 +0800 Message-ID: <87y5tqfnbk.fsf@gnu.org> References: <87aa68dfao.fsf@lifelogs.com> <87ty4fbje8.fsf@lifelogs.com> <83ehvjs8t5.fsf@gnu.org> <87pqf3bcom.fsf@lifelogs.com> <83boqns68o.fsf@gnu.org> <87liprazr1.fsf@lifelogs.com> <83wr9bqez3.fsf@gnu.org> <87y5tr9dwv.fsf_-_@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325497670 25404 80.91.229.12 (2 Jan 2012 09:47:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2012 09:47:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 02 10:47:44 2012 Return-path: Envelope-to: ged-emacs-devel@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 1RheUa-0006yL-4g for ged-emacs-devel@m.gmane.org; Mon, 02 Jan 2012 10:47:44 +0100 Original-Received: from localhost ([::1]:56694 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RheUZ-0005Ax-Dm for ged-emacs-devel@m.gmane.org; Mon, 02 Jan 2012 04:47:43 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RheUW-0005Ag-Hq for emacs-devel@gnu.org; Mon, 02 Jan 2012 04:47:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RheUV-00022I-Rg for emacs-devel@gnu.org; Mon, 02 Jan 2012 04:47:40 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:50243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RheUU-00021q-N9; Mon, 02 Jan 2012 04:47:38 -0500 Original-Received: by iacb35 with SMTP id b35so31735153iac.0 for ; Mon, 02 Jan 2012 01:47:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=H2T470J63THkuZ6ltbvwvdZ93GrB+1dQ5YCLww4O2uk=; b=IojR+bNjK4xlKMktwv45eusi0TJy8hfPvB7X7UqrxQWMMmEycPVKS9B1NgjpjtWoZQ qpFbNaf6uZngUy3FGS77mKppaaXCXAYQwLqKs8/OFxbENk5wkBk88WtbKw3eP8/VJA4A MUSC++xSiEICmsnFxbxWbYcq2WeB+7cUfolaM= Original-Received: by 10.50.12.162 with SMTP id z2mr56469351igb.3.1325497657481; Mon, 02 Jan 2012 01:47:37 -0800 (PST) Original-Received: from home.jasonrumney.net ([180.75.21.211]) by mx.google.com with ESMTPS id g7sm1740557igv.7.2012.01.02.01.47.33 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 Jan 2012 01:47:35 -0800 (PST) Original-Received: by home.jasonrumney.net (Postfix, from userid 1000) id F094F1CFE; Mon, 2 Jan 2012 17:47:27 +0800 (MYT) In-Reply-To: (Eli Zaretskii's message of "Mon, 02 Jan 2012 03:47:03 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147160 Archived-At: Eli Zaretskii writes: > Why are we talking only about Windows? Do packages of Emacs 24 > development snapshots on GNU/Linux come with GnuTLS in the same > package? The Debian and Ubuntu packages depend on the following: libgnutls26 (>= 2.9.11-0) Windows does not have a package system that supports dependency, so it cannot be compared directly.