forked from pool/haproxy
- Update to version 2.3.1+git0.bdd7178b8:
* [RELEASE] Released version 2.3.1 * REGTEST: make ssl_client_samples and ssl_server_samples require to 2.2 * MINOR: peers: Add traces to peer_treat_updatemsg(). * REGTEST: ssl: mark reg-tests/ssl/ssl_crt-list_filters.vtc as broken * REGTEST: ssl: test wildcard and multi-type + exclusions * MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error. * MINOR: config/mux-h2: Return ERR_ flags from init_h2() instead of a status * MINOR: init: Fix the prototype for per-thread free callbacks * BUG/MINOR: tcpcheck: Don't warn on unused rules if check option is after * MINOR: spoe: Don't close connection in sync mode on processing timeout * BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet * BUG/MINOR: http-htx: Handle warnings when parsing http-error and http-errors * MINOR: check: report error on incompatible connect proto * MINOR: check: report error on incompatible proto * BUG/MEDIUM: check: reuse srv proto only if using same mode * BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches * BUG/MINOR: http-fetch: Extract cookie value even when no cookie name * BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages * BUG/MINOR: peers: Missing TX cache entries reset. * BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries. * BUG/MINOR: stats: free dynamically stats fields/lines on shutdown * BUG/MINOR: lua: set buffer size during map lookups * BUG/MINOR: pattern: a sample marked as const could be written OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=233
This commit is contained in:
parent
b714a11eec
commit
c933930574
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">689d98154</param>
|
||||
<param name="revision">v2.3.1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -7,4 +7,4 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.2.git</param>
|
||||
<param name="changesrevision">34b2b106689c8a017eb5726193b199ea96f2c9f7</param></service><service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.3.git</param>
|
||||
<param name="changesrevision">689d981541a4805760acd6a2ba1433dc3d3534b1</param></service></servicedata>
|
||||
<param name="changesrevision">bdd7178b89700a6e0f79c17b374048e9cb04ffca</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31be0fd2ed494b3e5da3be61fb3651fdab12bf8dec5b25d4d4f0e8d9e3126f49
|
||||
size 2979956
|
3
haproxy-2.3.1+git0.bdd7178b8.tar.gz
Normal file
3
haproxy-2.3.1+git0.bdd7178b8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2e5434cd1cd7ce2e6140971ec239004cf405c72ea4f638f461658a46fa5ea10
|
||||
size 2981119
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 22:14:25 UTC 2020 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.3.1+git0.bdd7178b8:
|
||||
* [RELEASE] Released version 2.3.1
|
||||
* REGTEST: make ssl_client_samples and ssl_server_samples require to 2.2
|
||||
* MINOR: peers: Add traces to peer_treat_updatemsg().
|
||||
* REGTEST: ssl: mark reg-tests/ssl/ssl_crt-list_filters.vtc as broken
|
||||
* REGTEST: ssl: test wildcard and multi-type + exclusions
|
||||
* MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error.
|
||||
* MINOR: config/mux-h2: Return ERR_ flags from init_h2() instead of a status
|
||||
* MINOR: init: Fix the prototype for per-thread free callbacks
|
||||
* BUG/MINOR: tcpcheck: Don't warn on unused rules if check option is after
|
||||
* MINOR: spoe: Don't close connection in sync mode on processing timeout
|
||||
* BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet
|
||||
* BUG/MINOR: http-htx: Handle warnings when parsing http-error and http-errors
|
||||
* MINOR: check: report error on incompatible connect proto
|
||||
* MINOR: check: report error on incompatible proto
|
||||
* BUG/MEDIUM: check: reuse srv proto only if using same mode
|
||||
* BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches
|
||||
* BUG/MINOR: http-fetch: Extract cookie value even when no cookie name
|
||||
* BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages
|
||||
* BUG/MINOR: peers: Missing TX cache entries reset.
|
||||
* BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries.
|
||||
* BUG/MINOR: stats: free dynamically stats fields/lines on shutdown
|
||||
* BUG/MINOR: lua: set buffer size during map lookups
|
||||
* BUG/MINOR: pattern: a sample marked as const could be written
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 06 16:14:26 UTC 2020 - mrueckert@suse.de
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.3.0+git4.689d98154
|
||||
Version: 2.3.1+git0.bdd7178b8
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user