Port details |
- letsencrypt.sh Pure BASH/ZSH Lets Encrypt client
- 0.3.0 security
=2 0.3.0Version of this port present on the latest quarterly branch.
- Maintainer: sascha@root-login.org
- Port Added: 2016-02-03 20:57:28
- Last Update: 2016-09-13 20:09:18
- SVN Revision: 422074
- People watching this port, also watch:: qmailadmin, postfix-postfwd, openjdk8, coreutils, xen-tools
- License: MIT
- WWW:
- https://github.com/lukas2511/letsencrypt.sh
- Description:
- Letencrypt.sh is a pure BASH implementation of the ACME
protocol used by Lets Encrypt.
WWW: https://github.com/lukas2511/letsencrypt.sh
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- letsencrypt.sh>0:security/letsencrypt.sh
- No installation instructions:
- This port has been deleted.
- PKGNAME: letsencrypt.sh
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1473333268
SHA256 (lukas2511-letsencrypt.sh-v0.3.0_GH0.tar.gz) = c04ada782c93082e760c89122c9fdf68802c67c86a38b3fd5a83bb66dc0701d0
SIZE (lukas2511-letsencrypt.sh-v0.3.0_GH0.tar.gz) = 21530
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- curl : ftp/curl
- bash : shells/bash
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for letsencrypt.sh-0.3.0:
====> Options available for the single SHELL: you have to select exactly one of them
BASH=on: Use the Bourne Again shell (BASH)
ZSH=off: Use the Z shell (ZSH)
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.0 13 Sep 2016 20:09:18 |
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 |
0.3.0 10 Sep 2016 16:21:53 |
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) |
0.2.0 19 Jul 2016 11:04:14 |
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 |
0.2.0 23 May 2016 18:45:24 |
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 |
0.1.0 07 Apr 2016 19:24:24 |
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 |
0.0.0.20160229 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.0.0.20160229 06 Mar 2016 06:26:11 |
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) |
0.0.0.20160217_1 27 Feb 2016 17:29:05 |
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) |
0.0.0.20160217 19 Feb 2016 19:30:35 |
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 |
0.0.0.20160215 16 Feb 2016 08:15:53 |
brnrd |
security/letsencrypt.sh: Update to 2015-02-15
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5288 |
0.0.0.20160212_1 15 Feb 2016 19:25:47 |
brnrd |
security/letsencrypt.sh: Fix periodic script
- Bump portrevision to force rebuild/-install
Differential Revision: D5264 |
0.0.0.20160212 15 Feb 2016 14:21:51 |
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 |
0.0.0.20160212 14 Feb 2016 18:29:04 |
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 |
0.0.0.20160116 03 Feb 2016 20:54:51 |
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> |