From owner-svn-ports-head@freebsd.org Wed Jun 21 11:38:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76533D8CE70; Wed, 21 Jun 2017 11:38:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B660658AA; Wed, 21 Jun 2017 11:38:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A091D1FD0E; Wed, 21 Jun 2017 11:38:26 +0000 (UTC) Date: Wed, 21 Jun 2017 11:38:26 +0000 From: Alexey Dokuchaev To: Nikolai Lifanov Cc: Joseph Mingrone , Adam Weinberger , Dan Langille , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r441282 - in head: . security security/acme.sh Message-ID: <20170621113826.GA50311@FreeBSD.org> References: <201705200227.v4K2RjjG055940@repo.freebsd.org> <989C2BB0-AC4E-4C76-AB15-9F616A6EF392@adamw.org> <86d1b3lwx0.fsf@phe.ftfl.ca> <20170520101021.GA39767@FreeBSD.org> <5bf4f792-efd0-4e27-6dba-c7a4d4dba353@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5bf4f792-efd0-4e27-6dba-c7a4d4dba353@FreeBSD.org> User-Agent: Mutt/1.8.2 (2017-04-18) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 11:38:27 -0000 On Tue, Jun 20, 2017 at 11:26:28AM -0400, Nikolai Lifanov wrote: > On 5/20/17 6:10 AM, Alexey Dokuchaev wrote: > > On Sat, May 20, 2017 at 06:06:35AM -0300, Joseph Mingrone wrote: > >> ... > >> The link below is a patch with proposed changes. > >> > >> http://ftfl.ca/misc/acme.sh-2.6.9.diff > >> > >> Changelog: > >> - Add OPTION_SINGLE for choosing one of cURL or Wget for HTTP(s) queries > >> - Update CURL/WGET descriptions [1] > > > > These are better; even /more/ better would to be teach it to use fetch(1) > > which is in the base. > > Sorry for necropost, but I investigated using fetch(1) and it's a no-go. > The fetch(1) utility and fetch(3) don't implement POST and can't send > custom headers, which is required for the use in acme.sh. Thanks for taking time to check this Nikolai, appreciated. ./danfe P.S. There's no such thing as necropost; I often reply 5 and 10 year old emails in order to preserve original context and things, unless I'm going to take further discussion in a very different direction.