git: 4d031134be55 - main - net/haproxy: update to version 2.4.7.
Dmitry Sivachenko
demon at FreeBSD.org
Mon Oct 4 13:09:37 UTC 2021
The branch main has been updated by demon:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4d031134be55ee394b6dc4723132d15578f133e3
commit 4d031134be55ee394b6dc4723132d15578f133e3
Author: Dmitry Sivachenko <demon at FreeBSD.org>
AuthorDate: 2021-10-04 13:09:19 +0000
Commit: Dmitry Sivachenko <demon at 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 at 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;
- }
More information about the dev-commits-ports-all
mailing list