Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3FB977A20D for ; Mon, 9 Jan 2017 18:57:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A1754855FF; Mon, 9 Jan 2017 18:57:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3187F855FD for ; Mon, 9 Jan 2017 18:57:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4Q1vgOW1LsJ0 for ; Mon, 9 Jan 2017 18:57:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 879CA84CE9 for ; Mon, 9 Jan 2017 18:57:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81FF8FBA6; Mon, 9 Jan 2017 18:57:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148398824153840" MIME-Version: 1.0 Date: Mon, 9 Jan 2017 18:57:21 +0000 From: "Daniel Horecki" Subject: CVS commit: pkgsrc/net/haproxy To: pkgsrc-changes@NetBSD.org Reply-To: morr@netbsd.org X-Mailer: log_accum Message-Id: <20170109185721.81FF8FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148398824153840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: morr Date: Mon Jan 9 18:57:21 UTC 2017 Modified Files: pkgsrc/net/haproxy: Makefile distinfo Log Message: Update to newest version. ChangeLog: 2016/12/25 : 1.6.11 - BUILD: contrib: fix ip6range build on Centos 7 - BUG/MINOR: cli: fix pointer size when reporting data/transport layer name - BUG/MINOR: cli: dequeue from the proxy when changing a maxconn - BUG/MINOR: cli: wake up the CLI's task after a timeout update - BUG/MINOR: freq-ctr: make swrate_add() support larger values - BUG/MEDIUM: proxy: return "none" and "unknown" for unknown LB algos - BUG/MAJOR: stream: fix session abort on resource shortage - BUG/MINOR: http: don't send an extra CRLF after a Set-Cookie in a redirect - BUG/MEDIUM: variables: some variable name can hide another ones - BUG/MINOR: cli: be sure to always warn the cli applet when input buffer is full - MINOR: applet: Count number of (active) applets - MINOR: task: Rename run_queue and run_queue_cur counters - BUG/MEDIUM: stream: Save unprocessed events for a stream - BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled - BUG/MEDIUM: lua: In some case, the return of sample-fetches is ignored (2) - BUG/MINOR: stream-int: automatically release SI_FL_WAIT_DATA on SHUTW_NOW - DOC: lua: section declared twice - DOC: fix small typo in fe_id (backend instead of frontend) - BUG/MINOR: lua: memory leak executing tasks - BUG/MEDIUM: ssl: properly reset the reused_sess during a forced handshake - BUG/MEDIUM: ssl: avoid double free when releasing bind_confs - BUG/MINOR: backend: nbsrv() should return 0 if backend is disabled - BUG/MEDIUM: ssl: for a handshake when server-side SNI changes - BUG/MINOR: systemd: potential zombie processes 2016/11/20 : 1.6.10 - BUG/MINOR: Fix OSX compilation errors - BUG/MINOR: displayed PCRE version is running release - MINOR: show Built with PCRE version - MINOR: show Running on zlib version - MINOR: Add fe_req_rate sample fetch - MEDIUM: make SO_REUSEPORT configurable - BUG/MINOR: vars: use sess and not s->sess in action_store() - BUG/MINOR: vars: make smp_fetch_var() more robust against misuses - BUG/MINOR: vars: smp_fetch_var() doesn't depend on HTTP but on the session - BUG/MINOR: ssl: Check malloc return code - BUG/MINOR: ssl: prevent multiple entries for the same certificate - BUG/MINOR: systemd: make the wrapper return a non-null status code on error - BUG/MINOR: systemd: always restore signals before execve() - BUG/MINOR: systemd: check return value of calloc() - MINOR: systemd: report it when execve() fails - BUG/MEDIUM: systemd: let the wrapper know that haproxy has completed or failed - BUILD: protocol: fix some build errors on OpenBSD - BUILD: log: iovec requires to include sys/uio.h on OpenBSD - BUILD: tcp: do not include netinet/ip.h for IP_TTL - BUILD: checks: remove the last strcat and eliminate a warning on OpenBSD - BUILD: poll: remove unused hap_fd_isset() which causes a warning with clang - MINOR: cfgparse: few memory leaks fixes. - MINOR: build: Allow linking to device-atlas library file - DOC: Fix typo in description of `-st` parameter in man page - BUG/MEDIUM: peers: on shutdown, wake up the appctx, not the stream - BUG/MEDIUM: peers: fix use after free in peer_session_create() - BUG/MEDIUM: systemd-wrapper: return correct exit codes - BUG/MEDIUM: srv-state: properly restore the DRAIN state - BUG/MINOR: srv-state: allow to have both CMAINT and FDRAIN flags - BUG/MEDIUM: servers: properly propagate the maintenance states during startup - BUG: vars: Fix 'set-var' converter because of a typo - BUG/MEDIUM: channel: bad unlikely macro - CLEANUP: lua: move comment - CLEANUP: lua: control executed twice - CLEANUP: ssl: Fix bind keywords name in comments - DOC: ssl: Use correct wording for ca-sign-pass - BUG/MINOR: stick-table: handle out-of-memory condition gracefully - BUG/MEDIUM: connection: check the control layer before stopping polling - BUG/MEDIUM: stick-table: fix regression caused by recent fix for out-of-memory - CONTRIB: initiate a debugging suite to make debugging easier - BUG/MINOR: cli: properly decrement ref count on tables during failed dumps - BUG/MEDIUM: lua: In some case, the return of sample-fetche is ignored To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/haproxy/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/haproxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148398824153840 Content-Disposition: inline Content-Length: 1665 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/haproxy/Makefile diff -u pkgsrc/net/haproxy/Makefile:1.30 pkgsrc/net/haproxy/Makefile:1.31 --- pkgsrc/net/haproxy/Makefile:1.30 Sun Nov 13 19:37:18 2016 +++ pkgsrc/net/haproxy/Makefile Mon Jan 9 18:57:21 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2016/11/13 19:37:18 morr Exp $ +# $NetBSD: Makefile,v 1.31 2017/01/09 18:57:21 morr Exp $ -DISTNAME= haproxy-1.6.9 -PKGREVISION= 1 +DISTNAME= haproxy-1.6.11 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.24 pkgsrc/net/haproxy/distinfo:1.25 --- pkgsrc/net/haproxy/distinfo:1.24 Thu Oct 13 19:08:34 2016 +++ pkgsrc/net/haproxy/distinfo Mon Jan 9 18:57:21 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2016/10/13 19:08:34 morr Exp $ +$NetBSD: distinfo,v 1.25 2017/01/09 18:57:21 morr Exp $ -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 (haproxy-1.6.11.tar.gz) = 8c1c1b2346cf18379cd798fbc6364fdab5e17d32 +RMD160 (haproxy-1.6.11.tar.gz) = d3ba3e335e1072ee73c9c74f1eefa918e3bfaa70 +SHA512 (haproxy-1.6.11.tar.gz) = 73ff1c7301197b3bd75a3b1355787419676854d132ce2dcdacb2a296e297dcdfc52b0c571a4fb715e369f1126e1a58196fabb21f828c880f15904032da78e434 +Size (haproxy-1.6.11.tar.gz) = 1574029 bytes SHA1 (patch-Makefile) = f635093d547270603ffea8837a42a8cca2e03bdf --_----------=_148398824153840--