Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: Re: Upgrading to Oort?
Date: Wed, 04 Sep 2002 02:20:47 +0200	[thread overview]
Message-ID: <ilud6rubo68.fsf@latte.josefsson.org> (raw)
In-Reply-To: <al2sbo$vbs$1@news.bitstream.com>

"Peter Davis" <pdavis@pageflexinc.com> writes:

> Here's the backtrace.  I apologize for posting with OE.  As I said, I can't
> post with gnus at the moment.
>
> Signaling: (file-error "Searching for program" "No such file or directory"
> "openssl")
>   start-process-internal("*call-process*" #<buffer " *sha1 external*">
> "openssl" "sha1")

Try this patch.  It is added to CVS.

Index: message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 6.248
diff -u -p -u -w -r6.248 message.el
--- message.el	2002/08/28 11:24:32	6.248
+++ message.el	2002/09/04 00:52:08
@@ -3139,10 +3139,11 @@ documentation for the function `mail-sou
 (defun message-canlock-generate ()
   "Return a string that is non-trival to guess.
 Do not use this for anything important, it is cryptographically weak."
+  (let (sha1-maximum-internal-length)
   (sha1 (concat (message-unique-id)
 		(format "%x%x%x" (random) (random t) (random))
 		(prin1-to-string (recent-keys))
-		(prin1-to-string (garbage-collect)))))
+		  (prin1-to-string (garbage-collect))))))
 
 (defun message-canlock-password ()
   "The password used by message for cancel locks.


  parent reply	other threads:[~2002-09-04  0:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-30 14:08 Peter Davis
2002-08-30 15:22 ` Jesper Harder
     [not found] ` <WhRb9.60032$_91.1666@rwcrnsc51.ops.asp.att.net>
     [not found]   ` <wkptw0ngzl.fsf@ID-97657.usr.dfncis.de>
2002-08-31 23:59     ` pd
2002-09-01  0:30       ` pd
     [not found]         ` <fzwurrzm.fsf@hschmi22.userfqdn.rz-online.de>
     [not found]           ` <fZyc9.95522$_91.105431@rwcrnsc51.ops.asp.att.net>
     [not found]             ` <iluwuq5c9iq.fsf@latte.josefsson.org>
     [not found]               ` <6PLc9.90671$kp.732844@rwcrnsc52.ops.asp.att.net>
     [not found]                 ` <SVLc9.90789$kp.733254@rwcrnsc52.ops.asp.att.net>
     [not found]                   ` <al2gn8$umi$1@news.bitstream.com>
2002-09-03 16:34                     ` Simon Josefsson
     [not found]                       ` <al2sbo$vbs$1@news.bitstream.com>
2002-09-04  0:20                         ` Simon Josefsson [this message]
     [not found]                   ` <87r8g37rz3.fsf@tleepslib.sk.tsukuba.ac.jp>
     [not found]                     ` <ali76b$a9u$1@news.bitstream.com>
2002-09-10 13:38                       ` Stephen J. Turnbull
2002-09-11  7:40                       ` Simon Josefsson

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=ilud6rubo68.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).