aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.5.6.Dmitry Sivachenko2014-10-182-3/+3
| | | | Notes: svn path=/head/; revision=371139
* Update to version 1.5.5.Dmitry Sivachenko2014-10-082-3/+3
| | | | Notes: svn path=/head/; revision=370441
* 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.4.Dmitry Sivachenko2014-09-022-3/+3
| | | | Notes: svn path=/head/; revision=367032
* Update to version 1.5.3.Dmitry Sivachenko2014-07-252-4/+4
| | | | Notes: svn path=/head/; revision=362871
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-161-1/+1
| | | | Notes: svn path=/head/; revision=362023
* Update to version 1.5.2.Dmitry Sivachenko2014-07-142-3/+3
| | | | Notes: svn path=/head/; revision=361768
* Correct OPTIONs usage.Dmitry Sivachenko2014-06-261-6/+6
| | | | Notes: svn path=/head/; revision=359349
* Update to version 1.5.1.Dmitry Sivachenko2014-06-244-55/+56
| | | | Notes: svn path=/head/; revision=359070
* Quote ${CC} and similar variables in MAKE_ARGS.Tijl Coosemans2014-05-201-1/+1
| | | | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=354670
* Update to 1.4.25.Dmitry Sivachenko2014-03-283-19/+3
| | | | Notes: svn path=/head/; revision=349389
* Add a patch to fix crash under certain conditions.Dmitry Sivachenko2013-10-252-0/+16
| | | | | | | | | | 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
* Support staging.Dmitry Sivachenko2013-10-222-15/+7
| | | | Notes: svn path=/head/; revision=331261
* Correct dependencies for static pcre linkage;Dmitry Sivachenko2013-10-091-5/+3
| | | | | | | switch to USES=gmake. Notes: svn path=/head/; revision=329875
* 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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Update to version 1.4.24.Dmitry Sivachenko2013-06-172-4/+4
| | | | Notes: svn path=/head/; revision=321116
* Update to version 1.4.23.Dmitry Sivachenko2013-04-032-4/+3
| | | | | | | | Approved by: portmgr. Sponsored by: Notes: svn path=/head/; revision=315705
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Remove superfluous setting of rc_flags, and remove singleChris Rees2012-10-142-30/+13
| | | | | | | | | | | | | | 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
* 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
* Update to version 1.4.22.Dmitry Sivachenko2012-09-182-3/+3
| | | | Notes: svn path=/head/; revision=304427
* Do not require specific version of pcre shared library.Dmitry Sivachenko2012-06-191-1/+1
| | | | Notes: svn path=/head/; revision=299614
* Convert to new OPTIONS framework.Dmitry Sivachenko2012-06-191-6/+11
| | | | Notes: svn path=/head/; revision=299611
* 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/168449 Submitted by: Boris Kochergin <spawk@acm.poly.edu> Approved by: demon (maintainer), eadler, itetcu (mentors, implicit) Notes: svn path=/head/; revision=298456
* take maintainershipDmitry Sivachenko2012-06-051-1/+1
| | | | Notes: svn path=/head/; revision=298432
* Reset maintainership due to maintainer multiple timeout, and being unresponsiveBaptiste Daroussin2012-06-051-1/+1
| | | | | | | | | to multiple mails. Thanks for the work done, hope to see him back. Notes: svn path=/head/; revision=298427
* Update to version 1.4.21.Dmitry Sivachenko2012-05-212-3/+3
| | | | | | | Bugfix release. Notes: svn path=/head/; revision=297085
* Update to 1.4.20.Dmitry Sivachenko2012-03-263-13/+3
| | | | | | | | | Maintainet timeout (11 days). Feature safe: yes Notes: svn path=/head/; revision=293844
* Update to version 1.4.19.Dmitry Sivachenko2012-02-283-4/+13
| | | | | | | maintainer timeout. Notes: svn path=/head/; revision=292357
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+3
| | | | Notes: svn path=/head/; revision=291338
* - Respect CC and CFLAGSMartin Wilke2012-01-141-0/+29
| | | | | | | | | PR: 163280 Submitted by: farrokhi@ Approved by: maintainer timeout Notes: svn path=/head/; revision=289199
* 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.4.18Frederic Culot2011-12-202-3/+3
| | | | | | | | | | Changes: http://haproxy.1wt.eu/download/1.4/src/CHANGELOG-1.4.18 PR: ports/163077 Submitted by: Marc Peters <marc.peters@trivago.com> Approved by: maintainer (timeout, >14 days) Notes: svn path=/head/; revision=287734
* - Update to 1.4.16Chris Rees2011-08-252-7/+7
| | | | | | | | | | | | | | - Reorder LICENSE code in Makefile for portlint - While here: . Unbreak clang build . Canonicalise CONFLICTS PR: ports/159913 Submitted by: Mark Felder <feld@feld.me> Approved by: Ross West <freebsd@linepoint.com> (maintainer) Notes: svn path=/head/; revision=280417
* - Update to 1.4.15Frederic Culot2011-04-082-3/+3
| | | | | | | | PR: ports/156277 Submitted by: Ross West <freebsd AT linepoint.com> (maintainer) Notes: svn path=/head/; revision=272409
* - Update to v1.4.13Sylvio Cesar Teixeira2011-03-092-3/+3
| | | | | | | | PR: ports/155412 Submitted by: Ross West <freebsd@linepoint.com> (maintainer) Notes: svn path=/head/; revision=270561
* - Update to 1.4.11Martin Wilke2011-02-192-6/+6
| | | | | | | | PR: 154825 Submitted by: Ross West <freebsd@linepoint.com> (maintainer) Notes: svn path=/head/; revision=269355
* Upgrade haproxy to v1.4.10Beech Rintoul2010-12-033-5/+7
| | | | | | | | | | | | | Please check the following for changes: Changelog : http://haproxy.1wt.eu/download/1.4/src/CHANGELOG PR: ports/152749 Submitted by: Ross West (freebsd@linepoint.com) (maintainer) Approved by: itetcu (mentor) (implicit) Notes: svn path=/head/; revision=265604
* - update haproxy to version v1.4.9Olli Hauer2010-10-313-7/+10
| | | | | | | | | | | | Many updates and some fixes too! changelog : http://haproxy.1wt.eu/download/1.4/src/CHANGELOG PR: 151814 Submitted by: maintainer (Ross West <freebsd _at_ linepoint.com>) Approved by: glarkin (mentor, implicit) Notes: svn path=/head/; revision=263862
* Update to 1.4.8Rene Ladan2010-07-042-4/+4
| | | | | | | | | | PR: ports/148218 Submitted by: maintainer Approved by: tabthorpe (mentor, implicit) Feature safe: yes Notes: svn path=/head/; revision=257363
* - Update to 1.4.7Sylvio Cesar Teixeira2010-06-192-4/+4
| | | | | | | | | PR: ports/147764 Submitted by: Ross West <freebsd@linepoint.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=256717
* - Update to 146665Martin Wilke2010-05-212-4/+4
| | | | | | | | PR: 146665 Submitted by: Ross West <freebsd@linepoint.com> (maintainer) Notes: svn path=/head/; revision=254712
* - Update to 1.4.5 [1]Li-Wen Hsu2010-05-153-41/+43
| | | | | | | | | | - While here, use NOPORTEXAMPLES for examples files PR: ports/146599 [1] Submitted by: Ross West <freebsd AT linepoint.com> (maintainer) Notes: svn path=/head/; revision=254340
* - Update to 1.4.4Sylvio Cesar Teixeira2010-04-092-4/+4
| | | | | | | | | PR: ports/145583 Submitted by: Ross West <freebsd@linepoint.com> (maintainer) Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252499
* - Update to 1.4.3Pav Lucistnik2010-04-023-24/+4
| | | | | | | | PR: ports/145244 Submitted by: Ross West <freebsd@linepoint.com> (maintainer) Notes: svn path=/head/; revision=252019
* 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.4.2Dmitry Marakasov2010-03-183-4/+24
| | | | | | | | PR: 144856 Submitted by: Ross West <freebsd@linepoint.com> (maintainer) Notes: svn path=/head/; revision=251211
* - Update to 1.4.1Wen Heping2010-03-169-180/+203
| | | | | | | | | | - Pass maintainer to submitter PR: ports/144331 Submitted by: Ross West <freebsd@linepoint.com> (new maintainer) Notes: svn path=/head/; revision=251108