pkgsrc/mail/gnus/patches/patch-aa
lha c06f64ad15 Update to gnus 5.10.3. Updates are too numerous to list. Most changes
seems to be better pgp support and spam handling.
2003-12-31 18:39:42 +00:00

15 lines
505 B
Text

$NetBSD: patch-aa,v 1.3 2003/12/31 18:39:42 lha Exp $
NetBSD doesn't have a sha1sum, use digest instead
--- lisp/sha1-el.el.orig 2003-12-16 01:57:29.000000000 +0100
+++ lisp/sha1-el.el 2003-12-31 19:18:42.000000000 +0100
@@ -73,7 +73,7 @@
:type 'integer
:group 'sha1)
-(defcustom sha1-program '("sha1sum")
+(defcustom sha1-program '("digest" "sha1")
"*Name of program to compute SHA1.
It must be a string \(program name\) or list of strings \(name and its args\)."
:type '(repeat string)