# HG changeset patch # User youngs # Date 1051756140 0 # Node ID dea9705187d3023411140a2c635675296feb50ea # Parent fc6dcecce84010464b4888c626bcc674f5f6b7be [xemacs-hg @ 2003-05-01 02:29:00 by youngs] 2003-05-01 Steve Youngs * package-get.el (package-get-require-signed-base-updates): Force default to nil while I sort out some PGP problems. diff -r fc6dcecce840 -r dea9705187d3 lisp/ChangeLog --- 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 + + * 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 * keydefs.el: Remove mappings for keys mapped to the nowhere diff -r fc6dcecce840 -r dea9705187d3 lisp/package-get.el --- 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