forked from pool/haproxy
- Update to version 2.7.1+git0.3e4af0ed7:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=276
This commit is contained in:
parent
fc293c0583
commit
f7d60da977
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.7.0</param>
|
||||
<param name="revision">v2.7.1</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.7.git</param>
|
||||
<param name="changesrevision">437fd289f2e32e56498d2d4da63852d483f284ef</param>
|
||||
<param name="changesrevision">3e4af0ed7e33df3afc0a54a84af7774a3849b5b6</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cc97e2cb36a5fa157b93b96008648a6dea3b61cb6b25b76a3ef116e4b37bef4
|
||||
size 4231162
|
3
haproxy-2.7.1+git0.3e4af0ed7.tar.gz
Normal file
3
haproxy-2.7.1+git0.3e4af0ed7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c642232b6c8042a9d53e7a455c4d061573049d2986731cb828d561cd7b469cb1
|
||||
size 4249562
|
@ -1,3 +1,91 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 25 06:01:14 UTC 2022 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.7.1+git0.3e4af0ed7:
|
||||
* [RELEASE] Released version 2.7.1
|
||||
* BUG/MEDIUM: stats: Rely on a local trash buffer to dump the stats
|
||||
* BUG/MINOR:: mux-h1: Never handle error at mux level for running connection
|
||||
* BUG/MINOR: mux-h1: Report EOS on parsing/internal error for not running stream
|
||||
* BUG/MEDIUM: tests: use tmpdir to create UNIX socket
|
||||
* REGTESTS: startup: disable automatic_maxconn.vtc
|
||||
* BUG/MINOR: quic: fix crash on PTO rearm if anti-amplification reset
|
||||
* BUG/MINOR: stats: fix show stat json buffer limitation
|
||||
* MINOR: stats: introduce stats field ctx
|
||||
* MINOR: stats: provide ctx for dumping functions
|
||||
* BUG/MINOR: ssl: Fix memory leak of find_chain in ssl_sock_load_cert_chain
|
||||
* MINOR: h3: check return values of htx_add_* on headers parsing
|
||||
* BUG/MINOR: h3: fix memleak on HEADERS parsing failure
|
||||
* BUG/MEDIUM: h3: fix cookie header parsing
|
||||
* BUG/MINOR: mux-h1: Fix test instead a BUG_ON() in h1_send_error()
|
||||
* BUG/MEDIUM: mux-h1: Don't release H1 stream upgraded from TCP on error
|
||||
* LICENSE: wurfl: clarify the dummy library license.
|
||||
* BUG/MINOR: mux-quic: handle properly alloc error in qcs_new()
|
||||
* BUG/MINOR: mux-quic: remove qcs from opening-list on free
|
||||
* CLEANUP: mux-quic: remove unused attribute on qcs_is_close_remote()
|
||||
* BUG/MINOR: quic: handle alloc failure on qc_new_conn() for owned socket
|
||||
* BUG/MINOR: quic: properly handle alloc failure in qc_new_conn()
|
||||
* BUG/MINOR: quic: fix fd leak on startup check quic-conn owned socket
|
||||
* MINOR: quic: reconnect quic-conn socket on address migration
|
||||
* MEDIUM: quic: requeue datagrams received on wrong socket
|
||||
* MINOR: mux-quic: rename duplicate function names
|
||||
* MEDIUM: quic: move receive out of FD handler to quic-conn io-cb
|
||||
* MEDIUM: quic: use quic-conn socket for reception
|
||||
* MINOR: quic: use connection socket for emission
|
||||
* MINOR: quic: allocate a socket per quic-conn
|
||||
* MINOR: quic: define config option for socket per conn
|
||||
* MINOR: quic: test IP_PKTINFO support for quic-conn owned socket
|
||||
* MINOR: quic: startup detect for quic-conn owned socket support
|
||||
* MINOR: quic: ignore address migration during handshake
|
||||
* MINOR: quic: detect connection migration
|
||||
* MINOR: tools: add port for ipcmp as optional criteria
|
||||
* MINOR: quic: extract datagram parsing code
|
||||
* MINOR: quic: complete traces in qc_rx_pkt_handle()
|
||||
* MINOR: quic: remove qc from quic_rx_packet
|
||||
* BUILD: peers: peers-t.h depends on stick-table-t.h
|
||||
* CI: github: split matrix for development and stable branches
|
||||
* CI: github: remove redundant ASAN loop
|
||||
* MINOR: debug: add a balance of alloc - free at the end of the memstats dump
|
||||
* MINOR: debug: support pool filtering on "debug dev memstats"
|
||||
* BUG/MEDIUM: h3: parse content-length and reject invalid messages
|
||||
* MINOR: http: extract content-length parsing from H2
|
||||
* BUG/MEDIUM: h3: reject request with invalid pseudo header
|
||||
* BUG/MEDIUM: h3: reject request with invalid header name
|
||||
* REGTESTS: startup: add alternatives values in automatic_maxconn.vtc
|
||||
* BUG/MEDIUM: resolvers: Use tick_first() to update the resolvers task timeout
|
||||
* BUG/MEDIUM: freq-ctr: Don't compute overshoot value for empty counters
|
||||
* CLEANUP: ssl: remove check on srv->proxy
|
||||
* REGTESTS: startup: activate automatic_maxconn.vtc
|
||||
* CI: github: set ulimit -n to a greater value
|
||||
* REGTESTS: startup: change the expected maxconn to 11000
|
||||
* BUG/MINOR: startup: don't use internal proxies to compute the maxconn
|
||||
* REGTESTS: startup: check maxconn computation
|
||||
* REGTESTS: fix the race conditions in iff.vtc
|
||||
* BUG/MAJOR: fcgi: Fix uninitialized reserved bytes
|
||||
* DOC: promex: Add missing backend metrics
|
||||
* MINOR: promex: introduce haproxy_backend_agg_check_status
|
||||
* BUG/MINOR: promex: create haproxy_backend_agg_server_status
|
||||
* MINOR: pools: make DEBUG_UAF a runtime setting
|
||||
* DEBUG: pool: show a few examples in -dMhelp
|
||||
* CLEANUP: pools: get rid of CONFIG_HAP_POOLS
|
||||
* REORG: pool: move all the OS specific code to pool-os.h
|
||||
* CLEANUP: pool: only include pool-os from pool.c not pool.h
|
||||
* CLEANUP: pools: move the write before free to the uaf-only function
|
||||
* BUG/MEDIUM: httpclient/lua: double LIST_DELETE on end of lua task
|
||||
* BUILD: makefile/da: also clean Os/ in Device Atlas dummy lib dir
|
||||
* BUILD: atomic: atomic.h may need compiler.h on ARMv8.2-a
|
||||
* BUG/MINOR: init/threads: continue to limit default thread count to max per group
|
||||
* BUG/MINOR: checks: restore legacy on-error fastinter behavior
|
||||
* BUG/MEDIUM: mworker: create the mcli_reload socketpairs in case of upgrade
|
||||
* BUG/MEDIUM: mworker: fix segv in early failure of mworker mode with peers
|
||||
* MINOR: mworker: display an alert upon a wait-mode exit
|
||||
* BUG/MINOR: checks: make sure fastinter is used even on forced transitions
|
||||
* BUG/MEDIUM: checks: do not reschedule a possibly running task on state change
|
||||
* CI: github: split ssl lib selection based on git branch
|
||||
* CI: github: reintroduce openssl 1.1.1
|
||||
* BUG/MEDIIM: stconn: Flush output data before forwarding close to write side
|
||||
* BUG/MINOR: ssl: initialize WolfSSL before parsing
|
||||
* BUG/MINOR: ssl: initialize SSL error before parsing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 01 15:25:38 UTC 2022 - mrueckert@suse.de
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.7.0+git0.437fd289f
|
||||
Version: 2.7.1+git0.3e4af0ed7
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user