[Help-gnutls] GnuTLS 2.3.15 - fourth and final (?) release candidate for 2.4.0

Massimo Gaspari massimo.gaspari at alice.it
Wed Jun 18 22:39:40 CEST 2008


Simon Josefsson wrote:
> Version 2.3.15 will hopefully be the final release candidate for the
> next stable release v2.4.0.  Please test v2.3.15 as if it were a stable
> release!  I'm cc'ing help-gnutls as well, to reach wider audience.
> Please report problems to gnutls-devel only.
>
> See below for the v2.4.0 release notes, comments and suggestions are
> welcome!
>
> This weekend is Midsommar in Sweden, and I'm leaving town on Thursday,
> thus expect the final 2.4.0 release on Thursday.
>
> Here are the compressed sources:
>   http://alpha.gnu.org/gnu/gnutls/gnutls-2.3.15.tar.bz2
>   ftp://alpha.gnu.org/gnu/gnutls/gnutls-2.3.15.tar.bz2
>
>   
I compiled the source with the following configuration

libgpg-error 1.6 => ./configure --disable-shared --disable-rpath
libgcrypt 1.4.1 => ./configure --disable-shared --enable-random=w32 
--disable-dev-random
CFLAGS = -O2
gnutls 2.3.15 => ./configure --disable-shared --disable-rpath 
--disable-cxx --disable-guile
MinGW- Gcc 4.2.1 on Windows XP SP2


I just got the following warnings

 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-DLOCALEDIR=\"/usr/local/share/locale\"
 -I../lgl -I../lgl -I../includes -I../includes -I./x509 -I../libextra 
-I../lib/o
penpgp/ -I/usr/local/include -I./opencdk -I../lib/opencdk -I./minitasn1 
-pipe -I
/usr/local/include -O2 -Wno-pointer-sign -MT gnutls_kx.lo -MD -MP -MF 
.deps/gnut
ls_kx.Tpo -c gnutls_kx.c -o gnutls_kx.o
gnutls_kx.c: In function '_gnutls_recv_server_kx_message':
gnutls_kx.c:392: warning: implicit declaration of function 
'_gnutls_session_is_psk'


gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../includes -I../includes 
-I../lgl -I
../lgl -I../gl -I../gl -I./cfg  -pipe -I/usr/local/include -O2 
-Wno-pointer-sign
 -MT cli-gaa.o -MD -MP -MF .deps/cli-gaa.Tpo -c -o cli-gaa.o cli-gaa.c
 -MT cli-gaa.o -MD -MP -MF .deps/cli-gaa.Tpo -c -o cli-gaa.o cli-gaa.c
mv -f .deps/cli-gaa.Tpo .deps/cli-gaa.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../includes -I../includes 
-I../lgl -I
../lgl -I../gl -I../gl -I./cfg  -pipe -I/usr/local/include -O2 
-Wno-pointer-sign
 -MT cli.o -MD -MP -MF .deps/cli.Tpo -c -o cli.o cli.c
cli.c: In function 'psk_callback':
cli.c:996: warning: passing argument 2 of 'rpl_getline' from 
incompatible pointe
r type
cli.c:1015: warning: implicit declaration of function 'gnu_getpass'
cli.c:1015: warning: assignment makes pointer from integer without a cast


gcc -std=gnu99 -pipe -I/usr/local/include -O2 -Wno-pointer-sign -o 
gnutls-cli.ex
e cli-gaa.o cli.o common.o select.o  ../lib/.libs/libgnutls.a 
-L/usr/local/lib -
lz ../gl/.libs/libgnu.a /usr/local/lib/libgcrypt.a 
/usr/local/lib/libgpg-error.a
 -lws2_32 
 -MT psk-gaa.o -MD -MP -MF .deps/psk-gaa.Tpo -c -o psk-gaa.o psk-gaa.c
mv -f .deps/psk-gaa.Tpo .deps/psk-gaa.Po
 -MT psk.o -MD -MP -MF .deps/psk.Tpo -c -o psk.o psk.c
psk.c: In function 'main':
psk.c:141: warning: implicit declaration of function 'gnu_getpass'
psk.c:141: warning: assignment makes pointer from integer without a cast


The  "make test" ended successfully. No errors.

Hope this helps.

Max







More information about the Gnutls-devel mailing list