mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 12:15:22 +03:00
testing/apache-mod-auth-openidc: upgrade to 2.4.12
This commit is contained in:
parent
f83a771ecd
commit
e566d99205
1 changed files with 14 additions and 3 deletions
|
@ -1,14 +1,25 @@
|
|||
# Maintainer: Takumi Takahashi <takumiiinn@gmail.com>
|
||||
pkgname=apache-mod-auth-openidc
|
||||
_pkgname=mod_auth_openidc
|
||||
pkgver=2.4.11.3
|
||||
pkgver=2.4.12
|
||||
pkgrel=0
|
||||
pkgdesc="OpenID Connect Relying Party implementation for Apache HTTP Server 2.x"
|
||||
url="https://www.mod-auth-openidc.org"
|
||||
arch="all !s390x" # tests fails on s390x from cjose
|
||||
license="Apache-2.0"
|
||||
depends="apache2"
|
||||
makedepends="apache2-dev musl-dev cjose-dev openssl-dev curl-dev hiredis-dev jansson-dev jq-dev pcre-dev oniguruma-dev"
|
||||
makedepends="
|
||||
apache2-dev
|
||||
cjose-dev
|
||||
curl-dev
|
||||
hiredis-dev
|
||||
jansson-dev
|
||||
jq-dev
|
||||
musl-dev
|
||||
oniguruma-dev
|
||||
openssl-dev
|
||||
pcre2-dev
|
||||
"
|
||||
subpackages="$pkgname-doc $pkgname-static"
|
||||
source="https://github.com/zmartzone/mod_auth_openidc/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
@ -42,5 +53,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
59402fc44aaf45f69ecb3ac29f7fa8e20ed55080cba5dc6c52d9c873f4430fc27e049fbb31d099e55db87dd2f9cf2e3f0b9d5437fd546ba8b802a9ed9b9ba120 mod_auth_openidc-2.4.11.3.tar.gz
|
||||
34189c1bb571d4765c5a3d315ee810cd4373cbef39e460548a895dcce7887eace67105da3151fdd4095d5df4abba84f2477b053c40b06a8ff2267d3b69a12946 mod_auth_openidc-2.4.12.tar.gz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue