CVSROOT: /cvs Module name: ports Changes by: lan...@cvs.openbsd.org 2025/04/15 00:36:33
Modified files: wayland/swaylock: Makefile distinfo wayland/swaylock/patches: patch-main_c patch-meson_build Log message: wayland/swaylock: update to 1.8.2 see https://github.com/swaywm/swaylock/releases/tag/v1.8.1 and https://github.com/swaywm/swaylock/releases/tag/v1.8.2 drop -D_POSIX_C_SOURCE=200809L from CFLAGS as it disables __BSD_VISIBLE which hides explicit_bzero(). cf https://github.com/swaywm/swaylock/pull/402