CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/12/02 05:14:48
Modified files:
www/nginx : Makefile
Log message:
nginx: allow opting out of TLSv1.3
Many people really want to use TLSv1.3 right now, some do not.
So in addition to enabling it, also allow disabling it. This
works around the fact that LibreSSL cannot expose these defines
right now since that would break an unknown number of ports.
Issue reported by Andreas Bartelt
Discussed with robert and sthen who both prefer this over a revert