Package: haproxy / 1.6.5-1~bpo7+1

Metadata

Package Version Patches format
haproxy 1.6.5-1~bpo7+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Use dpkg buildflags to build halog.patch | (download)

contrib/halog/Makefile | 16 5 + 11 - 0 !
1 file changed, 5 insertions(+), 11 deletions(-)

 use dpkg-buildflags to build halog

haproxy.service start after syslog.patch | (download)

contrib/systemd/haproxy.service.in | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 start after the syslog service using systemd
haproxy.service add documentation.patch | (download)

contrib/systemd/haproxy.service.in | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add documentation field to the systemd unit
haproxy.service check config before reload.patch | (download)

contrib/systemd/haproxy.service.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 check the configuration before reloading haproxy
 While HAProxy will survive a reload with an invalid configuration, explicitly
 checking the config file for validity will make "systemctl reload" return an
 error and let the user know something went wrong.

haproxy.service use environment variables.patch | (download)

contrib/systemd/haproxy.service.in | 8 5 + 3 - 0 !
1 file changed, 5 insertions(+), 3 deletions(-)

 use the variables from /etc/default/haproxy
 This will allow seamless upgrades from the sysvinit system while respecting
 any changes the users may have made. It will also make local configuration
 easier than overriding the systemd unit file.