1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00

testing/apache-mod-auth-openidc: security upgrade to 2.4.15.3

CVE-2024-24814
This commit is contained in:
Celeste 2024-02-15 02:59:02 +00:00 committed by omni
parent b7aa4a5e33
commit 1d275cd658

View file

@ -1,7 +1,7 @@
# Maintainer: Takumi Takahashi <takumiiinn@gmail.com>
pkgname=apache-mod-auth-openidc
_pkgname=mod_auth_openidc
pkgver=2.4.15.1
pkgver=2.4.15.3
pkgrel=0
pkgdesc="OpenID Connect Relying Party implementation for Apache HTTP Server 2.x"
url="https://www.mod-auth-openidc.org"
@ -21,9 +21,13 @@ makedepends="
pcre2-dev
"
subpackages="$pkgname-doc $pkgname-static"
source="https://github.com/zmartzone/mod_auth_openidc/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz"
source="https://github.com/OpenIDC/mod_auth_openidc/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
# secfixes:
# 2.4.15.3-r0:
# - CVE-2024-24814
build() {
./configure \
--build=$CBUILD \
@ -53,5 +57,5 @@ package() {
}
sha512sums="
dfdfa8f79811b3f8e96afaeb3a62f7b110c46faaddacf2e239745d46187653368854d2000e789eaa77c2634a725ace2e689923482c32242fc96a71d33d0ae962 mod_auth_openidc-2.4.15.1.tar.gz
3c777996efc7fc7f7d7e1f31d99fc81be64fef12d8851f0a298f7d67ecbd3582cd86e75bf5ebcab4d5df516507364ffdf6895d2fb50699a82ab8b9424f36cf1e mod_auth_openidc-2.4.15.3.tar.gz
"