mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
testing/apache-mod-auth-openidc: upgrade to 2.4.11.3
This commit is contained in:
parent
432042a10e
commit
af8754db1b
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Takumi Takahashi <takumiiinn@gmail.com>
|
||||
pkgname=apache-mod-auth-openidc
|
||||
_pkgname=mod_auth_openidc
|
||||
pkgver=2.4.4.1
|
||||
pkgrel=1
|
||||
pkgver=2.4.11.3
|
||||
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
|
||||
|
@ -28,8 +28,8 @@ check() {
|
|||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/usr/lib/apache2
|
||||
/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/share/build-1/libtool' src/mod_auth_openidc.la "$pkgdir"/usr/lib/apache2
|
||||
/usr/share/build-1/libtool --mode=install install src/mod_auth_openidc.la "$pkgdir"/usr/lib/apache2
|
||||
/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/share/build-1/libtool' mod_auth_openidc.la "$pkgdir"/usr/lib/apache2
|
||||
/usr/share/build-1/libtool --mode=install install mod_auth_openidc.la "$pkgdir"/usr/lib/apache2
|
||||
|
||||
mkdir -p "$pkgdir"/etc/apache2/conf.d
|
||||
cat <<- __EOF__ > "$pkgdir"/etc/apache2/conf.d/mod-auth-openidc.conf
|
||||
|
@ -42,5 +42,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
fd551ba709221cbe20d1ed3eb80023a03b8d9e793f41cdfc6ab8e0cc165a3580632c31035a6cd43950b20e16b3da941d8f8e9c7f6b580c89b82f02ccb42d7e92 mod_auth_openidc-2.4.4.1.tar.gz
|
||||
59402fc44aaf45f69ecb3ac29f7fa8e20ed55080cba5dc6c52d9c873f4430fc27e049fbb31d099e55db87dd2f9cf2e3f0b9d5437fd546ba8b802a9ed9b9ba120 mod_auth_openidc-2.4.11.3.tar.gz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue