diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-30 13:52:56 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-08-02 10:35:27 +0200 |
commit | 8e632f678e7003d22b8475a295ee7d2cc966d2b4 (patch) | |
tree | 261b3155352451dafd917c692b026d4d21e06746 /testing/apache-mod-auth-gssapi/APKBUILD | |
parent | 5d844bf4f9135ad1904cc831a9411490eb860dc7 (diff) | |
download | aports-8e632f678e7003d22b8475a295ee7d2cc966d2b4.zip |
testing: mass rebuild against openssl3
Diffstat (limited to 'testing/apache-mod-auth-gssapi/APKBUILD')
-rw-r--r-- | testing/apache-mod-auth-gssapi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/apache-mod-auth-gssapi/APKBUILD b/testing/apache-mod-auth-gssapi/APKBUILD index fb80a32b13f..db8d6726f90 100644 --- a/testing/apache-mod-auth-gssapi/APKBUILD +++ b/testing/apache-mod-auth-gssapi/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=apache-mod-auth-gssapi pkgver=1.6.3 -pkgrel=0 +pkgrel=1 pkgdesc="GSSAPI authentication for Apache" url="https://github.com/gssapi/mod_auth_gssapi" arch="all" license="MIT" depends="apache2" -makedepends="apache2-dev krb5-dev openssl-dev +makedepends="apache2-dev krb5-dev openssl-dev>3 automake autoconf m4 libtool flex bison" options="!check" # some packages missing from Alpine, see: https://github.com/gssapi/mod_auth_gssapi/ on "Tests" paragraph source="$pkgname-$pkgver.zip::https://github.com/gssapi/mod_auth_gssapi/archive/v$pkgver.zip |