Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 899131A9239 for ; Sun, 17 Oct 2021 09:02:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AEC8A84FD7; Sun, 17 Oct 2021 09:02:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E814484EC6 for ; Sun, 17 Oct 2021 09:02:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id s2pWi4ujLmY6 for ; Sun, 17 Oct 2021 09:02:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4784F84CFD for ; Sun, 17 Oct 2021 09:02:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 34D56FA97; Sun, 17 Oct 2021 09:02:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634461366174830" MIME-Version: 1.0 Date: Sun, 17 Oct 2021 09:02:46 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/acmesh To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20211017090246.34D56FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634461366174830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Oct 17 09:02:46 UTC 2021 Modified Files: pkgsrc/security/acmesh: Makefile PLIST distinfo Log Message: acmesh: update to 3.0.1 Changes: - We don't have bugs for the DST roots, but we add a new useful command "--set-default-chain" for the users to fix the chains fast. - More dns apis are added. - More deploy hooks are added. - Normal bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/acmesh/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/acmesh/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/acmesh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1634461366174830 Content-Disposition: inline Content-Length: 2793 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/acmesh/Makefile diff -u pkgsrc/security/acmesh/Makefile:1.12 pkgsrc/security/acmesh/Makefile:1.13 --- pkgsrc/security/acmesh/Makefile:1.12 Mon Aug 23 15:00:02 2021 +++ pkgsrc/security/acmesh/Makefile Sun Oct 17 09:02:46 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2021/08/23 15:00:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.13 2021/10/17 09:02:46 nia Exp $ -DISTNAME= acme.sh-3.0.0 +DISTNAME= acme.sh-3.0.1 PKGNAME= ${DISTNAME:S/acme.sh/acmesh/} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=acmesh-official/} Index: pkgsrc/security/acmesh/PLIST diff -u pkgsrc/security/acmesh/PLIST:1.3 pkgsrc/security/acmesh/PLIST:1.4 --- pkgsrc/security/acmesh/PLIST:1.3 Mon Aug 23 15:00:02 2021 +++ pkgsrc/security/acmesh/PLIST Sun Oct 17 09:02:46 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2021/08/23 15:00:02 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/10/17 09:02:46 nia Exp $ sbin/acme.sh share/acmesh/acme.sh share/acmesh/deploy/apache.sh @@ -14,6 +14,7 @@ share/acmesh/deploy/gitlab.sh share/acmesh/deploy/haproxy.sh share/acmesh/deploy/keychain.sh share/acmesh/deploy/kong.sh +share/acmesh/deploy/lighttpd.sh share/acmesh/deploy/mailcow.sh share/acmesh/deploy/myapi.sh share/acmesh/deploy/mydevil.sh @@ -149,6 +150,7 @@ share/acmesh/dnsapi/dns_transip.sh share/acmesh/dnsapi/dns_ultra.sh share/acmesh/dnsapi/dns_unoeuro.sh share/acmesh/dnsapi/dns_variomedia.sh +share/acmesh/dnsapi/dns_veesp.sh share/acmesh/dnsapi/dns_vscale.sh share/acmesh/dnsapi/dns_vultr.sh share/acmesh/dnsapi/dns_websupport.sh @@ -164,6 +166,7 @@ share/acmesh/notify/mail.sh share/acmesh/notify/mailgun.sh share/acmesh/notify/pop.sh share/acmesh/notify/postmark.sh +share/acmesh/notify/pushbullet.sh share/acmesh/notify/pushover.sh share/acmesh/notify/sendgrid.sh share/acmesh/notify/slack.sh Index: pkgsrc/security/acmesh/distinfo diff -u pkgsrc/security/acmesh/distinfo:1.11 pkgsrc/security/acmesh/distinfo:1.12 --- pkgsrc/security/acmesh/distinfo:1.11 Thu Oct 7 14:53:42 2021 +++ pkgsrc/security/acmesh/distinfo Sun Oct 17 09:02:46 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/07 14:53:42 nia Exp $ +$NetBSD: distinfo,v 1.12 2021/10/17 09:02:46 nia Exp $ -RMD160 (acme.sh-3.0.0.tar.gz) = 1f94710bb3e9455c1363f7ce54baf8b0bdab285f -SHA512 (acme.sh-3.0.0.tar.gz) = e93e955100071fda9398131aad965fe6d5b51d9c496b1db0269744513baca4c8eb142d9a35a72b72d4919c004848696fdf9de1ae51edec835ae0f695a6cb14b1 -Size (acme.sh-3.0.0.tar.gz) = 237047 bytes +RMD160 (acme.sh-3.0.1.tar.gz) = 5865b3fa8d8d186101d12394a4ddd68d4a064480 +SHA512 (acme.sh-3.0.1.tar.gz) = 8bc5468fa70bf0a23f516b05e49f4c457cceb3ae0c12e963b538297912adce1f16fca200b116fc39a88ee0ba522e1757654ed231bebb6199ef7f5ad152511c71 +Size (acme.sh-3.0.1.tar.gz) = 239311 bytes --_----------=_1634461366174830--