From owner-svn-ports-head@freebsd.org Sun May 1 15:33:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E75C2B29AF5; Sun, 1 May 2016 15:33:58 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id A7B7E19C2; Sun, 1 May 2016 15:33:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u41FXvN3002854; Sun, 1 May 2016 15:33:57 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u41FXvPh002852; Sun, 1 May 2016 15:33:57 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605011533.u41FXvPh002852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 1 May 2016 15:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414412 - head/security/p5-Protocol-ACME X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2016 15:33:59 -0000 Author: pi Date: Sun May 1 15:33:57 2016 New Revision: 414412 URL: https://svnweb.freebsd.org/changeset/ports/414412 Log: security/p5-Protocol-ACME: 0.11 -> 0.12 Changes: - Added cleanup routines to take care of removing the challenge files when complete. - Fixed a bug where the 'mailto' scheme was not added to the registraion calls. - Fixed bug with the order of execution of setgid and setuid - Refactored logging - Lowered dependency version - Typos Modified: head/security/p5-Protocol-ACME/Makefile head/security/p5-Protocol-ACME/distinfo Modified: head/security/p5-Protocol-ACME/Makefile ============================================================================== --- head/security/p5-Protocol-ACME/Makefile Sun May 1 14:37:43 2016 (r414411) +++ head/security/p5-Protocol-ACME/Makefile Sun May 1 15:33:57 2016 (r414412) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Protocol-ACME -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SLUDIN Modified: head/security/p5-Protocol-ACME/distinfo ============================================================================== --- head/security/p5-Protocol-ACME/distinfo Sun May 1 14:37:43 2016 (r414411) +++ head/security/p5-Protocol-ACME/distinfo Sun May 1 15:33:57 2016 (r414412) @@ -1,2 +1,2 @@ -SHA256 (Protocol-ACME-0.11.tar.gz) = 462e3f3bcffe120bb190354918d4cf471ad3d1e1a26c9ce19281de6d251ad89b -SIZE (Protocol-ACME-0.11.tar.gz) = 30736 +SHA256 (Protocol-ACME-0.12.tar.gz) = e55dd3dff7d365cf788c770d58727188728ec203e36237820ea1d98330888a2d +SIZE (Protocol-ACME-0.12.tar.gz) = 31192