import haproxy-1.8.23-5.el8
This commit is contained in:
parent
3d676b40cb
commit
c3fff9f648
@ -1,12 +1,14 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=HAProxy Load Balancer
|
Description=HAProxy Load Balancer
|
||||||
After=network.target
|
After=network-online.target
|
||||||
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment="CONFIG=/etc/haproxy/haproxy.cfg" "PIDFILE=/run/haproxy.pid"
|
Environment="CONFIG=/etc/haproxy/haproxy.cfg" "PIDFILE=/run/haproxy.pid"
|
||||||
ExecStartPre=/usr/sbin/haproxy -f $CONFIG -c -q
|
EnvironmentFile=/etc/sysconfig/haproxy
|
||||||
ExecStart=/usr/sbin/haproxy -Ws -f $CONFIG -p $PIDFILE
|
ExecStartPre=/usr/sbin/haproxy -f $CONFIG -c -q $OPTIONS
|
||||||
ExecReload=/usr/sbin/haproxy -f $CONFIG -c -q
|
ExecStart=/usr/sbin/haproxy -Ws -f $CONFIG -p $PIDFILE $OPTIONS
|
||||||
|
ExecReload=/usr/sbin/haproxy -f $CONFIG -c -q $OPTIONS
|
||||||
ExecReload=/bin/kill -USR2 $MAINPID
|
ExecReload=/bin/kill -USR2 $MAINPID
|
||||||
SuccessExitStatus=143
|
SuccessExitStatus=143
|
||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 1.8.23
|
Version: 1.8.23
|
||||||
Release: 3%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: HAProxy reverse proxy for high availability environments
|
Summary: HAProxy reverse proxy for high availability environments
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -140,6 +140,12 @@ exit 0
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 18 2020 Ryan O'Hara <rohara@redhat.com> - 1.8.23-5
|
||||||
|
- Use OPTIONS from systemd EnvironmentFile (#1845611)
|
||||||
|
|
||||||
|
* Wed Jun 17 2020 Ryan O'Hara <rohara@redhat.com> - 1.8.23-4
|
||||||
|
- Wait for network to be online before starting (#1756714)
|
||||||
|
|
||||||
* Wed Apr 01 2020 Ryan O'Hara <rohara@redhat.com> - 1.8.23-3
|
* Wed Apr 01 2020 Ryan O'Hara <rohara@redhat.com> - 1.8.23-3
|
||||||
- Fix hapack zero byte input causing overwrite (CVE-2020-11100, #1819519)
|
- Fix hapack zero byte input causing overwrite (CVE-2020-11100, #1819519)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user