forked from pool/haproxy
- Update to version 2.8.1+git0.a90123aa8:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=287
This commit is contained in:
parent
25645e3c7a
commit
bd5b57f044
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.8.0</param>
|
||||
<param name="revision">v2.8.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.8.git</param>
|
||||
<param name="changesrevision">fdd8154ed37fef7f351075caa357917f94704dd7</param>
|
||||
<param name="changesrevision">a90123aa85c78d1aa32b3cf268672ecb49929d11</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eefabdb2bb0e0e8ca7dde6e49ec94e8369da84fe10374df7394b470c2bc183b5
|
||||
size 4458628
|
3
haproxy-2.8.1+git0.a90123aa8.tar.gz
Normal file
3
haproxy-2.8.1+git0.a90123aa8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd6facbac2c0242d05e2be7e9b1087502bbf9b1119c08a1e7666ffded785b6cf
|
||||
size 4462257
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 03 14:52:58 UTC 2023 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.8.1+git0.a90123aa8:
|
||||
* [RELEASE] Released version 2.8.1
|
||||
* CLEANUP: quic: Remove server specific about Initial packet number space
|
||||
* MINOR: quic: Reduce the maximum length of TLS secrets
|
||||
* MINOR: quic: Move packet number space related functions
|
||||
* MINOR: quic: Move QUIC encryption level structure definition
|
||||
* BUILD: debug: avoid a build warning related to epoll_wait() in debug code
|
||||
* MINOR: compression/slz: add support for a pure flush of pending bytes
|
||||
* IMPORT: slz: implement a synchronous flush() operation
|
||||
* BUG/MINOR: quic: Wrong endianess for version field in Retry token
|
||||
* BUG/MINOR: quic: Wrong Retry paquet version field endianess
|
||||
* BUG/MINOR: quic: Missing random bits in Retry packet header
|
||||
* BUG/MINOR: config: fix stick table duplicate name check
|
||||
* BUG/MEDIUM: quic: error checking buffer large enought to receive the retry tag
|
||||
* BUG/MINOR: quic: Prevent deadlock with CID tree lock
|
||||
* BUG/MINOR: mworker: leak of a socketpair during startup failure
|
||||
* BUG/MINOR: http_ext: fix if-none regression in forwardfor option
|
||||
* DOC: Attempt to fix dconv parsing error for tune.h2.fe.initial-window-size
|
||||
* REGTESTS: h1_host_normalization : Add a barrier to not mix up log messages
|
||||
* DOC: Add tune.h2.max-frame-size option to table of contents
|
||||
* DOC: Add tune.h2.be.* and tune.h2.fe.* options to table of contents
|
||||
* BUG/MINOR: quic: ticks comparison without ticks API use
|
||||
* BUG/MEDIUM: mworker: increase maxsock with each new worker
|
||||
* BUG/MINOR: quic: Possible endless loop in quic_lstnr_dghdlr()
|
||||
* BUG/MINOR: quic: Possible crash in quic_conn_prx_cntrs_update()
|
||||
* BUG/MINOR: quic: Missing initialization (packet number space probing)
|
||||
* BUG/MINOR: namespace: missing free in netns_sig_stop()
|
||||
* BUG/MINOR: server: inherit from netns in srv_settings_cpy()
|
||||
* BUG/MINOR: quic: Address inversion in "show quic full"
|
||||
* BUG/MINOR: quic: Wrong encryption level flags checking
|
||||
* BUG/MINOR: ssl: log message non thread safe in SSL Hanshake failure
|
||||
* REG-TESTS: stickiness: Delay haproxys start to properly resolv variables
|
||||
* BUG/MINOR: peers: Improve detection of config errors in peers sections
|
||||
* BUG/MEDIUM: hlua: Use front SC to detect EOI in HTTP applets' receive functions
|
||||
* BUG/MINOR: proxy/server: free default-server on deinit
|
||||
* BUG/MINOR: proxy: add missing interface bind free in free_proxy
|
||||
* BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line
|
||||
* DOC: config: fix rfc7239 converter examples (again)
|
||||
* DOC: config: fix jwt_verify() example using var()
|
||||
* DOC: quic: fix misspelled tune.quic.socket-owner
|
||||
* BUG/MINOR: spoe: Only skip sending new frame after a receive attempt
|
||||
* CONTRIB: Add vi file extensions to .gitignore
|
||||
* BUG/MINOR: quic: Possible crash when SSL session init fails
|
||||
* BUG/MINOR: stream: do not use client-fin/server-fin with HTX
|
||||
* BUG/MINOR: stats: Fix Lua's `get_stats` function
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 19:10:51 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.8.0+git0.fdd8154ed
|
||||
Version: 2.8.1+git0.a90123aa8
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user