Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2021 13:09:37 GMT
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4d031134be55 - main - net/haproxy: update to version 2.4.7.
Message-ID:  <202110041309.194D9bgY055582@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by demon:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d031134be55ee394b6dc4723132d15578f133e3

commit 4d031134be55ee394b6dc4723132d15578f133e3
Author:     Dmitry Sivachenko <demon@FreeBSD.org>
AuthorDate: 2021-10-04 13:09:19 +0000
Commit:     Dmitry Sivachenko <demon@FreeBSD.org>
CommitDate: 2021-10-04 13:09:19 +0000

    net/haproxy: update to version 2.4.7.
---
 net/haproxy/Makefile                  |  3 +--
 net/haproxy/distinfo                  |  6 +++---
 net/haproxy/files/patch-src_filters.c | 11 -----------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 98ac76fa0a15..94b3b9ec6195 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -1,8 +1,7 @@
 # Created by: Hugo Saro <hugo@barafranca.com>
 
 PORTNAME=	haproxy
-DISTVERSION=	2.4.5
-PORTREVISION=	1
+DISTVERSION=	2.4.7
 CATEGORIES=	net www
 MASTER_SITES=	http://www.haproxy.org/download/2.4/src/
 
diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo
index b3e7f2bd32df..a473f0a4c758 100644
--- a/net/haproxy/distinfo
+++ b/net/haproxy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633112215
-SHA256 (haproxy-2.4.5.tar.gz) = adf4fdacd29ef0cb39dc7b79288f3e56c4bc651eeab0c73bb02ab9090943027b
-SIZE (haproxy-2.4.5.tar.gz) = 3595061
+TIMESTAMP = 1633352910
+SHA256 (haproxy-2.4.7.tar.gz) = 52af97f72f22ffd8a7a995fafc696291d37818feda50a23caef7dc0622421845
+SIZE (haproxy-2.4.7.tar.gz) = 3594183
diff --git a/net/haproxy/files/patch-src_filters.c b/net/haproxy/files/patch-src_filters.c
deleted file mode 100644
index c716fec434bc..000000000000
--- a/net/haproxy/files/patch-src_filters.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/filters.c.orig	2021-10-03 17:40:24 UTC
-+++ src/filters.c
-@@ -475,7 +475,7 @@ flt_stream_start(struct stream *s)
- 	}
- 	if (strm_li(s) && (strm_li(s)->analysers & AN_REQ_FLT_START_FE)) {
- 		s->req.flags |= CF_FLT_ANALYZE;
--		s->req.analysers |= AN_RES_FLT_END;
-+		s->req.analysers |= AN_REQ_FLT_END;
- 	}
- 	return 0;
- }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110041309.194D9bgY055582>