# HG changeset patch # User Matthew Wild # Date 1263310536 0 # Node ID 0b3184f3c9e42c8dd017c3c5ae647cbbd037634f # Parent e4818c49192ddc3d84ce7616ee2e04794d385d01 util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir diff -r e4818c49192d -r 0b3184f3c9e4 plugins/mod_posix.lua --- a/plugins/mod_posix.lua Tue Jan 12 15:17:08 2010 +0000 +++ b/plugins/mod_posix.lua Tue Jan 12 15:35:36 2010 +0000 @@ -7,7 +7,7 @@ -- -local want_pposix_version = "0.3.2"; +local want_pposix_version = "0.3.3"; local pposix = assert(require "util.pposix"); if pposix._VERSION ~= want_pposix_version then module:log("warn", "Unknown version (%s) of binary pposix module, expected %s", tostring(pposix._VERSION), want_pposix_version); end diff -r e4818c49192d -r 0b3184f3c9e4 prosodyctl --- a/prosodyctl Tue Jan 12 15:17:08 2010 +0000 +++ b/prosodyctl Tue Jan 12 15:35:36 2010 +0000 @@ -68,7 +68,7 @@ -- Switch away from root and into the prosody user -- local switched_user, current_uid; -local want_pposix_version = "0.3.2"; +local want_pposix_version = "0.3.3"; local ok, pposix = pcall(require, "util.pposix"); if ok and pposix then diff -r e4818c49192d -r 0b3184f3c9e4 util-src/pposix.c --- a/util-src/pposix.c Tue Jan 12 15:17:08 2010 +0000 +++ b/util-src/pposix.c Tue Jan 12 15:35:36 2010 +0000 @@ -13,7 +13,7 @@ * POSIX support functions for Lua */ -#define MODULE_VERSION "0.3.2" +#define MODULE_VERSION "0.3.3" #include #include