Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2020 21:36:53 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
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
Message-ID:  <202009032136.083LarWm026208@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009032136.083LarWm026208>