[gnutls-dev] Fixing OpenPGP keyring import
Ludovic Courtès
ludovic.courtes at laas.fr
Thu Apr 19 13:52:55 CEST 2007
Hi,
Simon Josefsson <simon at josefsson.org> writes:
> Timo Schulz <twoaday at gmx.net> writes:
>> I attached the patch, but if we do the upgrade now (or better soon as
>> possible), it is not needed because the OpenCDK HEAD fixes the problem.
>>
>> --- /tmp/keydb.c 2007-04-18 19:40:43.000000000 +0200
>> +++ keydb.c 2007-04-18 19:42:31.000000000 +0200
>> @@ -263,6 +263,8 @@
>> cdk_free( hd );
>> return CDK_Out_Of_Core;
>> }
>> + if( cdk_armor_filter_use( hd->buf ) )
>> + cdk_stream_set_armor_flag( hd->buf, 0 );
>> break;
>>
>> default:
>
> Ludovic, would you like to see this go in now, so you can continue
> working without a patched GnuTLS? Assuming of course that you believe
> the patch will solve your problem.
Not really. I'd prefer either the patch I posted at the beginning of
this thread or wait for Timo's updates. In any case, there's no rush: I
can wait until Timo's changes are ready or 1.7.9 is out, whichever comes
first.
Thanks,
Ludo'.
More information about the Gnutls-devel
mailing list