From: Marcus Watts Date: Wed, 2 Nov 2016 04:18:48 +0000 (-0400) Subject: rgw: Get civetweb ssl enhancement: wip-listen4 = wip-civetweb-1.8-2 + mg_get_local_addr X-Git-Tag: v12.0.0~269^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=46ced9ddd2795f00f014e22e5637070b49e7a6d5;p=ceph.git rgw: Get civetweb ssl enhancement: wip-listen4 = wip-civetweb-1.8-2 + mg_get_local_addr The logic inside of radosgw that computes aws v4 signatures wants to know what server port the client connected. The patch to civetweb patch adds a call mg_get_local_addr() which will permit that code to actually find out on what address a connection was received, rather than merely guessing based on configuration as it previously did. Signed-off-by: Marcus Watts --- diff --git a/src/civetweb b/src/civetweb index 09c580e9aa11..7f9f5d1a7dac 160000 --- a/src/civetweb +++ b/src/civetweb @@ -1 +1 @@ -Subproject commit 09c580e9aa11a4e75ceaebde8ae18b6e0d43bf9e +Subproject commit 7f9f5d1a7dacc81e4866d5ec8cd2265c5850a0e0