summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild')
-rw-r--r--www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild21
1 files changed, 11 insertions, 10 deletions
diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
index 1d1b560367c0..9094681f3d40 100644
--- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
+++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
@@ -6,7 +6,8 @@ inherit apache-module eutils systemd
DESCRIPTION="An Apache authentication module using Kerberos"
HOMEPAGE="http://modauthkerb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/modauthkerb/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/modauthkerb/${P}.tar.gz
+ https://dev.gentoo.org/~mgorny/dist/${P}-gentoo-patchset.tar.bz2"
LICENSE="BSD openafs-krb5-a HPND"
SLOT="0"
@@ -24,15 +25,15 @@ DOCFILES="INSTALL README"
need_apache2
PATCHES=(
- "${FILESDIR}"/${P}-rcopshack.patch
- "${FILESDIR}"/${P}-fixes.patch
- "${FILESDIR}"/${P}-s4u2proxy.patch
- "${FILESDIR}"/${P}-httpd24.patch
- "${FILESDIR}"/${P}-delegation.patch
- "${FILESDIR}"/${P}-cachedir.patch
- "${FILESDIR}"/${P}-longuser.patch
- "${FILESDIR}"/${P}-handle-continue.patch
- "${FILESDIR}"/${P}-heimdal.patch
+ "${WORKDIR}/${P}-gentoo-patchset"/${P}-rcopshack.patch
+ "${WORKDIR}/${P}-gentoo-patchset"/${P}-fixes.patch
+ "${WORKDIR}/${P}-gentoo-patchset"/${P}-s4u2proxy.patch
+ "${WORKDIR}/${P}-gentoo-patchset"/${P}-httpd24.patch
+ "${WORKDIR}/${P}-gentoo-patchset"/${P}-delegation.patch
+ "${WORKDIR}/${P}-gentoo-patchset"/${P}-cachedir.patch
+ "${WORKDIR}/${P}-gentoo-patchset"/${P}-longuser.patch
+ "${WORKDIR}/${P}-gentoo-patchset"/${P}-handle-continue.patch
+ "${WORKDIR}/${P}-gentoo-patchset"/${P}-heimdal.patch
)
src_prepare() {