gnupg 1.2.1 release candidate

5468696A6D656E thijmen at xs4all.nl
Fri Oct 18 00:10:02 CEST 2002


On Thu, Oct 17, 2002 at 07:10:17PM +0200, Werner Koch wrote:
> A release candidate for 1.2.1 is now available.  I would very much
> appreciate if people with build problems on 1.2.0 can try this one
> out.
> 
>  ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.2.1rc1.tar.gz (2M)
>  ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.2.1rc1.tar.gz.sig (2M)
>  ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.2.0-1.2.1rc1.diff.gz (295k)
> 
> You may also use http://ftp.gnupg.org . 

I've had some build problems, because i don't have unistd.h

The files below should have this:
#if defined HAVE_UNISTD_H || defined _LIBC
# include <unistd.h>
#endif

instead of just the middle line. 

Same goes for any header which is tried to be found with configure
and thus has it's own define in config.h. Other headers should look
for this define, else why bother to try to find it with configure?

And i don't have <sys/time.h>, maybe it's handy to look
for that one in configure as well.

The affected files:
./g10/mkdtemp.c
./g10/g10.c
./g10/compress.c
./g10/keydb.c
./g10/keyring.c
./g10/misc.c
./g10/openfile.c
./g10/status.c
./g10/signal.c
./g10/passphrase.c
./g10/sign.c
./g10/verify.c
./g10/tdbdump.c
./g10/tdbio.c
./g10/exec.c
./g10/gpgv.c
./tools/gpgsplit.c
./tools/mk-tdata.c
./tools/shmtest.c
./cipher/dynload.c
./cipher/random.c
./cipher/rndlinux.c
./cipher/rndunix.c
./cipher/rndegd.c
./cipher/idea-stub.c
./util/fileutil.c
./util/ttyio.c
./util/secmem.c
./util/iobuf.c
./util/dotlock.c
./util/http.c
./keyserver/gpgkeys_hkp.c
./keyserver/gpgkeys_ldap.c
./g10/exec.h



-- 
__Thijmen Klok________




More information about the Gnupg-devel mailing list