forked from pool/haproxy
Accepting request 889644 from server:http
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/889644 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=102
This commit is contained in:
commit
39d1486a51
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.3.9</param>
|
||||
<param name="revision">v2.3.10</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">afb63bc040ab53db7520eaef49b79970d2b636d9</param></service></servicedata>
|
||||
<param name="changesrevision">4764f0e4eac1a823331f59e2a2c68e96e303a112</param></service></servicedata>
|
3
haproxy-2.3.10+git0.4764f0e4e.tar.gz
Normal file
3
haproxy-2.3.10+git0.4764f0e4e.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e25dd670c6c700e0363b869fc1b5d50a07648743dbb0c4b968e432d2311bc905
|
||||
size 3029769
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ac47bd03e6985636f0008f307a9943c1c6d76e2f67998d90c59dbffc2e3d7c6
|
||||
size 3015994
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 23 20:35:49 UTC 2021 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.3.10+git0.4764f0e4e:
|
||||
* [RELEASE] Released version 2.3.10
|
||||
* BUG/MEDIUM: peers: re-work refcnt on table to protect against flush
|
||||
* BUG/MEDIUM: peers: re-work connection to new process during reload.
|
||||
* BUG/MINOR: peers: remove useless table check if initial resync is finished
|
||||
* BUG/MEDIUM: mux-h2: Properly handle shutdowns when received with data
|
||||
* BUG/MINOR: mworker: don't use oldpids[] anymore for reload
|
||||
* BUG/MINOR: mworker/init: don't reset nb_oldpids in non-mworker cases
|
||||
* BUG/MEDIUM: config: fix cpu-map notation with both process and threads
|
||||
* BUG/MEDIUM: mux-h2: Fix dfl calculation when merging CONTINUATION frames
|
||||
* BUG/MAJOR: mux-h2: Properly detect too large frames when decoding headers
|
||||
* BUG/MINOR: server: free srv.lb_nodes in free_server
|
||||
* BUG/MINOR: mux-h1: Release idle server H1 connection if data are received
|
||||
* BUG/MINOR: logs: Report the true number of retries if there was no connection
|
||||
* BUG/MINOR: http_htx: Remove BUG_ON() from http_get_stline() function
|
||||
* BUG/MINOR: http-fetch: Make method smp safe if headers were already forwarded
|
||||
* BUG/MINOR: ssl-samples: Fix ssl_bc_* samples when called from a health-check
|
||||
* MINOR: connection: Make bc_http_major compatible with tcp-checks
|
||||
* BUG/MINOR: connection: Fix fc_http_major and bc_http_major for TCP connections
|
||||
* MINOR: logs: Add support of checks as session origin to format lf strings
|
||||
* BUG/MINOR: checks: Set missing id to the dummy checks frontend
|
||||
* BUG/MEDIUM: threads: Ignore current thread to end its harmless period
|
||||
* DOC: ssl: Certificate hot update only works on fronted certificates
|
||||
* BUG/MEDIUM: sample: Fix adjusting size in field converter
|
||||
* MINOR: No longer rely on deprecated sample fetches for predefined ACLs
|
||||
* DOC: clarify that compression works for HTTP/2
|
||||
* BUG/MINOR: tools: fix parsing "us" unit for timers
|
||||
* CONTRIB: halog: fix issue with array of type char
|
||||
* REGTESTS: ssl: mark set_ssl_cert_bundle.vtc as broken
|
||||
* DOC: Explicitly state only IPv4 are supported by forwardfor/originalto options
|
||||
* REGTESTS: ssl: "set ssl cert" and multi-certificates bundle
|
||||
* BUG/MINOR: ssl: Add missing free on SSL_CTX in ckch_inst_free
|
||||
* BUG/MINOR: http_fetch: make hdr_ip() resistant to empty fields
|
||||
* BUG/MINOR: ssl: Prevent removal of crt-list line if the instance is a default one
|
||||
* BUG/MINOR: ssl: Fix update of default certificate
|
||||
* BUILD: tcp: use IPPROTO_IPV6 instead of SOL_IPV6 on FreeBSD/MacOS
|
||||
* BUG/MINOR: tcp: fix silent-drop workaround for IPv6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 17:35:22 UTC 2021 - mrueckert@suse.de
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.3.9+git1.afb63bc04
|
||||
Version: 2.3.10+git0.4764f0e4e
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user