From 422b2ff6f1437043483cf3f304ddf47e9f15a70e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Mar 2020 08:21:45 +0100 Subject: update to 2.1.0 fix build with msgpack using patch from https://github.com/laruence/yar/pull/151 add missing file from upstream git repo and open https://github.com/laruence/yar/pull/152 --- REFLECTION | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8c09572..5fbf954 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,8 +1,8 @@ -Extension [ extension #108 yar version 2.0.7 ] { +Extension [ extension #112 yar version 2.1.0 ] { - Dependencies { - Dependency [ json (Required) ] - Dependency [ msgpack (Required) ] + Dependency [ json (Optional) ] + Dependency [ msgpack (Optional) ] } - INI { @@ -27,18 +27,16 @@ Extension [ extension #108 yar version 2.0.7 ] { Entry [ yar.content_type ] Current = 'application/octet-stream' } - Entry [ yar.allow_persistent ] - Current = '0' - } } - - Constants [19] { - Constant [ string YAR_VERSION ] { 2.0.7 } + - Constants [20] { + Constant [ string YAR_VERSION ] { 2.1.0 } Constant [ int YAR_OPT_PACKAGER ] { 1 } Constant [ int YAR_OPT_PERSISTENT ] { 2 } Constant [ int YAR_OPT_TIMEOUT ] { 4 } Constant [ int YAR_OPT_CONNECT_TIMEOUT ] { 8 } Constant [ int YAR_OPT_HEADER ] { 16 } + Constant [ int YAR_OPT_RESOLVE ] { 32 } Constant [ int YAR_CLIENT_PROTOCOL_HTTP ] { 1 } Constant [ int YAR_CLIENT_PROTOCOL_TCP ] { 2 } Constant [ int YAR_CLIENT_PROTOCOL_UNIX ] { 4 } -- cgit