Your message dated Sat, 18 Apr 2015 15:45:10 +0200
with message-id <[email protected]>
and subject line Re: Bug#624037: gtk-vnc: Uses deprecated _set_priority GnuTLS
functions
has caused the Debian Bug report #624037,
regarding gtk-vnc: 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.)
--
624037: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624037
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gtk-vnc
Version: 0.4.3-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:
====================================================
vncconnection.c:3716:3: warning: 'gnutls_kx_set_priority' is deprecated
(declared at /usr/include/gnutls/compat.h:342)
vncconnection.c:3722:3: warning: 'gnutls_certificate_type_set_priority' is
deprecated (declared at /usr/include/gnutls/compat.h:347)
vncconnection.c:3728:3: warning: 'gnutls_protocol_set_priority' is deprecated
(declared at /usr/include/gnutls/compat.h:344)
====================================================
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: 0.5.3-1
On 2011-04-25 Andreas Metzler wrote:
> ====================================================
> vncconnection.c:3716:3: warning: 'gnutls_kx_set_priority' is deprecated
> (declared at /usr/include/gnutls/compat.h:342)
> vncconnection.c:3722:3: warning: 'gnutls_certificate_type_set_priority' is
> deprecated (declared at /usr/include/gnutls/compat.h:347)
> vncconnection.c:3728:3: warning: 'gnutls_protocol_set_priority' is deprecated
> (declared at /usr/include/gnutls/compat.h:344)
> ====================================================
> The gnutls_*_set_priority family of functions has been marked deprecated
> in 2.12.x. These functions have been superceded by
[...]
This is fixed in sid:
| 2011-12-09 Daniel P. Berrange <[email protected]>
[...]
| Adapt to avoid deprecated gnutls functions
| Switch to using gnutls_priority_set_direct on newer GNUTLS
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'
--- End Message ---