From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9E06425F7E for ; Fri, 26 Jul 2019 11:29:50 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Bh8DpAF8kQJC for ; Fri, 26 Jul 2019 11:29:50 -0400 (EDT) Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 5A78623E7B for ; Fri, 26 Jul 2019 11:29:50 -0400 (EDT) Date: Fri, 26 Jul 2019 18:29:33 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH v1] test: upgrade curl to 7.65.3 or newer version Message-ID: <20190726152933.unxgw5zcpjfrd5yd@tkn_work_nb> References: <4b1bf4c1c54bae21c74db1854c5fc1e0d05ef275.1563952640.git.avtikhon@tarantool.org> <20190724094410.wubzbzdb4dg4itdd@tkn_work_nb> <1564131995.371267961@f375.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1564131995.371267961@f375.i.mail.ru> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Alexander Tikhonov Cc: tarantool-patches@freelists.org, Kirill Yukhin > >> + brew upgrade curl || true > > > > There is `brew update` above. > > Right, using force it will install needed 7.65.3 version. > > > > Why not just revert (`git revert`) > > 2e880af097a548036278f43b3d6b0f6534a66bac and add proper description to > > its commit message? Please, check that this will be sufficient. > > I've checked the rollback only and it was enough to fix the issue as I saw in results. Great. Pushed to master, 2.1 and 1.10. CCed Kirill. WBR, Alexander Turenko.