karljohns0n / nginx-more

Development repository for nginx-more package
MIT License
119 stars 29 forks source link

Nginx 1.18 #13

Closed umair33 closed 4 years ago

umair33 commented 4 years ago

Hi when is the build for nginx 1.18 coming ?

karljohns0n commented 4 years ago

Hi, I pushed them to the testing repo:

[root@team ~]# yum -q --enablerepo=aeris-testing list available nginx-more*
Available Packages
nginx-more.x86_64                                                   1.18.0-1.el7                                aeris-testing
nginx-more-module-modsecurity.x86_64                                1.18.0-1.el7                                aeris-testing
[root@team ~]# 

They pass my QA but let me know if you have any issues with them. I'll push them stable in a few days.

umair33 commented 4 years ago

Thanks you for the quick reply one more thing I would like to ask will you be adding the quic patch from cloudflare.

karljohns0n commented 4 years ago

HTTP/3 isn't supported by OpenSSL yet, we have to wait until version 3.0 or 3.1. Cloudflare QUIC patch requires BoringSSL while default nginx and nginx-more are using OpenSSL.