emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] package.el: check tarball signature


From: Stefan Monnier
Subject: Re: [PATCH] package.el: check tarball signature
Date: Thu, 03 Oct 2013 11:01:43 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +(defcustom package-check-signature 'allow-unsigned
> +  "Whether to check package signatures when installing."
> +  :type '(choice (const nil :tag "Never")
> +                (const allow-unsigned :tag "Allow unsigned")
> +                (const t :tag "Check always"))
> +  :risky t
> +  :group 'package
> +  :version "24.1")
> IMHO this should be per archive, not global.  WDYT?

Actually, let's wait.  If all turn out well, most/all ELPA archives will
start providing signatures in the not too distant future and there'll be
no need for per-archive settings (and we can change the default to t).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]