Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Feb 2, 2023
1 parent cdae614 commit 2dfc53c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 29 deletions.
4 changes: 2 additions & 2 deletions lapis-archlinux-itchio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN pacman -Sy base-devel lua51 postgresql postgresql-libs luarocks redis geoip
RUN curl -O https://openresty.org/download/openresty-1.21.4.1.tar.gz && \
tar xvfz openresty-1.21.4.1.tar.gz && \
(cd openresty-1.21.4.1 && \
./configure --with-pcre-jit --with-http_geoip_module --with-cc-opt="-I/usr/include/openssl-1.0" --with-ld-opt="-L/usr/lib/openssl-1.0" && \
./configure --with-pcre-jit && \
make && make install) && \
rm -rf openresty-1.21.4.1 && rm openresty-1.21.4.1.tar.gz

Expand All @@ -19,4 +19,4 @@ RUN su postgres -c "initdb --locale en_US.UTF-8 -E UTF8 -D '/var/lib/postgres/da

# install lua dependencies
COPY itchio-dev-1.rockspec luarocks.lock /
RUN luarocks --lua-version=5.1 build --local --only-deps /itchio-dev-1.rockspec
RUN luarocks --lua-version=5.1 build --local --only-deps /itchio-dev-1.rockspec
16 changes: 9 additions & 7 deletions lapis-archlinux-itchio/itchio-dev-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,25 @@ dependencies = {

"lua ~> 5.1",
"moonscript",
"bcrypt == 2.1-6", -- Note: future versions of bcrypt will fail to verify due to prefix change 2y vs 2b
"bcrypt ~> 2.3",
"luabitop",
"argparse", -- needed for some cmd scripts
"argparse",

"lapis ~> 1.10",
"lapis-community == 1.41.0",
"lapis == 1.12.0",
"lapis-community == 1.42.2",
"lapis-eswidget >= 1.1.0",

"lapis-exceptions ~> 2.3",
"lapis-bayes ~> 1.2",
"lapis-console ~> 1.2",
"lapis-systemd ~> 1.0",
"lapis-redis ~> 1.0",
"lapis-annotate ~> 1.2",
"cloud_storage ~> 1.2",
"cloud_storage ~> 1.3",
"mailgun ~> 1.2",
"web_sanitize ~> 1.4",
"magick ~> 1.6",
"tableshape ~> 2.4",
"tableshape >= 2.6",
"sitegen ~> 0.2",
"giflib ~> 1.0",
"lua-twitter ~> 1.0",
Expand All @@ -45,7 +46,8 @@ dependencies = {
"cmark",
"lrandom",
"lpeg_patterns",
"redis-lua == 2.0.4",

"redis-lua"
}

build = {
Expand Down
41 changes: 21 additions & 20 deletions lapis-archlinux-itchio/luarocks.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ return {
ansicolors = "1.0.2-3",
argparse = "0.7.1-1",
basexx = "0.4.1-1",
bcrypt = "2.2-1",
bcrypt = "2.3-1",
binaryheap = "0.4-1",
bit32 = "5.3.5.1-1",
busted = "2.0.0-1",
cloud_storage = "1.1.0-1",
cmark = "0.29.0-1",
busted = "2.1.1-1",
cloud_storage = "1.3.0-1",
cmark = "0.30.2-1",
compat53 = "0.8-1",
cosmo = "16.06.04-1",
cqueues = "20200726.51-0",
Expand All @@ -20,46 +20,47 @@ return {
giflib = "1.0.0-1",
http = "0.4-0",
inifile = "1.0-2",
lapis = "1.9.0-1",
lapis = "1.12.0-1",
["lapis-annotate"] = "1.2.1-1",
["lapis-bayes"] = "1.2.0-1",
["lapis-community"] = "1.41.0-1",
["lapis-community"] = "1.42.2-1",
["lapis-console"] = "1.2.0-1",
["lapis-exceptions"] = "2.2.0-1",
["lapis-eswidget"] = "1.2.0-1",
["lapis-exceptions"] = "2.3.0-1",
["lapis-redis"] = "1.0.0-1",
["lapis-systemd"] = "1.0.0-1",
loadkit = "1.1.0-1",
lpeg = "1.0.2-1",
lpeg_patterns = "0.5-0",
lrandom = "20180729-1",
lua = "5.1-1",
["lua-cjson"] = "2.1.0.6-1",
["lua-cjson"] = "2.1.0.10-1",
["lua-discount"] = "1.2.10.1-1",
["lua-term"] = "0.7-1",
["lua-twitter"] = "1.0.0-1",
lua_cliargs = "3.0-2",
luabitop = "1.0.2-3",
luaexpat = "1.3.3-1",
luaexpat = "1.5.1-1",
luafilesystem = "1.8.0-1",
["luajit-geoip"] = "2.1.0-1",
luaossl = "20200709-0",
luasec = "1.0.2-1",
luasocket = "3.0rc1-2",
luassert = "1.8.0-0",
luaossl = "20220711-0",
luasec = "1.2.0-1",
luasocket = "3.1.0-1",
luassert = "1.9.0-1",
luasystem = "0.2.1-0",
magick = "1.6.0-1",
mailgun = "1.2.0-1",
mediator_lua = "1.1.2-0",
mimetypes = "1.0.0-2",
moonscript = "0.5.0-1",
payments = "1.1.0-1",
penlight = "1.12.0-2",
pgmoon = "1.14.0-1",
payments = "1.4.0-1",
penlight = "1.13.1-1",
pgmoon = "1.16.0-1",
["redis-lua"] = "2.0.4-1",
say = "1.3-1",
sitegen = "0.1-1",
say = "1.4.1-3",
sitegen = "0.2-1",
syntaxhighlight = "1.0.0-1",
tableshape = "2.2.0-1",
web_sanitize = "1.1.0-1"
tableshape = "2.6.0-1",
web_sanitize = "1.4.0-1"
},
}

0 comments on commit 2dfc53c

Please sign in to comment.