Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Sep 2016 20:09:18
0.3.0

|
brnrd  |
security/dehydrated: Rename from letsencrypt.sh
- Add entry to MOVED
- Rename/move entry in security/Makefile
- Update to 0.3.1
- Replace all filenames and paths containing letsencrypt
- Fix error in periodic file (su -m + _flags)
- Improve text in periodic file (_deploy)
- Add warning to periodic script and pkg-message |
10 Sep 2016 16:21:53
0.3.0

|
riggs  |
Update to upstream version 0.3.0
Detailed maintainer log regarding breaking upstream changes:
- The config filename has been changed from "config.sh" to "config"
- The WELLKNOWN location has been changed upstream to "/var/www/letsencrypt"
The port uses "%%PREFIX%%/www/letsencrypt" in accordance to hier(7).
PR: 212485
Submitted by: sascha@root-login.org (maintainer) |
19 Jul 2016 11:04:14
0.2.0

|
mat  |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
23 May 2016 18:45:24
0.2.0

|
brnrd  |
security/letsencrypt.sh: Update to 0.2.0
- Update to version 0.2.0
- Add documentation
- Moved example files
Reviewed by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
Approved by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
Differential Revision: D6494 |
07 Apr 2016 19:24:24
0.1.0

|
brnrd  |
security/letsencrypt.sh: Update to 0.1.0
- Update to first release 0.1.0
Reviewed by: Sasha <sasha@root-login.org> (maintainer), feld (mentor)
Approved by: Sasha <sasha@root-login.org> (maintainer), feld (mentor)
Differential Revision: D5780 |
01 Apr 2016 14:25:18
0.0.0.20160229

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
06 Mar 2016 06:26:11
0.0.0.20160229

|
sunpoet  |
- Update to 0.0.0.20160229
Changes: https://github.com/lukas2511/letsencrypt.sh/commits/master
PR: 207617
Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer) |
27 Feb 2016 17:29:05
0.0.0.20160217_1

|
pi  |
security/letsencrypt.sh: periodic script needs to find curl in $PATH
PR: 207532
Reported by: mjl@luckie.org.nz
Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer) |
19 Feb 2016 19:30:35
0.0.0.20160217

|
brnrd  |
security/letsencrypt.sh: Update to 2016-02-17
- Update to latest version
- Includes upstream fix for cleanup command [1]
- Add PORTDOCS
https://github.com/lukas2511/letsencrypt.sh/pull/137 [1]
Reviewed by: sascha_root-login.org (maintainer), koobs (mentor)
Approved by: sascha_root-login.org (maintainer), koobs (mentor)
Differential Revision: D5297 |
16 Feb 2016 08:15:53
0.0.0.20160215

|
brnrd  |
security/letsencrypt.sh: Update to 2015-02-15
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5288 |
15 Feb 2016 19:25:47
0.0.0.20160212_1

|
brnrd  |
security/letsencrypt.sh: Fix periodic script
- Bump portrevision to force rebuild/-install
Differential Revision: D5264 |
15 Feb 2016 14:21:51
0.0.0.20160212

|
brnrd  |
security/letsencrypt.sh: Fix periodic script
- Add missing `then`
Reviewed by: sascha_root-login.org (maintainer), feld (mentor)
Approved by: sascha_root-login.org (maintainer), feld (mentor)
Differential Revision: D5264 |
14 Feb 2016 18:29:04
0.0.0.20160212

|
brnrd  |
security/letsencrypt.sh: Update to 2016-02-12
- Update to 2016-02-16
- Add options for ZSH
- Change periodic script to weekly
- Add unprivileged renewal option
- Add privileged post-script option
PR: 206976
Reviewed by: feld (mentor), koobs (mentor), sascha (maintainer)
Approved by: sascha (maintainer), feld (mentor)
Differential Revision: D5264 |
03 Feb 2016 20:54:51
0.0.0.20160116

|
sunpoet  |
- Add letsencrypt.sh
- While I'm here:
- Remove LOCALBASE/bin from RUN_DEPENDS
- Use USES=shebangfix
- Use ETCDIR
- Add 000.letsencrypt.sh to SUB_FILES
- Remove GH_PROJECT
- Simplify Makefile
Letencrypt.sh is a pure BASH implementation of the ACME
protocol used by Lets Encrypt.
WWW: https://github.com/lukas2511/letsencrypt.sh
PR: 206375
Submitted by: Sascha Holzleiter <sascha@root-login.org> |