forked from pool/haproxy
haproxy 3.0.2
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=306
This commit is contained in:
parent
1dd5fe4c8a
commit
0e4619e65b
2
_service
2
_service
@ -6,7 +6,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="revision">v3.0.1</param>
|
<param name="revision">v3.0.2</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">http://git.haproxy.org/git/haproxy-3.0.git/</param>
|
<param name="url">http://git.haproxy.org/git/haproxy-3.0.git/</param>
|
||||||
<param name="changesrevision">471a1b2f11d7367ac03056a3d840146741341b64</param>
|
<param name="changesrevision">a45a8e6235853e787e59b13f07355f4729ae3c8e</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:423b282e3f117db2c2c628ae9245f57b598e284b5a9ce7b88fe647700299daaf
|
|
||||||
size 4821322
|
|
3
haproxy-3.0.2+git0.a45a8e623.tar.gz
Normal file
3
haproxy-3.0.2+git0.a45a8e623.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:070870d42c1a76bc925fd0b4541a92a750c5af861014905e57db2b904f465c46
|
||||||
|
size 4822140
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 16 06:44:56 UTC 2024 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
- Update to version 3.0.2+git0.a45a8e623:
|
||||||
|
* [RELEASE] Released version 3.0.2
|
||||||
|
* DOC: management: rename show stats domain cli "dns" to "resolvers"
|
||||||
|
* DOC/MINOR: management: add -dZ option
|
||||||
|
* DOC/MINOR: management: add missed -dR and -dv options
|
||||||
|
* BUG/MINOR: quic: fix padding of INITIAL packets
|
||||||
|
* BUG/MAJOR: mux-h1: Prevent any UAF on H1 connection after draining a request
|
||||||
|
* CLEANUP: log/proxy: fix comment in proxy_free_common()
|
||||||
|
* BUG/MEDIUM: proxy: fix UAF with {tcp,http}checks logformat expressions
|
||||||
|
* MINOR: proxy: add proxy_free_common() helper function
|
||||||
|
* BUG/MINOR: promex: Skip resolvers metrics when there is no resolver section
|
||||||
|
* DOC: config: add missing context hint for new server and proxy keywords
|
||||||
|
* DOC: config: add missing section hint for "guid" proxy keyword
|
||||||
|
* DOC: config: move "hash-key" from proxy to server options
|
||||||
|
* BUG/MEDIUM: log: fix lf_expr_postcheck() behavior with default section
|
||||||
|
* BUG/MINOR: proxy: fix header_unique_id leak on deinit()
|
||||||
|
* BUG/MINOR: proxy: fix source interface and usesrc leaks on deinit()
|
||||||
|
* BUG/MINOR: proxy: fix dyncookie_key leak on deinit()
|
||||||
|
* BUG/MINOR: proxy: fix check_{command,path} leak on deinit()
|
||||||
|
* BUG/MINOR: proxy: fix email-alert leak on deinit()
|
||||||
|
* BUG/MINOR: proxy: fix log_tag leak on deinit()
|
||||||
|
* BUG/MINOR: proxy: fix server_id_hdr_name leak on deinit()
|
||||||
|
* MINOR: log: fix "http-send-name-header" ignore warning message
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 10 14:52:46 UTC 2024 - mrueckert@suse.de
|
Mon Jun 10 14:52:46 UTC 2024 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 3.0.1+git0.471a1b2f1
|
Version: 3.0.2+git0.a45a8e623
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user