pacho 15/05/08 18:21:15 Modified: ChangeLog Added: mod_auth_kerb-5.4-r2.ebuild Log: Apply more Fedora patches with fixes, update s4u2proxy patch to support heimdal (#454816 by Spooky Ghost), tmpfiles.d needed (#470942 by Azamat H. Hackimov) (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.17 www-apache/mod_auth_kerb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 17 Dec 2014 10:58:17 -0000 1.16 +++ ChangeLog 8 May 2015 18:21:14 -0000 1.17 @@ -1,6 +1,16 @@ # ChangeLog for www-apache/mod_auth_kerb -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.16 2014/12/17 10:58:17 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.17 2015/05/08 18:21:14 pacho Exp $ + +*mod_auth_kerb-5.4-r2 (08 May 2015) + + 08 May 2015; Pacho Ramos <[email protected]> + +files/mod_auth_kerb-5.4-handle-continue.patch, + +files/mod_auth_kerb-5.4-longuser.patch, + +files/mod_auth_kerb-5.4-s4u2proxy-r2.patch, +mod_auth_kerb-5.4-r2.ebuild: + Apply more Fedora patches with fixes, update s4u2proxy patch to support + heimdal (#454816 by Spooky Ghost), tmpfiles.d needed (#470942 by Azamat H. + Hackimov) 17 Dec 2014; Pacho Ramos <[email protected]> -mod_auth_kerb-5.4.ebuild, mod_auth_kerb-5.4-r1.ebuild: 1.1 www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild?rev=1.1&content-type=text/plain Index: mod_auth_kerb-5.4-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild,v 1.1 2015/05/08 18:21:14 pacho Exp $ EAPI=5 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" LICENSE="BSD openafs-krb5-a HPND" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="virtual/krb5" RDEPEND="${DEPEND}" APACHE2_MOD_CONF="11_${PN}" APACHE2_MOD_DEFINE="AUTH_KERB" DOCFILES="INSTALL README" need_apache2 src_prepare() { epatch "${FILESDIR}"/${P}-rcopshack.patch epatch "${FILESDIR}"/${P}-fixes.patch epatch "${FILESDIR}"/${P}-s4u2proxy-r2.patch epatch "${FILESDIR}"/${P}-httpd24.patch epatch "${FILESDIR}"/${P}-delegation.patch epatch "${FILESDIR}"/${P}-cachedir.patch epatch "${FILESDIR}"/${P}-longuser.patch epatch "${FILESDIR}"/${P}-handle-continue.patch } src_configure() { CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 } src_compile() { emake } src_install() { apache-module_src_install systemd_dotmpfilesd "${FILESDIR}/${PN}.conf" }
