From 168f23f9c27b748fd417c13a0cf965e3610d1932 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 9 Sep 2020 12:00:41 +0800 Subject: [PATCH] seastar: bump seastar to use upstream master before this change we are using a fork which includes a fix to address the FTBFS with GnuTLS < 3.5.6 after this change, we are using the lastest upstream which already contains this fix. Signed-off-by: Kefu Chai --- src/seastar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seastar b/src/seastar index 881c4a759589d..52f0f389947b3 160000 --- a/src/seastar +++ b/src/seastar @@ -1 +1 @@ -Subproject commit 881c4a759589d29109b565a4a17e40f5b6695050 +Subproject commit 52f0f389947b3cfd584da64a2867ce585ec046b8 -- 2.39.5