Bug 240627 - net/haproxy: HTTP checks broken in 2.0.6
Summary: net/haproxy: HTTP checks broken in 2.0.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Many People
Assignee: Dmitry Sivachenko
URL:
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2019-09-17 06:09 UTC by nbari
Modified: 2019-09-17 11:16 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (demon)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nbari 2019-09-17 06:09:47 UTC
Haproxy 2.0.6 HTTP check don't work therefore if upgrading all bachents will show as down, see more here: https://github.com/haproxy/haproxy/issues/278

Reverting to 2.0.5 is needed if upgraded
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-09-17 10:05:37 UTC
A commit references this bug:

Author: demon
Date: Tue Sep 17 10:04:44 UTC 2019
New revision: 512201
URL: https://svnweb.freebsd.org/changeset/ports/512201

Log:
  Add a patch from upstream to fix checks.

  PR:		240627
  Submitted by:	nbari

Changes:
  head/net/haproxy/Makefile
  head/net/haproxy/files/patch-src-checks.c
Comment 2 Dmitry Sivachenko freebsd_committer freebsd_triage 2019-09-17 10:05:48 UTC
I added a patch proposed in https://github.com/haproxy/haproxy/issues/278
Please check 2.0.6_1 to see if it fixes the issue.

Thanks!
Comment 3 nbari 2019-09-17 10:46:25 UTC
Hi, I tested and confirm is working.

Thanks :-)