pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/haproxy Update for net/haproxy to 1.4.21.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e159989917fe
branches:  trunk
changeset: 604193:e159989917fe
user:      morr <morr%pkgsrc.org@localhost>
date:      Fri May 25 08:19:47 2012 +0000

description:
Update for net/haproxy to 1.4.21.

ChangeLog:

2012/05/21 : 1.4.21
    - MINOR: patch for minor typo (ressources/resources)
    - CLEANUP: fix typo in findserver() log message
    - DOC: cleanup indentation, alignment, columns and chapters
    - DOC: fix some keywords arguments documentation
    - MINOR: stats admin: allow unordered parameters in POST requests
    - MINOR: stats admin: use the backend id instead of its name in the form
    - BUG/MAJOR: trash must always be the size of a buffer
    - DOC: fix minor regex example issue and improve doc on stats
    - BUG/MAJOR: possible crash when using capture headers on TCP frontends
    - MINOR: config: disable header captures in TCP mode and complain
    - BUG/MEDIUM: balance source did not properly hash IPv6 addresses
    - CLEANUP: http: message parser must ignore HTTP_MSG_ERROR
    - CLEANUP: remove a few warning about unchecked return values in debug code
    - CLEANUP: http: remove unused http_msg->col
    - BUG/MINOR: http: error snapshots are wrong if buffer wraps
    - BUG/MAJOR: checks: don't call set_server_status_* when no LB algo is set
    - MINOR: proxy: make findproxy() return proxies from numeric IDs too
    - BUILD: http: stop gcc-4.1.2 from complaining about possibly uninitialized values
    - BUG/MINOR: stop connect timeout when connect succeeds

2012/03/10 : 1.4.20
    - BUG/MINOR: fix typo in processing of http-send-name-header
    - BUG/MEDIUM: correctly disable servers tracking another disabled servers.
    - BUG/MEDIUM: zero-weight servers must not dequeue requests from the backend
    - MINOR: halog: add some help on the command line     (cherry picked from commit 615674cdec067066a42f53f5d55628ab7b207e6c)
    - BUILD: fix build error on FreeBSD
    - BUG: queue: fix dequeueing sequence on HTTP keep-alive sessions
    - BUG: http: disable TCP delayed ACKs when forwarding content-length data
    - BUG: checks: fix server maintenance exit sequence
    - BUG/MINOR: stream_sock: don't remove BF_EXPECT_MORE and BF_SEND_DONTWAIT on partial writes
    - DOC: enumerate valid status codes for "observe layer7"
    - BUILD: make it possible to look for pcre in the default system paths

diffstat:

 net/haproxy/Makefile |  4 ++--
 net/haproxy/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r e3bf74a86108 -r e159989917fe net/haproxy/Makefile
--- a/net/haproxy/Makefile      Fri May 25 08:03:03 2012 +0000
+++ b/net/haproxy/Makefile      Fri May 25 08:19:47 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2012/02/23 19:02:04 morr Exp $
+# $NetBSD: Makefile,v 1.4 2012/05/25 08:19:47 morr Exp $
 
-DISTNAME=      haproxy-1.4.19
+DISTNAME=      haproxy-1.4.21
 CATEGORIES=    net www
 MASTER_SITES=  http://haproxy.1wt.eu/download/1.4/src/
 
diff -r e3bf74a86108 -r e159989917fe net/haproxy/distinfo
--- a/net/haproxy/distinfo      Fri May 25 08:03:03 2012 +0000
+++ b/net/haproxy/distinfo      Fri May 25 08:19:47 2012 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2012/02/23 19:02:04 morr Exp $
+$NetBSD: distinfo,v 1.3 2012/05/25 08:19:47 morr Exp $
 
-SHA1 (haproxy-1.4.19.tar.gz) = f40de2fee9f4c6ad35a1ee358499f860f042ad86
-RMD160 (haproxy-1.4.19.tar.gz) = b98799e6e83b0834432e010c9c9149820725bd23
-Size (haproxy-1.4.19.tar.gz) = 824610 bytes
+SHA1 (haproxy-1.4.21.tar.gz) = 31df0e8bd18350457a5d3432f367c6218ecc9042
+RMD160 (haproxy-1.4.21.tar.gz) = 78d2d81f4ffa03e57fedaf090c42479ceb669438
+Size (haproxy-1.4.21.tar.gz) = 827392 bytes
 SHA1 (patch-aa) = 6012886156a54054cebf7f184d69a0cd0b1ad17b



Home | Main Index | Thread Index | Old Index