After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 648606 - vino: Uses deprecated _set_priority GnuTLS functions
vino: Uses deprecated _set_priority GnuTLS functions
Status: RESOLVED FIXED
Product: vino
Classification: Applications
Component: Server
git master
Other Linux
: Normal minor
: ---
Assigned To: Vino Maintainer(s)
Vino Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-04-25 12:59 UTC by Laurent Bigonville
Modified: 2011-04-26 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laurent Bigonville 2011-04-25 12:59:39 UTC
Hi,

As reported on debian BTS, vino is using deprecated GnuTLS functions (deprecated since 2.12.0)

auth.c:73:5: warning: 'gnutls_kx_set_priority' is deprecated (declared at /usr/include/gnutls/compat.h:342)

Please use the new function available since the version 2.2.0 of GnuTLS

More information:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624045
Comment 1 David King 2011-04-26 15:40:39 UTC
Fixed in master with commit 5c7f0f706cfb5443c9361acee9baaabda2149885, thanks.