From owner-svn-ports-all@freebsd.org Thu Sep 3 21:36:54 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 962C43CB632; Thu, 3 Sep 2020 21:36:54 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjDfG2wgPz43GM; Thu, 3 Sep 2020 21:36:54 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 49253220C6; Thu, 3 Sep 2020 21:36:54 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 083Las6E026210; Thu, 3 Sep 2020 21:36:54 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 083LarWm026208; Thu, 3 Sep 2020 21:36:53 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <202009032136.083LarWm026208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Thu, 3 Sep 2020 21:36:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547484 - in head/security/acme.sh: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: in head/security/acme.sh: . files X-SVN-Commit-Revision: 547484 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 21:36:54 -0000 Author: dvl Date: Thu Sep 3 21:36:53 2020 New Revision: 547484 URL: https://svnweb.freebsd.org/changeset/ports/547484 Log: Update to 2.8.7 * Support External Account Binding(EAB) * Support ZeroSSL.com CA * Support preferred-chain * More dns api support * Adds Docker multi-arch build support Deleted: head/security/acme.sh/files/patch-acme.sh Modified: head/security/acme.sh/Makefile head/security/acme.sh/distinfo head/security/acme.sh/pkg-plist Modified: head/security/acme.sh/Makefile ============================================================================== --- head/security/acme.sh/Makefile Thu Sep 3 21:35:10 2020 (r547483) +++ head/security/acme.sh/Makefile Thu Sep 3 21:36:53 2020 (r547484) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= acme.sh -PORTVERSION= 2.8.6 -PORTREVISION= 2 +PORTVERSION= 2.8.7 CATEGORIES= security MAINTAINER= dvl@FreeBSD.org Modified: head/security/acme.sh/distinfo ============================================================================== --- head/security/acme.sh/distinfo Thu Sep 3 21:35:10 2020 (r547483) +++ head/security/acme.sh/distinfo Thu Sep 3 21:36:53 2020 (r547484) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588553979 -SHA256 (Neilpang-acme.sh-2.8.6_GH0.tar.gz) = fd36cb749466296ded521ceacda3fc841ec76be620900d1116e0492d171c1d9f -SIZE (Neilpang-acme.sh-2.8.6_GH0.tar.gz) = 193182 +TIMESTAMP = 1599009231 +SHA256 (Neilpang-acme.sh-2.8.7_GH0.tar.gz) = 774010429730882f6bbfcd3756ff0fa755846106664841092af828a814159861 +SIZE (Neilpang-acme.sh-2.8.7_GH0.tar.gz) = 206475 Modified: head/security/acme.sh/pkg-plist ============================================================================== --- head/security/acme.sh/pkg-plist Thu Sep 3 21:35:10 2020 (r547483) +++ head/security/acme.sh/pkg-plist Thu Sep 3 21:36:53 2020 (r547484) @@ -18,6 +18,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mysqld.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/nginx.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/opensshd.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/openstack.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/panos.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/pureftpd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/qiniu.sh @@ -73,6 +74,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gdnsdk.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_he.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_hetzner.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_hexonet.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_hostingde.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_infoblox.sh @@ -81,6 +83,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ispconfig.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_jd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_joker.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_kappernet.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_kas.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_kinghost.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_knot.sh @@ -103,7 +106,9 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nederhost.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_neodigit.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_netcup.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_netlify.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nic.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_njalla.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nm.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nsd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nsone.sh @@ -112,6 +117,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_one.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_online.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_openprovider.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_openstack.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_opnsense.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ovh.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_pdns.sh @@ -125,6 +131,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_servercow.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_tele3.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ultra.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_transip.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_unoeuro.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_variomedia.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_vscale.sh @@ -144,6 +151,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/sendgrid.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/slack.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/smtp.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/teams.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/xmpp.sh @sample(acme,acme,0640) /var/db/acme/.acme.sh/account.conf.sample %%PORTEXAMPLES%%/var/db/acme/.acme.sh/deploy