From 35e92231f8c0f557b556556c6e2b07c84bfed14a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 16 Nov 2024 14:35:11 +0100 Subject: util.startup: Bump expected util.pposix version Otherwise Prosody refuses to start. --- util/startup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/startup.lua b/util/startup.lua index 507c0528..caae895d 100644 --- a/util/startup.lua +++ b/util/startup.lua @@ -534,7 +534,7 @@ end local function check_posix() if prosody.platform ~= "posix" then return end - local want_pposix_version = "0.4.0"; + local want_pposix_version = "0.4.1"; local have_pposix, pposix = pcall(require, "prosody.util.pposix"); if pposix._VERSION ~= want_pposix_version then -- cgit v1.2.3