From f9f75e4ad0a9e7c3aed03e00468962db9df1c6d8 Mon Sep 17 00:00:00 2001 From: morr Date: Mon, 3 Apr 2017 20:56:49 +0000 Subject: Update to newest version 1.7.5. ChangeLog: 2017/04/03 : 1.7.5 - BUG/MEDIUM: peers: fix buffer overflow control in intdecode. - BUG/MEDIUM: buffers: Fix how input/output data are injected into buffers - BUG/MEDIUM: http: Fix blocked HTTP/1.0 responses when compression is enabled - BUG/MINOR: filters: Don't force the stream's wakeup when we wait in flt_end_analyze - DOC: fix parenthesis and add missing "Example" tags - DOC: update the contributing file - DOC: log-format/tcplog/httplog update - MINOR: config parsing: add warning when log-format/tcplog/httplog is overriden in "defaults" sections 2017/03/27 : 1.7.4 - MINOR: config: warn when some HTTP rules are used in a TCP proxy - BUG/MINOR: spoe: Fix soft stop handler using a specific id for spoe filters - BUG/MINOR: spoe: Fix parsing of arguments in spoe-message section - BUG/MEDIUM: ssl: Clear OpenSSL error stack after trying to parse OCSP file - BUG/MEDIUM: cli: Prevent double free in CLI ACL lookup - BUG/MINOR: Fix "get map " CLI command - BUG/MAJOR: connection: update CO_FL_CONNECTED before calling the data layer - BUG/MEDIUM: ssl: switchctx should not return SSL_TLSEXT_ERR_ALERT_WARNING - BUG/MINOR: checks: attempt clean shutw for SSL check - CONTRIB: tcploop: add limits.h to fix build issue with some compilers - CONTRIB: tcploop: make it build on FreeBSD - CONTRIB: tcploop: fix time format to silence build warnings - CONTRIB: tcploop: report action 'K' (kill) in usage message - CONTRIB: tcploop: fix connect's address length - CONTRIB: tcploop: use the trash instead of NULL for recv() - BUG/MEDIUM: listener: do not try to rebind another process' socket - BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze - BUG/MAJOR: stream-int: do not depend on connection flags to detect connection - BUG/MEDIUM: connection: ensure to always report the end of handshakes - BUG: payload: fix payload not retrieving arbitrary lengths - BUG/MAJOR: http: fix typo in http_apply_redirect_rule - MINOR: doc: 2.4. Examples should be 2.5. Examples - BUG/MEDIUM: stream: fix client-fin/server-fin handling - MINOR: fd: add a new flag HAP_POLL_F_RDHUP to struct poller - BUG/MINOR: raw_sock: always perfom the last recv if RDHUP is not available - DOC/MINOR: Fix typos in proxy protocol doc - DOC: Protocol doc: add checksum, TLV type ranges - DOC: Protocol doc: add SSL TLVs, rename CHECKSUM - DOC: Protocol doc: add noop TLV - MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time - BUG/MINOR: cfgparse: loop in tracked servers lists not detected by check_config_validity(). - MINOR: server: irrelevant error message with 'default-server' config file keyword. - MINOR: doc: fix use-server example (imap vs mail) - BUG/MEDIUM: tcp: don't require privileges to bind to device - BUILD: make the release script use shortlog for the final changelog - BUILD: scripts: fix typo in announce-release error message --- net/haproxy/Makefile | 4 ++-- net/haproxy/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net/haproxy') diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index a5aa7682e2a..c9621e08c33 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2017/03/07 17:48:06 morr Exp $ +# $NetBSD: Makefile,v 1.33 2017/04/03 20:56:49 morr Exp $ -DISTNAME= haproxy-1.7.3 +DISTNAME= haproxy-1.7.5 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.7/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 6513a936493..ddcfc408379 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2017/03/07 17:48:06 morr Exp $ +$NetBSD: distinfo,v 1.27 2017/04/03 20:56:49 morr Exp $ -SHA1 (haproxy-1.7.3.tar.gz) = a6c7b650fac42113e1350044cbf55a72fa3203f9 -RMD160 (haproxy-1.7.3.tar.gz) = 49219393a0e60d0bb08ff73e5597fb20f5eb4dab -SHA512 (haproxy-1.7.3.tar.gz) = 9a5dd5d910f73ce9d9a69b137942749a15143db5b00fef5cac1c8b93d4ce27e3348a329fc0e82302642fb29151d37ffa2edeeb26e59a8ac29b4c28000663369a -Size (haproxy-1.7.3.tar.gz) = 1737006 bytes +SHA1 (haproxy-1.7.5.tar.gz) = 1b06931b9fd83ba64ef59a25b9ce6275b0f67809 +RMD160 (haproxy-1.7.5.tar.gz) = 40de07d042461cf00a08187629ef89747aed02dc +SHA512 (haproxy-1.7.5.tar.gz) = 9fc62b492b4eb80039511339d6e677107f4ba842f275d4be216a70a0d3d0463c819e10e365a7e9fe2e95e0b446b00350b4ee161e98bd724ca2e0e4e60bea5734 +Size (haproxy-1.7.5.tar.gz) = 1743979 bytes SHA1 (patch-Makefile) = f635093d547270603ffea8837a42a8cca2e03bdf -- cgit v1.2.3