From 8cae7d3770fc1921865d50994af75d83116c597c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 22 Aug 2018 08:00:10 +0000 Subject: main/apache-mod-auth-kerb: build with krb5 instead of heimdal ref #9315 --- main/apache-mod-auth-kerb/APKBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'main/apache-mod-auth-kerb') diff --git a/main/apache-mod-auth-kerb/APKBUILD b/main/apache-mod-auth-kerb/APKBUILD index e1eb78eeec..9dc94822bd 100644 --- a/main/apache-mod-auth-kerb/APKBUILD +++ b/main/apache-mod-auth-kerb/APKBUILD @@ -3,13 +3,13 @@ pkgname=apache-mod-auth-kerb _pkgname=mod_auth_kerb pkgver=5.4 -pkgrel=4 +pkgrel=5 pkgdesc="A Kerberos authentication module for the Apache Http Server" url="https://sourceforge.net/projects/modauthkerb/" arch="all" license="BSD MIT" -depends="apache2 heimdal" -makedepends="apache2-dev heimdal-dev" +depends="apache2" +makedepends="apache2-dev krb5-dev" source="http://downloads.sourceforge.net/project/modauthkerb/$_pkgname/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.gz mod_auth_kerb-5.4-httpd24.patch mod_auth_kerb_compile.patch @@ -49,14 +49,6 @@ package() { install -D -m644 ../../mod-auth-kerb.conf "$pkgdir"/etc/apache2/conf.d/mod-auth-kerb.conf } -md5sums="642b81763ad3ca81dba359cb952da5e3 mod_auth_kerb-5.4.tar.gz -3df80322c5697404b4e9a6ea53a7799a mod_auth_kerb-5.4-httpd24.patch -9b238dc704dd06cd6c2880d83ca38cc8 mod_auth_kerb_compile.patch -7f9a0976ff101226fae4fd9b811b21a4 mod-auth-kerb.conf" -sha256sums="690ddd66c6d941e2fa2dada46588329a6f57d0a3b9b2fd9bf055ebc427558265 mod_auth_kerb-5.4.tar.gz -dffaa66925dab20d2d4b84beb171f0c3ab195a294d422e5ca6e8867e48df24a1 mod_auth_kerb-5.4-httpd24.patch -bbd036788971a6f9cf97f00870ca83e214f043279ee9fa52c241abc7ece1a587 mod_auth_kerb_compile.patch -2601c080a091b0fc598e542d754a9a8f5909fadc8f91c4433ed6f5002b36a41d mod-auth-kerb.conf" sha512sums="93fdf0e43af1c24e8c8204d09240b708747068ef99dd8d21b45cb4d132d31e6d582d49ea5e23b905f55cb0d4a20b1ecb58de1bcbfdad1d016e536fc622b63214 mod_auth_kerb-5.4.tar.gz 15100aee410f899fae41d921c1016bc901602871fd387834b4d486521db7ffeb6e917bfcdc5841c8cb2828497e230aa9f04071e36c31ccc8ed5ede3fb0a286dd mod_auth_kerb-5.4-httpd24.patch f8fd9cce15593592995a53374a7dbbf6171c4f5e9e82d5bf59953fcfa6fa81cf6890ec4c9ddc2e0963060ea34e98b590f037b1f0274c284085350e6bc4792748 mod_auth_kerb_compile.patch -- cgit v1.2.3