Change logs for haproxy source package in Artful

  • haproxy (1.7.9-1ubuntu1) artful; urgency=medium
    
      * Backport of -x option from upstream haproxy to enable seamless
        reloading of haproxy without dropping connections.  This is enabled
        by adding
        " stats socket <stats file> expose-fd listeners
          stats bind-process 1 "
        to the global section of your haproxy config, and
        setting HAPROXY_STATS_SOCKET in the haproxy.service unit file.
        (LP: #1712925)
    
     -- Dave Chiluk <email address hidden>  Thu, 14 Sep 2017 12:32:36 -0500
  • haproxy (1.7.9-1) unstable; urgency=medium
    
      * New upstream version release (see CHANGELOG):
        - BUG/MAJOR: lua/socket: resources not destroyed when the socket is
                     aborted
        - BUG/MEDIUM: lua: bad memory access
        - BUG/MEDIUM: http: Switch HTTP responses in TUNNEL mode when body
                      length is undefined
    
     -- Vincent Bernat <email address hidden>  Sat, 19 Aug 2017 12:05:02 +0200
  • haproxy (1.7.8-1) unstable; urgency=medium
    
      * New upstream version release (see CHANGELOG):
        - BUG/MAJOR: cli: fix custom io_release was crushed by NULL.
        - BUG/MAJOR: compression: Be sure to release the compression state in
                     all cases
        - BUG/MAJOR: map: fix segfault during 'show map/acl' on cli.
        - BUG/MEDIUM: filters: Be sure to call flt_end_analyze for both
                      channels
        - BUG/MEDIUM: map/acl: fix unwanted flags inheritance.
      * Bump Standards-Version to 4.0.0. No changes needed.
      * Update d/watch to use https.
    
     -- Vincent Bernat <email address hidden>  Sat, 08 Jul 2017 08:24:35 +0200
  • haproxy (1.7.7-1) unstable; urgency=medium
    
      * New upstream version release (see CHANGELOG):
        - BUG/MEDIUM: http: Drop the connection establishment when a redirect
                      is performed
        - BUG/MEDIUM: cfgparse: Check if tune.http.maxhdr is in the range
                      1..32767
    
     -- Vincent Bernat <email address hidden>  Mon, 26 Jun 2017 14:06:48 +0200
  • haproxy (1.7.6-1) unstable; urgency=medium
    
      * New upstream version release (see CHANGELOG):
        - BUG/MAJOR: Use -fwrapv.
        - BUG/MAJOR: http: call manage_client_side_cookies() before erasing
                     the buffer
        - BUG/MAJOR: server: Segfault after parsing server state file.
        - BUG/MEDIUM: acl: don't free unresolved args in prune_acl_expr()
        - BUG/MEDIUM: acl: proprely release unused args in prune_acl_expr()
        - BUG/MEDIUM: arg: ensure that we properly unlink unresolved arguments
                      on error
        - BUG/MEDIUM: lua: memory leak
        - BUG/MEDIUM: lua: segfault if a converter or a sample doesn't return
                      anything
        - BUG/MEDIUM: peers: Peers CLOSE_WAIT issue.
        - BUG/MEDIUM: unix: never unlink a unix socket from the file system
    
     -- Vincent Bernat <email address hidden>  Sun, 18 Jun 2017 12:34:40 +0200
  • haproxy (1.7.5-2) unstable; urgency=medium
    
      * Enable getaddrinfo() support, allowing resolution of hostnames to IPv6
        addresses (Closes: #862780). Thanks to Anton Eliasson
        <email address hidden>!
    
     -- Apollon Oikonomopoulos <email address hidden>  Wed, 17 May 2017 13:01:45 +0300
  • haproxy (1.7.5-1) unstable; urgency=medium
    
      * New upstream version release (see CHANGELOG):
        - 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
    
     -- Apollon Oikonomopoulos <email address hidden>  Tue, 04 Apr 2017 14:25:38 +0300
  • haproxy (1.7.2-1) unstable; urgency=medium
    
      * New upstream release (see CHANGELOG):
        + Fix a regression whereby fragmented requests were randomly flagged as
          bad requests depending on previous buffer contents; this was noticable
          under low load with authenticated requests.
        + Fix dynamic address resolution for IPv6-only hosts.
        + Make sure SSL sessions are not reused when the SNI changes. This makes
          SNI and SSL health checks play nice together.
        + Minor improvements:
          - Add the ability to perform actions on multiple servers via the stats
            page.
          - Add the ability to specify a custom HTTP reason field in generated
            responses.
          - New sample fetch function, `fc_rcvd_proxy', indicating wheter the
            PROXY protocol was used on the frontend for a connection or not.
    
     -- Apollon Oikonomopoulos <email address hidden>  Fri, 13 Jan 2017 14:49:05 +0200