Bug 1179314
Summary: | Utilize system-wide crypto-policies | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Nikos Mavrogiannopoulos <nmavrogi> | ||||
Component: | libmicrohttpd | Assignee: | Tim Niemueller <tim> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 21 | CC: | lnykryn, tim, vpavlin, zbyszek | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | libmicrohttpd-0.9.39-2.fc21 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-03-21 04:55:03 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1179209, 1179344 | ||||||
Attachments: |
|
Description
Nikos Mavrogiannopoulos
2015-01-06 14:56:48 UTC
Created attachment 1001405 [details]
patch to utilize @SYSTEM
An other approach which could also be sent upstream is to use: gnutls_set_default_priority(session) That way it avoids being Fedora-specific. Can you expand on that? At what point does this call need to happen? IIUC, gnutls_set_default_priority has to be called for each session separately. For a consumer of the µhttp library like systemd-journal-remote this is more complicated. (In reply to Zbigniew Jędrzejewski-Szmek from comment #3) > Can you expand on that? At what point does this call need to happen? IIUC, > gnutls_set_default_priority has to be called for each session separately. You're right... Ignore my comment. libmicrohttpd-0.9.39-2.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/libmicrohttpd-0.9.39-2.fc22 libmicrohttpd-0.9.39-2.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/libmicrohttpd-0.9.39-2.fc21 Package libmicrohttpd-0.9.39-2.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing libmicrohttpd-0.9.39-2.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-4035/libmicrohttpd-0.9.39-2.fc21 then log in and leave karma (feedback). libmicrohttpd-0.9.39-2.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. libmicrohttpd-0.9.39-2.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |