forked from pool/haproxy
- Update to version 2.1.6+git0.34db76106:
* [RELEASE] Released version 2.1.6 * BUG/MINOR: mworker: fix a memleak when execvp() failed * BUG/MINOR: ssl: fix a trash buffer leak in some error cases * BUG/MEDIUM: mworker: fix the reload with an -- option * BUG/MINOR: init: -S can have a parameter starting with a dash * BUG/MINOR: init: -x can have a parameter starting with a dash * BUG/MEDIUM: mworker: fix the copy of options in copy_argv() * BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics * BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations * BUG/MEDIUM: http-htx: Duplicate error messages as raw data instead of string * BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action * BUG/MINOR: peers: fix internal/network key type mapping. * SCRIPTS: publish-release: pass -n to gzip to remove timestamp * Revert "BUG/MEDIUM: connections: force connections cleanup on server changes" OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=218
This commit is contained in:
parent
aa43442e9e
commit
2a02a5d671
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">v2.1.5</param>
|
||||
<param name="revision">v2.1.6</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.1.git</param>
|
||||
<param name="changesrevision">36e14bd3189a239a146994e924c0b2fd5f7b6b46</param>
|
||||
<param name="changesrevision">34db7610667cc76f059040b5d045306c44440db5</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa58e344adba1fa5e34d88021bd41b66e2d3cdca92a286147bfb214cfbb78396
|
||||
size 2787594
|
3
haproxy-2.1.6+git0.34db76106.tar.gz
Normal file
3
haproxy-2.1.6+git0.34db76106.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f2979b6e985f20231a9aa8935fb722a9720d57980a636a309717b61496bcb5a
|
||||
size 2788509
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 08 21:58:40 UTC 2020 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.1.6+git0.34db76106:
|
||||
* [RELEASE] Released version 2.1.6
|
||||
* BUG/MINOR: mworker: fix a memleak when execvp() failed
|
||||
* BUG/MINOR: ssl: fix a trash buffer leak in some error cases
|
||||
* BUG/MEDIUM: mworker: fix the reload with an -- option
|
||||
* BUG/MINOR: init: -S can have a parameter starting with a dash
|
||||
* BUG/MINOR: init: -x can have a parameter starting with a dash
|
||||
* BUG/MEDIUM: mworker: fix the copy of options in copy_argv()
|
||||
* BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics
|
||||
* BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations
|
||||
* BUG/MEDIUM: http-htx: Duplicate error messages as raw data instead of string
|
||||
* BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action
|
||||
* BUG/MINOR: peers: fix internal/network key type mapping.
|
||||
* SCRIPTS: publish-release: pass -n to gzip to remove timestamp
|
||||
* Revert "BUG/MEDIUM: connections: force connections cleanup on server changes"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 29 11:28:18 UTC 2020 - mrueckert@suse.de
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.1.5+git0.36e14bd31
|
||||
Version: 2.1.6+git0.34db76106
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user