Mon Sep 18 19:30:42 2017 UTC ()
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.


(morr)
diff -r1.35 -r1.36 pkgsrc/net/haproxy/Makefile
diff -r1.29 -r1.30 pkgsrc/net/haproxy/distinfo

cvs diff -r1.35 -r1.36 pkgsrc/net/haproxy/Makefile (expand / switch to unified diff)

--- pkgsrc/net/haproxy/Makefile 2017/07/23 17:33:40 1.35
+++ pkgsrc/net/haproxy/Makefile 2017/09/18 19:30:42 1.36
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.35 2017/07/23 17:33:40 adam Exp $ 1# $NetBSD: Makefile,v 1.36 2017/09/18 19:30:42 morr Exp $
2 2
3DISTNAME= haproxy-1.7.8 3DISTNAME= haproxy-1.7.9
4CATEGORIES= net www 4CATEGORIES= net www
5MASTER_SITES= http://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/ 5MASTER_SITES= http://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
6 6
7MAINTAINER= morr@NetBSD.org 7MAINTAINER= morr@NetBSD.org
8HOMEPAGE= http://haproxy.org/ 8HOMEPAGE= http://haproxy.org/
9COMMENT= Reliable, high performance TCP/HTTP load balancer 9COMMENT= Reliable, high performance TCP/HTTP load balancer
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12USE_TOOLS+= gmake 12USE_TOOLS+= gmake
13BUILD_MAKE_FLAGS+= ADDLIB=${COMPILER_RPATH_FLAG}${PREFIX}/lib 13BUILD_MAKE_FLAGS+= ADDLIB=${COMPILER_RPATH_FLAG}${PREFIX}/lib
14BUILD_MAKE_FLAGS+= TARGET=${TARGET} 14BUILD_MAKE_FLAGS+= TARGET=${TARGET}
15BUILD_MAKE_FLAGS+= USE_REGPARM=1 15BUILD_MAKE_FLAGS+= USE_REGPARM=1
16BUILD_MAKE_FLAGS+= USE_ZLIB=1 16BUILD_MAKE_FLAGS+= USE_ZLIB=1

cvs diff -r1.29 -r1.30 pkgsrc/net/haproxy/distinfo (expand / switch to unified diff)

--- pkgsrc/net/haproxy/distinfo 2017/07/23 17:33:40 1.29
+++ pkgsrc/net/haproxy/distinfo 2017/09/18 19:30:42 1.30
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.29 2017/07/23 17:33:40 adam Exp $ 1$NetBSD: distinfo,v 1.30 2017/09/18 19:30:42 morr Exp $
2 2
3SHA1 (haproxy-1.7.8.tar.gz) = c96e3c345afe6024971980163e939997a01e7cbb 3SHA1 (haproxy-1.7.9.tar.gz) = 1e0b7ca33c3cf3fcf6302c64509fe3308552a9f2
4RMD160 (haproxy-1.7.8.tar.gz) = b548562a3a2a12cdb23a10119209406a120e8aa5 4RMD160 (haproxy-1.7.9.tar.gz) = b0a44cfe9a71ec2c82300c1099d3c3b4f3815fef
5SHA512 (haproxy-1.7.8.tar.gz) = e1d65c8a4607c01d52628f36f8c7342096267130a0f949474746f571158e4f795281f78765004c214a0527f74ce180760f9cc910d3650d30026776076d721c0c 5SHA512 (haproxy-1.7.9.tar.gz) = d1ed791bc9607dbeabcfc6a1853cf258e28b3a079923b63d3bf97504dd59e64a5f5f44f9da968c23c12b4279e8d45ff3bd39418942ca6f00d9d548c9a0ccfd73
6Size (haproxy-1.7.8.tar.gz) = 1746321 bytes 6Size (haproxy-1.7.9.tar.gz) = 1748159 bytes
7SHA1 (patch-Makefile) = f635093d547270603ffea8837a42a8cca2e03bdf 7SHA1 (patch-Makefile) = f635093d547270603ffea8837a42a8cca2e03bdf