summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2015-07-21 10:20:15 +0300
committerMantas Mikulėnas2015-07-21 10:20:15 +0300
commitfb62720f899d03587b95d4b764a9336ab656e6ab (patch)
tree201e5ee8f3b811dd43fe740caec9a1d3c043c6db
parent6d1df3da8fdb8422cebfa3d577aee5607d26b92d (diff)
downloadaur-fb62720f899d03587b95d4b764a9336ab656e6ab.tar.gz
5.4-5 - add patch for Apache 2.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
2 files changed, 16 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbbb3dab4bd4..3ccaa7b8f9f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mod_auth_kerb
pkgdesc = A Kerberos authentication module for the Apache Http Server
pkgver = 5.4
- pkgrel = 4
+ pkgrel = 5
url = http://sourceforge.net/projects/modauthkerb/files/mod_auth_kerb/mod_auth_kerb-5.4/mod_auth_kerb-5.4.tar.gz/download
arch = i686
arch = x86_64
@@ -12,10 +12,12 @@ pkgbase = mod_auth_kerb
source = auth_kerb.conf
source = mod_auth_kerb.patch
source = mod_auth_kerb_compile.patch
- md5sums = 642b81763ad3ca81dba359cb952da5e3
- md5sums = 399f8ab44947ac79f23f718c4ca9a527
- md5sums = 3a4ed51a6bfb949fc588148074e1df5a
- md5sums = 051f97f87667c92db00f34d20404261d
+ source = https://sourceforge.net/p/modauthkerb/patches/_discuss/thread/418c3b51/739d/attachment/mod_auth_kerb-5.4-apache24.patch
+ sha256sums = 690ddd66c6d941e2fa2dada46588329a6f57d0a3b9b2fd9bf055ebc427558265
+ sha256sums = 9125317197d7dccfb5006982b48a2bd68579bdde0ccfb771671e9e81e9348d1b
+ sha256sums = d380254a525e8825ac292394c6b9a8b3f4ba511f72a7552eda7db99fe504d241
+ sha256sums = 1241fe1b44755a355e0ee30e1c3ec2ab71326c252d6558f40068bfc87dce6234
+ sha256sums = 069ea2c354d5228fe407e0964be22a5a12a8591a4f0d30fecdfe98422778ba4b
pkgname = mod_auth_kerb
diff --git a/PKGBUILD b/PKGBUILD
index 88b632254b50..e5462ffe8f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mod_auth_kerb
pkgver=5.4
-pkgrel=4
+pkgrel=5
pkgdesc="A Kerberos authentication module for the Apache Http Server"
arch=('i686' 'x86_64')
#url="http://sourceforge.net/projects/mod_auth_kerb/"
@@ -14,17 +14,20 @@ depends=('apache>=2.0' 'krb5')
source=(http://downloads.sourceforge.net/project/modauthkerb/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
auth_kerb.conf
mod_auth_kerb.patch
- mod_auth_kerb_compile.patch)
-md5sums=('642b81763ad3ca81dba359cb952da5e3'
- '399f8ab44947ac79f23f718c4ca9a527'
- '3a4ed51a6bfb949fc588148074e1df5a'
- '051f97f87667c92db00f34d20404261d')
+ mod_auth_kerb_compile.patch
+ https://sourceforge.net/p/modauthkerb/patches/_discuss/thread/418c3b51/739d/attachment/mod_auth_kerb-5.4-apache24.patch)
+sha256sums=('690ddd66c6d941e2fa2dada46588329a6f57d0a3b9b2fd9bf055ebc427558265'
+ '9125317197d7dccfb5006982b48a2bd68579bdde0ccfb771671e9e81e9348d1b'
+ 'd380254a525e8825ac292394c6b9a8b3f4ba511f72a7552eda7db99fe504d241'
+ '1241fe1b44755a355e0ee30e1c3ec2ab71326c252d6558f40068bfc87dce6234'
+ '069ea2c354d5228fe407e0964be22a5a12a8591a4f0d30fecdfe98422778ba4b')
prepare() {
cd "$pkgname-$pkgver"
#patch -p0 < "$srcdir/mod_auth_kerb.patch"
patch -p1 < "$srcdir/mod_auth_kerb_compile.patch"
+ patch -p0 < "$srcdir/mod_auth_kerb-5.4-apache24.patch"
}
build() {