net/haproxy: update to version 2.4.7.
This commit is contained in:
parent
b8553f7499
commit
4d031134be
3 changed files with 4 additions and 16 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue