forked from pool/haproxy
Accepting request 438388 from server:http
- Update to version 1.6.9+git.1477940904.ab45181 (fate#321723) * 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: let the wrapper know that haproxy has completed or failed * MINOR: systemd: report it when execve() fails * BUG/MINOR: systemd: check return value of calloc() * BUG/MINOR: systemd: always restore signals before execve() * BUG/MINOR: systemd: make the wrapper return a non-null status code on error * BUG/MINOR: ssl: prevent multiple entries for the same certificate * BUG/MINOR: ssl: Check malloc return code * BUG/MINOR: vars: smp_fetch_var() doesn't depend on HTTP but on the session * BUG/MINOR: vars: make smp_fetch_var() more robust against misuses * BUG/MINOR: vars: use sess and not s->sess in action_store() * MEDIUM: make SO_REUSEPORT configurable * MINOR: Add fe_req_rate sample fetch * MINOR: show Running on zlib version * MINOR: show Built with PCRE version * BUG/MINOR: displayed PCRE version is running release OBS-URL: https://build.opensuse.org/request/show/438388 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=44
This commit is contained in:
commit
29ac44e7f0
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.6.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">haproxy</param>
|
||||
<param name="versionformat">1.6.9</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">haproxy*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">haproxy</param>
|
||||
</service>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.6.git</param>
|
||||
<param name="changesrevision">ab45181e36b6c4f7d31c5284035937c2d0be37eb</param></service></servicedata>
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 02 16:56:57 UTC 2016 - kgronlund@suse.com
|
||||
|
||||
- Update to version 1.6.9+git.1477940904.ab45181 (fate#321723)
|
||||
* 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: let the wrapper know that haproxy has completed or failed
|
||||
* MINOR: systemd: report it when execve() fails
|
||||
* BUG/MINOR: systemd: check return value of calloc()
|
||||
* BUG/MINOR: systemd: always restore signals before execve()
|
||||
* BUG/MINOR: systemd: make the wrapper return a non-null status code on error
|
||||
* BUG/MINOR: ssl: prevent multiple entries for the same certificate
|
||||
* BUG/MINOR: ssl: Check malloc return code
|
||||
* BUG/MINOR: vars: smp_fetch_var() doesn't depend on HTTP but on the session
|
||||
* BUG/MINOR: vars: make smp_fetch_var() more robust against misuses
|
||||
* BUG/MINOR: vars: use sess and not s->sess in action_store()
|
||||
* MEDIUM: make SO_REUSEPORT configurable
|
||||
* MINOR: Add fe_req_rate sample fetch
|
||||
* MINOR: show Running on zlib version
|
||||
* MINOR: show Built with PCRE version
|
||||
* BUG/MINOR: displayed PCRE version is running release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 07:16:13 UTC 2016 - kgronlund@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user