forked from pool/haproxy
- Update to version 2.6.6+git0.274d1a4df:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=271
This commit is contained in:
parent
90554ff6aa
commit
44022b3ab7
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.6.5</param>
|
||||
<param name="revision">v2.6.6</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.6.git</param>
|
||||
<param name="changesrevision">987a4e248bbccf4bffe955b27ccfbcbb626348c2</param></service></servicedata>
|
||||
<param name="changesrevision">274d1a4dffe332885bce12f04ac0e452c5f512b2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbe7fc624326b31e520d92ddca1f151703a9da8662c80389b21eb9f98ef5977a
|
||||
size 4128578
|
3
haproxy-2.6.6+git0.274d1a4df.tar.gz
Normal file
3
haproxy-2.6.6+git0.274d1a4df.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d142ea7a8979313bd81be483b4a778634a94bf16e7522d43ad398f4604eeb86e
|
||||
size 4134359
|
@ -1,3 +1,77 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 13:19:38 UTC 2022 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.6.6+git0.274d1a4df:
|
||||
* [RELEASE] Released version 2.6.6
|
||||
* BUG/MINOR: log: improper behavior when escaping log data
|
||||
* REGTESTS: ssl: fix grep invocation to use extended regex in ssl_generate_certificate.vtc
|
||||
* REGTESTS: ssl: adopt tests to OpenSSL-3.0.N
|
||||
* REGTESTS: ssl: adopt tests to OpenSSL-3.0.N
|
||||
* BUG/MEDIUM: mux-quic: properly trim HTX buffer on snd_buf reset
|
||||
* MINOR: mux-quic: refactor snd_buf
|
||||
* REORG: mux-quic: export HTTP related function in a dedicated file
|
||||
* REORG: mux-quic: extract traces in a dedicated source file
|
||||
* BUG/MINOR: mux-quic: do not keep detached qcs with empty Tx buffers
|
||||
* BUG/MEDIUM: mux-quic: fix nb_hreq decrement
|
||||
* SCRIPTS: announce-release: update some URLs to https
|
||||
* BUILD: fd: fix a build warning on the DWCAS
|
||||
* BUG/MEDIUM: captures: free() an error capture out of the proxy lock
|
||||
* CLEANUP: quic,ssl: fix tiny typos in C comments
|
||||
* BUG/MEDIUM: server: segv when adding server with hostname from CLI
|
||||
* BUG/MINOR: mux-quic: do not remotely close stream too early
|
||||
* CLEANUP: mux-quic: remove stconn usage in h3/hq
|
||||
* BUG/MEDIUM: mux-quic: fix crash on early app-ops release
|
||||
* MEDIUM: quic: separate path for rx and tx with set_encryption_secrets
|
||||
* DOC: fix TOC in starter guide for subsection 3.3.8. Statistics
|
||||
* REGTESTS: ssl/log: test the log-forward with SSL
|
||||
* BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring.
|
||||
* REGTESTS: log: test the log-forward feature
|
||||
* BUG/MINOR: listener: null pointer dereference suspected by coverity
|
||||
* CLEANUP: listener: function comment typo in stop_listener()
|
||||
* REGTESTS: healthcheckmail: Relax matching on the healthcheck log message
|
||||
* BUG/MINOR: mux-h1: Increment open_streams counter when H1 stream is created
|
||||
* CLEANUP: pollers: remove dead code in the polling loop
|
||||
* BUG/MINOR: stats: fixing stat shows disabled frontend status as 'OPEN'
|
||||
* MINOR: proxy/listener: support for additional PAUSED state
|
||||
* MINOR: listener: small API change
|
||||
* BUG/MEDIUM: proxy: ensure pause_proxy() and resume_proxy() own PROXY_LOCK
|
||||
* DEV: flags: add missing CO_FL_FDLESS connection flag
|
||||
* DEV: flags: fix usage message to reflect available options
|
||||
* CI: cirrus-ci: bump FreeBSD image to 13-1
|
||||
* BUG/MINOR: signals/poller: ensure wakeup from signals
|
||||
* MINOR: h3: Send the h3 settings with others streams (requests)
|
||||
* MINOR: h3: Missing connection argument for a TRACE_LEAVE() argument
|
||||
* MINOR: h3: Add the quic_conn object to h3 traces
|
||||
* BUG/MINOR: h3: Crash when h3 trace verbosity is "minimal"
|
||||
* BUG/MINOR: quic: Trace fix about packet number space information.
|
||||
* BUG/MINOR: quic: Speed up the handshake completion only one time
|
||||
* BUG/MINOR: signals/poller: set the poller timeout to 0 when there are signals
|
||||
* BUG/MINOR: stream/sched: take into account CPU profiling for the last call
|
||||
* MINOR: sched: store the current profile entry in the thread context
|
||||
* BUG/MINOR: sched: properly account for the CPU time of dying tasks
|
||||
* BUG/MINOR: task: Fix detection of tasks profiling in tasklet_wakeup_after()
|
||||
* CLEANUP: task: rename ->call_date to ->wake_date
|
||||
* MINOR: task: permanently enable latency measurement on tasklets
|
||||
* BUG/MINOR: task: make task_instant_wakeup() work on a task not a tasklet
|
||||
* BUG/MINOR: task: always reset a new tasklet's call date
|
||||
* BUG/MINOR: quic: Wrong connection ID to thread ID association
|
||||
* MINOR: quic: No TRACE_LEAVE() in retrieve_qc_conn_from_cid()
|
||||
* MINOR: quic: Add traces about sent or resent TX frames
|
||||
* MINOR: quic: add QUIC support when no client_hello_cb
|
||||
* BUILD: quic: fix the #ifdef in ssl_quic_initial_ctx()
|
||||
* BUILD: ssl: fix the ifdef mess in ssl_sock_initial_ctx
|
||||
* BUILD: quic: enable early data only with >= openssl 1.1.1
|
||||
* BUILD: quic: temporarly ignore chacha20_poly1305 for libressl
|
||||
* BUILD: ssl: fix ssl_sock_switchtx_cbk when no client_hello_cb
|
||||
* BUILD: quic: add some ifdef around the SSL_ERROR_* for libressl
|
||||
* BUG/MINOR: quic: Possible crash when verifying certificates
|
||||
* BUG/MINOR: h1: Support headers case adjustment for TCP proxies
|
||||
* BUG/MINOR: quic: Possible crash with "tls-ticket-keys" on QUIC bind lines
|
||||
* BUG/MINOR: quic: Retransmitted frames marked as acknowledged
|
||||
* BUILD: makefile: enable crypt(3) for NetBSD
|
||||
* MINOR: Revert part of clarifying samples support per os commit
|
||||
* MEDIUM: peers: limit the number of updates sent at once
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 16:50:03 UTC 2022 - dmueller@suse.com
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.6.5+git0.987a4e248
|
||||
Version: 2.6.6+git0.274d1a4df
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user