On 10/18/20 12:23 PM, Robert Nagy wrote:

You can try this:

cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/nginx/Makefile,v
retrieving revision 1.145
diff -u -p -u -r1.145 Makefile
--- Makefile    27 Jul 2020 14:33:15 -0000      1.145
+++ Makefile    18 Oct 2020 10:22:47 -0000
@@ -21,7 +21,7 @@ VERSION=      1.18.0
  DISTNAME=      nginx-${VERSION}
  CATEGORIES=    www
-REVISION-main= 0
+REVISION-main= 1
  REVISION-xslt= 0
VERSION-rtmp= 1.2.1
@@ -122,6 +122,8 @@ SUBST_VARS= NGINX_DIR
  .for i in ${MODULE_PACKAGES}
  PREFIX$i=      ${NGINX_DIR}/modules
  .endfor
+
+CFLAGS+=       -DTLS1_3_VERSION=0x0304
CFLAGS+= -Wall -Wpointer-arith \
                 -I "${LOCALBASE}/include/libxml2" \


Thanks, that works fine. I made the package available here if someone else wants to test without recompiling:
https://arnor.org/pub/OpenBSD/6.8/packages/amd64/all/

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to