[bug #61981] Option --retry-on-host-error is missing in the help command

2022-03-20 Thread Tim Ruehsen
Update of bug #61981 (project wget): Status:None => Fixed Assigned to:None => rockdaboot Open/Closed:Open => Closed Release:

[bug #62110] HSTS broken on 32 bit big endian devices

2022-03-20 Thread Tim Ruehsen
Update of bug #62110 (project wget): Status:None => Fixed Assigned to:None => rockdaboot Open/Closed:Open => Closed _

[bug #62110] HSTS broken on 32 bit big endian devices

2022-03-20 Thread martian
Follow-up Comment #14, bug #62110 (project wget): I compile PR#31 on 32bit mips big endian with musl 1.1 and 1.2, both work as expected. ___ Reply to this item at:

[bug #62110] HSTS broken on 32 bit big endian devices

2022-03-20 Thread Tim Ruehsen
Follow-up Comment #13, bug #62110 (project wget): Created https://gitlab.com/gnuwget/wget/-/merge_requests/31 to address this issue. Can someone please provide feedback for 32 bit little and big endian ? ___ Reply to this item at:

[bug #62110] HSTS broken on 32 bit big endian devices

2022-03-20 Thread Tim Ruehsen
Follow-up Comment #12, bug #62110 (project wget): IMO, the problem is that the code uses a time_t variable and uses sscanf SCNd64. That means that time_t *must* be a 64bit integer (signed or unsigned doesn't matter), which is of course not always true. C99/C11 does not define a format specifier f