| Name: | haproxy | 
|---|---|
| Version: | 1.8.27 | 
| Release: | 2.el8 | 
| Architecture: | x86_64 | 
| Group: | System Environment/Daemons | 
| Size: | 4445569 | 
| License: | GPLv2+ | 
| RPM: | haproxy-1.8.27-2.el8.x86_64.rpm | 
| Source RPM: | haproxy-1.8.27-2.el8.src.rpm | 
| Build Date: | Wed Apr 07 2021 | 
| Build Host: | host-100-100-224-42.blddevtest1iad.osdevelopmeniad.oraclevcn.com | 
| Vendor: | Oracle America | 
| URL: | http://www.haproxy.org/ | 
| Summary: | HAProxy reverse proxy for high availability environments | 
| Description: | HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. Indeed, it can: - route HTTP requests depending on statically assigned cookies - spread load among several servers while assuring server persistence through the use of HTTP cookies - switch to backup servers in the event a main one fails - accept connections to special ports dedicated to service monitoring - stop accepting connections without breaking existing ones - add, modify, and delete HTTP headers in both directions - block requests matching particular patterns - report detailed status to authenticated users from a URI intercepted from the application  | 
- Fix copy_argv for arguments that begin with hypen (#1838319)
- Update to 1.8.27 (#1905663, #1838319)
- Use OPTIONS from systemd EnvironmentFile (#1845611)
- Wait for network to be online before starting (#1756714)
- Fix hapack zero byte input causing overwrite (CVE-2020-11100, #1819519)
- Consider exist status 143 as success (#1778844)
- Update to 1.8.23 (#1774745)
- Add gating tests (#1682106)
- Resolve CVE-2018-20615 (#1664533)
- Use empty LDFLAGS to prevent stripping, maintain hardened build