diff options
author | Kim Alvefur <zash@zash.se> | 2013-04-09 15:50:46 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-04-09 15:50:46 +0200 |
commit | d5457e36492d72a959b12b466ba92b21374e7417 (patch) | |
tree | 1bd41093a6d55f3960165ad5b10225a2d9e38a6c | |
parent | dc7aae81cdfd226b8f40b69c1f5c4d8d5b80988d (diff) | |
download | prosody-d5457e36492d72a959b12b466ba92b21374e7417.tar.gz prosody-d5457e36492d72a959b12b466ba92b21374e7417.zip |
prosodyctl: Bump util.pposix version for API change
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ dependencies.log_warnings(); -- Switch away from root and into the prosody user -- local switched_user, current_uid; -local want_pposix_version = "0.3.5"; +local want_pposix_version = "0.3.6"; local ok, pposix = pcall(require, "util.pposix"); if ok and pposix then |