SHA256
1
0
forked from pool/haproxy

Accepting request 929060 from server:http

- Update to version 2.4.8+git0.d1f8d41e0:

OBS-URL: https://build.opensuse.org/request/show/929060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=109
This commit is contained in:
Dominique Leuenberger 2021-11-06 17:13:25 +00:00 committed by Git OBS Bridge
commit e368c09966
6 changed files with 73 additions and 6 deletions

View File

@ -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.4.7</param>
<param name="revision">v2.4.8</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">http://git.haproxy.org/git/haproxy-2.4.git</param>
<param name="changesrevision">b5e51a5e2ea8789fccef5ecb0efb46eb526f4c0e</param>
<param name="changesrevision">d1f8d41e0384a83d25becee5b8d9d9692454886d</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ab3d12579b0ba077192f30f1e8deb7789f3e869fd8d374a26b0501e945e18f8
size 3694297

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6dd5528c5978d4eaecc2e9de61dc56390a7cce5095326bf6aed20982634a560
size 3699569

View File

@ -1,3 +1,70 @@
-------------------------------------------------------------------
Wed Nov 03 16:31:38 UTC 2021 - mrueckert@suse.de
- Update to version 2.4.8+git0.d1f8d41e0:
* [RELEASE] Released version 2.4.8
* SCRIPTS: git-show-backports: re-enable file-based filtering
* DOC/peers: some grammar fixes for peers 2.1 spec
* MINOR: stream: Improve dump of bogus streams
* BUILD/MINOR: cpuset freebsd build fix
* DOC: config: Fix alphabetical order of fc_* samples
* BUG/MINOR: sample: fix backend direction flags consecutive to last fix
* BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags
* BUG/MEDIUM: stream-int: Block reads if channel cannot receive more data
* BUG/MINOR: http: Authorization value can have multiple spaces after the scheme
* BUG/MEDIUM: http-ana: Drain request data waiting the tarpit timeout expiration
* MINOR: halog: Add support for extracting captures using -hdr
* BUG/MINOR: halog: Add missing newlines in die() messages
* CLEANUP: halog: Use consistent indentation in help()
* MINOR: halog: Rename -qry to -query
* DOC: halog: Move the `-qry` parameter into the correct section in help text
* MINOR: halog: Add -qry parameter allowing to preserve the query string in -uX
* BUG/MEDIUM: resolvers: Track api calls with a counter to free resolutions
* BUG/MEDIUM: resolvers: Don't recursively perform requester unlink
* MEDIUM: resolvers: remove the last occurrences of the "safe" argument
* MEDIUM: resolvers: use a kill list to preserve the list consistency
* CLEANUP: resolvers: replace all LIST_DELETE with LIST_DEL_INIT
* CLEANUP: resolvers: simplify resolv_link_resolution() regarding requesters
* CLEANUP: always initialize the answer_list
* CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records()
* BUG/MEDIUM: mux-h1: Perform a connection shutdown when the h1c is released
* BUG/MINOR: mux-h1: Save shutdown mode if the shutdown is delayed
* BUILD: atomic: fix build on mac/arm64
* BUG/MINOR: backend: fix improper insert in avail tree for always reuse
* BUILD: fix compilation on NetBSD
* MINOR: memprof: add one pointer size to the size of allocations
* MINOR: memprof: report the delta between alloc and free on realloc()
* BUG/MEDIUM: lua: fix memory leaks with realloc() on non-glibc systems
* BUG/MINOR: mux-h2: do not prevent from sending a final GOAWAY frame
* BUG/MINOR: task: do not set TASK_F_USR1 for no reason
* BUG/MAJOR: buf: fix varint API post- vs pre- increment
* BUG/MEDIUM: resolvers: always check a valid item in query_list
* BUILD: resolvers: avoid a possible warning on null-deref
* BUG/MAJOR: resolvers: add other missing references during resolution removal
* MINOR: resolvers: merge address and target into a union "data"
* BUG/MEDIUM: resolvers: use correct storage for the target address
* BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix
* MINOR: resolvers: fix the resolv_dn_label_to_str() API about trailing zero
* BUG/MINOR: resolvers: do not reject host names of length 255 in SRV records
* BUG/MEDIUM: resolver: make sure to always use the correct hostname length
* MINOR: resolvers: fix the resolv_str_to_dn_label() API about trailing zero
* BUG/MAJOR: dns: attempt to lock globaly for msg waiter list instead of use barrier
* BUG/MAJOR: dns: tcp session can remain attached to a list after a free
* BUG/MEDIUM: tcpcheck: Properly catch early HTTP parsing errors
* Revert "CLEANUP: server: always include the storage for SSL settings"
* BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream detects a channel error
* BUG/MEDIUM: cpuset: fix cpuset size for FreeBSD
* BUG/MINOR: sample: Fix 'fix_tag_value' sample when waiting for more data
* BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back
* MINOR: initcall: Rename __GLOBL and __GLOBL1.
* DOC: configuration: add clarification on escaping in keyword arguments
* BUG/MEDIUM: mux_h2: Handle others remaining read0 cases on partial frames
* BUG/MEDIUM: sample: properly verify that variables cast to sample
* MINOR: sample: provide a generic var-to-sample conversion function
* CLEANUP: sample: uninline sample_conv_var2smp_str()
* CLEANUP: sample: rename sample_conv_var2smp() to *_sint
* CLEANUP: server: always include the storage for SSL settings
-------------------------------------------------------------------
Mon Oct 04 13:15:48 UTC 2021 - mrueckert@suse.de

View File

@ -53,7 +53,7 @@
%endif
Name: haproxy
Version: 2.4.7+git0.b5e51a5e2
Version: 2.4.8+git0.d1f8d41e0
Release: 0
#
#