mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
testing/apache-mod-auth-gssapi: upgrade to 1.6.2
This commit is contained in:
parent
76e2f6f2bf
commit
e859fc31b7
1 changed files with 4 additions and 6 deletions
|
@ -1,19 +1,18 @@
|
|||
# Maintainer:
|
||||
pkgname=apache-mod-auth-gssapi
|
||||
pkgver=1.6.1
|
||||
pkgrel=2
|
||||
pkgver=1.6.2
|
||||
pkgrel=0
|
||||
pkgdesc="GSSAPI Authentication module for Apache"
|
||||
url="https://github.com/modauthgssapi/mod_auth_gssapi"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
depends="apache2"
|
||||
makedepends="apache2-dev krb5-dev"
|
||||
makedepends="apache2-dev bison flex krb5-dev"
|
||||
source="https://github.com/modauthgssapi/mod_auth_gssapi/releases/download/v$pkgver/mod_auth_gssapi-$pkgver.tar.gz"
|
||||
|
||||
builddir="$srcdir"/mod_auth_gssapi-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
|
@ -22,7 +21,6 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
mkdir -p "$pkgdir"/etc/apache2/conf.d \
|
||||
"$pkgdir"/usr/lib/apache2
|
||||
install -D -m755 ./src/.libs/*.so "$pkgdir"/usr/lib/apache2
|
||||
|
@ -30,4 +28,4 @@ package() {
|
|||
> "$pkgdir"/etc/apache2/conf.d/mod-auth-gssapi.conf
|
||||
}
|
||||
|
||||
sha512sums="56b770124826b3fe33af8b7022a4c16f979c7f25cb40a0f0c6320beb9ecc0add96f1586fddc6998551cefdaef366ab798346f69db823a3bf607ca9dc561c1f60 mod_auth_gssapi-1.6.1.tar.gz"
|
||||
sha512sums="b06810788ff0d9f809e88b14184f013ac9871ae13665a9f131f864615d84ac4e26e881d2d584f746c4a3049fa09cfdbe42df22fce9cd962779ebf223b1b78e0a mod_auth_gssapi-1.6.2.tar.gz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue