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:           Thu Oct 13 19:08:34 UTC 2016

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
Update package to newest version.

Changes:

2016/08/30 : 1.6.9
    - DOC: Updated 51Degrees readme.
    - BUG/MAJOR: stream: properly mark the server address as unset on connect retry
    - BUG/MINOR: payload: fix SSLv2 version parser
    - MINOR: cli: allow the semi-colon to be escaped on the CLI

2016/08/14 : 1.6.8
    - BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash
    - BUG/MEDIUM: lua: the function txn_done() from action wrapper can crash
    - BUG/MINOR: peers: Fix peers data decoding issue
    - DOC: lua: remove old functions
    - BUG/MEDIUM: lua: somme HTTP manipulation functions are called without valid requests
    - BUG/MEDIUM: stream-int: completely detach connection on connect error
    - DOC: minor typo fixes to improve HTML parsing by haproxy-dconv
    - BUILD: make proto_tcp.c compatible with musl library
    - BUG/MAJOR: compression: initialize avail_in/next_in even during flush
    - BUG/MEDIUM: samples: make smp_dup() always duplicate the sample
    - MINOR: sample: implement smp_is_safe() and smp_make_safe()
    - MINOR: sample: provide smp_is_rw() and smp_make_rw()
    - BUG/MAJOR: server: the "sni" directive could randomly cause trouble
    - BUG/MEDIUM: stick-tables: do not fail on string keys with no allocated size
    - BUG/MEDIUM: stick-table: properly convert binary samples to keys
    - MINOR: sample: use smp_make_rw() in upper/lower converters
    - BUG/MINOR: peers: some updates are pushed twice after a resync.
    - BUG/MINOR: peers: empty chunks after a resync.
    - BUG/MAJOR: stick-counters: possible crash when using sc_trackers with wrong table

2016/07/13 : 1.6.7
    - MINOR: new function my_realloc2 = realloc + free upon failure
    - CLEANUP: fixed some usages of realloc leading to memory leak
    - Revert "BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params()"
    - BUG/MEDIUM: dns: fix alignment issues in the DNS response parser
    - BUG/MINOR: Fix endiness issue in DNS header creation code


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.23 -r1.24 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.28 pkgsrc/net/haproxy/Makefile:1.29
--- pkgsrc/net/haproxy/Makefile:1.28    Sun Jul  3 14:06:45 2016
+++ pkgsrc/net/haproxy/Makefile Thu Oct 13 19:08:34 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2016/07/03 14:06:45 morr Exp $
+# $NetBSD: Makefile,v 1.29 2016/10/13 19:08:34 morr Exp $
 
-DISTNAME=      haproxy-1.6.6
+DISTNAME=      haproxy-1.6.9
 CATEGORIES=    net www
 MASTER_SITES=  http://www.haproxy.org/download/1.6/src/
 

Index: pkgsrc/net/haproxy/distinfo
diff -u pkgsrc/net/haproxy/distinfo:1.23 pkgsrc/net/haproxy/distinfo:1.24
--- pkgsrc/net/haproxy/distinfo:1.23    Sun Jul  3 14:06:45 2016
+++ pkgsrc/net/haproxy/distinfo Thu Oct 13 19:08:34 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2016/07/03 14:06:45 morr Exp $
+$NetBSD: distinfo,v 1.24 2016/10/13 19:08:34 morr Exp $
 
-SHA1 (haproxy-1.6.6.tar.gz) = 51deaf978218518afe74240bbc800a28c5a37644
-RMD160 (haproxy-1.6.6.tar.gz) = 48c9bfa2d531e81f3d13686655b2e6c8b959785b
-SHA512 (haproxy-1.6.6.tar.gz) = 66503bb9bb33bf345d5e9351fa8a0aea2ef8c3c2870d35ee2f1e4f8e79ed66b3936e7410ce79571901a9936a2eec3695ce3080bb664200fb55040b1ef1f7f888
-Size (haproxy-1.6.6.tar.gz) = 1565046 bytes
+SHA1 (haproxy-1.6.9.tar.gz) = a40a9fb1b2ac409e6afcd2924327c21ac32e7b5b
+RMD160 (haproxy-1.6.9.tar.gz) = f2c1c2ec78bf72246ad70298712229b05a5e6035
+SHA512 (haproxy-1.6.9.tar.gz) = 0060a93c628689e1ca9e5845f9f93641f7647efc176cbf093bce59be19496492c317c8101fa50dd6181b130f861c74a20199f18e41ebd6995715364b1ea46a2e
+Size (haproxy-1.6.9.tar.gz) = 1566715 bytes
 SHA1 (patch-Makefile) = f635093d547270603ffea8837a42a8cca2e03bdf



Home | Main Index | Thread Index | Old Index