notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/acme.sh/Makefile

Number of commits found: 52

Sunday, 8 Oct 2023
12:25 Dan Langille (dvl) search for other commits by this committer
security/acme.sh: fix post-install script

The install script contained a syntax error which caused the log file
to not be created.

While here:

* rename script from pkg-install to pkg-post-install
* include another crontab example which provides additional contet to
  logging.

PR:		274348
commit hash: 678db807ed62622394f5ce17b7e492a300d10043 commit hash: 678db807ed62622394f5ce17b7e492a300d10043 commit hash: 678db807ed62622394f5ce17b7e492a300d10043 commit hash: 678db807ed62622394f5ce17b7e492a300d10043 678db80
Friday, 6 Oct 2023
15:43 Dan Langille (dvl) search for other commits by this committer
security/acme.sh: Update to 3.0.7

re: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.7

Thanks to Ken for telling me about this update.
commit hash: e77844cbb734f13cd59802a9b72829ad207ed42b commit hash: e77844cbb734f13cd59802a9b72829ad207ed42b commit hash: e77844cbb734f13cd59802a9b72829ad207ed42b commit hash: e77844cbb734f13cd59802a9b72829ad207ed42b e77844c
Sunday, 30 Jul 2023
19:59 Dan Langille (dvl) search for other commits by this committer
security/acme.sh: create the log file

If the log file does not exist on pkg-install, create it with the
expected permissions

PR:		264789
commit hash: beb96db3cafbf2f65508e09de788a93839060dc2 commit hash: beb96db3cafbf2f65508e09de788a93839060dc2 commit hash: beb96db3cafbf2f65508e09de788a93839060dc2 commit hash: beb96db3cafbf2f65508e09de788a93839060dc2 beb96db
Friday, 9 Jun 2023
18:21 Dan Langille (dvl) search for other commits by this committer
security/acme.sh: Fix remote exec issue

re: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.6
commit hash: 47a16e63dc9d3263a24a598516b92e4863120312 commit hash: 47a16e63dc9d3263a24a598516b92e4863120312 commit hash: 47a16e63dc9d3263a24a598516b92e4863120312 commit hash: 47a16e63dc9d3263a24a598516b92e4863120312 47a16e6
Saturday, 1 Apr 2023
13:55 Dan Langille (dvl) search for other commits by this committer
security/acme.sh: Fix up some install issues

Don't install cronjob to /usr/local/etc/cron.d/
There is no concept of sample files in this directory. Everything is active.
Instead, install to /usr/local/share/examples/acme.sh and let the user
copy it over.

In the cronjob itself, specify the acme user. This was previously omitted
and the job would not run.

Install the sample newsyslog file to /usr/local/etc/newsyslog.conf.d - this
was installing to /usr/local/etc/newsyslog.d/acme.sh

Add an update cluse to pkg-message mentioning the newsyslog issue.

None of these changes should break existing installs.
commit hash: 34da3d71612d361f431f3fd73dc3c2a3d3268726 commit hash: 34da3d71612d361f431f3fd73dc3c2a3d3268726 commit hash: 34da3d71612d361f431f3fd73dc3c2a3d3268726 commit hash: 34da3d71612d361f431f3fd73dc3c2a3d3268726 34da3d7
Wednesday, 23 Nov 2022
18:31 Dan Langille (dvl) search for other commits by this committer
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.
commit hash: 45e1885701daf4b7df62b2b472b737a69bf695fa commit hash: 45e1885701daf4b7df62b2b472b737a69bf695fa commit hash: 45e1885701daf4b7df62b2b472b737a69bf695fa commit hash: 45e1885701daf4b7df62b2b472b737a69bf695fa 45e1885
Wednesday, 12 Oct 2022
13:49 Dan Langille (dvl) search for other commits by this committer
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
commit hash: 375881c9d3d1550ceae3c7aee99c51e84dbf57ad commit hash: 375881c9d3d1550ceae3c7aee99c51e84dbf57ad commit hash: 375881c9d3d1550ceae3c7aee99c51e84dbf57ad commit hash: 375881c9d3d1550ceae3c7aee99c51e84dbf57ad 375881c
Tuesday, 11 Oct 2022
20:04 Dan Langille (dvl) search for other commits by this committer
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
commit hash: 318400ae027bf074838191f09437c19be5b062ff commit hash: 318400ae027bf074838191f09437c19be5b062ff commit hash: 318400ae027bf074838191f09437c19be5b062ff commit hash: 318400ae027bf074838191f09437c19be5b062ff 318400a
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 8 May 2022
22:00 Dan Langille (dvl) search for other commits by this committer
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
commit hash: d65fed5f97f1f8c1458e47e39fcdd35d490c306c commit hash: d65fed5f97f1f8c1458e47e39fcdd35d490c306c commit hash: d65fed5f97f1f8c1458e47e39fcdd35d490c306c commit hash: d65fed5f97f1f8c1458e47e39fcdd35d490c306c d65fed5
Monday, 7 Feb 2022
23:08 Dan Langille (dvl) search for other commits by this committer
security/acme.sh: Update to 3.0.2

re: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.2
commit hash: 720efe0a007894d47df82bd056c109c8e199f6f9 commit hash: 720efe0a007894d47df82bd056c109c8e199f6f9 commit hash: 720efe0a007894d47df82bd056c109c8e199f6f9 commit hash: 720efe0a007894d47df82bd056c109c8e199f6f9 720efe0
Sunday, 3 Oct 2021
19:04 Dan Langille (dvl) search for other commits by this committer
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
commit hash: a7ff36c516e45995667a482a214f68857857079d commit hash: a7ff36c516e45995667a482a214f68857857079d commit hash: a7ff36c516e45995667a482a214f68857857079d commit hash: a7ff36c516e45995667a482a214f68857857079d a7ff36c
Sunday, 1 Aug 2021
16:22 Dan Langille (dvl) search for other commits by this committer
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.
commit hash: 14d0e456fd85d7f08365fca024257d0e55747eb2 commit hash: 14d0e456fd85d7f08365fca024257d0e55747eb2 commit hash: 14d0e456fd85d7f08365fca024257d0e55747eb2 commit hash: 14d0e456fd85d7f08365fca024257d0e55747eb2 14d0e45
Friday, 18 Jun 2021
18:32 Dan Langille (dvl) search for other commits by this committer
security/acme.sh: ensure sed -i works in examples/acme.sh/dnsapi/dns_nsd.sh

PR:		256664
Reported by:	Freddy DISSAUX <dsx@bsdsx.fr>
commit hash: f5536c9ffda14d1e472154afef38a721f19f3263 commit hash: f5536c9ffda14d1e472154afef38a721f19f3263 commit hash: f5536c9ffda14d1e472154afef38a721f19f3263 commit hash: f5536c9ffda14d1e472154afef38a721f19f3263 f5536c9
Wednesday, 2 Jun 2021
17:17 Dan Langille (dvl) search for other commits by this committer
security/acme.sh: update to 2.9.0

This removes support for ACME v1

re: https://github.com/acmesh-official/acme.sh/releases/tag/2.9.0
commit hash: a2c67938756b8ae18414ba85cc68585944659d5b commit hash: a2c67938756b8ae18414ba85cc68585944659d5b commit hash: a2c67938756b8ae18414ba85cc68585944659d5b commit hash: a2c67938756b8ae18414ba85cc68585944659d5b a2c6793
Monday, 3 May 2021
23:09 Dan Langille (dvl) search for other commits by this committer
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
commit hash: 453d59bfa728476a1e63991b9b0eeb206af47794 commit hash: 453d59bfa728476a1e63991b9b0eeb206af47794 commit hash: 453d59bfa728476a1e63991b9b0eeb206af47794 commit hash: 453d59bfa728476a1e63991b9b0eeb206af47794 453d59b
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 1 Dec 2020
18:36 dvl search for other commits by this committer
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
Original commitRevision:556782 
Thursday, 3 Sep 2020
21:36 dvl search for other commits by this committer
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
Original commitRevision:547484 
Sunday, 2 Aug 2020
17:16 dvl search for other commits by this committer
Enable acme.sh to recognize sane sudo commands besides /bin/su and /bin/bash

PR:		248434
Submitted by:	John W. O'Brien <john@saltant.com>
Original commitRevision:543980 
12:40 dvl search for other commits by this committer
Include missing plugin scripts

Thanks to Frank Wall <fw@moov.de> for the patch.

PR:		248425
Submitted by:	phedoreanu <phedoreanu@wearehackerone.com>
MFH:		2020Q3
Original commitRevision:543948 
Monday, 4 May 2020
01:02 dvl search for other commits by this committer
Update to 2.8.6

* bug fixes
* and new dns providers.

re: https://github.com/acmesh-official/acme.sh/releases/tag/2.8.6
Original commitRevision:533889 
Saturday, 18 Jan 2020
20:52 dvl search for other commits by this committer
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
Original commitRevision:523497 
Thursday, 16 Jan 2020
15:52 dvl search for other commits by this committer
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.
Original commitRevision:523245 
Saturday, 28 Sep 2019
17:14 dvl search for other commits by this committer
Update to 2.8.3

Letsencrypt CA recent changed the CDN provider, which resulted in hanging
issues. Any downstream package should update. This is important.

re: https://github.com/Neilpang/acme.sh/releases/tag/2.8.3

Submitted by:	Ken (via private email)
Original commitRevision:513143 
Wednesday, 21 Aug 2019
15:28 dvl search for other commits by this committer
Fix build for IDN when not using BINDTOOLS by correcting the RUN_DEPENDS:

Remove: idn2:dns/idnkit2
Add:    idn2:dns/libidn2

I believe this is a case of incorrect RUN_DEPENDS.

The problem does not appear when using BINDTOOLS because that option pulls
in libidn2 via dns/bind-tools

Reported by:	Russian <russian@russerver.org>
MFH:		2019Q3
Original commitRevision:509509 
Sunday, 11 Aug 2019
19:23 dvl search for other commits by this committer
Include the notify directory, for all those new features mentioned in the
previous commit.

Reported by:	Ken
Original commitRevision:508668 
15:34 dvl search for other commits by this committer
Update to 2.8.2

* Support notifications for renewal: email, mailgun, sendgrid, IFTTT, pushover
  etc. https://github.com/Neilpang/acme.sh/wiki/notify
* add deploy hook to docker containers:
  https://github.com/Neilpang/acme.sh/wiki/deploy-to-docker-containers
* dns api: Schlundtech, NLnetLabs , acmeproxy, durabledns, Active24, MaraDNS,
  regru, jdcloud.com(?????????), Vultr, hexonet
* Support cloudflare new dns api Token format
* bug fixes.

re https://github.com/Neilpang/acme.sh/releases/tag/2.8.2
Original commitRevision:508628 
Sunday, 28 Jul 2019
18:05 dvl search for other commits by this committer
Remove references to ${LOCALBASE}/bin/ - they are redudant

Credit to:    adamw
Original commitRevision:507519 
Saturday, 27 Jul 2019
15:28 dvl search for other commits by this committer
Add IDN support

PR:		238237
Submitted by:	takefu@airport.fm
Original commitRevision:507462 
Monday, 29 Apr 2019
20:24 dvl search for other commits by this committer
Upgrade to 2.8.1

* Use letsencrypt v2 api as default.
* Use dns over tls to check domain status.
* Support Windows native taskschuler for cronjob.
* fix IDN name issues.
* fix other issues.

re https://github.com/Neilpang/acme.sh/releases/tag/2.8.1
Original commitRevision:500428 
Monday, 25 Feb 2019
22:31 dvl search for other commits by this committer
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>
Original commitRevision:493903 
Sunday, 9 Sep 2018
22:48 woodsb02 search for other commits by this committer
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
Original commitRevision:479341 
Thursday, 19 Jul 2018
12:55 dvl search for other commits by this committer
Update to 2.7.9

PR:		229884
Submitted by:	brnrd
Original commitRevision:474961 
Thursday, 29 Mar 2018
14:22 dvl search for other commits by this committer
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)
Original commitRevision:465898 
Sunday, 18 Mar 2018
23:08 dvl search for other commits by this committer
Update to version 2.7.7

PR:		226587
Submitted by:	Jose Luis Duran <jlduran@gmail.com>
Original commitRevision:464968 
Friday, 16 Feb 2018
17:23 dvl search for other commits by this committer
Add missing link to the deploy directory

PR:		225954
Submitted by:	Jose Luis Duran <jlduran@gmail.com>
Original commitRevision:462048 
Thursday, 15 Feb 2018
22:55 dvl search for other commits by this committer
Fix typo

Reported by:	"Herbert J. Skuhra" <herbert@gojira.at>
Original commitRevision:461958 
21:26 dvl search for other commits by this committer
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>
Original commitRevision:461950 
Saturday, 13 Jan 2018
20:47 dvl search for other commits by this committer
Set STANDALONE default to ON by default.
This pulls in net/socat

PR:		225107
Submitted by:	Ed Schouten <ed@FreeBSD.org>
Original commitRevision:458941 
Thursday, 11 Jan 2018
14:18 danfe search for other commits by this committer
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
Original commitRevision:458739 
Saturday, 23 Dec 2017
17:08 dvl search for other commits by this committer
Add standalone option to pull in socat

PR:		224549
Reported by:	ferrao@if.ufrj.br
Original commitRevision:457087 
Tuesday, 5 Dec 2017
20:08 dvl search for other commits by this committer
Upgrade to 2.7.5

PR:		224104
Submitted by:	olgeni
Original commitRevision:455616 
Wednesday, 13 Sep 2017
15:11 dvl search for other commits by this committer
Provide a sample cronjob
Original commitRevision:449799 
Saturday, 2 Sep 2017
19:34 dvl search for other commits by this committer
Upgrade to 2.7.4

PR:		222005
Submitted by:	olgeni
Original commitRevision:449161 
Friday, 1 Sep 2017
16:27 dvl search for other commits by this committer
Upgrade to 2.7.3

PR:		221979
Submitted by:	olgeni
Original commitRevision:449088 
Wednesday, 26 Jul 2017
17:18 dvl search for other commits by this committer
update to 2.7.2

PR:		221020
Submitted by:	olgeni
Original commitRevision:446668 
Monday, 3 Jul 2017
22:22 dvl search for other commits by this committer
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
Original commitRevision:444990 
Monday, 5 Jun 2017
00:47 dvl search for other commits by this committer
Include practical examples for both deploy and dnsapi

Provide options for installing curl, wget, BINDTOOLS, and DOCS.

Submitted by:	feld
Original commitRevision:442600 
Saturday, 20 May 2017
14:42 dvl search for other commits by this committer
whitespace adjustments

Submitted by:	Joseph Mingrone <jrm@FreeBSD.org>
Reported by:	Alexey Dokuchaev <danfe@freebsd.org>
Original commitRevision:441316 
02:27 dvl search for other commits by this committer
A pure Unix shell script implementing ACME client protocol

Differential Revision: https://reviews.freebsd.org/D10308
Original commitRevision:441282 

Number of commits found: 52