On 2011-05-30 Michael Biebl <[email protected]> wrote: > 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.) [...] > 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) [...] > 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. Hello, It has been superseded by gnutls_certificate_set_retrieve_function(). http://lists.gnu.org/archive/html/gnutls-devel/2011-03/msg00034.html However the replacement was newly added in 2.12.0. If you wanted to continue to be able to build against <= 2.10.x you would need to to add some compatibilty code. I do not think that effort is spent well currently. gnutls_certificate_set_retrieve_function is still present in GIT head. cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

