From owner-svn-ports-all@freebsd.org Sat Aug 13 14:20:28 2016 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 A72EABB8AC5; Sat, 13 Aug 2016 14:20:28 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1761E1A90; Sat, 13 Aug 2016 14:20:27 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 8411b886 TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Sat, 13 Aug 2016 08:20:20 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r420150 - in head/security/letskencrypt: . files From: Adam Weinberger In-Reply-To: <201608122317.u7CNHx6M069763@repo.freebsd.org> Date: Sat, 13 Aug 2016 08:20:18 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201608122317.u7CNHx6M069763@repo.freebsd.org> To: Bernard Spil X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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, 13 Aug 2016 14:20:28 -0000 > On 12 Aug, 2016, at 17:17, Bernard Spil wrote: >=20 > Author: brnrd > Date: Fri Aug 12 23:17:58 2016 > New Revision: 420150 > URL: https://svnweb.freebsd.org/changeset/ports/420150 >=20 > Log: > security/letskencrypt: Allow configurable license agreement >=20 > - Backport upstream fixes for -a option (license agreement URL) > - Bump PORTREVISION Hi Bernard, I'm confused about what I'm supposed to do here. It looks like the new license URL was added as default: > Added: head/security/letskencrypt/files/patch-main.c > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/security/letskencrypt/files/patch-main.c Fri Aug 12 = 23:17:58 2016 (r420150) > @@ -0,0 +1,55 @@ > +=20 > ++#define AGREEMENT "https://letsencrypt.org" \ > ++ "/documents/LE-SA-v1.1.1-August-1-2016.pdf" ... but the pkg-message change says that I have to add arguments to the = invocation: > Modified: head/security/letskencrypt/files/pkg-message.in > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/security/letskencrypt/files/pkg-message.in Fri Aug 12 = 23:02:52 2016 (r420149) > +++ head/security/letskencrypt/files/pkg-message.in Fri Aug 12 = 23:17:58 2016 (r420150) > @@ -1,4 +1,15 @@ >=20 > +LetsEncrypt's ACME servers have changed the LE license > +agreement. To successfully run renewal you have to add > + > + -a https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf > + > +to the command invocation. The files/letskencrypt.sh.in doesn't contain that argument. So is it set automatically? Do I need to alter my letskencrypt.sh, or is = the pkg-message inaccurate? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org