mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/nginx to 1.26.1-1
This commit is contained in:
parent
780cb87ecf
commit
51304bec8c
4 changed files with 61 additions and 55 deletions
|
@ -1,16 +1,19 @@
|
||||||
pkgbase = nginx
|
pkgbase = nginx
|
||||||
pkgver = 1.26.0
|
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server
|
||||||
pkgrel = 3
|
pkgver = 1.26.1
|
||||||
|
pkgrel = 1
|
||||||
url = https://nginx.org
|
url = https://nginx.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = BSD-2-Clause
|
||||||
checkdepends = perl
|
checkdepends = perl
|
||||||
checkdepends = perl-gd
|
checkdepends = perl-gd
|
||||||
checkdepends = perl-io-socket-ssl
|
checkdepends = perl-io-socket-ssl
|
||||||
checkdepends = perl-fcgi
|
checkdepends = perl-fcgi
|
||||||
checkdepends = perl-cache-memcached
|
checkdepends = perl-cache-memcached
|
||||||
|
checkdepends = perl-cryptx
|
||||||
checkdepends = memcached
|
checkdepends = memcached
|
||||||
checkdepends = ffmpeg
|
checkdepends = ffmpeg
|
||||||
|
checkdepends = coreutils
|
||||||
makedepends = mercurial
|
makedepends = mercurial
|
||||||
makedepends = pcre2
|
makedepends = pcre2
|
||||||
makedepends = zlib
|
makedepends = zlib
|
||||||
|
@ -18,6 +21,29 @@ pkgbase = nginx
|
||||||
makedepends = geoip
|
makedepends = geoip
|
||||||
makedepends = mailcap
|
makedepends = mailcap
|
||||||
makedepends = libxcrypt
|
makedepends = libxcrypt
|
||||||
|
source = https://nginx.org/download/nginx-1.26.1.tar.gz
|
||||||
|
source = https://nginx.org/download/nginx-1.26.1.tar.gz.asc
|
||||||
|
source = hg+https://hg.nginx.org/nginx-tests#revision=2a607a31f583add7adfa1ac434a3f793d327ca6b
|
||||||
|
source = nginx.service
|
||||||
|
source = logrotate
|
||||||
|
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
|
||||||
|
validpgpkeys = 43387825DDB1BB97EC36BA5D007C8D7C15D87369
|
||||||
|
validpgpkeys = D6786CE303D9A9022998DC6CC8464D549AF75C0A
|
||||||
|
validpgpkeys = 13C82A63B603576156E30A4EA0EA981B66B0D967
|
||||||
|
sha512sums = dfaadde78eb5cf8c8c3a43ead9ac49fc852c8de3e70e69754e3ffafc88c50c8bc08cdac0cc0ba8a9d8c155bdb334865e2e6c7dc1144c79959c426a9e087b3e37
|
||||||
|
sha512sums = SKIP
|
||||||
|
sha512sums = 2c1efc38f4d36c10e7d13bb48e035246215c33213e42d733ef0c1bbbdbce71777b2430247d1c1fe922e03d10ce53c05fe555bd9fea547658e6c6d763af8d8b93
|
||||||
|
sha512sums = f469b3b14def666e955abf6f2d3c68a47631cad7bee90c92039ffe5bf629aa7e32bb4250844d52c0f963740fb07bf7fea5f8887cc1d5199403f07be6214fcb8d
|
||||||
|
sha512sums = 2f4dfcfa711b8bcbc5918ba635f5e430ef7132e66276261ade62bb1cba016967432c8dce7f84352cb8b07dc7c6b18f09177aa3eb92c8e358b2a106c8ca142fe9
|
||||||
|
|
||||||
|
pkgname = nginx
|
||||||
|
depends = glibc
|
||||||
|
depends = pcre2
|
||||||
|
depends = zlib
|
||||||
|
depends = openssl
|
||||||
|
depends = geoip
|
||||||
|
depends = mailcap
|
||||||
|
depends = libxcrypt
|
||||||
backup = etc/nginx/fastcgi.conf
|
backup = etc/nginx/fastcgi.conf
|
||||||
backup = etc/nginx/fastcgi_params
|
backup = etc/nginx/fastcgi_params
|
||||||
backup = etc/nginx/koi-win
|
backup = etc/nginx/koi-win
|
||||||
|
@ -27,29 +53,6 @@ pkgbase = nginx
|
||||||
backup = etc/nginx/uwsgi_params
|
backup = etc/nginx/uwsgi_params
|
||||||
backup = etc/nginx/win-utf
|
backup = etc/nginx/win-utf
|
||||||
backup = etc/logrotate.d/nginx
|
backup = etc/logrotate.d/nginx
|
||||||
source = https://nginx.org/download/nginx-1.26.0.tar.gz
|
|
||||||
source = https://nginx.org/download/nginx-1.26.0.tar.gz.asc
|
|
||||||
source = hg+https://hg.nginx.org/nginx-tests
|
|
||||||
source = nginx.service
|
|
||||||
source = logrotate
|
|
||||||
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
|
|
||||||
validpgpkeys = 43387825DDB1BB97EC36BA5D007C8D7C15D87369
|
|
||||||
validpgpkeys = D6786CE303D9A9022998DC6CC8464D549AF75C0A
|
|
||||||
validpgpkeys = 13C82A63B603576156E30A4EA0EA981B66B0D967
|
|
||||||
sha512sums = 1f604a4a29f1b74eb56de7f1d8b0e5610fa055280b4ad2d3550c56926460de24da81b17485cffb358d8814061d4a9db1e0e5079af7921f1dc329e283e2775791
|
|
||||||
sha512sums = SKIP
|
|
||||||
sha512sums = SKIP
|
|
||||||
sha512sums = ca7d8666177d31b6c4924e9ab44ddf3d5b596b51da04d38da002830b03bd176d49354bbdd2a496617d57f44111ad59833296af87d03ffe3fca6b99327a7b4c3c
|
|
||||||
sha512sums = 2f4dfcfa711b8bcbc5918ba635f5e430ef7132e66276261ade62bb1cba016967432c8dce7f84352cb8b07dc7c6b18f09177aa3eb92c8e358b2a106c8ca142fe9
|
|
||||||
|
|
||||||
pkgname = nginx
|
|
||||||
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server
|
|
||||||
depends = pcre2
|
|
||||||
depends = zlib
|
|
||||||
depends = openssl
|
|
||||||
depends = geoip
|
|
||||||
depends = mailcap
|
|
||||||
depends = libxcrypt
|
|
||||||
|
|
||||||
pkgname = nginx-src
|
pkgname = nginx-src
|
||||||
pkgdesc = Source code of nginx 1.26.0, useful for building modules
|
pkgdesc = Source code of nginx 1.26.1, useful for building modules
|
||||||
|
|
4
extra/nginx/.nvchecker.toml
Normal file
4
extra/nginx/.nvchecker.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[nginx]
|
||||||
|
source = "regex"
|
||||||
|
url = "https://nginx.org/en/download.html"
|
||||||
|
regex = "Stable version.+nginx-([0-9\\.]+).tar.gz.+Legacy versions"
|
|
@ -1,5 +1,4 @@
|
||||||
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
|
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
|
||||||
# Maintainer: T.J. Townsend <blakkheim@archlinux.org>
|
|
||||||
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
|
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
|
||||||
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||||
# Contributor: Sébastien Luttringer
|
# Contributor: Sébastien Luttringer
|
||||||
|
@ -12,25 +11,18 @@
|
||||||
|
|
||||||
pkgbase=nginx
|
pkgbase=nginx
|
||||||
pkgname=(nginx nginx-src)
|
pkgname=(nginx nginx-src)
|
||||||
pkgver=1.26.0
|
pkgver=1.26.1
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
|
_tests_commit=2a607a31f583add7adfa1ac434a3f793d327ca6b
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
|
||||||
url='https://nginx.org'
|
url='https://nginx.org'
|
||||||
license=(custom)
|
license=(BSD-2-Clause)
|
||||||
makedepends=(mercurial pcre2 zlib openssl geoip mailcap libxcrypt)
|
makedepends=(mercurial pcre2 zlib openssl geoip mailcap libxcrypt)
|
||||||
checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
|
checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
|
||||||
memcached ffmpeg)
|
perl-cryptx memcached ffmpeg coreutils)
|
||||||
backup=(etc/nginx/fastcgi.conf
|
|
||||||
etc/nginx/fastcgi_params
|
|
||||||
etc/nginx/koi-win
|
|
||||||
etc/nginx/koi-utf
|
|
||||||
etc/nginx/nginx.conf
|
|
||||||
etc/nginx/scgi_params
|
|
||||||
etc/nginx/uwsgi_params
|
|
||||||
etc/nginx/win-utf
|
|
||||||
etc/logrotate.d/nginx)
|
|
||||||
source=($url/download/nginx-$pkgver.tar.gz{,.asc}
|
source=($url/download/nginx-$pkgver.tar.gz{,.asc}
|
||||||
hg+https://hg.nginx.org/nginx-tests
|
"hg+https://hg.nginx.org/nginx-tests#revision=${_tests_commit}"
|
||||||
nginx.service
|
nginx.service
|
||||||
logrotate)
|
logrotate)
|
||||||
# https://nginx.org/en/pgp_keys.html
|
# https://nginx.org/en/pgp_keys.html
|
||||||
|
@ -38,10 +30,10 @@ validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdouni
|
||||||
'43387825DDB1BB97EC36BA5D007C8D7C15D87369' # Roman Arutyunyan <r.arutyunyan@f5.com>
|
'43387825DDB1BB97EC36BA5D007C8D7C15D87369' # Roman Arutyunyan <r.arutyunyan@f5.com>
|
||||||
'D6786CE303D9A9022998DC6CC8464D549AF75C0A' # Sergey Kandaurov <s.kandaurov@f5.com>
|
'D6786CE303D9A9022998DC6CC8464D549AF75C0A' # Sergey Kandaurov <s.kandaurov@f5.com>
|
||||||
'13C82A63B603576156E30A4EA0EA981B66B0D967') # Konstantin Pavlov <thresh@nginx.com>
|
'13C82A63B603576156E30A4EA0EA981B66B0D967') # Konstantin Pavlov <thresh@nginx.com>
|
||||||
sha512sums=('1f604a4a29f1b74eb56de7f1d8b0e5610fa055280b4ad2d3550c56926460de24da81b17485cffb358d8814061d4a9db1e0e5079af7921f1dc329e283e2775791'
|
sha512sums=('dfaadde78eb5cf8c8c3a43ead9ac49fc852c8de3e70e69754e3ffafc88c50c8bc08cdac0cc0ba8a9d8c155bdb334865e2e6c7dc1144c79959c426a9e087b3e37'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'2c1efc38f4d36c10e7d13bb48e035246215c33213e42d733ef0c1bbbdbce71777b2430247d1c1fe922e03d10ce53c05fe555bd9fea547658e6c6d763af8d8b93'
|
||||||
'ca7d8666177d31b6c4924e9ab44ddf3d5b596b51da04d38da002830b03bd176d49354bbdd2a496617d57f44111ad59833296af87d03ffe3fca6b99327a7b4c3c'
|
'f469b3b14def666e955abf6f2d3c68a47631cad7bee90c92039ffe5bf629aa7e32bb4250844d52c0f963740fb07bf7fea5f8887cc1d5199403f07be6214fcb8d'
|
||||||
'2f4dfcfa711b8bcbc5918ba635f5e430ef7132e66276261ade62bb1cba016967432c8dce7f84352cb8b07dc7c6b18f09177aa3eb92c8e358b2a106c8ca142fe9')
|
'2f4dfcfa711b8bcbc5918ba635f5e430ef7132e66276261ade62bb1cba016967432c8dce7f84352cb8b07dc7c6b18f09177aa3eb92c8e358b2a106c8ca142fe9')
|
||||||
|
|
||||||
_common_flags=(
|
_common_flags=(
|
||||||
|
@ -77,9 +69,6 @@ _common_flags=(
|
||||||
--with-threads
|
--with-threads
|
||||||
)
|
)
|
||||||
|
|
||||||
_stable_flags=(
|
|
||||||
)
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cp -r $pkgbase-$pkgver{,-src}
|
cp -r $pkgbase-$pkgver{,-src}
|
||||||
}
|
}
|
||||||
|
@ -106,20 +95,29 @@ 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" \
|
||||||
"${_common_flags[@]}" \
|
"${_common_flags[@]}"
|
||||||
"${_stable_flags[@]}"
|
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd nginx-tests
|
cd nginx-tests
|
||||||
TEST_NGINX_BINARY="$srcdir/$pkgbase-$pkgver/objs/nginx" prove .
|
local _jobs=$(nproc)
|
||||||
|
(( _jobs > 16 )) && _jobs=16
|
||||||
|
TEST_NGINX_BINARY="$srcdir/$pkgbase-$pkgver/objs/nginx" prove -j "$_jobs" .
|
||||||
}
|
}
|
||||||
|
|
||||||
package_nginx() {
|
package_nginx() {
|
||||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
|
depends=(glibc pcre2 zlib openssl geoip mailcap libxcrypt)
|
||||||
depends=(pcre2 zlib openssl geoip mailcap libxcrypt)
|
backup=(etc/nginx/fastcgi.conf
|
||||||
|
etc/nginx/fastcgi_params
|
||||||
|
etc/nginx/koi-win
|
||||||
|
etc/nginx/koi-utf
|
||||||
|
etc/nginx/nginx.conf
|
||||||
|
etc/nginx/scgi_params
|
||||||
|
etc/nginx/uwsgi_params
|
||||||
|
etc/nginx/win-utf
|
||||||
|
etc/logrotate.d/nginx)
|
||||||
|
|
||||||
cd $pkgbase-$pkgver
|
cd $pkgbase-$pkgver
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
|
@ -143,7 +141,7 @@ package_nginx() {
|
||||||
|
|
||||||
install -Dm644 ../logrotate "$pkgdir"/etc/logrotate.d/nginx
|
install -Dm644 ../logrotate "$pkgdir"/etc/logrotate.d/nginx
|
||||||
install -Dm644 ../nginx.service "$pkgdir"/usr/lib/systemd/system/nginx.service
|
install -Dm644 ../nginx.service "$pkgdir"/usr/lib/systemd/system/nginx.service
|
||||||
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgbase/LICENSE
|
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||||
|
|
||||||
rmdir "$pkgdir"/run
|
rmdir "$pkgdir"/run
|
||||||
|
|
||||||
|
@ -160,4 +158,5 @@ package_nginx-src() {
|
||||||
|
|
||||||
install -d "$pkgdir/usr/src"
|
install -d "$pkgdir/usr/src"
|
||||||
cp -r $pkgbase-$pkgver-src "$pkgdir/usr/src/nginx"
|
cp -r $pkgbase-$pkgver-src "$pkgdir/usr/src/nginx"
|
||||||
|
install -Dm644 $pkgbase-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=A high performance web server and a reverse proxy server
|
Description=nginx web server
|
||||||
After=network-online.target remote-fs.target nss-lookup.target
|
After=network-online.target remote-fs.target nss-lookup.target
|
||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue