summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2015-07-21 10:23:44 +0300
committerMantas Mikulėnas2015-07-21 10:23:44 +0300
commit2c44dd7eebe6c44914b72636f5c992853cdbdc6c (patch)
tree29d795623276b3153d78485c78e6d27ab8888ea2
parent07bc72627c20f09b5bb0b98cf373e97c511e7d9c (diff)
downloadaur-2c44dd7eebe6c44914b72636f5c992853cdbdc6c.tar.gz
remove a Heimdal-specific patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
-rw-r--r--mod_auth_kerb_compile.patch11
3 files changed, 0 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2903922a30ec..0ee5fc0c1735 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,11 +10,9 @@ pkgbase = mod_auth_kerb
depends = krb5
source = http://downloads.sourceforge.net/project/modauthkerb/mod_auth_kerb/mod_auth_kerb-5.4/mod_auth_kerb-5.4.tar.gz
source = auth_kerb.conf
- source = mod_auth_kerb_compile.patch
source = https://sourceforge.net/p/modauthkerb/patches/_discuss/thread/418c3b51/739d/attachment/mod_auth_kerb-5.4-apache24.patch
sha256sums = 690ddd66c6d941e2fa2dada46588329a6f57d0a3b9b2fd9bf055ebc427558265
sha256sums = 9125317197d7dccfb5006982b48a2bd68579bdde0ccfb771671e9e81e9348d1b
- sha256sums = 1241fe1b44755a355e0ee30e1c3ec2ab71326c252d6558f40068bfc87dce6234
sha256sums = 069ea2c354d5228fe407e0964be22a5a12a8591a4f0d30fecdfe98422778ba4b
pkgname = mod_auth_kerb
diff --git a/PKGBUILD b/PKGBUILD
index b7e6a8d3d7d4..621e35842f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,17 +13,14 @@ license=('custom')
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_compile.patch
https://sourceforge.net/p/modauthkerb/patches/_discuss/thread/418c3b51/739d/attachment/mod_auth_kerb-5.4-apache24.patch)
sha256sums=('690ddd66c6d941e2fa2dada46588329a6f57d0a3b9b2fd9bf055ebc427558265'
'9125317197d7dccfb5006982b48a2bd68579bdde0ccfb771671e9e81e9348d1b'
- '1241fe1b44755a355e0ee30e1c3ec2ab71326c252d6558f40068bfc87dce6234'
'069ea2c354d5228fe407e0964be22a5a12a8591a4f0d30fecdfe98422778ba4b')
prepare() {
cd "$pkgname-$pkgver"
- patch -p1 < "$srcdir/mod_auth_kerb_compile.patch"
patch -p0 < "$srcdir/mod_auth_kerb-5.4-apache24.patch"
}
diff --git a/mod_auth_kerb_compile.patch b/mod_auth_kerb_compile.patch
deleted file mode 100644
index 689cd4095480..000000000000
--- a/mod_auth_kerb_compile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN mod_auth_kerb-5.4/src/mod_auth_kerb.c mod_auth_kerb-5.4a/src/mod_auth_kerb.c
---- mod_auth_kerb-5.4/src/mod_auth_kerb.c 2008-12-04 03:14:03.000000000 -0700
-+++ mod_auth_kerb-5.4a/src/mod_auth_kerb.c 2011-01-25 17:35:31.466666669 -0700
-@@ -89,6 +89,7 @@
- #include <krb5.h>
- #ifdef HEIMDAL
- # include <gssapi.h>
-+# include <gssapi/gssapi_krb5.h>
- #else
- # include <gssapi/gssapi.h>
- # include <gssapi/gssapi_generic.h>