From owner-svn-ports-all@freebsd.org Tue Jan 22 15:31:17 2019 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 DBB7914A5404 for ; Tue, 22 Jan 2019 15:31:16 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8905E90BC0 for ; Tue, 22 Jan 2019 15:31:16 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f47.google.com (mail-ed1-f47.google.com [209.85.208.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 26A74AE51 for ; Tue, 22 Jan 2019 15:31:16 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f47.google.com with SMTP id y20so19602947edw.9 for ; Tue, 22 Jan 2019 07:31:16 -0800 (PST) X-Gm-Message-State: AJcUukcqke+EJsuZVhsgwiqPj2J6sCGURV01/8JsqDQj1MDEvnVV4h6Q OWzEGBIFwOUtFXPDUWecHHKRVph+b0VYhYAq3on5KA== X-Google-Smtp-Source: ALg8bN64gYHWFQ6JTflw5pOQ/xVNgNFZq7VMzSM+f1QP7NiXAug0gSUcX0Za5sAx1o+R20ixReAHukLQcw+KxKHX93w= X-Received: by 2002:a50:af43:: with SMTP id g61mr29721990edd.286.1548171074904; Tue, 22 Jan 2019 07:31:14 -0800 (PST) MIME-Version: 1.0 References: <201901221302.x0MD2oVf000661@repo.freebsd.org> In-Reply-To: <201901221302.x0MD2oVf000661@repo.freebsd.org> From: Po-Chuan Hsieh Date: Tue, 22 Jan 2019 23:30:37 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r490948 - in head/security: py-acme py-certbot py-certbot-apache py-certbot-dns-cloudflare py-certbot-dns-cloudxns py-certbot-dns-digitalocean py-certbot-dns-dnsimple py-certbot-dns-dns... To: Martin Wilke Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: 8905E90BC0 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.992,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 22 Jan 2019 15:31:17 -0000 On Tue, Jan 22, 2019 at 9:03 PM Martin Wilke wrote: > Author: miwi > Date: Tue Jan 22 13:02:50 2019 > New Revision: 490948 > URL: https://svnweb.freebsd.org/changeset/ports/490948 > > Log: > - Update to 0.30.0 > > > https://github.com/certbot/certbot/commit/3971573d7a9426fdd7394e11c5dc41b3b8624134 Hi, I guess you meant to say CHANGELOG.md. https://github.com/certbot/certbot/blob/master/CHANGELOG.md ## 0.30.0 - 2019-01-02 ### Added * Added the `update_account` subcommand for account management commands. ### Changed * Copied account management functionality from the `register` subcommand to the `update_account` subcommand. * Marked usage `register --update-registration` for deprecation and removal in a future release. ### Fixed * Older modules in the josepy library can now be accessed through acme.jose like it could in previous versions of acme. This is only done to preserve backwards compatibility and support for doing this with new modules in josepy will not be added. Users of the acme library should switch to using josepy directly if they haven't done so already. Despite us having broken lockstep, we are continuing to release new versions of all Certbot components during releases for the time being, however, the only package with changes other than its version number was: * acme More details about these changes can be found on our GitHub repo. > > PR: 234841 > Sponsored by: iXsystems Inc. > > Modified: > head/security/py-acme/distinfo > head/security/py-acme/version.mk > head/security/py-certbot-apache/distinfo > head/security/py-certbot-dns-cloudflare/distinfo > head/security/py-certbot-dns-cloudxns/distinfo > head/security/py-certbot-dns-digitalocean/distinfo > head/security/py-certbot-dns-dnsimple/distinfo > head/security/py-certbot-dns-dnsmadeeasy/distinfo > head/security/py-certbot-dns-gehirn/distinfo > head/security/py-certbot-dns-google/distinfo > head/security/py-certbot-dns-linode/distinfo > head/security/py-certbot-dns-luadns/distinfo > head/security/py-certbot-dns-nsone/distinfo > head/security/py-certbot-dns-ovh/distinfo > head/security/py-certbot-dns-rfc2136/distinfo > head/security/py-certbot-dns-route53/distinfo > head/security/py-certbot-dns-sakuracloud/distinfo > head/security/py-certbot-nginx/distinfo > head/security/py-certbot/distinfo > > Modified: head/security/py-acme/distinfo > > ============================================================================== > --- head/security/py-acme/distinfo Tue Jan 22 12:55:06 2019 > (r490947) > +++ head/security/py-acme/distinfo Tue Jan 22 13:02:50 2019 > (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126661 > -SHA256 (acme-0.29.1.tar.gz) = > a2e203ade83cd1eaf19112004a63073830211cf7759d437f634babb08c49b47c > -SIZE (acme-0.29.1.tar.gz) = 83226 > +TIMESTAMP = 1548159688 > +SHA256 (acme-0.30.0.tar.gz) = > 984b6d00bec73dcfa616636a760e80ca14bd246fb908710a656547f542f09445 > +SIZE (acme-0.30.0.tar.gz) = 83918 > > Modified: head/security/py-acme/version.mk > > ============================================================================== > --- head/security/py-acme/version.mk Tue Jan 22 12:55:06 2019 > (r490947) > +++ head/security/py-acme/version.mk Tue Jan 22 13:02:50 2019 > (r490948) > @@ -1 +1 @@ > -ACME_VERSION= 0.29.1 > +ACME_VERSION= 0.30.0 > > Modified: head/security/py-certbot-apache/distinfo > > ============================================================================== > --- head/security/py-certbot-apache/distinfo Tue Jan 22 12:55:06 2019 > (r490947) > +++ head/security/py-certbot-apache/distinfo Tue Jan 22 13:02:50 2019 > (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126680 > -SHA256 (certbot-apache-0.29.1.tar.gz) = > c3af1c66c86cfeef7dac4fe9b16c7c755ebd12bc526408c27781bd34b9de8128 > -SIZE (certbot-apache-0.29.1.tar.gz) = 161776 > +TIMESTAMP = 1548159824 > +SHA256 (certbot-apache-0.30.0.tar.gz) = > 1d4bc207d53a3e5d37e5d9ebd05f26089aa21d1fbf384113ed9d1829b4d1e9bf > +SIZE (certbot-apache-0.30.0.tar.gz) = 161758 > > Modified: head/security/py-certbot-dns-cloudflare/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-cloudflare/distinfo Tue Jan 22 > 12:55:06 2019 (r490947) > +++ head/security/py-certbot-dns-cloudflare/distinfo Tue Jan 22 > 13:02:50 2019 (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126689 > -SHA256 (certbot-dns-cloudflare-0.29.1.tar.gz) = > 4ef3bcae0f880763b16b301355cfdcb4dfedc336b57183de3e09d891493e1e47 > -SIZE (certbot-dns-cloudflare-0.29.1.tar.gz) = 13387 > +TIMESTAMP = 1548159840 > +SHA256 (certbot-dns-cloudflare-0.30.0.tar.gz) = > 5969878ecd2e05c2281d318a49a8bc5043fd7cee0b82a8a15132eacbadce36dc > +SIZE (certbot-dns-cloudflare-0.30.0.tar.gz) = 13390 > > Modified: head/security/py-certbot-dns-cloudxns/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-cloudxns/distinfo Tue Jan 22 > 12:55:06 2019 (r490947) > +++ head/security/py-certbot-dns-cloudxns/distinfo Tue Jan 22 > 13:02:50 2019 (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126697 > -SHA256 (certbot-dns-cloudxns-0.29.1.tar.gz) = > e81aea8b5828ccd5e006ea2c48e60a9ee1ce8ba436649369843c828b3c9d538b > -SIZE (certbot-dns-cloudxns-0.29.1.tar.gz) = 11431 > +TIMESTAMP = 1548159860 > +SHA256 (certbot-dns-cloudxns-0.30.0.tar.gz) = > d3e32aa91d1a851413f9744e898b08ea6495e02262c4193bc71d8645011ec777 > +SIZE (certbot-dns-cloudxns-0.30.0.tar.gz) = 11429 > > Modified: head/security/py-certbot-dns-digitalocean/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-digitalocean/distinfo Tue Jan 22 > 12:55:06 2019 (r490947) > +++ head/security/py-certbot-dns-digitalocean/distinfo Tue Jan 22 > 13:02:50 2019 (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126706 > -SHA256 (certbot-dns-digitalocean-0.29.1.tar.gz) = > bc5b043a3dbdd3d8c4f060daac7756c4a2a54a6cebe24d6bb6cdf9a70e63a3a0 > -SIZE (certbot-dns-digitalocean-0.29.1.tar.gz) = 12694 > +TIMESTAMP = 1548159874 > +SHA256 (certbot-dns-digitalocean-0.30.0.tar.gz) = > f893430dcc00ff6ed05bbddaf4d7201943ed9a55b4c57e468ae39945cfa537d4 > +SIZE (certbot-dns-digitalocean-0.30.0.tar.gz) = 12699 > > Modified: head/security/py-certbot-dns-dnsimple/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-dnsimple/distinfo Tue Jan 22 > 12:55:06 2019 (r490947) > +++ head/security/py-certbot-dns-dnsimple/distinfo Tue Jan 22 > 13:02:50 2019 (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126714 > -SHA256 (certbot-dns-dnsimple-0.29.1.tar.gz) = > 25912bd2c705eba28e1671b980363b30520360718a6b27038f1ea983b0b9d00c > -SIZE (certbot-dns-dnsimple-0.29.1.tar.gz) = 11402 > +TIMESTAMP = 1548159922 > +SHA256 (certbot-dns-dnsimple-0.30.0.tar.gz) = > 0855435988992f507b2ac64a8c50504b8bd17f711bef5ab8379bb3dcb3eed0e5 > +SIZE (certbot-dns-dnsimple-0.30.0.tar.gz) = 11399 > > Modified: head/security/py-certbot-dns-dnsmadeeasy/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-dnsmadeeasy/distinfo Tue Jan 22 > 12:55:06 2019 (r490947) > +++ head/security/py-certbot-dns-dnsmadeeasy/distinfo Tue Jan 22 > 13:02:50 2019 (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126723 > -SHA256 (certbot-dns-dnsmadeeasy-0.29.1.tar.gz) = > f39cfd45252ca9b069550c26c2f9015b5790a148ed1acdd981cf2947c340b40b > -SIZE (certbot-dns-dnsmadeeasy-0.29.1.tar.gz) = 11445 > +TIMESTAMP = 1548159933 > +SHA256 (certbot-dns-dnsmadeeasy-0.30.0.tar.gz) = > 4bc7857aa2631a25d86d71d40536755ccc3ddf45d637c048c034104bb9bedddf > +SIZE (certbot-dns-dnsmadeeasy-0.30.0.tar.gz) = 11448 > > Modified: head/security/py-certbot-dns-gehirn/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-gehirn/distinfo Tue Jan 22 > 12:55:06 2019 (r490947) > +++ head/security/py-certbot-dns-gehirn/distinfo Tue Jan 22 > 13:02:50 2019 (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126732 > -SHA256 (certbot-dns-gehirn-0.29.1.tar.gz) = > 0ea29a84e5454796c5c584ea94a0c5b6b97f75eaf3cc2bf6f6c94fc4e7c5725d > -SIZE (certbot-dns-gehirn-0.29.1.tar.gz) = 11479 > +TIMESTAMP = 1548159944 > +SHA256 (certbot-dns-gehirn-0.30.0.tar.gz) = > 449e5e185dcd726e9786b80441887e03d5c630757039154eb03b7e9af231572d > +SIZE (certbot-dns-gehirn-0.30.0.tar.gz) = 11482 > > Modified: head/security/py-certbot-dns-google/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-google/distinfo Tue Jan 22 > 12:55:06 2019 (r490947) > +++ head/security/py-certbot-dns-google/distinfo Tue Jan 22 > 13:02:50 2019 (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126741 > -SHA256 (certbot-dns-google-0.29.1.tar.gz) = > fe077241843551e87153accb25d8956f9605d3ac7764d2dbd689b3de6dbb661a > -SIZE (certbot-dns-google-0.29.1.tar.gz) = 22401 > +TIMESTAMP = 1548159958 > +SHA256 (certbot-dns-google-0.30.0.tar.gz) = > 857f368ade44403c0a1a6700d07709eca180e2ee80aeaac88f306371f10154a9 > +SIZE (certbot-dns-google-0.30.0.tar.gz) = 22397 > > Modified: head/security/py-certbot-dns-linode/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-linode/distinfo Tue Jan 22 > 12:55:06 2019 (r490947) > +++ head/security/py-certbot-dns-linode/distinfo Tue Jan 22 > 13:02:50 2019 (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126750 > -SHA256 (certbot-dns-linode-0.29.1.tar.gz) = > 5eabe87c8010c4ed30cc8e4a9080f28eb7cd7735bdcd63d3a0e1b5e82e458327 > -SIZE (certbot-dns-linode-0.29.1.tar.gz) = 11406 > +TIMESTAMP = 1548159975 > +SHA256 (certbot-dns-linode-0.30.0.tar.gz) = > 1ecb384db2718a1d10aea9bed657cd397c73b14ca28bfa9348893b7839ddaa00 > +SIZE (certbot-dns-linode-0.30.0.tar.gz) = 11407 > > Modified: head/security/py-certbot-dns-luadns/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-luadns/distinfo Tue Jan 22 > 12:55:06 2019 (r490947) > +++ head/security/py-certbot-dns-luadns/distinfo Tue Jan 22 > 13:02:50 2019 (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126758 > -SHA256 (certbot-dns-luadns-0.29.1.tar.gz) = > 3efa5c6dee9df3650ca90a692ee12a5b1dce45b792406905ca045a0357f3afe9 > -SIZE (certbot-dns-luadns-0.29.1.tar.gz) = 11327 > +TIMESTAMP = 1548160015 > +SHA256 (certbot-dns-luadns-0.30.0.tar.gz) = > 33384be753a6d28960dcf793dc056d812bc2be86c9a4cb165a49ae7230017716 > +SIZE (certbot-dns-luadns-0.30.0.tar.gz) = 11327 > > Modified: head/security/py-certbot-dns-nsone/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-nsone/distinfo Tue Jan 22 12:55:06 2019 > (r490947) > +++ head/security/py-certbot-dns-nsone/distinfo Tue Jan 22 13:02:50 2019 > (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126767 > -SHA256 (certbot-dns-nsone-0.29.1.tar.gz) = > ce09a457383cf348482850328d7d8efe620a613c65ba59278f06e37aaa60a913 > -SIZE (certbot-dns-nsone-0.29.1.tar.gz) = 11372 > +TIMESTAMP = 1548160031 > +SHA256 (certbot-dns-nsone-0.30.0.tar.gz) = > 057eed827a7240413b3f6efddd411315d52edfd82f34b0d1cf149665a84157ac > +SIZE (certbot-dns-nsone-0.30.0.tar.gz) = 11371 > > Modified: head/security/py-certbot-dns-ovh/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-ovh/distinfo Tue Jan 22 12:55:06 2019 > (r490947) > +++ head/security/py-certbot-dns-ovh/distinfo Tue Jan 22 13:02:50 2019 > (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126776 > -SHA256 (certbot-dns-ovh-0.29.1.tar.gz) = > cd9a33726e7272a6f53fd390d93cd3a4135421293242a605dd6abccb066281f1 > -SIZE (certbot-dns-ovh-0.29.1.tar.gz) = 11841 > +TIMESTAMP = 1548160048 > +SHA256 (certbot-dns-ovh-0.30.0.tar.gz) = > 6ffbfb6051f9a70cc47a7c7d3bdbe0d1c5fea89676fb150ca1f5344c638fcdb5 > +SIZE (certbot-dns-ovh-0.30.0.tar.gz) = 11843 > > Modified: head/security/py-certbot-dns-rfc2136/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-rfc2136/distinfo Tue Jan 22 > 12:55:06 2019 (r490947) > +++ head/security/py-certbot-dns-rfc2136/distinfo Tue Jan 22 > 13:02:50 2019 (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126785 > -SHA256 (certbot-dns-rfc2136-0.29.1.tar.gz) = > 8f2c3aa43591eb4dec7ed62d7c31693a80c557e258e64f4f17c3efe90d15976c > -SIZE (certbot-dns-rfc2136-0.29.1.tar.gz) = 13968 > +TIMESTAMP = 1548160061 > +SHA256 (certbot-dns-rfc2136-0.30.0.tar.gz) = > ab547851563fa6c9c6f176200d56b7dcc77641a72247b493a11e9f6878013d5e > +SIZE (certbot-dns-rfc2136-0.30.0.tar.gz) = 13965 > > Modified: head/security/py-certbot-dns-route53/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-route53/distinfo Tue Jan 22 > 12:55:06 2019 (r490947) > +++ head/security/py-certbot-dns-route53/distinfo Tue Jan 22 > 13:02:50 2019 (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126794 > -SHA256 (certbot-dns-route53-0.29.1.tar.gz) = > 020d5e45e6160cd73d547496cb52930652749870fe78cac31aafbe9316ab1c33 > -SIZE (certbot-dns-route53-0.29.1.tar.gz) = 14166 > +TIMESTAMP = 1548160143 > +SHA256 (certbot-dns-route53-0.30.0.tar.gz) = > f81ed71a0f93b21a3fdac2eab8632fa8760c0aee4e187b42d2bb7887aed5e9b6 > +SIZE (certbot-dns-route53-0.30.0.tar.gz) = 14163 > > Modified: head/security/py-certbot-dns-sakuracloud/distinfo > > ============================================================================== > --- head/security/py-certbot-dns-sakuracloud/distinfo Tue Jan 22 > 12:55:06 2019 (r490947) > +++ head/security/py-certbot-dns-sakuracloud/distinfo Tue Jan 22 > 13:02:50 2019 (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126802 > -SHA256 (certbot-dns-sakuracloud-0.29.1.tar.gz) = > f846672e1ca364952a88353a13620738284c5f21eccfdc806f4e92d73990568d > -SIZE (certbot-dns-sakuracloud-0.29.1.tar.gz) = 11300 > +TIMESTAMP = 1548160158 > +SHA256 (certbot-dns-sakuracloud-0.30.0.tar.gz) = > 8876cccaec84ca118e5b3c4a61a6f268b538cba831ad4a12c9b9433984990587 > +SIZE (certbot-dns-sakuracloud-0.30.0.tar.gz) = 11296 > > Modified: head/security/py-certbot-nginx/distinfo > > ============================================================================== > --- head/security/py-certbot-nginx/distinfo Tue Jan 22 12:55:06 2019 > (r490947) > +++ head/security/py-certbot-nginx/distinfo Tue Jan 22 13:02:50 2019 > (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126811 > -SHA256 (certbot-nginx-0.29.1.tar.gz) = > 0c1205ebb91eef4b7d15293c6778ffc962d09563b315120b2d226348d751e38d > -SIZE (certbot-nginx-0.29.1.tar.gz) = 78626 > +TIMESTAMP = 1548160181 > +SHA256 (certbot-nginx-0.30.0.tar.gz) = > e39a3f3d77cd4c653949cf066fb2211039fd2032665697c27b6e8501c7c2dd92 > +SIZE (certbot-nginx-0.30.0.tar.gz) = 78624 > > Modified: head/security/py-certbot/distinfo > > ============================================================================== > --- head/security/py-certbot/distinfo Tue Jan 22 12:55:06 2019 > (r490947) > +++ head/security/py-certbot/distinfo Tue Jan 22 13:02:50 2019 > (r490948) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544126670 > -SHA256 (certbot-0.29.1.tar.gz) = > 6fc604d207c48b95dea3458bb33a11b17aa625628eb197927ffee8b458f62692 > -SIZE (certbot-0.29.1.tar.gz) = 333218 > +TIMESTAMP = 1548160720 > +SHA256 (certbot-0.30.0.tar.gz) = > d631fe6c75700ce9b2fdae194ff8b53c7518545d87dd451a1704f7572dcd49e8 > +SIZE (certbot-0.30.0.tar.gz) = 333241 > >