On 03/02/2024 16:49, Michael Orlitzky wrote:
This file uses malloc() but does not include stdlib.h directly. With
glibc, that apparently works out just fine... but with musl, it leads
to implicit declaration warnings/errors, most likely because musl does
not include stdlib.h transitively via any
On 08/02/2024 03:08, Michael Orlitzky wrote:
Version 2.12.0 of libxml2 changes a few functions to return (const
xmlError *) where previously they returned only (xmlError *).
Compilers generally are not happy with this. For example,
bindings/xml/libxml_xmlparser.c: In function 'xml_parser_star
On 08/02/2024 20:32, NetSurf Browser Project (Commit Mailer) wrote:
Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/6bb70e88108c904d67e9af7c8e5b273f6cd6854f
...commit
http://git.netsurf-browser.org/netsurf.git/commit/6bb70e88108c904d67e9af7c8e5b273f6cd6854f
...tree
ht
Hi,
The AmigaOS 3 build uses AmiSSL (OpenSSL doesn't connect to any sites for some
years on that platform for some reason). As long as it is building against
AmiSSL 5.x it will be using the OpenSSL 3 API. I did update the SDK to v5 but I
think it needs somebody to forcibly rebuild it.
Chris
8