From 4a4df77f7e0a1a37f37bf4915b4d4a06500239ff Mon Sep 17 00:00:00 2001 From: Oleg Babin <babinoleg@mail.ru> Date: Mon, 9 Sep 2019 18:13:34 +0300 Subject: [PATCH] rocks: fix zero values in ziptime If the rock was packed with luarocks then the time in it is set to zeros and this is not the case with the unix format can be removed when date given is added to zipwriter_open_new_file_in_zip (luarocks/luarocks#1056) Closes #4481 (cherry picked from commit 3658cb007ea8c9a3d92f0eee641b0f2657c080e5) --- third_party/luarocks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/luarocks b/third_party/luarocks index f5bd5dfdde..06a657e7a6 160000 --- a/third_party/luarocks +++ b/third_party/luarocks @@ -1 +1 @@ -Subproject commit f5bd5dfdde954861476c2304f7eafb59b1888b0c +Subproject commit 06a657e7a68dd475e2afb5a56012c43f3a906640 -- GitLab