pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/haproxy



Module Name:    pkgsrc
Committed By:   morr
Date:           Mon Sep 18 19:30:42 UTC 2017

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/haproxy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/haproxy/Makefile
diff -u pkgsrc/net/haproxy/Makefile:1.35 pkgsrc/net/haproxy/Makefile:1.36
--- pkgsrc/net/haproxy/Makefile:1.35    Sun Jul 23 17:33:40 2017
+++ pkgsrc/net/haproxy/Makefile Mon Sep 18 19:30:42 2017
@@ -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/
 

Index: pkgsrc/net/haproxy/distinfo
diff -u pkgsrc/net/haproxy/distinfo:1.29 pkgsrc/net/haproxy/distinfo:1.30
--- pkgsrc/net/haproxy/distinfo:1.29    Sun Jul 23 17:33:40 2017
+++ pkgsrc/net/haproxy/distinfo Mon Sep 18 19:30:42 2017
@@ -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