svn commit: r414412 - head/security/p5-Protocol-ACME

Kurt Jaeger pi at FreeBSD.org
Sun May 1 15:33:59 UTC 2016


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


More information about the svn-ports-all mailing list