From 0cbb95de163828547da25e40421be4104434eae9 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Fri, 28 Mar 2014 04:10:45 +0000 Subject: [PATCH] Update to 1.4.25. --- net/haproxy/Makefile | 3 +-- net/haproxy/distinfo | 4 ++-- net/haproxy/files/patch-src-session.c | 15 --------------- 3 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 net/haproxy/files/patch-src-session.c diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index e90fb62d6862..40b5e9b7e952 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -PORTVERSION= 1.4.24 -PORTREVISION= 1 +PORTVERSION= 1.4.25 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 6d6db2e3d5e9..1382b9a42b10 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (haproxy-1.4.24.tar.gz) = 680928f4d001be3b59b69d4501f41aeea69e7e56bf183fa032ad6144cf97c7ef -SIZE (haproxy-1.4.24.tar.gz) = 836768 +SHA256 (haproxy-1.4.25.tar.gz) = 84408ec1e37bf308c6b45ae3c7e66f2a9d2f762cb689ab6d322c67bba691db62 +SIZE (haproxy-1.4.25.tar.gz) = 838775 diff --git a/net/haproxy/files/patch-src-session.c b/net/haproxy/files/patch-src-session.c deleted file mode 100644 index 051dfcddabd9..000000000000 --- a/net/haproxy/files/patch-src-session.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/session.c.orig 2013-06-17 17:28:14.000000000 +0400 -+++ src/session.c 2013-10-25 22:01:39.000000000 +0400 -@@ -1428,9 +1428,9 @@ - /* Now we can add the server name to a header (if requested) */ - /* check for HTTP mode and proxy server_name_hdr_name != NULL */ - if ((s->flags & SN_BE_ASSIGNED) && -- (s->be->mode == PR_MODE_HTTP) && -- (s->be->server_id_hdr_name != NULL)) { -- -+ (s->be->mode == PR_MODE_HTTP) && -+ (s->be->server_id_hdr_name != NULL) && -+ (s->srv)) { - http_send_name_header(&s->txn, - &s->txn.req, - s->req,