[Buildroot] libeet and removed gnutls functions

Vicente Olivert Riera Vincent.Riera at imgtec.com
Mon Dec 7 12:32:57 UTC 2015


On 07/12/15 12:27, Gustavo Zacarias wrote:
> On 07/12/15 09:22, Vicente Olivert Riera wrote:
> 
>> According to gnutls upstream:
>>
>> ------------------
>> "GnuTLS 3.4.x is source compatible with GnuTLS 3.3.x releases; however,
>> several deprecated functions were removed, and are listed below."
>>
>> Old function    Replacement
>> [...]
>> gnutls_x509_crt_verify_data    gnutls_pubkey_verify_data2
>> ------------------
>>
>> So, gnutls_x509_crt_verify_data no longer exists because has been
>> replaced by gnutls_pubkey_verify_data2.
>>
>> libeet uses the former one:
>>
>> src/lib/eet_cipher.c:   if (!gnutls_x509_crt_verify_data(cert, 0,
>> &datum, &signature))
>>
>> And it fails with an error like this one:
>>
>> ../../src/lib/.libs/libeet.so: undefined reference to
>> `gnutls_x509_crt_verify_data'
>>
>> You are more in touch with the enlightenment packages, so, how do you
>> suggest to fix this? Do you think we could disable the gnutls support in
>> libeet until upstream adds support for the 3.4.x branch?
> 
> Hi Vincent.
> Likely http://patchwork.ozlabs.org/patch/538802/ (series) handles that.
> Regards.

Perfect. Thanks!

Regards,

Vincent.


More information about the buildroot mailing list