diff options
author | morr <morr@pkgsrc.org> | 2017-09-18 19:30:42 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2017-09-18 19:30:42 +0000 |
commit | d3985080de5a6985d721085450a96d39ebf3a480 (patch) | |
tree | 2d45dcd62437755fb5f45147640c420498b0a8f6 | |
parent | e70c03bf16c46ba8bebc0c727c5333e06fcfbb87 (diff) | |
download | pkgsrc-d3985080de5a6985d721085450a96d39ebf3a480.tar.gz |
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.
-rw-r--r-- | net/haproxy/Makefile | 4 | ||||
-rw-r--r-- | net/haproxy/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 745e08d10d1..a208b63d1e4 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -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 --git a/net/haproxy/distinfo b/net/haproxy/distinfo index f833ec6d40a..5dc052388cf 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -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 |