Commit graph

67 commits

Author SHA1 Message Date
Dmitry Sivachenko
0cbb95de16 Update to 1.4.25. 2014-03-28 04:10:45 +00:00
Dmitry Sivachenko
214e979739 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
2013-10-25 18:04:26 +00:00
Dmitry Sivachenko
54898ccaed Support staging. 2013-10-22 12:55:01 +00:00
Dmitry Sivachenko
34232c71a3 Correct dependencies for static pcre linkage;
switch to USES=gmake.
2013-10-09 08:24:40 +00:00
Dmitry Sivachenko
dd2827e894 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.]
2013-10-04 12:37:58 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Dmitry Sivachenko
39faede306 Update to version 1.4.24. 2013-06-17 14:38:06 +00:00
Dmitry Sivachenko
5a67ce6f5b Update to version 1.4.23.
Approved by:	portmgr.
Sponsored by:
2013-04-03 11:45:39 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Chris Rees
65ec3f23db 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
2012-10-14 11:46:52 +00:00
Dmitry Sivachenko
ab84524d86 Use 'configtest' command to test config file to be consistent with apache,
nagios and others.  Do not invent yet another wheel.

Feature safe: yes
2012-10-12 14:01:04 +00:00
Dmitry Sivachenko
2a56bd251e Update to version 1.4.22. 2012-09-18 05:00:17 +00:00
Dmitry Sivachenko
7c4e7461e6 Do not require specific version of pcre shared library. 2012-06-19 05:44:09 +00:00
Dmitry Sivachenko
83819b1fc5 Convert to new OPTIONS framework. 2012-06-19 05:31:13 +00:00
Dmitry Sivachenko
0cf5d27d31 Add $FreeBSD$;
Add LOGIN to REQUIRE;
replace echo + return with err.

Suggested by:	dougb
2012-06-05 17:45:41 +00:00
Alex Kozlov
1d801e61ab - 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)
2012-06-05 11:09:16 +00:00
Dmitry Sivachenko
2cedbe86c1 take maintainership 2012-06-05 07:32:59 +00:00
Baptiste Daroussin
fd50df4d6d Reset maintainership due to maintainer multiple timeout, and being unresponsive
to multiple mails.

Thanks for the work done, hope to see him back.
2012-06-05 07:06:50 +00:00
Dmitry Sivachenko
794bb239e3 Update to version 1.4.21.
Bugfix release.
2012-05-21 06:32:25 +00:00
Dmitry Sivachenko
a6bbd1035b Update to 1.4.20.
Maintainet timeout (11 days).

Feature safe:	yes
2012-03-26 10:41:54 +00:00
Dmitry Sivachenko
bbe312d32a Update to version 1.4.19.
maintainer timeout.
2012-02-28 10:01:38 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Martin Wilke
aa33c32238 - Respect CC and CFLAGS
PR:		163280
Submitted by:	farrokhi@
Approved by:	maintainer timeout
2012-01-14 19:11:29 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Frederic Culot
fac59c04ef - 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)
2011-12-20 13:15:27 +00:00
Chris Rees
8292d45df9 - 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)
2011-08-25 17:24:32 +00:00
Frederic Culot
56a997d964 - Update to 1.4.15
PR:		ports/156277
Submitted by:	Ross West <freebsd AT linepoint.com> (maintainer)
2011-04-08 19:11:48 +00:00
Sylvio Cesar Teixeira
9ff6e00708 - Update to v1.4.13
PR:		ports/155412
Submitted by:	Ross West <freebsd@linepoint.com> (maintainer)
2011-03-09 16:19:15 +00:00
Martin Wilke
243fe4fe17 - Update to 1.4.11
PR:		154825
Submitted by:	Ross West <freebsd@linepoint.com> (maintainer)
2011-02-19 14:41:13 +00:00
Beech Rintoul
7f0f1c6d36 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)
2010-12-03 00:26:36 +00:00
Olli Hauer
a71757d8cb - 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)
2010-10-31 23:26:04 +00:00
Rene Ladan
6afe2414b8 Update to 1.4.8
PR:		ports/148218
Submitted by:	maintainer
Approved by:	tabthorpe (mentor, implicit)
Feature safe:	yes
2010-07-04 19:26:17 +00:00
Sylvio Cesar Teixeira
025a75a7df - Update to 1.4.7
PR:		ports/147764
Submitted by:	Ross West <freebsd@linepoint.com> (maintainer)
Feature safe:	yes
2010-06-19 19:01:17 +00:00
Martin Wilke
d75a58a07b - Update to 146665
PR:		146665
Submitted by:	Ross West <freebsd@linepoint.com> (maintainer)
2010-05-21 11:04:50 +00:00
Li-Wen Hsu
1bc7dbaf00 - 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)
2010-05-15 05:27:50 +00:00
Sylvio Cesar Teixeira
31cad3fdf5 - Update to 1.4.4
PR:		ports/145583
Submitted by:	Ross West <freebsd@linepoint.com> (maintainer)
Approved by:	itetcu (mentor, implicit)
2010-04-09 23:35:19 +00:00
Pav Lucistnik
f74c15faee - Update to 1.4.3
PR:		ports/145244
Submitted by:	Ross West <freebsd@linepoint.com> (maintainer)
2010-04-02 13:13:16 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dmitry Marakasov
e6b1a43b68 - Update to 1.4.2
PR:		144856
Submitted by:	Ross West <freebsd@linepoint.com> (maintainer)
2010-03-18 17:53:23 +00:00
Wen Heping
b9f63461f0 - Update to 1.4.1
- Pass maintainer to submitter

PR:		ports/144331
Submitted by:	Ross West <freebsd@linepoint.com> (new maintainer)
2010-03-16 01:39:45 +00:00
Mark Linimon
0441458fe3 Reset clement@FreeBSD.org due to long absence from FreeBSD.
Hat:		portmgr
2009-11-12 04:56:15 +00:00
Clement Laforet
7a0aae99a4 - Update to 1.2.18 2008-08-31 20:09:58 +00:00
Xin LI
a689aeac0f Update haproxy to 1.2.17.
PR:		ports/114859
Approved by:	maintainer timeout
2007-08-12 15:45:08 +00:00
Clement Laforet
1aa586791b - Fix plist
- Remove obsolete post-patch target
2006-11-03 08:27:13 +00:00
Clement Laforet
fa1931b038 - Update to 1.2.16
- use USE_RC_SUBR and tweak haproxy.sh
2006-11-01 14:42:14 +00:00
Clement Laforet
e41f3254f2 - Update description and WWW 2006-09-24 10:56:30 +00:00
Clement Laforet
a5e2978563 - Update to new stable branch 1.2.x (1.2.15) 2006-09-24 10:54:04 +00:00
Clement Laforet
e9c8f5ef63 - Update to 1.1.34 2006-09-24 09:29:51 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Doug Barton
c49d1a3273 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.
2006-02-20 20:47:50 +00:00