forked from pool/haproxy
- Update to version 2.4.4+git0.acb1d0bea: CVE-2021-40346 (boo#1189877)
* [RELEASE] Released version 2.4.4 * Revert "BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive" * BUG/MAJOR: htx: fix missing header name length check in htx_add_header/trailer * CLEANUP: htx: remove comments about "must be < 256 MB" * BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB * DOC: configuration: remove wrong tcp-request examples in tcp-response * BUG/MINOR: vars: fix set-var/unset-var exclusivity in the keyword parser * CLEANUP: Add missing include guard to signal.h * BUG/MINOR: tools: Fix loop condition in dump_text() * BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)time * BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long * MINOR: time: add report_idle() to report process-wide idle time * BUG/MINOR: time: fix idle time computation for long sleeps * BUG/MINOR: lua: use strlcpy2() not strncpy() to copy sample keywords * MINOR: compiler: implement an ONLY_ONCE() macro * BUG/MINOR: base64: base64urldec() ignores padding in output size check * BUG/MEDIUM: base64: check output boundaries within base64{dec,urldec} * BUG/MINOR: stick-table: fix the sc-set-gpt* parser when using expressions * MINOR: hlua: take the global Lua lock inside a global function * REGTESTS: abortonclose: after retries, 503 is expected, not close * REGTESTS: http_upgrade: fix incorrect expectation on TCP->H1->H2 * BUG/MEDIUM: h2: match absolute-path not path-absolute for :path OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=249
This commit is contained in:
parent
426c2a43da
commit
67809aa6e7
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.4.3</param>
|
||||
<param name="revision">v2.4.4</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.4.git</param>
|
||||
<param name="changesrevision">4dd5a5a6cb7f865f897bf945fba30b2498207520</param>
|
||||
<param name="changesrevision">acb1d0beae32a1749480caa18ecc51e211c5f10a</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:862f2934e84435ebc5a587d0b811b71721da04c242d025a38aded786d4efb517
|
||||
size 3686431
|
3
haproxy-2.4.4+git0.acb1d0bea.tar.gz
Normal file
3
haproxy-2.4.4+git0.acb1d0bea.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b771080be886dd77d6ea1c15e3bfda2988f321b8409ba81e6bef46cdfe5dab3
|
||||
size 3686796
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 07 15:43:22 UTC 2021 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.4.4+git0.acb1d0bea: CVE-2021-40346 (boo#1189877)
|
||||
* [RELEASE] Released version 2.4.4
|
||||
* Revert "BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive"
|
||||
* BUG/MAJOR: htx: fix missing header name length check in htx_add_header/trailer
|
||||
* CLEANUP: htx: remove comments about "must be < 256 MB"
|
||||
* BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB
|
||||
* DOC: configuration: remove wrong tcp-request examples in tcp-response
|
||||
* BUG/MINOR: vars: fix set-var/unset-var exclusivity in the keyword parser
|
||||
* CLEANUP: Add missing include guard to signal.h
|
||||
* BUG/MINOR: tools: Fix loop condition in dump_text()
|
||||
* BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)time
|
||||
* BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long
|
||||
* MINOR: time: add report_idle() to report process-wide idle time
|
||||
* BUG/MINOR: time: fix idle time computation for long sleeps
|
||||
* BUG/MINOR: lua: use strlcpy2() not strncpy() to copy sample keywords
|
||||
* MINOR: compiler: implement an ONLY_ONCE() macro
|
||||
* BUG/MINOR: base64: base64urldec() ignores padding in output size check
|
||||
* BUG/MEDIUM: base64: check output boundaries within base64{dec,urldec}
|
||||
* BUG/MINOR: stick-table: fix the sc-set-gpt* parser when using expressions
|
||||
* MINOR: hlua: take the global Lua lock inside a global function
|
||||
* REGTESTS: abortonclose: after retries, 503 is expected, not close
|
||||
* REGTESTS: http_upgrade: fix incorrect expectation on TCP->H1->H2
|
||||
* BUG/MEDIUM: h2: match absolute-path not path-absolute for :path
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 17 15:50:01 UTC 2021 - mrueckert@suse.de
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.4.3+git0.4dd5a5a6c
|
||||
Version: 2.4.4+git0.acb1d0bea
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user