Rebuild NGINX modules against NGINX 1.20.1

This commit is contained in:
Martchus 2021-06-11 21:44:55 +02:00
parent e11ba1aaa6
commit af649a5acd
9 changed files with 16 additions and 16 deletions

View File

@ -3,9 +3,9 @@
pkgname=nginx-mod-accesskey
pkgver=2.0.5
pkgrel=7
pkgrel=8
_dirname="nginx-accesskey-$pkgver"
_nginxver=1.20.0
_nginxver=1.20.1
pkgdesc='Accesskey module for NGINX'
arch=('x86_64')

View File

@ -3,9 +3,9 @@
pkgname=nginx-mod-cache-purge
pkgver=2.3
pkgrel=7
pkgrel=8
_dirname="ngx_cache_purge-${pkgver}"
_nginxver=1.20.0
_nginxver=1.20.1
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=5
pkgrel=6
_dirname="nginx-dav-ext-module-$pkgver"
_nginxver=1.20.0
_nginxver=1.20.1
pkgdesc='NGINX WebDAV missing commands support'
arch=('x86_64')

View File

@ -3,9 +3,9 @@
pkgname=nginx-mod-fancyindex
pkgver=0.5.1
pkgrel=2
pkgrel=3
_dirname="ngx-fancyindex-${pkgver}"
_nginxver=1.20.0
_nginxver=1.20.1
pkgdesc='Fancy indexes module for the Nginx web server'
arch=('x86_64')

View File

@ -3,9 +3,9 @@
pkgname=nginx-mod-rtmp
pkgver=1.2.1
pkgrel=8
pkgrel=9
_dirname="nginx-rtmp-module-$pkgver"
_nginxver=1.20.0
_nginxver=1.20.1
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=7
pkgrel=8
_dirname="ngx_slowfs_cache-${pkgver}"
_nginxver=1.20.0
_nginxver=1.20.1
pkgdesc='NGINX module that adds ability to cache static files'
arch=('x86_64')

View File

@ -5,7 +5,7 @@ pkgname=nginx-mod-substitutions-filter
pkgver=0.6.4.110.b8a71ea
pkgrel=3
_dirname="$pkgname"
_nginxver=1.20.0 # FIXME: fix build against NGINX 1.20.0
_nginxver=1.20.1 # 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=7
pkgrel=8
_dirname="nginx-upload-progress-module-$pkgver"
_nginxver=1.20.0
_nginxver=1.20.1
pkgdesc='NGINX module implementing an upload progress system, that monitors RFC1867 POST uploads'
arch=('x86_64')

View File

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