mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-10 06:46:37 +02:00
community/lua-resty-*: missing nginx-mod-http-lua on s390x
Root cause is missing luajit support on s390x
This commit is contained in:
parent
d4e0a17ab9
commit
6c64dbd4d8
@ -6,7 +6,7 @@ pkgver=0.18
|
||||
pkgrel=0
|
||||
pkgdesc="DNS resolver for the nginx lua module"
|
||||
url="https://github.com/openresty/lua-resty-dns"
|
||||
arch="noarch"
|
||||
arch="noarch !s390x"
|
||||
license="BSD"
|
||||
depends="nginx-mod-http-lua"
|
||||
makedepends=""
|
||||
|
||||
@ -6,7 +6,7 @@ _commitid=989f601acbe74dee71c1a48f3e140a427f2d03ae
|
||||
pkgrel=0
|
||||
pkgdesc="HMAC functions for OpenResty"
|
||||
url="https://github.com/jkeys089/lua-resty-hmac"
|
||||
arch="noarch"
|
||||
arch="noarch !s390x"
|
||||
license="BSD"
|
||||
depends="nginx-mod-http-lua lua-resty-string"
|
||||
makedepends=""
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=0.2.0
|
||||
pkgrel=0
|
||||
pkgdesc="JSON Web Token library for OpenResty"
|
||||
url="https://github.com/cdbattags/lua-resty-jwt"
|
||||
arch="noarch"
|
||||
arch="noarch !s390x"
|
||||
license="BSD2"
|
||||
depends="lua-resty-hmac"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/cdbattags/$pkgname/archive/v$pkgver.tar.gz"
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=1.7.1
|
||||
pkgrel=0
|
||||
pkgdesc="OpenID Connect library for the nginx lua module"
|
||||
url="https://github.com/zmartzone/$pkgname"
|
||||
arch="noarch"
|
||||
arch="noarch !s390x"
|
||||
license="BSD2"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/zmartzone/$pkgname/archive/v$pkgver.tar.gz"
|
||||
depends="lua-cjson lua-resty-string lua-resty-http lua-resty-session lua-resty-jwt"
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=0.11
|
||||
pkgrel=0
|
||||
pkgdesc="String functions for OpenResty"
|
||||
url="https://github.com/openresty/lua-resty-string"
|
||||
arch="noarch"
|
||||
arch="noarch !s390x"
|
||||
license="BSD"
|
||||
depends="nginx-mod-http-lua"
|
||||
makedepends=""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user