non port: security/acme.sh/pkg-plist |
SVNWeb
|
Number of commits found: 24 |
Wed, 23 Nov 2022
|
[ 18:31 Dan Langille (dvl) ] 45e1885
security/acme.sh: Update to 3.0.5
re: https://github.com/acmesh-official/acme.sh/releases/tag/v3.0.5
While here, change from Neilpang to acmesh-official since it redirects.
|
Wed, 12 Oct 2022
|
[ 13:49 Dan Langille (dvl) ] 375881c
security/acme.sh: Move cron example to EXAMPLESDIR
Instead of installing the sample crontab to etc/cron.d, install it to
EXAMPLESDIR
etc/cron.d/acme.sh will still be installed (if not present) but now
contains no active lines and more complete instructions.
Both the cron the newsyslog examples are only installed if the EXAMPLES
config option is ON (default).
Reported by: bapt
|
Tue, 11 Oct 2022
|
[ 20:04 Dan Langille (dvl) ] 318400a
security/acme.sh: Change crontab and add newsyslog
This update may break your install if you were using a symlink to
%%EXAMPLESDIR%%/acme.sh.conf - that file is no longer installed. Instead,
a log rotation configuration is now installed to etc/cron.d/acme.sh.sample
you should modify etc/cron.d/acme.sh to needs.
The port now installs a log rotation file to etc/newsyslog.d/acme.sh.sample
and you you should update etc/newsyslog.d/acme.sh to suit your needs.
This file has long been part of the port, but was never installed.
Neither the log rotation nor the crontab are active until you remove the
comments.
While here, several portclippy updates
Reported by: marck
|
Sun, 8 May 2022
|
[ 22:00 Dan Langille (dvl) ] d65fed5
security/acme.sh: Update to 3.0.4
Now supports:
* Google Public CA
* NotBefore and NotAfter fields
re: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.4
https://github.com/acmesh-official/acme.sh/releases/tag/3.0.3
|
Mon, 7 Feb 2022
|
[ 23:08 Dan Langille (dvl) ] 720efe0
security/acme.sh: Update to 3.0.2
re: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.2
|
Sun, 3 Oct 2021
|
[ 19:04 Dan Langille (dvl) ] a7ff36c
security/acme.sh: Update to 3.0.1
More updates for DST root expiring issues
re https://github.com/acmesh-official/acme.sh/releases/tag/3.0.1
|
Sun, 1 Aug 2021
|
[ 16:22 Dan Langille (dvl) ] 14d0e45
security/acme.sh: update to 3.0.0
Support multiple CAs
* Zerossl.com is set a default CA now:
https://github.com/acmesh-official/acme.sh/wiki/Change-default-CA-to-ZeroSSL
* SSL.com is supported now:
https://github.com/acmesh-official/acme.sh/wiki/SSL.com-CA
* Add more retry logic for unstable network connections.
* More dns apis are aded.
* Bug fixes.
|
Mon, 3 May 2021
|
[ 23:09 Dan Langille (dvl) ] 453d59b
security/acme.sh: update to 2.8.9
* fixed --preferred-chain
* more DNS APIs are supported.
* bug fixes.
https://github.com/acmesh-official/acme.sh/releases/tag/2.8.9
|
Tue, 1 Dec 2020
|
[ 18:36 dvl ]
Update to 2.8.8
* More dns apis added
* Bug fixes.
* Move CI checks from travis-ci to Github Actions by https://vmactions.org
https://github.com/acmesh-official/acme.sh/releases/tag/2.8.8
|
Thu, 3 Sep 2020
|
[ 21:36 dvl ]
Update to 2.8.7
* Support External Account Binding(EAB)
* Support ZeroSSL.com CA
* Support preferred-chain
* More dns api support
* Adds Docker multi-arch build support
|
Sun, 2 Aug 2020
|
[ 12:40 dvl ]
Include missing plugin scripts
Thanks to Frank Wall <fw@moov.de> for the patch.
PR: 248425
Submitted by: phedoreanu <phedoreanu@wearehackerone.com>
MFH: 2020Q3
|
Sat, 18 Jan 2020
|
[ 20:52 dvl ]
Use EXAMPLES properly
Now you don't have to install them if you don't want them. This include
these directorys:
/var/db/acme/.acme.sh/deploy
/var/db/acme/.acme.sh/dnsapi
/var/db/acme/.acme.sh/notify
Reported by: mat
Reviewed by: sunpoet
Differential Revision: https://reviews.freebsd.org/D23209
|
Thu, 16 Jan 2020
|
[ 15:52 dvl ]
Update to 2.8.5
bug fix: fix auto upgrade error message.
re: https://github.com/Neilpang/acme.sh/releases/tag/2.8.5
2.8.4 was skipped, but covered:
* Avoiding autoupdate by checking master hash value.
* more dns api support
* adapt recent letsencrypt ca http headers changes.
* bugs fixes.
re: https://github.com/Neilpang/acme.sh/releases/tag/2.8.4
While here, add in a lot of things missed in previous version of this port.
Look in share/examples/acme.sh/deploy,dnsapi,notify
Sorry about that.
|
Sun, 11 Aug 2019
|
[ 19:23 dvl ]
Include the notify directory, for all those new features mentioned in the
previous commit.
Reported by: Ken
|
Mon, 25 Feb 2019
|
[ 22:31 dvl ]
Upgrade to 2.8.0
Add a C to the syslog.conf example and comment it out
Make this pass testport by moving stuff from pkg-install into the Makefile
PR: 228829,236041,228791
Submitted by: Lapo Luchini <lapo@lapo.it>,Frank Wall <fw@moov.de>,Mark Felder
<feld@FreeBSD.org>
|
Sun, 9 Sep 2018
|
[ 22:48 woodsb02 ]
security/acme.sh: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/
Rename files intended for installation to /usr/local/etc/newsyslog.conf.d/
to end with a '.conf' suffix.
Proposed changes to /etc/newsyslog.conf will only include files from the
/usr/local/etc/newsyslog.conf.d/ directory which end with '.conf' and do
not beginning with a '.' character. https://reviews.freebsd.org/D17086
Approved by: dvl (maintainer)
Differential Revision: https://reviews.freebsd.org/D17092
|
Thu, 19 Jul 2018
|
[ 12:55 dvl ]
Update to 2.7.9
PR: 229884
Submitted by: brnrd
|
Thu, 29 Mar 2018
|
[ 14:22 dvl ]
Upgrade to 2.7.8
From the author:
* fix bugs in 2.7.7, Strongly recommended to upgrade from 2.7.7.
* more apis are fixed for acme v2 wildcard certs.
* New dns api: KingHost (https://www.kinghost.com.br/) and Zilore
(https://zilore.com)
|
Sun, 18 Mar 2018
|
[ 23:08 dvl ]
Update to version 2.7.7
PR: 226587
Submitted by: Jose Luis Duran <jlduran@gmail.com>
|
Thu, 15 Feb 2018
|
[ 21:26 dvl ]
Update security/acme.sh to version 2.7.6
1. Full support with ACME v2, staging only.
2. Bug fixes
3. More DNS api
PR: 225881
Submitted by: Jose Luis Duran <jlduran@gmail.com>
|
Tue, 5 Dec 2017
|
[ 20:08 dvl ]
Upgrade to 2.7.5
PR: 224104
Submitted by: olgeni
|
Fri, 1 Sep 2017
|
[ 16:27 dvl ]
Upgrade to 2.7.3
PR: 221979
Submitted by: olgeni
|
Mon, 3 Jul 2017
|
[ 22:22 dvl ]
Add some sane defaults in account.conf to get you started.
Supply a link to the dnsapi/deploy scripts so it all just works.
Create ~acme/.acme.sh & ~acme/certs to make things easier.
Also provide a newsyslog.conf sample file for the log file rotation.
Differential Revision: https://reviews.freebsd.org/D11450
|
Mon, 5 Jun 2017
|
[ 00:47 dvl ]
Include practical examples for both deploy and dnsapi
Provide options for installing curl, wget, BINDTOOLS, and DOCS.
Submitted by: feld
|
Number of commits found: 24 |