Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3DF417A46C for ; Fri, 3 Jun 2016 11:30:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E41BB85E8F; Fri, 3 Jun 2016 11:30:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 72AFB85E1A for ; Fri, 3 Jun 2016 11:30:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YYx3a4a3BWQj for ; Fri, 3 Jun 2016 11:30:15 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1716884CF5 for ; Fri, 3 Jun 2016 11:30:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1255DFBB5; Fri, 3 Jun 2016 11:30:15 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 3 Jun 2016 11:30:15 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/security/py-certbot To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20160603113015.1255DFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Fri Jun 3 11:30:15 UTC 2016 Modified Files: pkgsrc/security/py-certbot: Makefile.common PLIST distinfo Log Message: Update security/py-certbot to 0.8.0. Changes in 0.8.0 - The main new feature in this release is the register subcommand which can be used to register an account with the Let's Encrypt CA. Additionally, you can run certbot register --update-registration to change the e-mail address associated with your registration. Full commit log since 0.7.0: https://github.com/certbot/certbot/compare/v0.7.0...v0.8.0 Changes in 0.7.0: - --must-staple to request certificates from Let's Encrypt with the OCSP must staple extension - automatic configuration of OSCP stapling for Apache - requesting certificates for domains found in the common name of a custom CSR - a number of bug fixes Full commit log since 0.6.0 https://github.com/certbot/certbot/compare/v0.6.0...v0.7.0 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-certbot/Makefile.common \ pkgsrc/security/py-certbot/PLIST pkgsrc/security/py-certbot/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.