Bug 955182
| Summary: | haproxy package should be built with PIE flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dhiru Kholia <dkholia> | ||||||
| Component: | haproxy | Assignee: | Ryan O'Hara <rohara> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | bressers, jeremy, robinlee.sysu, rohara | ||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | haproxy-1.4.23-2.fc19 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-05-22 03:16:55 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Dhiru Kholia
2013-04-22 13:58:53 UTC
Fixed in f19. haproxy-1.4.23-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/haproxy-1.4.23-2.fc19 Package haproxy-1.4.23-2.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing haproxy-1.4.23-2.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-6253/haproxy-1.4.23-2.fc19 then log in and leave karma (feedback). haproxy-1.4.23-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. The fixed package is at the following URL, right? http://dl.fedoraproject.org/pub/fedora/linux/development/19/x86_64/os/Packages/h/haproxy-1.4.23-2.fc19.x86_64.rpm If yes, then the problem still exists. (Cmd) analyze haproxy ('http://dl.fedoraproject.org/pub/fedora/linux/development/19/x86_64/os/Packages/h/haproxy-1.4.23-2.fc19.x86_64.rpm', '=>', '/scratch/repos/checksec/data/.cache/haproxy-1.4.23-2.fc19.x86_64.rpm') { "build": "haproxy-1.4.23-2.fc19.x86_64.rpm", "daemon": true, "files": [ { "CANARY": "Disabled", "CATEGORY": "None", "FORTIFY": "Enabled", "NX": "Enabled", "PIE": "Disabled", "RELRO": "Partial", "RPATH": "Disabled", "RUNPATH": "Disabled", "mode": 33261, "name": "/usr/bin/halog", "size": 36736 }, { "CANARY": "Enabled", "CATEGORY": "network-ip", "FORTIFY": "Enabled", "NX": "Enabled", "PIE": "Disabled", "RELRO": "Partial", "RPATH": "Disabled", "RUNPATH": "Disabled", "mode": 33261, "name": "/usr/sbin/haproxy", "size": 409760 } ], "group": "System Environment/Daemons", "package": "haproxy" } Created attachment 741800 [details]
this should enable PIE
Created attachment 741801 [details]
this should enable PIE
(In reply to comment #5) > The fixed package is at the following URL, right? > > http://dl.fedoraproject.org/pub/fedora/linux/development/19/x86_64/os/ > Packages/h/haproxy-1.4.23-2.fc19.x86_64.rpm > > If yes, then the problem still exists. I followed the instructions listed in comment #1. Specifically the instructions found here: http://fedoraproject.org/wiki/Packaging:Guidelines#PIE It appears these instructions need to be updated. Fixed in f19. # ./rpm-chksec haproxy-1.4.23-3.fc19.x86_64.rpm FILE TYPE RELRO PIE /usr/bin/halog exec partial no /usr/sbin/haproxy daemon full yes haproxy-1.4.23-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/haproxy-1.4.23-3.fc19 Package haproxy-1.4.23-3.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing haproxy-1.4.23-3.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-7032/haproxy-1.4.23-3.fc19 then log in and leave karma (feedback). haproxy-1.4.23-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |