Your message dated Sat, 18 Apr 2015 15:33:00 +0200
with message-id <[email protected]>
and subject line Re: Bug#624033: gtk-gnutella: Uses deprecated _set_priority
GnuTLS functions
has caused the Debian Bug report #624033,
regarding gtk-gnutella: Uses deprecated _set_priority GnuTLS functions
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
624033: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624033
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gtk-gnutella
Version: 0.96.8-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:
====================================================
tls_common.c:406:2: warning: 'gnutls_cipher_set_priority' is deprecated
(declared at /usr/include/gnutls/compat.h:335)
tls_common.c:410:2: warning: 'gnutls_kx_set_priority' is deprecated (declared
at /usr/include/gnutls/compat.h:342)
tls_common.c:414:2: warning: 'gnutls_mac_set_priority' is deprecated (declared
at /usr/include/gnutls/compat.h:337)
tls_common.c:418:2: warning: 'gnutls_certificate_type_set_priority' is
deprecated (declared at /usr/include/gnutls/compat.h:347)
tls_common.c:422:2: warning: 'gnutls_compression_set_priority' is deprecated
(declared at /usr/include/gnutls/compat.h:339)
====================================================
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).
cu Andreas
--- End Message ---
--- Begin Message ---
Version: 1.1.1-1
I cannot see this in 1.1.1-1 anymore:
argenau:/tmp/xxxx> grep -rl set_priority gtk-gnutella-1.1.1/
argenau:/tmp/xxxx>
cu Andreas
--- End Message ---