wget: fix hsts time
authorHuangbin Zhan <zhanhb88@gmail.com>
Mon, 8 Nov 2021 20:16:56 +0000 (04:16 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 27 Sep 2023 16:55:31 +0000 (18:55 +0200)
commit89e73b369ce6d8ab4e7b0ea7bb231bd3aaee8e07
tree1ffa70550bc857aaeabeded3a98c7d84b0045eab
parent4070b265e885f223fdd30a2051ec995afbcda501
wget: fix hsts time

`time_t` on musl 1.2 is 64bit, while `long` is 32 bit. we will always get zero time with the original source on mips big endian.

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
(cherry picked from commit 09076512680b742ad369d6496bf9b6819a37af24)
net/wget/Makefile
net/wget/patches/100-fix-hsts-time.patch [new file with mode: 0644]