3 Commits

Author SHA1 Message Date
efbc3c831f Update zlib-ng and BoringSSL 2019-10-30 19:48:30 +02:00
2bb78e08c8 Add Brotli module, use BoringSSL and zlib-ng 2019-10-30 19:47:58 +02:00
74da793699 Update nginx to 1.17.5 2019-10-30 19:46:35 +02:00

View File

@ -11,13 +11,13 @@ _fancyindex_ver=0.4.3
_headers_more_ver=0.33
_nchan_ver=1.2.6
_brotli_commit=e505dce68acc190cc5a1e780a3b0275e39f160ca
_boringssl_commit=9638f8fba961a593c064e3036bb580bdace29e8f
_zlibng_commit=503bdef7a29a7078a50d8149e261c4299a82a9da
_boringssl_commit=6be491b7bb57c3950d4fbb97fdd4a141e3fa4d63
_zlibng_commit=5bd3c582908503135fd8d6326ca0e2a6a947b44f
_pkgname=nginx
pkgname=nginx-ilves
pkgver=1.17.4
pkgrel=2
pkgver=1.17.5
pkgrel=1
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
arch=('x86_64')
url='https://nginx.org'
@ -48,7 +48,7 @@ source=("${url}/download/${_pkgname}-${pkgver}.tar.gz"{,.asc}
"ngx_brotli::git+https://github.com/google/ngx_brotli#commit=${_brotli_commit}"
"boringssl::git+https://boringssl.googlesource.com/boringssl#commit=${_boringssl_commit}"
"zlib-ng::git+https://github.com/zlib-ng/zlib-ng#commit=${_zlibng_commit}")
sha256sums=('62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555'
sha256sums=('63ee35e15a75af028ffa1f995e2b9c120b59ef5f1b61a23b8a4c33c262fc10c3'
'SKIP'
'6985a7c271a64b9fce5fb24afc459399643a7abf5e7f1a1cc5043c4941443892'
'06ebe161af3e761f2e2e35a67c6c0af27bf61aea7cd4ba8b28372ced5e3b3175'
@ -153,8 +153,8 @@ build() {
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
--with-cc-opt="${CFLAGS} ${CPPFLAGS}" \
--with-ld-opt="${LDFLAGS}" \
--with-openssl="$(realpath ../boringssl-build)" \
--with-zlib="$(realpath ../zlib-ng-build)" \
--with-openssl="../boringssl-build" \
--with-zlib="../zlib-ng-build" \
${_common_flags[@]} \
${_mainline_flags[@]} \
${_module_flags[@]}