1 Commits

Author SHA1 Message Date
ae6ef16cd1 Add Brotli module, use BoringSSL and zlib-ng 2019-10-02 13:02:46 +03:00

View File

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