Update NGINX modules to 1.24.0

This commit is contained in:
Martchus 2023-05-24 14:09:40 +02:00
parent 51d62f9b22
commit 0df015782d
9 changed files with 18 additions and 18 deletions

View File

@ -3,9 +3,9 @@
pkgname=nginx-mod-accesskey
pkgver=2.0.5
pkgrel=11
pkgrel=12
_dirname="nginx-accesskey-$pkgver"
_nginxver=1.22.1
_nginxver=1.24.0
pkgdesc='Accesskey module for NGINX'
arch=('x86_64')

View File

@ -3,9 +3,9 @@
pkgname=nginx-mod-cache-purge
pkgver=2.3
pkgrel=11
pkgrel=12
_dirname="ngx_cache_purge-${pkgver}"
_nginxver=1.22.1
_nginxver=1.24.0
pkgdesc='NGINX module that adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches'
arch=('x86_64')

View File

@ -3,9 +3,9 @@
pkgname=nginx-mod-dav-ext
pkgver=3.0.0
pkgrel=9
pkgrel=10
_dirname="nginx-dav-ext-module-$pkgver"
_nginxver=1.22.1
_nginxver=1.24.0
pkgdesc='NGINX WebDAV missing commands support'
arch=('x86_64')

View File

@ -3,9 +3,9 @@
pkgname=nginx-mod-fancyindex
pkgver=0.5.2
pkgrel=4
pkgrel=5
_dirname="ngx-fancyindex-${pkgver}"
_nginxver=1.22.1
_nginxver=1.24.0
pkgdesc='Fancy indexes module for the Nginx web server'
arch=('x86_64')

View File

@ -5,9 +5,9 @@
pkgname=nginx-mod-rtmp
pkgver=1.2.2
pkgrel=4
pkgrel=5
_dirname="nginx-rtmp-module-$pkgver"
_nginxver=1.22.1
_nginxver=1.24.0
pkgdesc='Module for nginx that adds RTMP support'
arch=('x86_64')

View File

@ -3,9 +3,9 @@
pkgname=nginx-mod-slowfs-cache
pkgver=1.10
pkgrel=11
pkgrel=12
_dirname="ngx_slowfs_cache-${pkgver}"
_nginxver=1.22.1
_nginxver=1.24.0
pkgdesc='NGINX module that adds ability to cache static files'
arch=('x86_64')

View File

@ -3,9 +3,9 @@
pkgname=nginx-mod-substitutions-filter
pkgver=0.6.4.115.e12e965
pkgrel=1
pkgrel=2
_dirname="$pkgname"
_nginxver=1.22.1 # FIXME: fix build against NGINX 1.20.0
_nginxver=1.24.0 # FIXME: fix build against NGINX 1.20.0
pkgdesc='NGINX filter module which can do both regular expression and fixed string substitutions'
arch=('x86_64')

View File

@ -3,9 +3,9 @@
pkgname=nginx-mod-upload-progress
pkgver=0.9.2
pkgrel=11
pkgrel=12
_dirname="nginx-upload-progress-module-$pkgver"
_nginxver=1.22.1
_nginxver=1.24.0 # FIXME: fix build against NGINX 1.24.0
pkgdesc='NGINX module implementing an upload progress system, that monitors RFC1867 POST uploads'
arch=('x86_64')

View File

@ -3,9 +3,9 @@
pkgname=nginx-mod-upstream-fair
pkgver=0.1.3
pkgrel=10
pkgrel=11
_dirname="nginx-upstream-fair-$pkgver"
_nginxver=1.22.1 # FIXME: fix build against NGINX 1.20.0
_nginxver=1.24.0 # FIXME: fix build against NGINX 1.20.0
pkgdesc='Fair load balancer module for nginx'
arch=('x86_64')