pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/haproxy Update net/haproxy to version 1.7.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bf5dd3d94d9
branches:  trunk
changeset: 368855:6bf5dd3d94d9
user:      morr <morr%pkgsrc.org@localhost>
date:      Mon Sep 18 19:30:42 2017 +0000

description:
Update net/haproxy to version 1.7.9

ChangeLog:
- BUG/MINOR: peers: peer synchronization issue (with several peers sections).
- BUG/MINOR: lua: In error case, the safe mode is not removed
- BUG/MINOR: lua: executes the function destroying the Lua session in safe mode
- BUG/MAJOR: lua/socket: resources not detroyed when the socket is aborted
- BUG/MEDIUM: lua: bad memory access
- DOC: update CONTRIBUTING regarding optional parts and message format
- DOC: update the list of OpenSSL versions in the README
- MINOR: tools: add a portable timegm() alternative
- BUILD: lua: replace timegm() with my_timegm() to fix build on Solaris 10
- DOC: Updated 51Degrees git URL to point to a stable version.
- BUG/MINOR: http: Set the response error state in http_sync_res_state
- MINOR: http: Reorder/rewrite checks in http_resync_states
- MINOR: http: Switch requests/responses in TUNNEL mode only by checking txn flags
- BUG/MEDIUM: http: Switch HTTP responses in TUNNEL mode when body length is undefined
- BUG/MAJOR: http: Fix possible infinity loop in http_sync_(req|res)_state
- BUG/MINOR: lua: Fix Server.get_addr() port values
- BUG/MINOR: lua: Correctly use INET6_ADDRSTRLEN in Server.get_addr()
- BUG/MINOR: lua: always detach the tcp/http tasks before freeing them
- BUG/MINOR: lua: Fix bitwise logic for hlua_server_check_* functions.

diffstat:

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

diffs (28 lines):

diff -r d178a58bee44 -r 6bf5dd3d94d9 net/haproxy/Makefile
--- a/net/haproxy/Makefile      Mon Sep 18 17:44:17 2017 +0000
+++ b/net/haproxy/Makefile      Mon Sep 18 19:30:42 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2017/07/23 17:33:40 adam Exp $
+# $NetBSD: Makefile,v 1.36 2017/09/18 19:30:42 morr Exp $
 
-DISTNAME=      haproxy-1.7.8
+DISTNAME=      haproxy-1.7.9
 CATEGORIES=    net www
 MASTER_SITES=  http://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
 
diff -r d178a58bee44 -r 6bf5dd3d94d9 net/haproxy/distinfo
--- a/net/haproxy/distinfo      Mon Sep 18 17:44:17 2017 +0000
+++ b/net/haproxy/distinfo      Mon Sep 18 19:30:42 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.29 2017/07/23 17:33:40 adam Exp $
+$NetBSD: distinfo,v 1.30 2017/09/18 19:30:42 morr Exp $
 
-SHA1 (haproxy-1.7.8.tar.gz) = c96e3c345afe6024971980163e939997a01e7cbb
-RMD160 (haproxy-1.7.8.tar.gz) = b548562a3a2a12cdb23a10119209406a120e8aa5
-SHA512 (haproxy-1.7.8.tar.gz) = e1d65c8a4607c01d52628f36f8c7342096267130a0f949474746f571158e4f795281f78765004c214a0527f74ce180760f9cc910d3650d30026776076d721c0c
-Size (haproxy-1.7.8.tar.gz) = 1746321 bytes
+SHA1 (haproxy-1.7.9.tar.gz) = 1e0b7ca33c3cf3fcf6302c64509fe3308552a9f2
+RMD160 (haproxy-1.7.9.tar.gz) = b0a44cfe9a71ec2c82300c1099d3c3b4f3815fef
+SHA512 (haproxy-1.7.9.tar.gz) = d1ed791bc9607dbeabcfc6a1853cf258e28b3a079923b63d3bf97504dd59e64a5f5f44f9da968c23c12b4279e8d45ff3bd39418942ca6f00d9d548c9a0ccfd73
+Size (haproxy-1.7.9.tar.gz) = 1748159 bytes
 SHA1 (patch-Makefile) = f635093d547270603ffea8837a42a8cca2e03bdf



Home | Main Index | Thread Index | Old Index