From 2f5610b88a6ff3662489a4c7019726ca738d52c4 Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Mon, 3 Feb 2014 19:45:01 +0100 Subject: haproxy-devel use version 1.5dev22 --- pkg_config.10.xml | 2 +- pkg_config.8.xml | 6 +++--- pkg_config.8.xml.amd64 | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 869fb93b..86243ec7 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -187,7 +187,7 @@ Supports acl's for smart backend switching.]]> http://haproxy.1wt.eu/ Services - 1.5-dev22 pkg v 0.6.1 + 1.5-dev22 pkg v 0.7 Release 2.2 http://www.pfsense.com/packages/config/haproxy-devel/haproxy.xml diff --git a/pkg_config.8.xml b/pkg_config.8.xml index a35b7e6b..b3f16cb2 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -192,14 +192,14 @@ Supports acl's for smart backend switching.]]> http://haproxy.1wt.eu/ Services - 1.5-dev21 pkg v 0.6.1 + 1.5-dev22 pkg v 0.7 Release 2.1 http://www.pfsense.com/packages/config/haproxy-devel/haproxy.xml haproxy.xml http://files.pfsense.org/packages/8/All/ - haproxy-1.4.21.tbz - haproxy-devel-1.5-dev21-i386.pbi + haproxy-1.4.22.tbz + haproxy-devel-1.5-dev22-i386.pbi /usr/ports/net/haproxy-devel security/openssl diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index d09981cf..f628aff4 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -179,14 +179,14 @@ Supports acl's for smart backend switching.]]> http://haproxy.1wt.eu/ Services - 1.5-dev21 pkg v 0.6.1 + 1.5-dev22 pkg v 0.7 Release 2.1 http://www.pfsense.com/packages/config/haproxy-devel/haproxy.xml haproxy.xml http://files.pfsense.org/packages/amd64/8/All/ - haproxy-1.4.21.tbz - haproxy-devel-1.5-dev21-amd64.pbi + haproxy-1.4.22.tbz + haproxy-devel-1.5-dev22-amd64.pbi /usr/ports/net/haproxy-devel security/openssl -- cgit v1.2.3 From 60ff2a97b8f9b0cd138997acab21d84e9e3d49ef Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Sun, 16 Feb 2014 17:02:10 +0100 Subject: haproxy-devel, new version needs 'ssl-server-verify none' with current config --- config/haproxy-devel/haproxy.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/haproxy-devel/haproxy.inc b/config/haproxy-devel/haproxy.inc index 5e798dc2..934834bf 100644 --- a/config/haproxy-devel/haproxy.inc +++ b/config/haproxy-devel/haproxy.inc @@ -617,6 +617,7 @@ function haproxy_writeconf($configpath) { fwrite ($fd, "\tnbproc\t\t\t$numprocs\n"); fwrite ($fd, "\tchroot\t\t\t/var/empty\n"); fwrite ($fd, "\tdaemon\n"); + fwrite ($fd, "\tssl-server-verify none\n"); // Keep the advanced options on the bottom of the global settings, to allow additional sections to be easely added if($a_global['advanced']) { -- cgit v1.2.3