sm-grimoire AT lists.ibiblio.org
Subject: Discussion of Spells and Grimoire items
List archive
- From: Seth Woolley <seth AT tautology.org>
- To: Pierre Abbat <phma AT webjockey.net>
- Cc: sm-grimoire AT lists.ibiblio.org
- Subject: Re: [SM-Grimoire]Please look at my chrony spell
- Date: Fri, 20 Dec 2002 08:52:20 -0800 (PST)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
if the tarball is signed by the author, just verify it yourself with gpg
- --verify or something like that. An md5 is something totally separate
from pgp, though. Once you've gpg/pgp verified the tarball, you can use
our special md5, which is not the compressed tarball itself, but the md5
of the uncompressed tar file. "definitive" script for determining md5s
the same way sorcery does is here:
#!/bin/bash
. /etc/sorcery/config;for f in ${*};do echo -n $(uncompress $f \
$(guess_compressor $f)|md5sum|cut -d' ' -f1);ls -l $f|cut -c30-;done
... or ...
#!/bin/bash
. /etc/sorcery/config
for f in ${*} ; do
echo -n $(
uncompress $f $(
guess_compressor $f
) |
md5sum |
cut -d ' ' -f 1
)
ls -l $f |
cut -c 30-
done
this will behave like md5sum, except is uses the sorcery uncompression
libraries. I name it md5unpack and then can do this:
md5unpack /var/spool/sorcery/spell*
and then you can use that.
I repeat,
m5sum /var/spool/sorcery/spell*
is not the correct way to do it. md5unpack above does it correctly.
Seth
On Fri, 20 Dec 2002, Pierre Abbat wrote:
> On Thursday 19 December 2002 16:17, Jason Flatt wrote:
> > The spell looks fine except for three things:
> > 1) No MD5 -- really important
>
> How do I compute it? If a tarball is signed by the author, how do I specify
> the PGP key used to sign it?
- --
Seth Alan Woolley <seth at tautology.org>, SPAM/UCE is unauthorized
Key id 7BEACC7D = 2978 0BD1 BA48 B671 C1EB 93F7 EDF4 3CDF 7BEA CC7D
Full Key at seth.tautology.org, see www.gnupg.org www.keyserver.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (FreeBSD)
iD8DBQE+A0rH7fQ833vqzH0RAlcmAJ9/RC4RqzZEEb+yC2Z5Q9Fxu+nSSQCgmVnT
19g9JsoJ2sMsyiNtpfYtza0=
=YwCb
-----END PGP SIGNATURE-----
-
[SM-Grimoire]Please look at my chrony spell,
Pierre Abbat, 12/19/2002
-
Re: [SM-Grimoire]Please look at my chrony spell,
Jason Flatt, 12/20/2002
-
Re: [SM-Grimoire]Please look at my chrony spell,
Sergey A. Lipnevich, 12/20/2002
-
[SM-Grimoire] Variable names always use {} - was - Please look at my chrony spell,
Mark Andrews, 12/20/2002
- Re: [SM-Grimoire] Variable names always use {} - was - Please look at my chrony spell, Sergey A. Lipnevich, 12/20/2002
-
[SM-Grimoire] Variable names always use {} - was - Please look at my chrony spell,
Mark Andrews, 12/20/2002
-
Re: [SM-Grimoire]Please look at my chrony spell,
Pierre Abbat, 12/20/2002
- Re: [SM-Grimoire]Please look at my chrony spell, Seth Woolley, 12/20/2002
-
Re: [SM-Grimoire]Please look at my chrony spell,
Jason Flatt, 12/21/2002
- Re: [SM-Grimoire]Please look at my chrony spell, Pierre Abbat, 12/21/2002
- Re: [SM-Grimoire]Please look at my chrony spell, Pierre Abbat, 12/22/2002
-
Re: [SM-Grimoire]Please look at my chrony spell,
Sergey A. Lipnevich, 12/20/2002
-
Re: [SM-Grimoire]Please look at my chrony spell,
Jason Flatt, 12/20/2002
Archive powered by MHonArc 2.6.24.