From 994ea6731b4cc23851739b927835ae390717f341 Mon Sep 17 00:00:00 2001 From: mirraw Date: Fri, 2 Aug 2019 17:03:33 +0530 Subject: [PATCH 1/5] Updated latest HAProxy version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 4a11a91..b36f6b8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -http://haproxy.1wt.eu/download/1.6/src/haproxy-1.6.5.tar.gz +http://www.haproxy.org/download/1.9/src/haproxy-1.9.9.tar.gz From 491e65f4a9aec2aade4e894379fd0703dbb33825 Mon Sep 17 00:00:00 2001 From: Devilal Dheer Date: Mon, 16 Sep 2019 14:17:52 +0530 Subject: [PATCH 2/5] define openssl --- bin/compile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/compile b/bin/compile index e8e4b1e..bfe16bc 100755 --- a/bin/compile +++ b/bin/compile @@ -9,6 +9,8 @@ VERSION_DIR=`cd $(dirname $0); cd ..; pwd` VERSION=`cat $VERSION_DIR/VERSION | sed 's/[\r\n]*$//'` ARCHIVE=`basename $VERSION` ARCHIVE_DIR=`echo $ARCHIVE | sed 's/\.tar\.gz$//'` +USE_OPENSSL=1 + get_source() { if [ ! -d $CACHE_DIR ]; then From 58db64d8443472291829e310a089e16bbc274b1d Mon Sep 17 00:00:00 2001 From: Devilal Dheer Date: Mon, 16 Sep 2019 14:34:51 +0530 Subject: [PATCH 3/5] define openssl --- bin/compile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index bfe16bc..8286953 100755 --- a/bin/compile +++ b/bin/compile @@ -9,7 +9,6 @@ VERSION_DIR=`cd $(dirname $0); cd ..; pwd` VERSION=`cat $VERSION_DIR/VERSION | sed 's/[\r\n]*$//'` ARCHIVE=`basename $VERSION` ARCHIVE_DIR=`echo $ARCHIVE | sed 's/\.tar\.gz$//'` -USE_OPENSSL=1 get_source() { @@ -39,7 +38,7 @@ compile_source() { if [ ! -f $CACHE_DIR/$ARCHIVE_DIR/haproxy ]; then echo "Compiling $ARCHIVE_DIR..." cd $CACHE_DIR/$ARCHIVE_DIR - make TARGET=linux2628 + make TARGET=linux2628 USE_OPENSSL=1 fi } From 0d877b01854f33f6a3645fa519d6cb2fcf94dd08 Mon Sep 17 00:00:00 2001 From: Devilal Dheer Date: Mon, 16 Sep 2019 14:46:06 +0530 Subject: [PATCH 4/5] define openssl --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b36f6b8..6fc02bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -http://www.haproxy.org/download/1.9/src/haproxy-1.9.9.tar.gz +http://www.haproxy.org/download/1.9/src/haproxy-1.9.8.tar.gz From 136cb5250e852c0033e50531982c648f3920d773 Mon Sep 17 00:00:00 2001 From: Devilal Dheer Date: Thu, 19 Sep 2019 15:39:27 +0530 Subject: [PATCH 5/5] Updated haproxy version --skip-ci --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 6fc02bb..ca927ee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -http://www.haproxy.org/download/1.9/src/haproxy-1.9.8.tar.gz +http://www.haproxy.org/download/1.9/src/haproxy-1.9.10.tar.gz