Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.6 13 Sep 2019 12:26:40 |
demon |
Update to version 2.0.6. |
2.0.5 18 Aug 2019 20:55:17 |
demon |
Update to version 2.0.5. |
2.0.4 06 Aug 2019 20:42:07 |
demon |
Update to version 2.0.4. |
2.0.3_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.0.3 23 Jul 2019 14:57:43 |
demon |
Update to version 2.0.3. |
2.0.2 16 Jul 2019 16:45:45 |
demon |
Update to version 2.0.2. |
2.0.1 27 Jun 2019 09:47:39 |
demon |
Update to version 2.0.1. |
2.0.0 21 Jun 2019 13:02:46 |
demon |
Add an option to build with the Prometheus exporter as a service.
PR: 238732
Submitted by: Felix Hanley <felix@userspace.com.au> |
2.0.0 17 Jun 2019 10:45:21 |
demon |
Update haproxy port to the latest release 2.0.0.
Keep 1.9 branch in a separate port for a while. |
1.9.8 13 May 2019 15:03:14 |
demon |
Update to version 1.9.8. |
1.9.7 26 Apr 2019 09:16:58 |
demon |
Update to version 1.9.7. |
1.9.6 29 Mar 2019 13:43:40 |
demon |
Update to version 1.9.6. |
1.9.5 26 Mar 2019 10:49:06 |
demon |
Switch to 1.9 branch. |
1.8.19 11 Feb 2019 13:25:36 |
demon |
Update to version 1.8.19. |
1.8.18 06 Feb 2019 16:20:47 |
demon |
Update to version 1.8.18. |
1.8.17 08 Jan 2019 15:17:16 |
demon |
Update to version 1.8.17. |
1.8.16 21 Dec 2018 15:56:39 |
demon |
Update to version 1.8.16. |
1.8.15 13 Dec 2018 09:31:11 |
demon |
Update to version 1.8.15. |
1.8.14 13 Dec 2018 06:11:25 |
tobik |
net/haproxy builds fine with OpenSSL 1.1.1
http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/haproxy-1.8.14.log
PR: 226956 |
1.8.14 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
1.8.14 20 Sep 2018 12:45:17 |
demon |
Update to version 1.8.14.
PR: 231475
Submitted by: David King <king.c.david@googlemail.com> |
1.8.13_1 18 Sep 2018 10:01:39 |
demon |
Fix out-of-bounds access.
Obtained from: upstream |
1.8.13 24 Aug 2018 19:19:26 |
demon |
Add 'softreload' command for seamless haproxy reload (-x option).
PR: 230305
Submitted by: Frank Wall <fw@moov.de> |
1.8.13 23 Aug 2018 11:57:27 |
demon |
Add forgotten patch to fix build on i386 (the same as in haproxy-devel). |
1.8.13 16 Aug 2018 13:21:19 |
demon |
Update to version 1.8.13. |
1.8.13 16 Aug 2018 13:19:53 |
demon |
Update to version 1.8.13. |
1.7.11 02 Jul 2018 00:47:14 |
linimon |
Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.7.11 30 Apr 2018 17:18:35 |
demon |
Update to version 1.7.11. |
1.7.10 15 Jan 2018 21:12:58 |
brnrd |
net/haproxy: Fix linking SSL libs
- Pass lib and include paths to make
- Optionsify
PR: 225149
Approved by: demon (maintainer) |
1.7.10 02 Jan 2018 19:35:00 |
demon |
Update to version 1.7.10 |
1.7.9 23 Oct 2017 12:20:36 |
demon |
Pull deviceatlas library from a (recently created) separate port.
Submitted by: David Carlier <dcarlier@afilias.info> |
1.7.9 31 Aug 2017 18:26:32 |
demon |
Update to latest deviceatlas API.
Submitted by: David Carlier <dcarlier@afilias.info> |
1.7.9 18 Aug 2017 08:05:46 |
demon |
Update to version 1.7.9. |
1.7.8_1 16 Aug 2017 08:11:47 |
demon |
Bump portrevision due to rc script change. |
1.7.8 16 Aug 2017 08:06:58 |
demon |
Add hardstop/hardreload commands to rc script (to stop/reload haproxy without
waiting for existing connections to close).
PR: 221402
Submitted by: Frank Wall <fw@moov.de> |
1.7.8 26 Jul 2017 11:57:00 |
brnrd |
net/haproxy: Fix build with LibreSSL 2.5.3+
- 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 |
1.7.8 18 Jul 2017 20:20:43 |
garga |
Fix net/haproxy and net/haproxy-devel build on ARM
USE_REGPARM=1 is specific for amd64 and i386. Conditionalize its definition and
let the port build on ARM
Approved by: demon (maintainer)
Obtained from: pfSense
MFH: 2017Q3
Sponsored by: Rubicon Communications, LLC (Netgate)
Differential Revision: https://reviews.freebsd.org/D11637 |
1.7.8 07 Jul 2017 12:15:21 |
demon |
Update to version 1.7.8. |
1.7.7 26 Jun 2017 07:01:31 |
demon |
Update to version 1.7.7. |
1.7.6 16 Jun 2017 13:33:34 |
demon |
Update to version 1.7.6. |
1.7.5_3 07 Jun 2017 09:12:35 |
demon |
Use CPU_CFLAGS from haproxy's Makefile to pass our CFLAGS. |
1.7.5_3 18 May 2017 19:22:57 |
demon |
Add a patch from upstream to fix haproxy operations when dynamic dns
resolvers are used.
PR: 219379
Submitted by: jimp@pfsense.org |
1.7.5_2 14 May 2017 09:40:25 |
brnrd |
net/haproxy: Fix build with LibreSSL
- Add patch from OpenBSD
PR: 218637
Reported by: Mark Martinec <Mark.Martinec@ijs.si>
Approved by: maintainer timeout
Obtained from: OpenBSD |
1.7.5_2 11 May 2017 10:25:59 |
demon |
Enable USE_REGPARM, USE_ACCEPT4 defines. |
1.7.5_1 19 Apr 2017 20:15:52 |
demon |
Bump PORTREVISION due to recent changes.
PR: 218761
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> |
1.7.5 19 Apr 2017 16:30:09 |
demon |
Overriding OPTIONS_CFLAGS was a bad idea.
backout last commit and use CFLAGS as before. |
1.7.5 19 Apr 2017 12:57:56 |
demon |
Do not override CFLAGS defined in Makefile; use OPTIONS_CFLAGS to pass our
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. |
1.7.5 03 Apr 2017 08:45:32 |
demon |
Update to version 1.7.5. |
1.7.4 28 Mar 2017 10:15:16 |
demon |
Restore deviceatlas checksums. |
1.7.4 28 Mar 2017 09:01:23 |
demon |
Update to version 1.7.4. |
1.7.3_4 23 Mar 2017 14:51:46 |
demon |
Update deviceates API.
Submitted by: David Carlier <dcarlier@afilias.info> |
1.7.3_4 19 Mar 2017 16:40:46 |
demon |
Import some fixes from upstream
Obtained from: haproxy ML |
1.7.3_3 18 Mar 2017 15:15:01 |
demon |
Enchance patch (abtained from haproxy ML). |
1.7.3_2 14 Mar 2017 21:45:21 |
demon |
Provide a better patch to fix connection timeouts
Obtained from: haproxy ML |
1.7.3_1 12 Mar 2017 08:56:36 |
demon |
Add a temporary patch to fix timeouts reported at haproxy ML.
Obtained from: haproxy ML |
1.7.3 12 Mar 2017 08:48:31 |
demon |
Remove a patch no longer needed. |
1.7.3 28 Feb 2017 11:42:03 |
demon |
Update to version 1.7.3. |
1.7.2 24 Feb 2017 18:48:48 |
demon |
Update deviceatlas API to version 2.1.2
Submitted by: David Carlier <dcarlier@afilias.info> |
1.7.2 18 Feb 2017 18:43:57 |
demon |
Update deviceatlas API.
Submitted by: David Carlier <dcarlier@afilias.info> |
1.7.2 13 Jan 2017 10:32:50 |
demon |
Update URL |
1.7.2 13 Jan 2017 10:31:56 |
demon |
Update to version 1.7.2 |
1.7.1 20 Dec 2016 16:25:58 |
demon |
Add forgotten patch to fix lua build.
PR: 215444
Submitted by: Franco Fichtner <franco@opnsense.org> |
1.7.1 17 Dec 2016 11:02:30 |
demon |
Update to version 1.7.1. |
1.6.10 29 Nov 2016 18:46:22 |
mat |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight |
1.6.10 21 Nov 2016 07:59:12 |
demon |
Update to version 1.6.10 |
1.6.9 31 Aug 2016 11:49:43 |
demon |
Update to version 1.6.9. |
1.6.8 15 Aug 2016 11:55:37 |
demon |
Update to version 1.6.8. |
1.6.7 13 Jul 2016 18:18:57 |
demon |
Update to version 1.6.7. |
1.6.6 27 Jun 2016 10:49:13 |
demon |
Update to version 1.6.6.
Submitted by: David CARLIER <devnexen@gmail.com> |
1.6.5_1 20 Jun 2016 12:40:11 |
demon |
Fix possible crash when using reqdeny.
PR: 210385
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
1.6.5 10 May 2016 19:39:31 |
demon |
Restore deviceatlas checksum |
1.6.5 10 May 2016 19:36:16 |
demon |
Update to version 1.6.5. |
1.6.4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.6.4 14 Mar 2016 09:04:48 |
demon |
Update to version 1.6.4. |
1.6.3_1 02 Feb 2016 11:14:57 |
amdmi3 |
- Add missing documentation file
- Sort plist
- Switch to CONFLICTS_INSTALL
Approved by: portmgr blanket
MFH: 2016Q1 (blanket) |
1.6.3 28 Dec 2015 11:35:16 |
demon |
Update to version 1.6.3. |
1.6.2_1 13 Nov 2015 12:09:59 |
marino |
net/haproxy: Move MAKE_ARGS above <bsd.port.options.mk>
If it comes after the inclusion, MAKE_ARGS can't be modified by
local Makefiles, e.g. Makefile.local or Makefile.${OPSYS}
Approved by: just fix it |
1.6.2_1 04 Nov 2015 19:50:34 |
garga |
- Enable USE_CPU_AFFINITY, otherwise cpu-map parameter is going to fail
- Pet portlint
- Bump PORTREVISION
PR: 204280
Submitted by: garga
Approved by: demon (maintainer)
Obtained from: pfSense
Sponsored by: Rubicon Communications (Netgate) |
1.6.2 03 Nov 2015 10:53:25 |
demon |
Update to version 1.6.2. |
1.6.1 22 Oct 2015 10:41:02 |
demon |
Fix build with OpenSSL < 1.0 (FreeBSD-9) |
1.6.1 21 Oct 2015 14:20:28 |
demon |
Get rid of excessive capitalization |
1.6.1 21 Oct 2015 11:03:48 |
demon |
Adjust comment to pet portlint. |
1.6.1 21 Oct 2015 10:59:46 |
demon |
Update to version 1.6.1. |
1.5.14 08 Sep 2015 14:56:34 |
demon |
Fix path. |
1.5.14 08 Sep 2015 14:44:34 |
demon |
Build and install halog binary. |
1.5.14 05 Jul 2015 23:32:54 |
demon |
Update to version 1.5.14. |
1.5.13 26 Jun 2015 14:38:48 |
demon |
Update to version 1.5.13. |
1.5.12 02 May 2015 15:37:59 |
demon |
Update to version 1.5.12. |
1.5.11 12 Mar 2015 16:11:29 |
demon |
Finish pkg-message removal. |
1.5.11 12 Mar 2015 16:08:19 |
demon |
Ouch, I deleted the wrong file :( |
1.5.11 12 Mar 2015 16:04:21 |
demon |
GC this message, it contains nothing useful. |
1.5.11 12 Mar 2015 14:35:59 |
demon |
Add EXAMPLES option. |
1.5.11 05 Mar 2015 13:56:37 |
demon |
Add CPE.
PR: 197525, 197526
Submitted by: shun.fbsd.pr@dropcut.net |
1.5.11 09 Feb 2015 13:06:12 |
demon |
Fix stop action to stop correctly multi-process haproxy instance.
PR: 197024
Submitted by: ard_1@mail.ru |
1.5.11 01 Feb 2015 07:26:16 |
demon |
Update to version 1.5.11. |
1.5.10 01 Jan 2015 17:47:31 |
demon |
Update to version 1.5.10. |
1.5.9_1 27 Nov 2014 15:37:22 |
demon |
Add support for profiles (to start several haproxy instances each with it's own
config). |
1.5.9 26 Nov 2014 15:22:57 |
demon |
Update to version 1.5.9 |
1.5.8 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.5.8 31 Oct 2014 11:10:21 |
demon |
Update to version 1.5.8. |