From owner-svn-ports-all@freebsd.org Sun Mar 18 23:08:09 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 AAFCFF5C5FE; Sun, 18 Mar 2018 23:08:09 +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 560206C738; Sun, 18 Mar 2018 23:08:09 +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 35A2926C29; Sun, 18 Mar 2018 23:08:09 +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 w2IN89aV064427; Sun, 18 Mar 2018 23:08:09 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2IN88wC064423; Sun, 18 Mar 2018 23:08:08 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201803182308.w2IN88wC064423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Sun, 18 Mar 2018 23:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464968 - 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: 464968 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: Sun, 18 Mar 2018 23:08:09 -0000 Author: dvl Date: Sun Mar 18 23:08:08 2018 New Revision: 464968 URL: https://svnweb.freebsd.org/changeset/ports/464968 Log: Update to version 2.7.7 PR: 226587 Submitted by: Jose Luis Duran Modified: head/security/acme.sh/Makefile head/security/acme.sh/distinfo head/security/acme.sh/pkg-descr head/security/acme.sh/pkg-plist Modified: head/security/acme.sh/Makefile ============================================================================== --- head/security/acme.sh/Makefile Sun Mar 18 23:06:35 2018 (r464967) +++ head/security/acme.sh/Makefile Sun Mar 18 23:08:08 2018 (r464968) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= acme.sh -PORTVERSION= 2.7.6 -PORTREVISION= 2 +PORTVERSION= 2.7.7 CATEGORIES= security MAINTAINER= dvl@FreeBSD.org Modified: head/security/acme.sh/distinfo ============================================================================== --- head/security/acme.sh/distinfo Sun Mar 18 23:06:35 2018 (r464967) +++ head/security/acme.sh/distinfo Sun Mar 18 23:08:08 2018 (r464968) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518224077 -SHA256 (Neilpang-acme.sh-2.7.6_GH0.tar.gz) = 2db02d6219ea61b2dd554ab4435738c39cbf815dc28dbeddfae6b7d3c8ee68d3 -SIZE (Neilpang-acme.sh-2.7.6_GH0.tar.gz) = 94267 +TIMESTAMP = 1520991663 +SHA256 (Neilpang-acme.sh-2.7.7_GH0.tar.gz) = 480f0b4daf28e3355ac72e2d1d1c9297ae255146eca9631b7b95884d90873ae2 +SIZE (Neilpang-acme.sh-2.7.7_GH0.tar.gz) = 103572 Modified: head/security/acme.sh/pkg-descr ============================================================================== --- head/security/acme.sh/pkg-descr Sun Mar 18 23:06:35 2018 (r464967) +++ head/security/acme.sh/pkg-descr Sun Mar 18 23:08:08 2018 (r464968) @@ -1,6 +1,8 @@ ACME protocol client written in shell - Full ACME protocol implementation. +- Support ACME v1 and ACME v2. +- Support ACME v2 wildcard certs. - Simple, powerful and very easy to use. You only need 3 minutes to learn it. - Bash, dash and sh compatible. - Simplest shell script for Let's Encrypt free certificate client. @@ -9,5 +11,6 @@ ACME protocol client written in shell - Just one script to issue, renew and install your certificates automatically. - DOES NOT require root/sudoer access. - Docker friendly. +- IPv6 support. WWW: https://github.com/Neilpang/acme.sh/ Modified: head/security/acme.sh/pkg-plist ============================================================================== --- head/security/acme.sh/pkg-plist Sun Mar 18 23:06:35 2018 (r464967) +++ head/security/acme.sh/pkg-plist Sun Mar 18 23:08:08 2018 (r464968) @@ -14,8 +14,10 @@ sbin/acme.sh %%EXAMPLESDIR%%/deploy/nginx.sh %%EXAMPLESDIR%%/deploy/opensshd.sh %%EXAMPLESDIR%%/deploy/pureftpd.sh +%%EXAMPLESDIR%%/deploy/ssh.sh %%EXAMPLESDIR%%/deploy/strongswan.sh %%EXAMPLESDIR%%/deploy/unifi.sh +%%EXAMPLESDIR%%/deploy/vault_cli.sh %%EXAMPLESDIR%%/deploy/vsftpd.sh %%EXAMPLESDIR%%/dnsapi/README.md %%EXAMPLESDIR%%/dnsapi/dns_ad.sh @@ -27,10 +29,12 @@ sbin/acme.sh %%EXAMPLESDIR%%/dnsapi/dns_cloudns.sh %%EXAMPLESDIR%%/dnsapi/dns_cx.sh %%EXAMPLESDIR%%/dnsapi/dns_cyon.sh +%%EXAMPLESDIR%%/dnsapi/dns_da.sh %%EXAMPLESDIR%%/dnsapi/dns_dgon.sh %%EXAMPLESDIR%%/dnsapi/dns_dnsimple.sh %%EXAMPLESDIR%%/dnsapi/dns_do.sh %%EXAMPLESDIR%%/dnsapi/dns_dp.sh +%%EXAMPLESDIR%%/dnsapi/dns_dreamhost.sh %%EXAMPLESDIR%%/dnsapi/dns_duckdns.sh %%EXAMPLESDIR%%/dnsapi/dns_dyn.sh %%EXAMPLESDIR%%/dnsapi/dns_dynu.sh @@ -58,3 +62,4 @@ sbin/acme.sh %%EXAMPLESDIR%%/dnsapi/dns_unoeuro.sh %%EXAMPLESDIR%%/dnsapi/dns_vscale.sh %%EXAMPLESDIR%%/dnsapi/dns_yandex.sh +%%EXAMPLESDIR%%/dnsapi/dns_zonomi.sh