From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp51.i.mail.ru (smtp51.i.mail.ru [94.100.177.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 6CD8042EF5E for ; Thu, 18 Jun 2020 08:37:10 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Thu, 18 Jun 2020 08:36:51 +0300 Message-Id: <308355f69e0fb579b8906e36915f16d60785d700.1592458150.git.avtikhon@tarantool.org> In-Reply-To: References: In-Reply-To: References: Subject: [Tarantool-patches] [PATCH v1 3/4] Bump libyaml List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin , Sergey Bronnikov , Alexander Turenko Cc: tarantool-patches@dev.tarantool.org Bumped libyaml with the following commits: 7f41d551a44a9b947dc341dd5b6c8779b5d83f00 'Make sure libyaml is C89 compliant' f1d1e5e0a5f6e6adeebe0e2c5e95a6ee729426e4 'cmake: make sure yaml is built statically when used in tarantool' 74a00faf5c4c8720149f7a726a5eda5e8fff86df 'Extend range of printable unicode characters' Needed for #4090 --- third_party/libyaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/libyaml b/third_party/libyaml index 6bd4be1a7..7f41d551a 160000 --- a/third_party/libyaml +++ b/third_party/libyaml @@ -1 +1 @@ -Subproject commit 6bd4be1a7751d6022a413864666880bef8a87c3c +Subproject commit 7f41d551a44a9b947dc341dd5b6c8779b5d83f00 -- 2.17.1