Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Jun 2016 10:22:35
0.5.0,1

|
brnrd  |
security/py-certbot: Rename from py-letsencrypt and update
- Move security/py-letsencrypt to security/py-certbot
- Update security/py-acme to 0.8.1
- Update security/py-certbot to 0.8.1
- Update python dependencies
PR: 209584 |
09 Jun 2016 18:13:54
0.5.0,1

|
mat  |
Typo.
Github: #43
Submitted by: Attila Gyorffy
Sponsored by: Absolight |
17 May 2016 16:13:32
0.5.0,1

|
cpm  |
- Fix "properly" RUN_DEPENDS on security/py-acme
Reported by: gahr
Approved by: koobs (maintainer) |
17 May 2016 16:01:31
0.5.0,1

|
cpm  |
- Bump PORTEPOCH
- Fix RUN_DEPENDS on security/py-acme
Reported by: gahr
Approved by: koobs (maintainer) |
08 Apr 2016 04:16:07
0.5.0

|
cpm  |
- Update to 0.5.0
Approved by: junovitch (mentor), koobs (maintainer, letsencrypt) |
03 Apr 2016 04:48:22
0.4.2

|
cpm  |
security/py-{letsencrypt,acme}: Update to 0.4.2
- Update py-acme and py-letsencrypt ports.
Approved by: koobs (maintainer, letsencrypt) |
01 Apr 2016 14:25:18
0.4.1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
03 Mar 2016 05:42:15
0.4.1

|
cpm  |
Common:
- Update PORTVERSION and distinfo checksum (0.4.1)
security/py-acme:
- Update MAINTAINER to my @FreeBSD.org address
PR: 207666
Approved by: junovitch (mentor), koobs (maintainer, letsencrypt) |
26 Feb 2016 12:41:45
0.4.0

|
koobs  |
security/py-{acme,letsencrypt}: Update to 0.4.0
Common:
- Update PORTVERSION and distinfo checksum (0.4.0) [1]
- Update and sort RUN_DEPENDS to match setup.py:install_requires
security/py-acme:
- Update COMMENT to match setup.py:description=
- Add LICENSE_FILE
- Remove spurious USES=gmake dependency
PR: 207306 [1]
Submitted by: Piotr Kubaj <pkubaj anongoth pl> [1]
Approved by: koobs (maintainer, letsencrypt), cpm (maintainer, acme) |
02 Feb 2016 12:34:09
0.3.0

|
koobs  |
security/py-{letsencrypt,acme}: Update to 0.3.0
Common:
- Update PORTVERSION and distinfo checksum (0.3.0) [1]
- Use PORTVERSION over DISTVERSION (not necessary at the moment)
- Update dependency entries to match those in setup.py
- match minimum versions, remove version if not specified there
- requests has been removed from letsencrypt, acme depends on it
py-letsecnrypt:
- Remove setup.py patch (upstreamed) [1]
py-acme:
- Enable NO_ARCH
PR: 206397
Submitted by: pkubaj@anongoth.pl [1]
Reviewed by: cpm (maintainer, acme)
Approved by: cpm (maintainer, acme) |
05 Dec 2015 11:08:46
0.1.0

|
brnrd  |
security/py-letsencrypt: Update to 0.1.0
- Update py-letsencrypt to 0.1.0
- Update py-acme to 0.1.0
- Update pkg-message accordingly
This marks the first non-development release of Letsencrypt.org for the public
BETA
Reviewed by: koobs (mentor, maintainer), cpm_fbsd.es (maintainer), feld
Approved by: koobs (mentor, maintainer), cpm_fbsd.es (maintainer), feld
MFH: 2015Q4
Differential Revision: https://reviews.freebsd.org/D4360 |
30 Nov 2015 13:56:54
0.0.0.d20151123

|
brnrd  |
security/py-letsencrypt: Update to 2015-11-23 version
- Update acme and letsencrypt ports
- Switch security/py-acme to PyPI download
Reviewed By: koobs (mentor, maintainer), cpm_fbsd.es (maintainer)
Approved By: koobs (mentor, maintainer), cpm_fbsd.es (maintainer)
Differential Revision: https://reviews.freebsd.org/D4313 |
20 Nov 2015 09:03:43
0.0.0.d20151114

|
sunpoet  |
- Update distinfo (missing in r401990)
Approved by: portmgr (blanket) |
20 Nov 2015 08:16:19
0.0.0.d20151114

|
brnrd  |
security/py-letsencrypt: Update to version 20151114
- Update py-letsencrypt and py-acme (to v0.0.0dev20151114)
- Add regression test target for py-acme
Changes:
- Turn off old/insecure challenge types[1]
[1]:
https://community.letsencrypt.org/t/turning-off-old-insecure-challenge-types/3825
Reviewed by: koobs (mentor), Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Approved by: koobs (mentor, maintainer), Carlos J Puga Medina <cpm@fbsd.es>
(maintainer)
DifferentialRevision: https://reviews.freebsd.org/D4162 |
06 Nov 2015 08:38:34
0.0.0.d20151104

|
koobs  |
[NEW] security/py-letsencrypt: Welcome Let's Encrypt client!
In short: getting and installing SSL/TLS certificates made easy.
The Let's Encrypt Client is a tool to automatically receive and install
X.509 certificates to enable TLS on servers. The client will
interoperate with the Let's Encrypt CA which will be issuing
browser-trusted certificates for free.
It's all automated:
The tool will prove domain control to the CA and submit a CSR
(Certificate Signing Request).
If domain control has been proven, a certificate will get issued and
the tool will automatically install it.
WWW: https://github.com/letsencrypt/letsencrypt
PR: 203405 |