Summary: | net-misc/curl-7.35.0 CURL_SSL=polarssl with net-libs/polarssl-1.3.0 - In file included from cookie.c:87:0: urldata.h:309:3: error: unknown type name 'x509_cert' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Julian Ospald <hasufell> |
Component: | Current packages | Assignee: | Anthony Basile <blueness> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gregkh, hasufell, tommy |
Priority: | Normal | Keywords: | STABLE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/bagder/curl/pull/95 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 503610 | ||
Attachments: |
curl-7.35.0:20140306-014556.log
curl-7.35.0-polarssl.patch curl-7.35.0.ebuild.diff |
Description
Julian Ospald
2014-03-06 01:50:16 UTC
Created attachment 372866 [details, diff]
curl-7.35.0-polarssl.patch
this is a fix
upstream merged it and added a follow-up fix: https://github.com/bagder/curl/commit/5017d5ada87916bf4113b0e9f439939ba89b78ef.patch I'd like to apply these patches from upstream soon, since this affects stable arch. Any objections? I will apply both patches without revbump in 2 weeks, unless there are objections. on the other hand, there seems to be more progress http://curl.haxx.se/mail/lib-2014-03/0111.html http://dev.gentoo.org/~hasufell/distfiles/curl-7.35.0-polarssl-1.3.x.tar.xz these are the following upstream patches: https://github.com/bagder/curl/commit/4d6108315bea8d641b40668f21a72161544dc64d https://github.com/bagder/curl/commit/5017d5ada87916bf4113b0e9f439939ba89b78ef https://github.com/bagder/curl/commit/7a1fb8e816881d0091fe3d8c8d192a533bb5ec82 https://github.com/bagder/curl/commit/31265376bcc0cf39c5f6e59b89e1a86775afe0f7 https://github.com/bagder/curl/commit/ff25f437a5f684b43893f4526b30a4b06421ee38 https://github.com/bagder/curl/commit/47f8e99e78c3e415b32ffb692c9b150929432dc1 Created attachment 373938 [details, diff]
curl-7.35.0.ebuild.diff
I've added this in curl-7.35.0-r1 and these commits are already in 7.36.0. ouch, we missed one checking for havege_init in -lpolarssl... no checking for ssl_init in -lpolarssl... no configure: WARNING: SSL disabled, you will not be able to use HTTPS, FTPS, NTLM and more. hm, this happened after a world update, have to investigate nvm... my clang binary suddenly is 32bit... oh lord. Thank you for multilib. |