forked from pool/haproxy
Accepting request 945628 from server:http
- Update to version 2.5.1+git0.86b093a51: OBS-URL: https://build.opensuse.org/request/show/945628 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=111
This commit is contained in:
commit
6b891986f0
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">v2.5.0</param>
|
<param name="revision">v2.5.1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">http://git.haproxy.org/git/haproxy-2.5.git</param>
|
<param name="url">http://git.haproxy.org/git/haproxy-2.5.git</param>
|
||||||
<param name="changesrevision">f2e0833f16aa8c09e1c7001ff55aac4f13c643b7</param>
|
<param name="changesrevision">86b093a51d35d13555b0e255d0c1e25313682929</param>
|
||||||
</service>
|
</service>
|
||||||
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:85e22342cd31b8a29c42ae021549df9d643254ba3883c1ca7c348e941cf813de
|
|
||||||
size 3911408
|
|
3
haproxy-2.5.1+git0.86b093a51.tar.gz
Normal file
3
haproxy-2.5.1+git0.86b093a51.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:846fe3a4612082d5a1839519550b4878fba192a2f6f601f4f6ef1fe6795a762e
|
||||||
|
size 3918972
|
@ -1,3 +1,67 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 11 17:20:22 UTC 2022 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.5.1+git0.86b093a51:
|
||||||
|
* [RELEASE] Released version 2.5.1
|
||||||
|
* CI: github actions: clean default step conditions
|
||||||
|
* BUILD: cpuset: fix build issue on macos introduced by previous change
|
||||||
|
* BUG/MAJOR: mux-h1: Don't decrement .curr_len for unsent data
|
||||||
|
* BUG/MINOR: ssl: Store client SNI in SSL context in case of ClientHello error
|
||||||
|
* BUG/MEDIUM: mworker: don't use _getsocks in wait mode
|
||||||
|
* BUG/MEDIUM: http-ana: Preserve response's FLT_END analyser on L7 retry
|
||||||
|
* BUG/MINOR: cli: fix _getsocks with musl libc
|
||||||
|
* BUILD/MINOR: tools: solaris build fix on dladdr.
|
||||||
|
* CI: github actions: update OpenSSL to 3.0.1
|
||||||
|
* BUILD/MINOR: cpuset FreeBSD 14 build fix.
|
||||||
|
* REGTESTS: ssl: update of a crt with server deletion
|
||||||
|
* BUG/MEDIUM: ssl: free the ckch instance linked to a server
|
||||||
|
* BUG/MINOR: ssl: free the fields in srv->ssl_ctx
|
||||||
|
* CI: Github Actions: do not show VTest failures if build failed
|
||||||
|
* BUILD: makefile: add -Wno-atomic-alignment to work around clang abusive warning
|
||||||
|
* MINOR: cpuset: switch to sched_setaffinity for FreeBSD 14 and above.
|
||||||
|
* MINOR: proxy: add option idle-close-on-response
|
||||||
|
* MINOR: debug: add support for -dL to dump library names at boot
|
||||||
|
* MINOR: debug: add ability to dump loaded shared libraries
|
||||||
|
* MINOR: compat: detect support for dl_iterate_phdr()
|
||||||
|
* REGTESTS: ssl: fix ssl_default_server.vtc
|
||||||
|
* BUG/MEDIUM: ssl: initialize correctly ssl w/ default-server
|
||||||
|
* BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time
|
||||||
|
* DEBUG: ssl: make sure we never change a servername on established connections
|
||||||
|
* DOC: fix misspelled keyword "resolve_retries" in resolvers
|
||||||
|
* BUILD: ssl: unbreak the build with newer libressl
|
||||||
|
* BUG/MINOR: mux-h1: Fix splicing for messages with unknown length
|
||||||
|
* BUG/MEDIUM: mux-h1: Fix splicing by properly detecting end of message
|
||||||
|
* BUG/MEDIUM: peers: properly skip conn_cur from incoming messages
|
||||||
|
* BUG/MEDIUM: backend: fix possible sockaddr leak on redispatch
|
||||||
|
* MINOR: pools: work around possibly slow malloc_trim() during gc
|
||||||
|
* MINOR: ssl: Remove empty lines from "show ssl ocsp-response" output
|
||||||
|
* BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode
|
||||||
|
* DOC: config: fix error-log-format example
|
||||||
|
* DOC: config: retry-on list is space-delimited
|
||||||
|
* DOC: config: Specify %Ta is only available in HTTP mode
|
||||||
|
* DOC: spoe: Clarify use of the event directive in spoe-message section
|
||||||
|
* BUG/MINOR: cli/server: Don't crash when a server is added with a custom id
|
||||||
|
* MINOR: http-rules: Add capture action to http-after-response ruleset
|
||||||
|
* IMPORT: slz: use the correct CRC32 instruction when running in 32-bit mode
|
||||||
|
* BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types
|
||||||
|
* MINOR: cli: "show version" displays the current process version
|
||||||
|
* BUG/MEDIUM: sample: Fix memory leak in sample_conv_jwt_member_query
|
||||||
|
* BUILD: bug: Fix error when compiling with -DDEBUG_STRICT_NOCRASH
|
||||||
|
* MINOR: mux-h1: Improve H1 traces by adding info about http parsers
|
||||||
|
* BUG/MINOR: mworker: deinit of thread poller was called when not initialized
|
||||||
|
* BUG/MEDIUM: mworker: FD leak of the eventpoll in wait mode
|
||||||
|
* BUG/MEDIUM: h1: Properly reset h1m flags when headers parsing is restarted
|
||||||
|
* BUG/MAJOR: segfault using multiple log forward sections.
|
||||||
|
* BUG/MEDIUM: resolvers: Detach query item on response error
|
||||||
|
* BUG/MINOR: server: Don't rely on last default-server to init server SSL context
|
||||||
|
* BUG/MINOR: vars: Fix the set-var and unset-var converters
|
||||||
|
* BUILD: evports: remove a leftover from the dead_fd cleanup
|
||||||
|
* BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time
|
||||||
|
* BUG/MINOR: lua: remove loop initial declarations
|
||||||
|
* BUG/MINOR: lua: don't expose internal proxies
|
||||||
|
* BUG/MINOR: httpclient: allow to replace the host header
|
||||||
|
* BUG/MINOR: cache: Fix loop on cache entries in "show cache"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 23 15:17:02 UTC 2021 - mrueckert@suse.de
|
Tue Nov 23 15:17:02 UTC 2021 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
|
||||||
|
%bcond_with quic
|
||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1230
|
||||||
%bcond_without tcp_fast_open
|
%bcond_without tcp_fast_open
|
||||||
%bcond_without network_namespace
|
%bcond_without network_namespace
|
||||||
@ -53,7 +55,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 2.5.0+git0.f2e0833f1
|
Version: 2.5.1+git0.86b093a51
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
@ -171,6 +173,9 @@ make %{?_smp_mflags} \
|
|||||||
LIB="%{_lib}" \
|
LIB="%{_lib}" \
|
||||||
PREFIX="%{_prefix}" \
|
PREFIX="%{_prefix}" \
|
||||||
USE_PROMEX=1 \
|
USE_PROMEX=1 \
|
||||||
|
%if %{with quic}
|
||||||
|
USE_QUIC=1 \
|
||||||
|
%endif
|
||||||
%if %{with opentracing}
|
%if %{with opentracing}
|
||||||
USE_OT=1 \
|
USE_OT=1 \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user