Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.7 31 Oct 2014 08:27:37 |
demon |
Update to version 1.5.7. |
1.5.6 18 Oct 2014 16:12:18 |
demon |
Update to version 1.5.6. |
1.5.5 08 Oct 2014 12:59:29 |
demon |
Update to version 1.5.5. |
1.5.4 03 Oct 2014 15:40:31 |
demon |
Do not search for process by name;
rather use all pids stored in pidfile, in multi-process mode haoroxy writes
all pids there.
PR: 192430
Submitted by: renchap@cocoa-x.com |
1.5.4 02 Sep 2014 15:35:48 |
demon |
Update to version 1.5.4. |
1.5.3 25 Jul 2014 07:34:07 |
demon |
Update to version 1.5.3. |
1.5.2 16 Jul 2014 03:00:46 |
adamw |
Add DOCS option for ports with PORTDOCS in plist. |
1.5.2 14 Jul 2014 10:42:42 |
demon |
Update to version 1.5.2. |
1.5.1 26 Jun 2014 12:52:48 |
demon |
Correct OPTIONs usage. |
1.5.1 24 Jun 2014 11:23:45 |
demon |
Update to version 1.5.1. |
1.4.25 20 May 2014 19:32:39 |
tijl |
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de> |
1.4.25 28 Mar 2014 04:10:45 |
demon |
Update to 1.4.25. |
1.4.24_1 25 Oct 2013 18:04:26 |
demon |
Add a patch to fix crash under certain conditions.
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 |
1.4.24 22 Oct 2013 12:55:02 |
demon |
Support staging. |
1.4.24 09 Oct 2013 08:24:40 |
demon |
Correct dependencies for static pcre linkage;
switch to USES=gmake. |
1.4.24 04 Oct 2013 12:37:59 |
demon |
If running with nbproc > 1, haproxy spawns several processes and writes their
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.] |
1.4.24 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.4.24 17 Jun 2013 14:38:06 |
demon |
Update to version 1.4.24. |
1.4.23 03 Apr 2013 11:45:39 |
demon |
Update to version 1.4.23.
Approved by: portmgr.
Sponsored by: |
1.4.22_2 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
1.4.22_1 14 Oct 2012 11:46:53 |
crees |
Remove superfluous setting of rc_flags, and remove single
commands from functions
Use standard message in _reload when not running
Several microoptimisations and style fixes
Approved by: demon (maintainer)
Feature safe: yes |
1.4.22 12 Oct 2012 14:01:04 |
demon |
Use 'configtest' command to test config file to be consistent with apache,
nagios and others. Do not invent yet another wheel.
Feature safe: yes |
1.4.22 18 Sep 2012 05:00:18 |
demon |
Update to version 1.4.22. |
1.4.21 19 Jun 2012 05:44:09 |
demon |
Do not require specific version of pcre shared library. |
1.4.21 19 Jun 2012 05:31:13 |
demon |
Convert to new OPTIONS framework. |
1.4.21 05 Jun 2012 17:45:41 |
demon |
Add $FreeBSD$;
Add LOGIN to REQUIRE;
replace echo + return with err.
Suggested by: dougb |
1.4.21 05 Jun 2012 11:09:16 |
ak |
- Add return codes to rc.d script
PR: ports/168449
Submitted by: Boris Kochergin <spawk@acm.poly.edu>
Approved by: demon (maintainer), eadler, itetcu (mentors, implicit) |
1.4.21 05 Jun 2012 07:32:05 |
demon |
take maintainership |
1.4.21 05 Jun 2012 07:06:50 |
bapt |
Reset maintainership due to maintainer multiple timeout, and being unresponsive
to multiple mails.
Thanks for the work done, hope to see him back. |
1.4.21 21 May 2012 06:32:25 |
demon |
Update to version 1.4.21.
Bugfix release. |
1.4.20 26 Mar 2012 10:41:54 |
demon |
Update to 1.4.20.
Maintainet timeout (11 days).
Feature safe: yes |
1.4.19 28 Feb 2012 10:01:38 |
demon |
Update to version 1.4.19.
maintainer timeout. |
1.4.18_1 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
1.4.18 14 Jan 2012 19:11:29 |
miwi |
- Respect CC and CFLAGS
PR: 163280
Submitted by: farrokhi@
Approved by: maintainer timeout |
1.4.18 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
1.4.18 20 Dec 2011 13:15:27 |
culot |
- Update to 1.4.18
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) |
1.4.16 25 Aug 2011 17:24:32 |
crees |
- Update to 1.4.16
- 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) |
1.4.15 08 Apr 2011 19:11:48 |
culot |
- Update to 1.4.15
PR: ports/156277
Submitted by: Ross West <freebsd AT linepoint.com> (maintainer) |
1.4.13 09 Mar 2011 16:19:16 |
sylvio |
- Update to v1.4.13
PR: ports/155412
Submitted by: Ross West <freebsd@linepoint.com> (maintainer) |
1.4.11 19 Feb 2011 14:41:13 |
miwi |
- Update to 1.4.11
PR: 154825
Submitted by: Ross West <freebsd@linepoint.com> (maintainer) |
1.4.10 03 Dec 2010 00:26:36 |
beech |
Upgrade haproxy to v1.4.10
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) |
1.4.9 31 Oct 2010 23:26:04 |
ohauer |
- update haproxy to version v1.4.9
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) |
1.4.8 04 Jul 2010 19:26:17 |
rene |
Update to 1.4.8
PR: ports/148218
Submitted by: maintainer
Approved by: tabthorpe (mentor, implicit)
Feature safe: yes |
1.4.7 19 Jun 2010 19:01:17 |
sylvio |
- Update to 1.4.7
PR: ports/147764
Submitted by: Ross West <freebsd@linepoint.com> (maintainer)
Feature safe: yes |
1.4.6 21 May 2010 11:04:50 |
miwi |
- Update to 146665
PR: 146665
Submitted by: Ross West <freebsd@linepoint.com> (maintainer) |
1.4.5 15 May 2010 05:27:51 |
lwhsu |
- Update to 1.4.5 [1]
- While here, use NOPORTEXAMPLES for examples files
PR: ports/146599 [1]
Submitted by: Ross West <freebsd AT linepoint.com> (maintainer) |
1.4.4 09 Apr 2010 23:35:19 |
sylvio |
- Update to 1.4.4
PR: ports/145583
Submitted by: Ross West <freebsd@linepoint.com> (maintainer)
Approved by: itetcu (mentor, implicit) |
1.4.3 02 Apr 2010 13:13:17 |
pav |
- Update to 1.4.3
PR: ports/145244
Submitted by: Ross West <freebsd@linepoint.com> (maintainer) |
1.4.3 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.4.2 18 Mar 2010 17:53:23 |
amdmi3 |
- Update to 1.4.2
PR: 144856
Submitted by: Ross West <freebsd@linepoint.com> (maintainer) |
1.4.1 16 Mar 2010 01:39:45 |
wen |
- Update to 1.4.1
- Pass maintainer to submitter
PR: ports/144331
Submitted by: Ross West <freebsd@linepoint.com> (new maintainer) |
1.2.18 12 Nov 2009 04:56:16 |
linimon |
Reset clement@FreeBSD.org due to long absence from FreeBSD.
Hat: portmgr |
1.2.18 31 Aug 2008 20:09:58 |
clement |
- Update to 1.2.18 |
1.2.16_1 12 Aug 2007 15:45:08 |
delphij |
Update haproxy to 1.2.17.
PR: ports/114859
Approved by: maintainer timeout |
1.2.16_1 03 Nov 2006 08:27:13 |
clement |
- Fix plist
- Remove obsolete post-patch target |
1.2.16 01 Nov 2006 14:42:14 |
clement |
- Update to 1.2.16
- use USE_RC_SUBR and tweak haproxy.sh |
1.2.15 24 Sep 2006 10:56:30 |
clement |
- Update description and WWW |
1.2.15 24 Sep 2006 10:54:04 |
clement |
- Update to new stable branch 1.2.x (1.2.15) |
1.1.34 24 Sep 2006 09:29:51 |
clement |
- Update to 1.1.34 |
1.1.32 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
1.1.32 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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. |
1.1.32 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.1.32 16 Oct 2005 19:11:00 |
clement |
- Update to 1.1.32 |
1.1.31 22 May 2005 13:10:05 |
clement |
- Update to 1.1.31 |
1.1.30 26 Jan 2005 10:11:16 |
clement |
- Update to 1.1.30
Note: please read ${DOCSDIR}/architecture.txt
It's a very nice introduction how to use haproxy in several topologies. |
1.1.29 22 Nov 2004 15:43:08 |
clement |
- Fix typo in pre-everything:: target.
s/WITH_DTPROXY/WITH_TPROXY/
Noticed by: Tristan Woerth <tristan@stinx.net> |
1.1.29 15 Nov 2004 11:03:17 |
clement |
- update to 1.1.29
- s/pre-fetch:/pre-everything::/ |
1.1.28 14 Aug 2004 15:51:07 |
krion |
Fix plist. |
1.1.28 08 Jun 2004 10:31:00 |
clement |
- Update to 1.1.28
- RCng'ify startup script
- small plist fix if NOPORTDOCS is defined
- Add an entry in UPDATING
- move configuration example to ${EXAMPLESDIR}. |
1.1.27 07 Feb 2004 17:16:21 |
clement |
- SIZEify distinfo |
1.1.27 13 Jan 2004 15:04:51 |
clement |
- Update my email address
Approved and reviewed by: erwin (mentor) |
1.1.27 28 Oct 2003 12:47:30 |
sergei |
- Update to 1.1.27:
A problem has been fixed where the HTTP health check code assumed that
the request was still of fixed length, which is obviously wrong since
it became configurable. This could make HTTP health checks fail on
non-default configurations.
- While I'm here:
- similify do-build target: remove use of subshell
- fix portlint warning
PR: 58614
Submmitted by: maintainer
Approved by: krion (implicit) |
1.1.26 22 Oct 2003 10:32:03 |
krion |
- Update to 1.1.26
PR: 58371
Submitted by: maintainer |
1.1.25 16 Oct 2003 08:34:25 |
krion |
- Update haproxy to 1.1.25
PR: 58092
Submitted by: maintainer |
1.1.24 26 Sep 2003 06:29:35 |
daichi |
I forgot to remove files/patch-Makefile
PR: 57157
Pointy hat to: myself |
1.1.24 26 Sep 2003 06:22:37 |
daichi |
update: net/haproxy 1.1.21 -> 1.1.24
PR: 57157
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) |
1.1.21 04 Jun 2003 15:30:38 |
leeym |
- Update haproxy to 1.1.21
- Fix small bug in port
- Cosmetic changes
PR: 52905
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
1.1.20 03 Jun 2003 05:20:23 |
will |
Add haproxy 1.1.20, a high-performance and highly-robust
TCP/HTTP load balancer.
PR: 51630
Submitted by: Clement Laforet |