Berrymuch v0.2
Berrymuch v0.2 is based on the updated repository layout. While v0.1 was stitched by hand this version was generated by the ./build.sh
script as it should be!
Updates
- curl 7.67.0
- openssl 1.0.2t with
libssl.so
built as a shared library - git 2.24.1
Importantly git is now built to use the new curl version while curl is leveraging the updated libssl and the CA certificates bundle. This means that you can finally:
a. Download from TLSv.1.2 sites with curl
b. Clone git repositories over HTTPS (e.g. from github)
New ports
- ca-certificates - as per above
- m4, bc, ed - to complement the native compiler toolset
- sc - spreadsheet calculator
Known issues
- No findutils (
find
,xargs
) - the build is broken at the moment - wget has been removed - v0.1 included a statically compiled binary we didn't have source code for
- git intermittently complains about the wrong
.config
file but works after another attempt