From owner-svn-ports-all@freebsd.org Sat May 20 10:10:22 2017 Return-Path: Delivered-To: svn-ports-all@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 7CA92D74AD2; Sat, 20 May 2017 10:10:22 +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 5EF4F12C1; Sat, 20 May 2017 10:10:22 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 913CE56AD; Sat, 20 May 2017 10:10:21 +0000 (UTC) Date: Sat, 20 May 2017 10:10:21 +0000 From: Alexey Dokuchaev To: Joseph Mingrone Cc: 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: <20170520101021.GA39767@FreeBSD.org> References: <201705200227.v4K2RjjG055940@repo.freebsd.org> <989C2BB0-AC4E-4C76-AB15-9F616A6EF392@adamw.org> <86d1b3lwx0.fsf@phe.ftfl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86d1b3lwx0.fsf@phe.ftfl.ca> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2017 10:10:22 -0000 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. > - Silence porlint warnings USERS and GROUPS values are still misaligned (need extra tab after =). ./danfe