stable-bot: Bugfixes waiting for a release 2.1 (26), 2.0 (23)

2020-07-14 Thread stable-bot
Hi,

This is a friendly bot that watches fixes pending for the next haproxy-stable 
release!  One such e-mail is sent periodically once patches are waiting in the 
last maintenance branch, and an ideal release date is computed based on the 
severity of these fixes and their merge date.  Responses to this mail must be 
sent to the mailing list.


Last release 2.1.7 was issued on 2020-06-09.  There are currently 26 patches in 
the queue cut down this way:
- 9 MEDIUM, first one merged on 2020-06-12
- 17 MINOR, first one merged on 2020-06-12

Thus the computed ideal release date for 2.1.8 would be 2020-07-10, which was 
within the last week.

Last release 2.0.15 was issued on 2020-06-12.  There are currently 23 patches 
in the queue cut down this way:
- 1 MAJOR, first one merged on 2020-07-10
- 7 MEDIUM, first one merged on 2020-07-07
- 15 MINOR, first one merged on 2020-07-07

Thus the computed ideal release date for 2.0.16 would be 2020-08-07, which is 
in four weeks or less.

The current list of patches in the queue is:
 - 2.0   - MAJOR   : stream: Mark the server address as 
unset on new outgoing connection
 - 2.1   - MEDIUM  : pattern: fix thread safety of pattern 
matching
 - 2.0, 2.1  - MEDIUM  : connection: Continue to recv data to a 
pipe when the FD is not ready
 - 2.0, 2.1  - MEDIUM  : mux-h1: Subscribe rather than waking 
up in h1_rcv_buf()
 - 2.1   - MEDIUM  : log: don't hold the log lock during 
writev() on a file descriptor
 - 2.1   - MEDIUM  : ssl: crt-list must continue parsing on 
ERR_WARN
 - 2.0, 2.1  - MEDIUM  : mux-h1: Disable splicing for the 
conn-stream if read0 is received
 - 2.0, 2.1  - MEDIUM  : fetch: Fix hdr_ip misparsing IPv4 
addresses due to missing NUL
 - 2.0, 2.1  - MEDIUM  : ebtree: use a byte-per-byte memcmp() 
to compare memory blocks
 - 2.0   - MEDIUM  : stream-int: Disable connection retries 
on plain HTTP proxy mode
 - 2.0, 2.1  - MEDIUM  : pattern: Add a trailing \0 to match 
strings only if possible
 - 2.0, 2.1  - MINOR   : tcp-rules: tcp-response must check the 
buffer's fullness
 - 2.0, 2.1  - MINOR   : backend: Remove CO_FL_SESS_IDLE if a 
client remains on the last server
 - 2.0, 2.1  - MINOR   : spoe: correction of setting bits for 
analyzer
 - 2.1   - MINOR   : ssl: fix ssl-{min,max}-ver with 
openssl < 1.1.0
 - 2.0, 2.1  - MINOR   : mux-h1: Disable splicing only if input 
data was processed
 - 2.0, 2.1  - MINOR   : proxy: always initialize the trash in 
show servers state
 - 2.0, 2.1  - MINOR   : spoe: add missing key length check 
before checking key names
 - 2.0, 2.1  - MINOR   : mworker/cli: fix the escaping in the 
master CLI
 - 2.0, 2.1  - MINOR   : http_act: don't check capture id in 
backend (2)
 - 2.0, 2.1  - MINOR   : proxy: fix dump_server_state()'s 
misuse of the trash
 - 2.0, 2.1  - MINOR   : mux-h1: Don't read data from a pipe if 
the mux is unable to receive
 - 2.0, 2.1  - MINOR   : mworker/cli: fix semicolon escaping in 
master CLI
 - 2.0, 2.1  - MINOR   : mux-h1: Fix the splicing in TUNNEL mode
 - 2.0, 2.1  - MINOR   : systemd: Wait for network to be online
 - 2.0, 2.1  - MINOR   : http_ana: clarify connection pointer 
