Hi Am 25.04.2011 14:21, schrieb Andreas Metzler: > Package: rsyslog > Version: 5.8.0-1 > Severity: normal > User: [email protected] > Usertags: deprecated-gnutls-2.12 > > This package is using some functions which are marked deprecated in > newer versions of GnuTLS (>=2.12.x). (They are not yet removed, though.) > These functions will be removed in future releases. GnuTLS 2.12.x is > already available in experimental. > > Excerpt from buildlog: > ==================================================== > nsd_gtls.c:1623:2: warning: 'gnutls_certificate_type_set_priority' is > deprecated (declared at /usr/include/gnutls/compat.h:347) > ==================================================== > > The gnutls_*_set_priority family of functions has been marked deprecated > in 2.12.x. These functions have been superceded by > gnutls_priority_set_direct(). The replacement function was added in gnutls > stable release 2.2.0 (released 2007-12-14).
I did compile ryslog against libgnutls-dev from experimental. I get the following two warnings: nsd_gtls.c: In function 'Connect': nsd_gtls.c:1616:3: warning: 'gnutls_certificate_client_set_retrieve_function' is deprecated (declared at /usr/include/gnutls/compat.h:158) [-Wdeprecated-declarations] nsd_gtls.c:1623:2: warning: 'gnutls_certificate_type_set_priority' is deprecated (declared at /usr/include/gnutls/compat.h:347) [-Wdeprecated-declarations] Do you have more references / an upgrade guide how to replace gnutls_certificate_client_set_retrieve_function()? I quick google search didn't turn anything up. Thanks, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature

