comparison lisp/package-get.el @ 1479:84d95f07cb42

[xemacs-hg @ 2003-05-14 08:47:15 by youngs] 2003-05-14 Steve Youngs <youngs@xemacs.org> * package-get.el (package-get-require-signed-base-updates): Turn the PGP verification code back on.
author youngs
date Wed, 14 May 2003 08:47:15 +0000
parents dea9705187d3
children 410360d3e34e
comparison
equal deleted inserted replaced
1478:6af5bbdc3fcc 1479:84d95f07cb42
408 (setq result t)))) 408 (setq result t))))
409 (if result 409 (if result
410 result 410 result
411 nil))) 411 nil)))
412 412
413 ;;; FIXME: There's something strange happening with verifying the 413 (defcustom package-get-require-signed-base-updates (package-get-pgp-available-p)
414 ;;; package-index file, it is reporting "The message was corrupt" even
415 ;;; though verifying from the command line (outside of XEmacs) reports
416 ;;; a good signature. --SY
417 (defcustom package-get-require-signed-base-updates nil
418 "*If non-nil, try to verify the package index database via PGP. 414 "*If non-nil, try to verify the package index database via PGP.
419 415
420 If nil, no PGP verification is done. If the package index database 416 If nil, no PGP verification is done. If the package index database
421 entries are not PGP signed and this variable is non-nil, require user 417 entries are not PGP signed and this variable is non-nil, require user
422 confirmation to continue with the package-get procedure. 418 confirmation to continue with the package-get procedure.