all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Moreton <andrewjmoreton@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Updated GnuTLS from MSYS2 and Emacs's `dynamic-library-alist'
Date: Thu, 30 Apr 2015 14:43:48 +0100	[thread overview]
Message-ID: <vz1pp6lohnv.fsf@gmail.com> (raw)
In-Reply-To: CAKu-7Wz2V87vTDXwgMJMF88mRGYvf4zvbJhR-NY1wPCZzft2mg@mail.gmail.com

On Thu 30 Apr 2015, Alexander Shukaev wrote:

> 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")

The number in the DLL name is the ABI version of the library interface,
which does change with every release. 

gnutls-30.dll is already supported in emacs master - see term/w32-win.el
where it sets dynamic-library-alist. The interface for gnutls-30.dll has
come incompatible changes from previous versions, so which DLLs are
supported depend on which gnutls version was used to build emacs.


> 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?

For emacs 25 (git master) this already works.

For emacs 24, the gnutls changes (commit dc79845a "Support GnuTLS v3.4
and later on MS-Windows") need to be backported to the emacs24 branch,
so somebody needs to do that work.

    AndyM




  reply	other threads:[~2015-04-30 13:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-30 11:46 Updated GnuTLS from MSYS2 and Emacs's `dynamic-library-alist' Alexander Shukaev
2015-04-30 13:43 ` Andy Moreton [this message]
2015-04-30 14:17   ` Eli Zaretskii
2015-04-30 15:06     ` Alexander Shukaev
2015-04-30 15:47       ` Eli Zaretskii
2015-04-30 16:05         ` Alexander Shukaev
2015-04-30 16:20           ` Eli Zaretskii
2015-04-30 14:09 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vz1pp6lohnv.fsf@gmail.com \
    --to=andrewjmoreton@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.