- Update to 1.4.3

PR:		ports/145244
Submitted by:	Ross West <freebsd@linepoint.com> (maintainer)
This commit is contained in:
Pav Lucistnik
2010-04-02 13:13:16 +00:00
parent 780b5123e6
commit f74c15faee
3 changed files with 4 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
#
PORTNAME= haproxy
PORTVERSION= 1.4.2
PORTVERSION= 1.4.3
CATEGORIES= net www
MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/

View File

@@ -1,3 +1,3 @@
MD5 (haproxy-1.4.2.tar.gz) = 825c2c77257f0a2099e193bc690ffd60
SHA256 (haproxy-1.4.2.tar.gz) = 2a5c820f6088ddbe013427331363fe0ef07631096682da89cc8c4b0fff25b9b8
SIZE (haproxy-1.4.2.tar.gz) = 759871
MD5 (haproxy-1.4.3.tar.gz) = 673459008444d7a44f55a647ce32e382
SHA256 (haproxy-1.4.3.tar.gz) = 484ec3f152da1e3739a11324d8d6c186ef1f79dff9258a085944dacc23a9ac46
SIZE (haproxy-1.4.3.tar.gz) = 761085

View File

@@ -1,20 +0,0 @@
--- src/dumpstats.c.orig 2010-03-18 01:41:57.000000000 +0300
+++ src/dumpstats.c 2010-03-18 20:25:27.000000000 +0300
@@ -2458,7 +2458,7 @@
chunk_printf(&msg,
" wex=%s\n"
- " data=%p r=%d w=%d lr=%d total=%lld\n",
+ " data=%p r=%ld w=%ld lr=%ld total=%lld\n",
sess->req->wex ?
human_time(TICKS_TO_MS(sess->req->wex - now_ms),
TICKS_TO_MS(1000)) : "<NEVER>",
@@ -2488,7 +2488,7 @@
chunk_printf(&msg,
" wex=%s\n"
- " data=%p r=%d w=%d lr=%d total=%lld\n",
+ " data=%p r=%ld w=%ld lr=%ld total=%lld\n",
sess->rep->wex ?
human_time(TICKS_TO_MS(sess->rep->wex - now_ms),
TICKS_TO_MS(1000)) : "<NEVER>",