Skip to content

Commit

Permalink
Upgrade OpenSSL to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msg7086 committed Aug 5, 2023
1 parent 60aa7f7 commit 341eb66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions src/pages/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ title: Changelog

# Changelog

## July 31, 2023
## Aug 4, 2023

- Upgrade OpenSSL to 3.1.2

## Jul 31, 2023

- Upgrade Nginx to 1.25.1
- Feature: the `http2` directive, which enables HTTP/2 on a per-server basis; the `http2` parameter of the `listen` directive is now deprecated. If you previously used `listen ... http2`, you should now use `http2 on` instead, or you will see the following warning during configuration testing: `nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead`.

## June 5, 2023
## Jun 5, 2023

- Upgrade Nginx to 1.25.0
- HTTP/3: removed `http3` parameter of `listen` directive, use `quic` instead.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Version info:

```bash
nginx version: nginx-n.wtf/1.25.1
built with OpenSSL 3.0.9+quic 30 May 2023
built with OpenSSL 3.1.2+quic 1 Aug 2023
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2 -ffile-prefix-map=/build/nginx=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC' --with-openssl=/build/nginx/../openssl --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-compat --with-debug --with-pcre-jit --without-pcre2 --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_v3_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_sub_module --add-module=/build/nginx/sb-modules/ngx_brotli
```
Expand Down

0 comments on commit 341eb66

Please sign in to comment.