summaryrefslogtreecommitdiff
path: root/net/haproxy/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/haproxy: update to version 3.0.5; keep 2.9 branch as haproxy29 port.Dmitry Sivachenko2024-09-261-62/+0
|
* net/haproxy: update patch from upstream, no functional changes.Dmitry Sivachenko2024-04-021-13/+43
|
* net/haproxy: fix build on recent -current.Dmitry Sivachenko2024-03-021-0/+32
| | | | Submitted by: brooks
* net/haproxy: update to version 2.5.1.Dmitry Sivachenko2022-01-122-241/+0
| | | | | PR: 260232 Submitted by: diizzy
* net/haproxy: fix build on -CURRENTStefan Eßer2022-01-031-0/+14
| | | | | | | | | The CPU_SET macros in -CURRENT have been made compatible with GLIBC. A simple test for the new signature of CPU_AND, CPU_OR, ... is the existence of a CPU_ALLOC macro. Approved by: portmgr (implicit) MFH: 2022Q1
* net/haproxy: fix build with OpenSSL turned off.Dmitry Sivachenko2021-11-252-0/+241
| | | | | PR: 260039 Reported by: iron.udjin@gmail.com
* net/haproxy: update to version 2.4.7.Dmitry Sivachenko2021-10-041-11/+0
|
* net/haproxy: Fix a stalled connectionMatthias Fechner2021-10-031-0/+11
| | | | | | | | | | This fix fixes a typo in It is a typo in the commit feca2a453 ("BUG/MINOR: filters: Always set FLT_END analyzer when CF_FLT_ANALYZE flag is set"). Patch was provided on haproxy mailinglist from Christopher Faulet. PR: 258896 Approved by: demon (maintainer)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Try to fix i386 builds: use GCC and -march=i586Dmitry Sivachenko2020-07-281-11/+0
| | | | | | | | | | to fix undefined symbol: __atomic_fetch_add_8. PR: 248289 Reported by: Victor Sudakov <vas@sibptus.ru> Notes: svn path=/head/; revision=543634
* Update to version 2.2.1.Dmitry Sivachenko2020-07-261-2/+2
| | | | Notes: svn path=/head/; revision=543442
* Update to version 2.0.7Dmitry Sivachenko2019-09-271-28/+0
| | | | Notes: svn path=/head/; revision=513038
* Add a patch from upstream to fix checks.Dmitry Sivachenko2019-09-171-0/+28
| | | | | | | | PR: 240627 Submitted by: nbari Notes: svn path=/head/; revision=512201
* Update to version 1.8.14.Dmitry Sivachenko2018-09-201-60/+0
| | | | | | | | PR: 231475 Submitted by: David King <king.c.david@googlemail.com> Notes: svn path=/head/; revision=480168
* Fix out-of-bounds access.Dmitry Sivachenko2018-09-181-0/+60
| | | | | | | Obtained from: upstream Notes: svn path=/head/; revision=480005
* Add 'softreload' command for seamless haproxy reload (-x option).Dmitry Sivachenko2018-08-241-1/+9
| | | | | | | | PR: 230305 Submitted by: Frank Wall <fw@moov.de> Notes: svn path=/head/; revision=477980
* Add forgotten patch to fix build on i386 (the same as in haproxy-devel).Dmitry Sivachenko2018-08-231-0/+11
| | | | Notes: svn path=/head/; revision=477868
* Update to version 1.8.13.Dmitry Sivachenko2018-08-162-71/+0
| | | | Notes: svn path=/head/; revision=477336
* Update to version 1.7.9.Dmitry Sivachenko2017-08-181-0/+26
| | | | Notes: svn path=/head/; revision=448211
* Add hardstop/hardreload commands to rc script (to stop/reload haproxy withoutDmitry Sivachenko2017-08-161-9/+17
| | | | | | | | | | waiting for existing connections to close). PR: 221402 Submitted by: Frank Wall <fw@moov.de> Notes: svn path=/head/; revision=448026
* net/haproxy: Fix build with LibreSSL 2.5.3+Bernard Spil2017-07-261-8/+7
| | | | | | | | | | | - Add defines SSL_CTRL_GET_TLSEXT_STATUS_REQ_CB from OpenSSL 1.1 - Add 1.6 patch from OpenBSD (last 2 chunks) PR: 218586 Obtained from: OpenBSD Notes: svn path=/head/; revision=446652
* Update to version 1.7.6.Dmitry Sivachenko2017-06-162-44/+0
| | | | Notes: svn path=/head/; revision=443691
* Use CPU_CFLAGS from haproxy's Makefile to pass our CFLAGS.Dmitry Sivachenko2017-06-071-0/+11
| | | | Notes: svn path=/head/; revision=442822
* Add a patch from upstream to fix haproxy operations when dynamic dnsDmitry Sivachenko2017-05-181-0/+33
| | | | | | | | | | resolvers are used. PR: 219379 Submitted by: jimp@pfsense.org Notes: svn path=/head/; revision=441193
* net/haproxy: Fix build with LibreSSLBernard Spil2017-05-141-0/+46
| | | | | | | | | | | | - Add patch from OpenBSD PR: 218637 Reported by: Mark Martinec <Mark.Martinec@ijs.si> Approved by: maintainer timeout Obtained from: OpenBSD Notes: svn path=/head/; revision=440870
* Overriding OPTIONS_CFLAGS was a bad idea.Dmitry Sivachenko2017-04-191-11/+0
| | | | | | | backout last commit and use CFLAGS as before. Notes: svn path=/head/; revision=438891
* Do not override CFLAGS defined in Makefile; use OPTIONS_CFLAGS to pass ourDmitry Sivachenko2017-04-191-0/+11
| | | | | | | | | | CFLAGS env variable; Add -fwrap to CFLAGS to fix eventual haproxy spins when compiled with newer versions of clang (FreeBSD-11 is affected). -- obtained from haproxy source tree. Notes: svn path=/head/; revision=438838
* Update to version 1.7.4.Dmitry Sivachenko2017-03-281-134/+0
| | | | Notes: svn path=/head/; revision=437104
* Import some fixes from upstreamDmitry Sivachenko2017-03-191-20/+117
| | | | | | | Obtained from: haproxy ML Notes: svn path=/head/; revision=436505
* Enchance patch (abtained from haproxy ML).Dmitry Sivachenko2017-03-181-91/+28
| | | | Notes: svn path=/head/; revision=436416
* Provide a better patch to fix connection timeoutsDmitry Sivachenko2017-03-141-55/+95
| | | | | | | Obtained from: haproxy ML Notes: svn path=/head/; revision=436194
* Add a temporary patch to fix timeouts reported at haproxy ML.Dmitry Sivachenko2017-03-121-0/+60
| | | | | | | Obtained from: haproxy ML Notes: svn path=/head/; revision=435979
* Remove a patch no longer needed.Dmitry Sivachenko2017-03-121-15/+0
| | | | Notes: svn path=/head/; revision=435978
* Add forgotten patch to fix lua build.Dmitry Sivachenko2016-12-201-0/+15
| | | | | | | | PR: 215444 Submitted by: Franco Fichtner <franco@opnsense.org> Notes: svn path=/head/; revision=428996
* Update to version 1.6.6.Dmitry Sivachenko2016-06-271-109/+0
| | | | | | | Submitted by: David CARLIER <devnexen@gmail.com> Notes: svn path=/head/; revision=417648
* Fix possible crash when using reqdeny.Dmitry Sivachenko2016-06-201-0/+109
| | | | | | | | PR: 210385 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=417154
* Update to version 1.6.2.Dmitry Sivachenko2015-11-031-19/+0
| | | | Notes: svn path=/head/; revision=400691
* Fix build with OpenSSL < 1.0 (FreeBSD-9)Dmitry Sivachenko2015-10-221-0/+19
| | | | Notes: svn path=/head/; revision=399965
* Ouch, I deleted the wrong file :(Dmitry Sivachenko2015-03-122-12/+117
| | | | Notes: svn path=/head/; revision=381112
* GC this message, it contains nothing useful.Dmitry Sivachenko2015-03-121-117/+0
| | | | Notes: svn path=/head/; revision=381111
* Fix stop action to stop correctly multi-process haproxy instance.Dmitry Sivachenko2015-02-091-0/+14
| | | | | | | | PR: 197024 Submitted by: ard_1@mail.ru Notes: svn path=/head/; revision=378727
* Add support for profiles (to start several haproxy instances each with it's ownDmitry Sivachenko2014-11-271-34/+53
| | | | | | | config). Notes: svn path=/head/; revision=373495
* Update to version 1.5.8.Dmitry Sivachenko2014-10-311-11/+0
| | | | Notes: svn path=/head/; revision=371805
* Update to version 1.5.7.Dmitry Sivachenko2014-10-311-0/+11
| | | | Notes: svn path=/head/; revision=371783
* Do not search for process by name;Dmitry Sivachenko2014-10-031-6/+6
| | | | | | | | | | | rather use all pids stored in pidfile, in multi-process mode haoroxy writes all pids there. PR: 192430 Submitted by: renchap@cocoa-x.com Notes: svn path=/head/; revision=369911
* Update to version 1.5.1.Dmitry Sivachenko2014-06-241-29/+0
| | | | Notes: svn path=/head/; revision=359070
* Update to 1.4.25.Dmitry Sivachenko2014-03-281-15/+0
| | | | Notes: svn path=/head/; revision=349389
* Add a patch to fix crash under certain conditions.Dmitry Sivachenko2013-10-251-0/+15
| | | | | | | | | | http://haproxy.1wt.eu/git?p=haproxy-1.4.git;a=commit;h=d362dc75f3dfa7062e5c2cb7822ad12ffb755389 Submitted by: Rainer Duffner <rainer@ultra-secure.de> Obtained from: project git repository Notes: svn path=/head/; revision=331619
* If running with nbproc > 1, haproxy spawns several processes and writes theirDmitry Sivachenko2013-10-041-4/+5
| | | | | | | | | | | | | | pids to $pidfile (one pid per line). Our check_pidfile() from rc.subr will get only first pid and use it for stop/status/etc which is incorrect. Do not use pidfile for that, rather use $procname to get the list of running haproxy processes. [If you know how to do the same with pidfile, please tell me.] Notes: svn path=/head/; revision=329298
* Remove superfluous setting of rc_flags, and remove singleChris Rees2012-10-141-30/+12
| | | | | | | | | | | | | | commands from functions Use standard message in _reload when not running Several microoptimisations and style fixes Approved by: demon (maintainer) Feature safe: yes Notes: svn path=/head/; revision=305869