Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net/haproxy: update to version 2.5.1. | Dmitry Sivachenko | 2022-01-12 | 2 | -241/+0 |
| | | | | | PR: 260232 Submitted by: diizzy | ||||
* | net/haproxy: fix build on -CURRENT | Stefan Eßer | 2022-01-03 | 1 | -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 Sivachenko | 2021-11-25 | 2 | -0/+241 |
| | | | | | PR: 260039 Reported by: iron.udjin@gmail.com | ||||
* | net/haproxy: update to version 2.4.7. | Dmitry Sivachenko | 2021-10-04 | 1 | -11/+0 |
| | |||||
* | net/haproxy: Fix a stalled connection | Matthias Fechner | 2021-10-03 | 1 | -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 Arnold | 2021-04-06 | 1 | -3/+0 |
| | |||||
* | Try to fix i386 builds: use GCC and -march=i586 | Dmitry Sivachenko | 2020-07-28 | 1 | -11/+0 |
| | | | | | | | to fix undefined symbol: __atomic_fetch_add_8. PR: 248289 Reported by: Victor Sudakov <vas@sibptus.ru> | ||||
* | Update to version 2.2.1. | Dmitry Sivachenko | 2020-07-26 | 1 | -2/+2 |
| | |||||
* | Update to version 2.0.7 | Dmitry Sivachenko | 2019-09-27 | 1 | -28/+0 |
| | |||||
* | Add a patch from upstream to fix checks. | Dmitry Sivachenko | 2019-09-17 | 1 | -0/+28 |
| | | | | | PR: 240627 Submitted by: nbari | ||||
* | Update to version 1.8.14. | Dmitry Sivachenko | 2018-09-20 | 1 | -60/+0 |
| | | | | | PR: 231475 Submitted by: David King <king.c.david@googlemail.com> | ||||
* | Fix out-of-bounds access. | Dmitry Sivachenko | 2018-09-18 | 1 | -0/+60 |
| | | | | Obtained from: upstream | ||||
* | Add 'softreload' command for seamless haproxy reload (-x option). | Dmitry Sivachenko | 2018-08-24 | 1 | -1/+9 |
| | | | | | PR: 230305 Submitted by: Frank Wall <fw@moov.de> | ||||
* | Add forgotten patch to fix build on i386 (the same as in haproxy-devel). | Dmitry Sivachenko | 2018-08-23 | 1 | -0/+11 |
| | |||||
* | Update to version 1.8.13. | Dmitry Sivachenko | 2018-08-16 | 2 | -71/+0 |
| | |||||
* | Update to version 1.7.9. | Dmitry Sivachenko | 2017-08-18 | 1 | -0/+26 |
| | |||||
* | Add hardstop/hardreload commands to rc script (to stop/reload haproxy without | Dmitry Sivachenko | 2017-08-16 | 1 | -9/+17 |
| | | | | | | | waiting for existing connections to close). PR: 221402 Submitted by: Frank Wall <fw@moov.de> | ||||
* | net/haproxy: Fix build with LibreSSL 2.5.3+ | Bernard Spil | 2017-07-26 | 1 | -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 | ||||
* | Update to version 1.7.6. | Dmitry Sivachenko | 2017-06-16 | 2 | -44/+0 |
| | |||||
* | Use CPU_CFLAGS from haproxy's Makefile to pass our CFLAGS. | Dmitry Sivachenko | 2017-06-07 | 1 | -0/+11 |
| | |||||
* | Add a patch from upstream to fix haproxy operations when dynamic dns | Dmitry Sivachenko | 2017-05-18 | 1 | -0/+33 |
| | | | | | | | resolvers are used. PR: 219379 Submitted by: jimp@pfsense.org | ||||
* | net/haproxy: Fix build with LibreSSL | Bernard Spil | 2017-05-14 | 1 | -0/+46 |
| | | | | | | | | | - Add patch from OpenBSD PR: 218637 Reported by: Mark Martinec <Mark.Martinec@ijs.si> Approved by: maintainer timeout Obtained from: OpenBSD | ||||
* | Overriding OPTIONS_CFLAGS was a bad idea. | Dmitry Sivachenko | 2017-04-19 | 1 | -11/+0 |
| | | | | backout last commit and use CFLAGS as before. | ||||
* | Do not override CFLAGS defined in Makefile; use OPTIONS_CFLAGS to pass our | Dmitry Sivachenko | 2017-04-19 | 1 | -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. | ||||
* | Update to version 1.7.4. | Dmitry Sivachenko | 2017-03-28 | 1 | -134/+0 |
| | |||||
* | Import some fixes from upstream | Dmitry Sivachenko | 2017-03-19 | 1 | -20/+117 |
| | | | | Obtained from: haproxy ML | ||||
* | Enchance patch (abtained from haproxy ML). | Dmitry Sivachenko | 2017-03-18 | 1 | -91/+28 |
| | |||||
* | Provide a better patch to fix connection timeouts | Dmitry Sivachenko | 2017-03-14 | 1 | -55/+95 |
| | | | | Obtained from: haproxy ML | ||||
* | Add a temporary patch to fix timeouts reported at haproxy ML. | Dmitry Sivachenko | 2017-03-12 | 1 | -0/+60 |
| | | | | Obtained from: haproxy ML | ||||
* | Remove a patch no longer needed. | Dmitry Sivachenko | 2017-03-12 | 1 | -15/+0 |
| | |||||
* | Add forgotten patch to fix lua build. | Dmitry Sivachenko | 2016-12-20 | 1 | -0/+15 |
| | | | | | PR: 215444 Submitted by: Franco Fichtner <franco@opnsense.org> | ||||
* | Update to version 1.6.6. | Dmitry Sivachenko | 2016-06-27 | 1 | -109/+0 |
| | | | | Submitted by: David CARLIER <devnexen@gmail.com> | ||||
* | Fix possible crash when using reqdeny. | Dmitry Sivachenko | 2016-06-20 | 1 | -0/+109 |
| | | | | | PR: 210385 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> | ||||
* | Update to version 1.6.2. | Dmitry Sivachenko | 2015-11-03 | 1 | -19/+0 |
| | |||||
* | Fix build with OpenSSL < 1.0 (FreeBSD-9) | Dmitry Sivachenko | 2015-10-22 | 1 | -0/+19 |
| | |||||
* | Ouch, I deleted the wrong file :( | Dmitry Sivachenko | 2015-03-12 | 2 | -12/+117 |
| | |||||
* | GC this message, it contains nothing useful. | Dmitry Sivachenko | 2015-03-12 | 1 | -117/+0 |
| | |||||
* | Fix stop action to stop correctly multi-process haproxy instance. | Dmitry Sivachenko | 2015-02-09 | 1 | -0/+14 |
| | | | | | PR: 197024 Submitted by: ard_1@mail.ru | ||||
* | Add support for profiles (to start several haproxy instances each with it's own | Dmitry Sivachenko | 2014-11-27 | 1 | -34/+53 |
| | | | | config). | ||||
* | Update to version 1.5.8. | Dmitry Sivachenko | 2014-10-31 | 1 | -11/+0 |
| | |||||
* | Update to version 1.5.7. | Dmitry Sivachenko | 2014-10-31 | 1 | -0/+11 |
| | |||||
* | Do not search for process by name; | Dmitry Sivachenko | 2014-10-03 | 1 | -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 | ||||
* | Update to version 1.5.1. | Dmitry Sivachenko | 2014-06-24 | 1 | -29/+0 |
| | |||||
* | Update to 1.4.25. | Dmitry Sivachenko | 2014-03-28 | 1 | -15/+0 |
| | |||||
* | Add a patch to fix crash under certain conditions. | Dmitry Sivachenko | 2013-10-25 | 1 | -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 | ||||
* | If running with nbproc > 1, haproxy spawns several processes and writes their | Dmitry Sivachenko | 2013-10-04 | 1 | -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.] | ||||
* | Remove superfluous setting of rc_flags, and remove single | Chris Rees | 2012-10-14 | 1 | -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 | ||||
* | Use 'configtest' command to test config file to be consistent with apache, | Dmitry Sivachenko | 2012-10-12 | 1 | -4/+4 |
| | | | | | | nagios and others. Do not invent yet another wheel. Feature safe: yes | ||||
* | Add $FreeBSD$; | Dmitry Sivachenko | 2012-06-05 | 1 | -5/+6 |
| | | | | | | | Add LOGIN to REQUIRE; replace echo + return with err. Suggested by: dougb | ||||
* | - Add return codes to rc.d script | Alex Kozlov | 2012-06-05 | 1 | -1/+2 |
| | | | | | | PR: ports/168449 Submitted by: Boris Kochergin <spawk@acm.poly.edu> Approved by: demon (maintainer), eadler, itetcu (mentors, implicit) |