From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5DA50C433EF for ; Fri, 10 Sep 2021 17:46:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34877611BD for ; Fri, 10 Sep 2021 17:46:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231386AbhIJRrd (ORCPT ); Fri, 10 Sep 2021 13:47:33 -0400 Received: from cloud.peff.net ([104.130.231.41]:44376 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229476AbhIJRrc (ORCPT ); Fri, 10 Sep 2021 13:47:32 -0400 Received: (qmail 6649 invoked by uid 109); 10 Sep 2021 17:46:21 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Fri, 10 Sep 2021 17:46:21 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 28117 invoked by uid 111); 10 Sep 2021 17:46:21 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Fri, 10 Sep 2021 13:46:21 -0400 Authentication-Results: peff.net; auth=none Date: Fri, 10 Sep 2021 13:46:20 -0400 From: Jeff King To: Junio C Hamano Cc: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , git@vger.kernel.org, "brian m . carlson" , Bagas Sanjaya Subject: Re: [PATCH v2 2/8] INSTALL: mention that we need libcurl 7.19.4 or newer to build Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Sep 10, 2021 at 09:56:19AM -0700, Junio C Hamano wrote: > Jeff King writes: > > > On Fri, Sep 10, 2021 at 01:04:27PM +0200, Ævar Arnfjörð Bjarmason wrote: > > > >> Without NO_CURL=Y we require at least version "7.19.4" of libcurl, see > >> 644de29e220 (http: drop support for curl < 7.19.4, 2021-07-30). Let's > >> document this in the "INSTALL" document. > > > > Makes sense. > > > >> diff --git a/INSTALL b/INSTALL > >> index 5c6ecf03c27..81f3a6cf018 100644 > >> --- a/INSTALL > >> +++ b/INSTALL > >> @@ -141,6 +141,9 @@ Issues of note: > >> - "libcurl" library is used by git-http-fetch, git-fetch, and, if > >> the curl version >= 7.34.0, for git-imap-send. > >> > >> + Git version "7.19.4" of "libcurl" or later to build. This > >> + version requirement may be bumped in the future. > >> + > > > > s/to build/is needed &/ or similar? > > "Get version X of "libcurl" or later to build." probably. Oh, heh. I do not even see s/Git/Get/ anymore. My mind has been irrecoverably polluted. -Peff