#213 ✓resolved
gilir

Uses deprecated _set_priority GnuTLS functions

Reported by gilir | April 30th, 2011 @ 10:31 AM | in 1.2.0 Release

Forwarded from Debian : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624066

libimobiledevice 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.

Excerpt from buildlog (1.0.6):

idevice.c:596:3: warning: 'gnutls_cipher_set_priority' is deprecated (declared at /usr/include/gnutls/compat.h:335)
idevice.c:597:3: warning: 'gnutls_compression_set_priority' is deprecated (declared at /usr/include/gnutls/compat.h:339)
idevice.c:598:3: warning: 'gnutls_kx_set_priority' is deprecated (declared at /usr/include/gnutls/compat.h:342)
idevice.c:599:3: warning: 'gnutls_protocol_set_priority' is deprecated (declared at /usr/include/gnutls/compat.h:344)

idevice.c:600:3: warning: 'gnutls_mac_set_priority' is deprecated (declared at /usr/include/gnutls/compat.h:337)

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).

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A project around supporting the iPhone in Linux.

See http://libimobiledevice.org

People watching this ticket

Pages