Mercurial > hg > xemacs-beta
changeset 1439:dea9705187d3
[xemacs-hg @ 2003-05-01 02:29:00 by youngs]
2003-05-01 Steve Youngs <youngs@xemacs.org>
* package-get.el (package-get-require-signed-base-updates): Force
default to nil while I sort out some PGP problems.
author | youngs |
---|---|
date | Thu, 01 May 2003 02:29:00 +0000 |
parents | fc6dcecce840 |
children | a8d2cf6a9dd6 |
files | lisp/ChangeLog lisp/package-get.el |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Apr 30 21:52:40 2003 +0000 +++ b/lisp/ChangeLog Thu May 01 02:29:00 2003 +0000 @@ -1,3 +1,8 @@ +2003-05-01 Steve Youngs <youngs@xemacs.org> + + * package-get.el (package-get-require-signed-base-updates): Force + default to nil while I sort out some PGP problems. + 2003-04-16 Jerry James <james@xemacs.org> * keydefs.el: Remove mappings for keys mapped to the nowhere
--- a/lisp/package-get.el Wed Apr 30 21:52:40 2003 +0000 +++ b/lisp/package-get.el Thu May 01 02:29:00 2003 +0000 @@ -410,7 +410,11 @@ result nil))) -(defcustom package-get-require-signed-base-updates (package-get-pgp-available-p) +;;; FIXME: There's something strange happening with verifying the +;;; package-index file, it is reporting "The message was corrupt" even +;;; though verifying from the command line (outside of XEmacs) reports +;;; a good signature. --SY +(defcustom package-get-require-signed-base-updates nil "*If non-nil, try to verify the package index database via PGP. If nil, no PGP verification is done. If the package index database