From owner-svn-ports-all@freebsd.org Thu Mar 29 14:22:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E743F4E6C4; Thu, 29 Mar 2018 14:22:34 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E56EF70A64; Thu, 29 Mar 2018 14:22:33 +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 E05161B0C7; Thu, 29 Mar 2018 14:22:33 +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 w2TEMXWN024707; Thu, 29 Mar 2018 14:22:33 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2TEMXcd024704; Thu, 29 Mar 2018 14:22:33 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201803291422.w2TEMXcd024704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Thu, 29 Mar 2018 14:22:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465898 - head/security/acme.sh X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/security/acme.sh X-SVN-Commit-Revision: 465898 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.25 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, 29 Mar 2018 14:22:34 -0000 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