[Pkg-giraffe-maintainers] Bug#812969: libvmime: FTBFS: net_tls_TLSSession.cpp:120:38: error: 'gnutls_certificate_type_set_priority' was not declared in this scope

peter green plugwash at p10link.net
Sun Jan 31 23:33:16 UTC 2016


>
>   net_tls_TLSSession.cpp:120:38: error: 'gnutls_certificate_type_set_priority' was not declared in this scope
>       (*m_gnutlsSession, certTypePriority);
>                                          ^
>    net_tls_TLSSession.cpp:131:68: error: 'gnutls_protocol_set_priority' was not declared in this scope
>      res = gnutls_protocol_set_priority(*m_gnutlsSession, protoPriority);
>                                                                        ^
>    net_tls_TLSSession.cpp:152:61: error: 'gnutls_cipher_set_priority' was not declared in this scope
>      gnutls_cipher_set_priority(*m_gnutlsSession, cipherPriority);
>                                                                 ^
>    net_tls_TLSSession.cpp:157:55: error: 'gnutls_mac_set_priority' was not declared in this scope
>      gnutls_mac_set_priority(*m_gnutlsSession, macPriority);
>                                                           ^
>    net_tls_TLSSession.cpp:173:53: error: 'gnutls_kx_set_priority' was not declared in this scope
>      gnutls_kx_set_priority(*m_gnutlsSession, kxPriority);
>                                                         ^
>    net_tls_TLSSession.cpp:184:71: error: 'gnutls_compression_set_priority' was not declared in this scope
>      gnutls_compression_set_priority(*m_gnutlsSession, compressionPriority);


The gnutls_*_set_priority functions have been removed. According to.
  http://www.gnutls.org/manual/html_node/Upgrading-from-previous-versions.html
  the replacement is gnutls_priority_set_direct but in this case the 
settings used seem
  rather outdated anyway, so rather than converting I just removed them.
  (so gnutls will use it's defaults).

I have uploaded my changes to raspbian stretch-staging. Debdiff 
attached, no intent to NMU in Debian.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: libvmime.debdiff
URL: <http://lists.alioth.debian.org/pipermail/pkg-giraffe-maintainers/attachments/20160131/cbba24f2/attachment.ksh>


More information about the Pkg-giraffe-maintainers mailing list