You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2020/12/07 13:56:49 UTC

[apisix] branch master updated: feat: install lua-resty-hmac-ffi (#2981)

This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cd780c  feat: install lua-resty-hmac-ffi (#2981)
6cd780c is described below

commit 6cd780cb936d30bd81c771b3c3b51614a86ac565
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Mon Dec 7 21:56:40 2020 +0800

    feat: install lua-resty-hmac-ffi (#2981)
    
    Fix #2256
---
 rockspec/apisix-master-0.rockspec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rockspec/apisix-master-0.rockspec b/rockspec/apisix-master-0.rockspec
index 833b288..9394c22 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -38,6 +38,7 @@ dependencies = {
     "lua-resty-jit-uuid = 0.0.7",
     "lua-resty-healthcheck-api7 = 2.2.0",
     "lua-resty-jwt = 0.2.0",
+    "lua-resty-hmac-ffi = 0.05",
     "lua-resty-cookie = 0.1.0",
     "lua-resty-session = 2.24",
     "opentracing-openresty = 0.1",