check on L7 retry
 - 2.1   - MINOR   : http: make smp_fetch_body() report 
that the contents may change
 - 2.0, 2.1  - MINOR   : cli: allow space escaping on the CLI

-- 
The haproxy stable-bot is freely provided by HAProxy Technologies to help 
improve the quality of each HAProxy release.  If you have any issue with these 
emails or if you want to suggest some improvements, please post them on the 
list so that the solutions suiting the most users can be found.



stable-bot: Bugfixes waiting for a release 2.1 (26)

2020-07-07 Thread stable-bot
Hi,

This is a friendly bot that watches fixes pending for the next haproxy-stable 
release!  One such e-mail is sent periodically once patches are waiting in the 
last maintenance branch, and an ideal release date is computed based on the 
severity of these fixes and their merge date.  Responses to this mail must be 
sent to the mailing list.


Last release 2.1.7 was issued on 2020-06-09.  There are currently 26 patches in 
the queue cut down this way:
- 9 MEDIUM, first one merged on 2020-06-12
- 17 MINOR, first one merged on 2020-06-12

Thus the computed ideal release date for 2.1.8 would be 2020-07-10, which is in 
one week or less.

The current list of patches in the queue is:
 - 2.1   - MEDIUM  : log: don't hold the log lock during 
writev() on a file descriptor
 - 2.1   - MEDIUM  : ssl: crt-list must continue parsing on 
ERR_WARN
 - 2.1   - MEDIUM  : ebtree: use a byte-per-byte memcmp() 
to compare memory blocks
 - 2.1   - MEDIUM  : fetch: Fix hdr_ip misparsing IPv4 
addresses due to missing NUL
 - 2.1   - MEDIUM  : mux-h1: Disable splicing for the 
conn-stream if read0 is received
 - 2.1   - MEDIUM  : mux-h1: Subscribe rather than waking 
up in h1_rcv_buf()
 - 2.1   - MEDIUM  : connection: Continue to recv data to a 
pipe when the FD is not ready
 - 2.1   - MEDIUM  : pattern: Add a trailing \0 to match 
strings only if possible
 - 2.1   - MEDIUM  : pattern: fix thread safety of pattern 
matching
 - 2.1   - MINOR   : proxy: fix dump_server_state()'s 
misuse of the trash
 - 2.1   - MINOR   : ssl: fix ssl-{min,max}-ver with 
openssl < 1.1.0
 - 2.1   - MINOR   : spoe: add missing key length check 
before checking key names
 - 2.1   - MINOR   : cli: allow space escaping on the CLI
 - 2.1   - MINOR   : mux-h1: Fix the splicing in TUNNEL mode
 - 2.1   - MINOR   : mworker/cli: fix the escaping in the 
master CLI
 - 2.1   - MINOR   : spoe: correction of setting bits for 
analyzer
 - 2.1   - MINOR   : http: make smp_fetch_body() report 
that the contents may change
 - 2.1   - MINOR   : systemd: Wait for network to be online
 - 2.1   - MINOR   : backend: Remove CO_FL_SESS_IDLE if a 
client remains on the last server
 - 2.1   - MINOR   : mux-h1: Don't read data from a pipe if 
the mux is unable to receive
 - 2.1   - MINOR   : mux-h1: Disable splicing only if input 
data was processed
 - 2.1   - MINOR   : proxy: always initialize the trash in 
show servers state
 - 2.1   - MINOR   : tcp-rules: tcp-response must check the 
buffer's fullness
 - 2.1   - MINOR   : mworker/cli: fix semicolon escaping in 
master CLI
 - 2.1   - MINOR   : http_ana: clarify connection pointer 
check on L7 retry
 - 2.1   - MINOR   : http_act: don't check capture id in 
backend (2)

-- 
The haproxy stable-bot is freely provided by HAProxy Technologies to help 
improve the quality of each HAProxy release.  If you have any issue with these 
emails or if you want to suggest some improvements, please post them on the 
list so that the solutions suiting the most users can be found.