forked from pool/haproxy
- Update to version 2.2.2+git0.b8a2763d5:
* [RELEASE] Released version 2.2.2 * BUG/MEDIUM: tcp-checks: always attach the transport before installing the mux * BUG/MEDIUM: backend: always attach the transport before installing the mux * SCRIPTS: announce-release: add the link to the wiki in the announce messages * MINOR: stream-int: Be sure to have a mux to do sends and receives * MINOR: connection: Preinstall the mux for non-ssl connect * BUG/MEDIUM: connection: Be sure to always install a mux for sync connect * BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields * BUG/MINOR: tcp-rules: Preserve the right filter analyser on content eval abort * BUG/MINOR: lua: Abort execution of actions that yield on a final evaluation * BUG/MEDIUM: dns: Don't yield in do-resolve action on a final evaluation * MEDIUM: lua: Add support for the Lua 5.4 * BUG/MAJOR: dns: don't treat Authority records as an error * BUG/MAJOR: dns: fix null pointer dereference in snr_update_srv_status * BUG/MINOR: debug: Don't dump the lua stack if it is not initialized * BUILD: tools: fix build with static only toolchains * BUG/MINOR: mux-fcgi: Don't url-decode the QUERY_STRING parameter anymore OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=223
This commit is contained in:
parent
328e32a1d6
commit
d045cdaa69
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.2.1</param>
|
||||
<param name="revision">v2.2.2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -5,4 +5,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.2.git</param>
|
||||
<param name="changesrevision">0ef71a55769353c996166a747b77e0d311867639</param></service></servicedata>
|
||||
<param name="changesrevision">b8a2763d59c412207c4838579abd594a9a110a7d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9511510f4df0c634e7845cb124828ffcd347a4e4fdbf00e7bdd711c5e6ad73f4
|
||||
size 2952465
|
3
haproxy-2.2.2+git0.b8a2763d5.tar.gz
Normal file
3
haproxy-2.2.2+git0.b8a2763d5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dca7b8ec7f184d19b211b75f9f72ece12b109104c164a775d882680653d8e0f6
|
||||
size 2953963
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 31 10:56:54 UTC 2020 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.2.2+git0.b8a2763d5:
|
||||
* [RELEASE] Released version 2.2.2
|
||||
* BUG/MEDIUM: tcp-checks: always attach the transport before installing the mux
|
||||
* BUG/MEDIUM: backend: always attach the transport before installing the mux
|
||||
* SCRIPTS: announce-release: add the link to the wiki in the announce messages
|
||||
* MINOR: stream-int: Be sure to have a mux to do sends and receives
|
||||
* MINOR: connection: Preinstall the mux for non-ssl connect
|
||||
* BUG/MEDIUM: connection: Be sure to always install a mux for sync connect
|
||||
* BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields
|
||||
* BUG/MINOR: tcp-rules: Preserve the right filter analyser on content eval abort
|
||||
* BUG/MINOR: lua: Abort execution of actions that yield on a final evaluation
|
||||
* BUG/MEDIUM: dns: Don't yield in do-resolve action on a final evaluation
|
||||
* MEDIUM: lua: Add support for the Lua 5.4
|
||||
* BUG/MAJOR: dns: don't treat Authority records as an error
|
||||
* BUG/MAJOR: dns: fix null pointer dereference in snr_update_srv_status
|
||||
* BUG/MINOR: debug: Don't dump the lua stack if it is not initialized
|
||||
* BUILD: tools: fix build with static only toolchains
|
||||
* BUG/MINOR: mux-fcgi: Don't url-decode the QUERY_STRING parameter anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 15:00:50 UTC 2020 - mrueckert@suse.de
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.2.1+git0.0ef71a557
|
||||
Version: 2.2.2+git0.b8a2763d5
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user