diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-01 15:33:57 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-01 15:33:57 +0000 |
commit | 10e8fbd429d5cb74f1fe33921d59e95f4b02f5a6 (patch) | |
tree | f8ebd479f6de3ab81de3224ed8d7b99831f0b4c0 | |
parent | textproc/ibus: use python:2 instead of python (diff) |
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
Notes
Notes:
svn path=/head/; revision=414412
-rw-r--r-- | security/p5-Protocol-ACME/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Protocol-ACME/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Protocol-ACME/Makefile b/security/p5-Protocol-ACME/Makefile index 9496d607af67..4e361fb8c538 100644 --- a/security/p5-Protocol-ACME/Makefile +++ b/security/p5-Protocol-ACME/Makefile @@ -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 diff --git a/security/p5-Protocol-ACME/distinfo b/security/p5-Protocol-ACME/distinfo index c934c4563ef2..28b465bc294c 100644 --- a/security/p5-Protocol-ACME/distinfo +++ b/security/p5-Protocol-ACME/distinfo @@ -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 |