summaryrefslogtreecommitdiff
path: root/net/haproxy-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/haproxy-devel: update to version 3.0-dev6Dmitry Sivachenko2024-04-021-32/+0
|
* net/haproxy: fix build on recent -current.Dmitry Sivachenko2024-03-021-0/+32
| | | | Submitted by: brooks
* net/haproxy-devel: update to version 2.6-dev2Dmitry Sivachenko2022-02-271-11/+0
|
* net/haproxy-devel: 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
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Update to -dev11.Dmitry Sivachenko2020-06-271-2/+2
| | | | Notes: svn path=/head/; revision=540565
* 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
* Update to version 1.8.8.Dmitry Sivachenko2018-04-191-20/+0
| | | | Notes: svn path=/head/; revision=467791
* Fix crash under some conditions.Dmitry Sivachenko2018-04-171-0/+20
| | | | | | | Obtained from: upstream Notes: svn path=/head/; revision=467590
* Fix build on i386 arch.Dmitry Sivachenko2018-02-171-0/+11
| | | | | | | | PR: 225749 Submitted by: Franco Fichtner <franco@opnsense.org> Notes: svn path=/head/; revision=462183
* Update to 1.7-dev3.Dmitry Sivachenko2017-10-231-120/+0
| | | | Notes: svn path=/head/; revision=452705
* 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-devel: Fix build with LibreSSLBernard Spil2017-07-251-0/+120
| | | | | | | | PR: 219272 Approved by: maintainer timeout Notes: svn path=/head/; revision=446578
* 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 -dev7Dmitry Sivachenko2015-10-061-11/+0
| | | | Notes: svn path=/head/; revision=398699
* Update to -dev6.Dmitry Sivachenko2015-10-012-11/+11
| | | | Notes: svn path=/head/; revision=398270
* Fix resolvers.Dmitry Sivachenko2015-09-141-0/+11
| | | | | | | Obtained from: haproxy ML Notes: svn path=/head/; revision=396899
* Update to version 1.6-dev1Dmitry Sivachenko2015-03-121-16/+0
| | | | Notes: svn path=/head/; revision=381110
* Sync with net/haproxyDmitry Sivachenko2015-03-121-34/+67
| | | | Notes: svn path=/head/; revision=381094
* 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 1.5.0 release.Dmitry Sivachenko2014-06-191-66/+0
| | | | Notes: svn path=/head/; revision=358464
* Update to -dev26.Dmitry Sivachenko2014-05-311-0/+66
| | | | Notes: svn path=/head/; revision=355954
* Update to -dev21.Dmitry Sivachenko2013-12-171-33/+0
| | | | Notes: svn path=/head/; revision=336688
* Fix double-free.Dmitry Sivachenko2013-12-161-0/+33
| | | | | | | Obtained from: upstream Notes: svn path=/head/; revision=336619
* 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
* Update to -dev17.Dmitry Sivachenko2012-12-281-11/+0
| | | | Notes: svn path=/head/; revision=309571
* fix prev. patch.Dmitry Sivachenko2012-12-261-6/+1
| | | | | | | Obtained from: project repository. Notes: svn path=/head/; revision=309498
* Fix stats page.Dmitry Sivachenko2012-12-251-0/+16
| | | | | | | Obtained from: project repository. Notes: svn path=/head/; revision=309494
* Sync with net/haproxyChris Rees2012-10-141-30/+12
| | | | | | | | Requested by: demon (maintainer) Feature safe: yes Notes: svn path=/head/; revision=305893
* Use 'configtest' command to test config file to be consistent with apache,Dmitry Sivachenko2012-10-121-4/+4
| | | | | | | | | nagios and others. Do not invent yet another wheel. Feature safe: yes Notes: svn path=/head/; revision=305780
* Add $FreeBSD$;Dmitry Sivachenko2012-06-051-5/+6
| | | | | | | | | | Add LOGIN to REQUIRE; replace echo + return with err. Suggested by: dougb Notes: svn path=/head/; revision=298498
* - Add return codes to rc.d scriptAlex Kozlov2012-06-051-1/+2
| | | | | | | | | PR: ports/168450 Submitted by: Boris Kochergin <spawk@acm.poly.edu> Approved by: demon (maintainer), eadler, itetcu (mentors, implicit) Notes: svn path=/head/; revision=298457
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Update to 1.5.d4Steven Kreuzer2011-03-161-11/+0
| | | | | | | | PR: ports/155559 Submitted by: Ross West <freebsd@linepoint.com> Notes: svn path=/head/; revision=271026
* - Update to 1.5.d3Sahil Tandon2010-11-151-0/+11
| | | | | | | | | | | - Shorten COMMENT to < 70 characters - Remove PORTVERSION (it is derived from DISTVERSION) PR: ports/152267 Submitted by: Ross West <freebsd@linepoint.com> (maintainer) Notes: svn path=/head/; revision=264603
* - Update to 1.5-dev2Pav Lucistnik2010-09-033-127/+94
| | | | | | | | PR: ports/150193 Submitted by: Ross West <freebsd@linepoint.com> (maintainer) Notes: svn path=/head/; revision=260506
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.3.15.2Pav Lucistnik2008-07-081-1/+1
| | | | | | | | PR: ports/125345 Submitted by: Hugo Saro <hugo@barafranca.com> (maintainer) Notes: svn path=/head/; revision=216514
* Update to 1.3.14. [1]Xin LI2008-01-212-22/+23
| | | | | | | | | | | | Add a 'reload' subcommand to rc.d startup script. [2] Submitted by: p.rybicki cadera.com.pl [2] delphij [1] PR: ports/119755 [1] Approved by: maintainer Notes: svn path=/head/; revision=205957
* Upgrade port: net/haproxy-devel Was not building on amd64 after changes to ↵Edwin Groothuis2007-09-121-0/+97
| | | | | | | | | | files/patch-makefile.bsd PR: ports/115378 Submitted by: Hugo Saro <hugo@barafranca.com> Notes: svn path=/head/; revision=199366
* - Remove unneeded patch.Marcelo Araujo2007-08-121-74/+0
| | | | | | | | Reported by: pointyhat via kris Approved by: stas (mentor) Notes: svn path=/head/; revision=197516
* - Forgot the new RC script by last commit!Marcelo Araujo2007-08-051-1/+1
| | | | | | | | PR: ports/112934 Approved by: pav (portmgr, in mentor's absence) Notes: svn path=/head/; revision=197129
* - Update to 1.2.16Clement Laforet2006-11-011-2/+2
| | | | | | | - use USE_RC_SUBR and tweak haproxy.sh Notes: svn path=/head/; revision=176079
* - Update to new stable branch 1.2.x (1.2.15)Clement Laforet2006-09-241-0/+74
| | | | Notes: svn path=/head/; revision=173697
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Update to 1.1.28Clement Laforet2004-06-081-20/+48
| | | | | | | | | | - RCng'ify startup script - small plist fix if NOPORTDOCS is defined - Add an entry in UPDATING - move configuration example to ${EXAMPLESDIR}. Notes: svn path=/head/; revision=111077
* I forgot to remove files/patch-MakefileDaichi GOTO2003-09-261-0/+0
| | | | | | | | PR: 57157 Pointy hat to: myself Notes: svn path=/head/; revision=89415
* update: net/haproxy 1.1.21 -> 1.1.24Daichi GOTO2003-09-261-71/+0
| | | | | | | | PR: 57157 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Notes: svn path=/head/; revision=89414
* - Update haproxy to 1.1.21Yen-Ming Lee2003-06-041-10/+20
| | | | | | | | | | | - Fix small bug in port - Cosmetic changes PR: 52905 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=82263