Date: Thu, 29 Mar 2018 14:22:33 +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: r465898 - head/security/acme.sh Message-ID: <201803291422.w2TEMXcd024704@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Thu Mar 29 14:22:33 2018 New Revision: 465898 URL: https://svnweb.freebsd.org/changeset/ports/465898 Log: Upgrade to 2.7.8 From the author: * fix bugs in 2.7.7, Strongly recommended to upgrade from 2.7.7. * more apis are fixed for acme v2 wildcard certs. * New dns api: KingHost (https://www.kinghost.com.br/) and Zilore (https://zilore.com) 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 Mar 29 14:01:06 2018 (r465897) +++ head/security/acme.sh/Makefile Thu Mar 29 14:22:33 2018 (r465898) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acme.sh -PORTVERSION= 2.7.7 +PORTVERSION= 2.7.8 CATEGORIES= security MAINTAINER= dvl@FreeBSD.org Modified: head/security/acme.sh/distinfo ============================================================================== --- head/security/acme.sh/distinfo Thu Mar 29 14:01:06 2018 (r465897) +++ head/security/acme.sh/distinfo Thu Mar 29 14:22:33 2018 (r465898) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520991663 -SHA256 (Neilpang-acme.sh-2.7.7_GH0.tar.gz) = 480f0b4daf28e3355ac72e2d1d1c9297ae255146eca9631b7b95884d90873ae2 -SIZE (Neilpang-acme.sh-2.7.7_GH0.tar.gz) = 103572 +TIMESTAMP = 1522332051 +SHA256 (Neilpang-acme.sh-2.7.8_GH0.tar.gz) = f7ad67d34b02f5d5a58f5751e3ad1fae4eac981263b094598439b4f8a8442231 +SIZE (Neilpang-acme.sh-2.7.8_GH0.tar.gz) = 105403 Modified: head/security/acme.sh/pkg-plist ============================================================================== --- head/security/acme.sh/pkg-plist Thu Mar 29 14:01:06 2018 (r465897) +++ head/security/acme.sh/pkg-plist Thu Mar 29 14:22:33 2018 (r465898) @@ -45,6 +45,7 @@ sbin/acme.sh %%EXAMPLESDIR%%/dnsapi/dns_infoblox.sh %%EXAMPLESDIR%%/dnsapi/dns_inwx.sh %%EXAMPLESDIR%%/dnsapi/dns_ispconfig.sh +%%EXAMPLESDIR%%/dnsapi/dns_kinghost.sh %%EXAMPLESDIR%%/dnsapi/dns_knot.sh %%EXAMPLESDIR%%/dnsapi/dns_lexicon.sh %%EXAMPLESDIR%%/dnsapi/dns_linode.sh @@ -63,3 +64,4 @@ sbin/acme.sh %%EXAMPLESDIR%%/dnsapi/dns_vscale.sh %%EXAMPLESDIR%%/dnsapi/dns_yandex.sh %%EXAMPLESDIR%%/dnsapi/dns_zonomi.sh +%%EXAMPLESDIR%%/dnsapi/dns_zilore.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803291422.w2TEMXcd024704>