Package: neon27
Version: 0.30.1-1
Severity: normal
User: [email protected]
Usertags: gnutls34
Hello,
the package FTBFS against the recently released GnuTLS 3.4.0:
--------------------------
/bin/bash ../libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H
-D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/p11-kit-1 -isystem
/usr/include/mit-krb5 -I/usr/include/libxml2 -I.. -O2 -g -c
/tmp/buildd/neon27-0.30.1/src/ne_gnutls.c -o ne_gnutls.lo
/tmp/buildd/neon27-0.30.1/src/ne_gnutls.c:556:55: error: unknown type name
'gnutls_retr_st'
int sign_algos_length, gnutls_retr_st *st)
^
/tmp/buildd/neon27-0.30.1/src/ne_gnutls.c: In function 'ne_ssl_context_create':
/tmp/buildd/neon27-0.30.1/src/ne_gnutls.c:653:57: error: 'provide_client_cert'
undeclared (first use in this function)
provide_client_cert);
^
/tmp/buildd/neon27-0.30.1/src/ne_gnutls.c:653:57: note: each undeclared
identifier is reported only once for each function it appears in
Makefile:69: recipe for target 'ne_gnutls.lo' failed
make[2]: *** [ne_gnutls.lo] Error 1
--------------------------
The gnutls_retr_st was deprecated by gnutls_certificate_retrieve_function()
and gnutls_retr2_st.
See
http://www.gnutls.org/manual/html_node/Upgrading-from-previous-versions.html#Upgrading-from-previous-versions
for information on upgrading.
cu Andreas
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]