CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/06/26 11:15:28
Modified files:
devel/libuv : Makefile
Log message:
libuv: bump minor and revision
As pointed out by volker, a new enum value was added at the end of the
public uv_tty_mode_t. This is only used as an input for libuv, so old
binaries will continue working with new libuv, but new binaries might
use the new value and old libuv could misbehave. A minor bump prevents
the latter from happening.
jca agrees
