Weekly Work Log - CW 16
The purpose of the weekly work log posts is to report about my activities during the previous weeks.
Merged pull requests
-
DeltaPorts #923 - Fix build of
www/minio
. MinIO is a high performance object storage server compatible with Amazon S3 APIs, written in Go. I had to fix some low-level FFI bindings in order to make it work on DragonFly. -
DeltaPorts #924 - Enable mruby in
www/h2o
. H2O is an optimized HTTP/2 server. We had the embedded mruby interpreter disabled on DragonFly by default due to some build issues with Ruby’s regex-engine Onigurama long time ago. Now these issues no longer persist. Mruby comes in handy for HTTP Basic authentification. -
Rust OpenSSL #1246 - Fix build on DragonFly
-
Zig #4972 - Fix build on DragonFly. Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. It is now available for DragonFly.