forked from pool/haproxy
Accepting request 438382 from home:KGronlund:branches: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/438382 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=135
This commit is contained in:
parent
c244fe9c79
commit
2b9286edca
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+git.%ct.%h</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>
|
3
haproxy-1.6.9+git.1477940904.ab45181.tar.gz
Normal file
3
haproxy-1.6.9+git.1477940904.ab45181.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17c0f7265944bcaa7e3aa84edc366ce4ee38e2747a2d051f87f85826674915d7
|
||||
size 1611327
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf7d2fa891d2ae4aa6489fc43a9cadf68c42f9cb0de4801afad45d32e7dda133
|
||||
size 1566715
|
@ -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
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: haproxy
|
||||
Version: 1.6.9
|
||||
Version: 1.6.9+git.1477940904.ab45181
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user