On Sunday 22 January 2006 23:13, Dave Page wrote:
> > -----Original Message-----
> > From: pgadmin-hackers-owner@postgresql.org
> > [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of Susemail
> > Sent: 22 January 2006 21:08
> > To: pgadmin-hackers@postgresql.org
> > Subject: Re: [pgadmin-hackers] Missing make files, etc
> >
> > On Sunday 22 January 2006 00:53, Dave Page wrote:
> > > > -----Original Message-----
> > > > From: pgadmin-hackers-owner@postgresql.org
> > > > [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf
> >
> > Of Susemail
> >
> > > > Sent: 22 January 2006 09:49
> > > > To: pgadmin-hackers@postgresql.org
> > > > Subject: [pgadmin-hackers] Missing make files, etc
> > > >
> > > > I'm missing some files I need in make all:
> > >
> > > Then you have a corrupted download/source tree - I just
> > checked and it's
> > > definitely there. Did you verify the integrity of the
> > tarball against my
> > > pgp key?
> >
> > No, I didn't. I've spent the last hour looking for an
> > example of how to do
> > this. No luck. How do I verify the integrity of the
> > tarball against your
> > pgp key?
>
> wget http://www.pgadmin.org/pgp/davepage.pgp
> gpg --import davepage.pgp
> gpg --verify pgadmin3-1.4.1.tar.gz.sig
>
> You want it to say something like:
>
> gpg: Good signature from "Dave Page <dpage@pgadmin.org>"
>
> Somewhere in the four or five lines of output you'll probably get.
>
> Regards, Dave.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
Thank you. Here is the output:
@linux:~/bin> gpg --verify pgadmin3-1.4.1.tar.gz.sig
gpg: Signature made Sat 10 Dec 2005 04:47:04 AM HST using DSA key ID 1A19643B
gpg: Good signature from "Dave Page <dpage@pgadmin.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 752C 3D8A 5274 C381 9231 7EAA 9602 0E04 1A19 643B
So does this mean the copy of pgadmin3 I have is not corrupted? Or must I do
another check with the primary key fingerprint?
Jerome