Skip to content

Commit

Permalink
Updated aws-lc to v1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanoostenrijk committed Aug 3, 2024
1 parent 0872fd1 commit fcb19d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG SSL_LIBRARY=openssl

ENV OPENSSL_QUIC_TAG=openssl-3.1.5-quic1 \
LIBRESSL_TAG=v3.9.2 \
AWS_LC_TAG=v1.32.0 \
AWS_LC_TAG=v1.33.0 \
MODULE_NGINX_HEADERS_MORE=v0.37 \
MODULE_NGINX_ECHO=v0.63 \
MODULE_NGINX_VTS=v0.2.2 \
Expand Down
8 changes: 6 additions & 2 deletions build-freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BASE_DIR="$(cd "$(dirname "$0")"; pwd)";
echo "[i] BASE_DIR => $BASE_DIR"

AWS_LC_TAG=v1.32.0
AWS_LC_TAG=v1.33.0
MODULE_NGINX_HEADERS_MORE=v0.37
MODULE_NGINX_ECHO=v0.63
MODULE_NGINX_VTS=v0.2.2
Expand Down Expand Up @@ -166,4 +166,8 @@ CXX=/usr/bin/clang++ \
--without-http_uwsgi_module || cat objs/autoconf.err
make -j$(getconf _NPROCESSORS_ONLN) || exit 1

tar -C /usr/src/nginx/objs -Jcvf ${BASE_DIR}/nginx-http3-aws-lc-freebsd-amd64.tar.xz nginx
ls -lh /usr/src/nginx/objs/nginx
file /usr/src/nginx/objs/nginx
/usr/src/nginx/objs/nginx -vv

tar -C /usr/src/nginx/objs -Jcvf ${BASE_DIR}/nginx-http3-aws-lc-freebsd-amd64.tar.xz nginx

0 comments on commit fcb19d4

Please sign in to comment.