From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.devel Subject: Updated GnuTLS from MSYS2 and Emacs's `dynamic-library-alist' Date: Thu, 30 Apr 2015 13:46:37 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c38d1afad7e60514efa52a X-Trace: ger.gmane.org 1430394410 19286 80.91.229.3 (30 Apr 2015 11:46:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Apr 2015 11:46:50 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 30 13:46:49 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YnmvU-0005lX-Az for ged-emacs-devel@m.gmane.org; Thu, 30 Apr 2015 13:46:44 +0200 Original-Received: from localhost ([::1]:43142 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnmvT-000287-Ox for ged-emacs-devel@m.gmane.org; Thu, 30 Apr 2015 07:46:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnmvP-00026g-VB for emacs-devel@gnu.org; Thu, 30 Apr 2015 07:46:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnmvP-0000DP-4h for emacs-devel@gnu.org; Thu, 30 Apr 2015 07:46:39 -0400 Original-Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:34950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnmvO-0000DD-Sj for emacs-devel@gnu.org; Thu, 30 Apr 2015 07:46:39 -0400 Original-Received: by labbd9 with SMTP id bd9so42050827lab.2 for ; Thu, 30 Apr 2015 04:46:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=cM3wzSv+TV+D2zI/6qndHBJ6UG7K10zPe17GW3AmksE=; b=wrbxsNUy2cu1OPNADQuzs/WlC8FL+MJHik54logugQ2qy/uE1tFdfLAA/j5JsiPZLR 1BArPr94BE5IZqFY4axm/WfDpqSpvnexZjPWq1wTMAtePSh4141/4ZXBnY1w15a1MKdE x7ptnKiGtHwHv6SvMpTzLZiez9i983CACm5DntwB5J0x/C/k84T9WM+VcyCx3bb8NBai VzSZ6lPiLTmo66q9LSBmo/pUcPFmWE++3oIy7xW81cCL4XuhNDaIIBojFFIXvxiBWViP c4F5ZlX7pcN/k847h5vNfbURgsLk2VNSdGl+ua7MEfYkjMa4OjdqB5+4OjK6DdeUSEIm 5zhw== X-Received: by 10.112.171.68 with SMTP id as4mr3516717lbc.64.1430394397970; Thu, 30 Apr 2015 04:46:37 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Thu, 30 Apr 2015 04:46:37 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::236 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:186058 Archived-At: --001a11c38d1afad7e60514efa52a Content-Type: text/plain; charset=UTF-8 Hello Devs, Recently, the GnuTLS from MSYS2 has been updated to the 3.4 version. As a result, the name of corresponding DLL has changed. Currently to "libgnutls-30.dll", but maybe it's a mistake and we will change it to "libgnutls-34.dll". In any case, currently Emacs has the following GnuTLS setting in the `dynamic-library-alist': (gnutls "libgnutls-28.dll" "libgnutls-26.dll") What would be your recommendation to properly add new versions of GnuTLS? Upstream or should I create a custom MSYS2 patch? Note that aside from Git version, we also support release versions such as 24.5, and it seems like a patch is inevitable in this case right? Regards, Alexander --001a11c38d1afad7e60514efa52a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello Devs,

Recently, the GnuTLS from MSYS2 has been updated to the 3.4 version.=C2= =A0 As a result, the name of corresponding DLL has changed.=C2=A0 Currently= to "libgnutls-30.dll", but maybe it's a mistake and we will = change it to "libgnutls-34.dll".=C2=A0 In any case, currently Ema= cs has the following GnuTLS setting in the `dynamic-library-alist':

(gnutls "libgnutls-28.= dll" "libgnutls-26.dll")

What would = be your recommendation to properly add new versions of GnuTLS?=C2=A0 Upstre= am or should I create a custom MSYS2 patch?=C2=A0 Note that aside from Git = version, we also support release versions such as 24.5, and it seems like a= patch is inevitable in this case right?

Regards,<= /div>
Alexander


--001a11c38d1afad7e60514efa52a--