@All
Thanks to Andrea's clib4 and a bit of time to tinker with some bugs in the build process, I've made the latest wget port!
There is the first version:
https://kas1e.mikendezign.com/aos4/wget/wget_1-25-0_v01.lhaYou need clib4 1.6 (no less!) :
https://github.com/AmigaLabs/clib4/rel ... d/v1.6.0/clib4-v1.6.0.lhaAnd you need AmiSSL installed and (this is important) added to your user-startup:
assign OpenSSL: AmiSSL:
This is for making OpenSSL use AmiSSL's certificates. Otherwise, you can use --no-check-certificates, which we all missed in the 15-year-old port.
Changelog:
2025-06-09 [v0.1]
+ Notes
- Port based on wget 1.25.0.
- Compiled using clib4 version 1.6.
+ Fixed
- Resolved linker errors caused by assertions in fnmatch.c, uchar.h and wget.h
- Fixed uchar.h errors in btoc32.c with size_t and mbstate_t.
- Fixed console blocking and Ctrl+C unresponsiveness caused by termios and ioctl calls.
Plz check this out, and wrote about bugs you find, there are chance they can be fixed.
Edited by kas1e on 2025/6/9 19:06:36
Edited by kas1e on 2025/6/9 20:25:46
Edited by kas1e on 2025/6/9 20:26:47