[Spice-devel] libressl fix for spice-gtk

Jack L. xxjack12xx at gmail.com
Wed Jun 20 19:05:56 UTC 2018


Here's the patch without the svn metadata

On Wed, Jun 20, 2018 at 6:02 AM, Frediano Ziglio <fziglio at redhat.com> wrote:
>>
>> Hi, I maintain the spice-gtk port in FreeBSD and noticed that in
>> spice-gtk-0.35, there was a fix for libressl but that fix needs to
>> only apply to older versions of libressl. Here is a patch that
>> implements this. Can we can get in the new version so I can remove our
>> patch? Thanks.
>>
>> https://bz-attachments.freebsd.org/attachment.cgi?id=194274
>>
>> -#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER)
>> +#if OPENSSL_VERSION_NUMBER < 0x10100000 ||
>> (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER <
>> 0x20700000)
>
> Hi,
>   can you send a proper formatted git patch?
> Is it only a single file? If not maybe would be good to have a common
> check.
>
> Frediano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: spice-gtk.patch
Type: text/x-patch
Size: 2196 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20180620/e77fa2e3/attachment.bin>


More information about the Spice-devel mailing list