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:   adam
Date:           Mon Jun  8 12:13:49 UTC 2020

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 2.1.6

2.1.6
- Revert "BUG/MEDIUM: connections: force connections cleanup on server changes"
- SCRIPTS: publish-release: pass -n to gzip to remove timestamp
- BUG/MINOR: peers: fix internal/network key type mapping.
- BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action
- BUG/MEDIUM: http-htx: Duplicate error messages as raw data instead of string
- BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations
- BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics
- BUG/MEDIUM: mworker: fix the copy of options in copy_argv()
- BUG/MINOR: init: -x can have a parameter starting with a dash
- BUG/MINOR: init: -S can have a parameter starting with a dash
- BUG/MEDIUM: mworker: fix the reload with an -- option
- BUG/MINOR: ssl: fix a trash buffer leak in some error cases
- BUG/MINOR: mworker: fix a memleak when execvp() failed


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.54 -r1.55 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.61 pkgsrc/net/haproxy/Makefile:1.62
--- pkgsrc/net/haproxy/Makefile:1.61    Mon Jun  8 11:24:57 2020
+++ pkgsrc/net/haproxy/Makefile Mon Jun  8 12:13:49 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2020/06/08 11:24:57 adam Exp $
+# $NetBSD: Makefile,v 1.62 2020/06/08 12:13:49 adam Exp $
 
-DISTNAME=      haproxy-2.1.5
+DISTNAME=      haproxy-2.1.6
 CATEGORIES=    net www
 MASTER_SITES=  https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
 

Index: pkgsrc/net/haproxy/distinfo
diff -u pkgsrc/net/haproxy/distinfo:1.54 pkgsrc/net/haproxy/distinfo:1.55
--- pkgsrc/net/haproxy/distinfo:1.54    Mon Jun  8 11:24:57 2020
+++ pkgsrc/net/haproxy/distinfo Mon Jun  8 12:13:49 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.54 2020/06/08 11:24:57 adam Exp $
+$NetBSD: distinfo,v 1.55 2020/06/08 12:13:49 adam Exp $
 
-SHA1 (haproxy-2.1.5.tar.gz) = a8f1c77cb169ca59623915b4de1bc032704ef329
-RMD160 (haproxy-2.1.5.tar.gz) = 20f03872a7f6cbdc5db1543faf16352baa11c888
-SHA512 (haproxy-2.1.5.tar.gz) = 4f939dcf1b10eb2f33aace1df3e5ae2f4fcb8b063a94924234250047492c51bfe5fb5eba2b9f43694ef0563d4caf3259727bff8e2d4453698e80e92c91a493e4
-Size (haproxy-2.1.5.tar.gz) = 2708469 bytes
+SHA1 (haproxy-2.1.6.tar.gz) = 0e5e10c545dcdb91b45768d99681f3f69a7775d3
+RMD160 (haproxy-2.1.6.tar.gz) = 74176da96fc2a325485aeaff04f12a787d835515
+SHA512 (haproxy-2.1.6.tar.gz) = 61c515ee5e15220eaccbeb68f7fb41bf027920cfaf6204911a4edd79d144e1227318ca0be852fedd958d681ecf51c119b9ee30f46e483f01469b6b1c5275659e
+Size (haproxy-2.1.6.tar.gz) = 2710005 bytes
 SHA1 (patch-Makefile) = 790242ebde13ac1a9d95a16cba29e30a9bccd57c
 SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5
 SHA1 (patch-src_haproxy.c) = badb172013541087d84f03726ea928c6f5634dc3



Home | Main Index | Thread Index | Old Index