nginx: update to 1.24.0.

This commit is contained in:
Duncaen 2023-04-14 18:08:07 +02:00
parent 2cbf251cef
commit b88b30245b
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -3,10 +3,10 @@
# Consider using mime.types from mime-types package # Consider using mime.types from mime-types package
# See comments in mime-types template # See comments in mime-types template
pkgname=nginx pkgname=nginx
version=1.22.1 version=1.24.0
revision=2 revision=1
_tests_commit=18ac4d9e5a2a _tests_commit=36a4563f7f00
_njs_version=0.7.7 _njs_version=0.7.12
create_wrksrc=yes create_wrksrc=yes
build_wrksrc="nginx-${version}" build_wrksrc="nginx-${version}"
build_style=gnu-makefile build_style=gnu-makefile
@ -55,17 +55,18 @@ configure_args="--prefix=${_cfgdir}
hostmakedepends="geoip geoip-devel openssl-devel pcre2-devel perl libxslt-devel hostmakedepends="geoip geoip-devel openssl-devel pcre2-devel perl libxslt-devel
which" which"
makedepends="${hostmakedepends}" makedepends="${hostmakedepends}"
checkdepends="perl perl-IO-Socket-SSL perl-GD perl-FCGI which" checkdepends="perl perl-IO-Socket-SSL perl-GD perl-FCGI which uwsgi uwsgi-python3"
short_desc="High performance web and reverse proxy server" short_desc="High performance web and reverse proxy server"
maintainer="Duncaen <duncaen@voidlinux.org>" maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://nginx.org" homepage="https://nginx.org"
changelog="https://nginx.org/en/CHANGES-${version%.*}"
distfiles="https://nginx.org/download/nginx-${version}.tar.gz distfiles="https://nginx.org/download/nginx-${version}.tar.gz
https://hg.nginx.org/nginx-tests/archive/${_tests_commit}.tar.gz https://hg.nginx.org/nginx-tests/archive/${_tests_commit}.tar.gz
https://hg.nginx.org/njs/archive/${_njs_version}.tar.gz" https://hg.nginx.org/njs/archive/${_njs_version}.tar.gz"
checksum="9ebb333a9e82b952acd3e2b4aeb1d4ff6406f72491bab6cd9fe69f0dea737f31 checksum="77a2541637b92a621e3ee76776c8b7b40cf6d707e69ba53a940283e30ff2f55d
e34ef2f38512e1c04ee201c3b68f7ba7ec8f1537dc6a500278bc2219ab435228 a90641a75314427b6c02e3a5e811c66d6fe7c0cad93752a6a2725d0129e08fbf
4dac9cbf071e5a7dfe135b4d87e20112d207fcbf5fb620854af8dab44ec3e7bd" af648336c236f625311edcd90b83f37702fadad160c2a5ed57b34656609e918a"
# Tests fail when nginx run as root and there is no nginx user # Tests fail when nginx run as root and there is no nginx user
make_check=ci-skip make_check=ci-skip