wget: fix hsts time
authorHuangbin Zhan <zhanhb88@gmail.com>
Mon, 8 Nov 2021 20:16:56 +0000 (04:16 +0800)
committerRosen Penev <rosenp@gmail.com>
Fri, 12 Nov 2021 19:00:24 +0000 (11:00 -0800)
commit09076512680b742ad369d6496bf9b6819a37af24
tree0ddbad16be8f8cb3d364006524f53c9cc3762e4d
parent9bc59425290d03e41699fe862132507716e18882
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>
net/wget/Makefile
net/wget/patches/100-fix-hsts-time.patch [new file with mode: 0644]