* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_kerb: mod_auth_kerb-5.4-r2.ebuild ChangeLog
@ 2015-05-08 18:21 Pacho Ramos (pacho)
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2015-05-08 18:21 UTC (permalink / raw
To: gentoo-commits
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 <pacho@gentoo.org>
+ +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 <pacho@gentoo.org> -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"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_kerb: mod_auth_kerb-5.4-r2.ebuild ChangeLog
@ 2015-05-17 10:55 Pacho Ramos (pacho)
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2015-05-17 10:55 UTC (permalink / raw
To: gentoo-commits
pacho 15/05/17 10:55:22
Modified: mod_auth_kerb-5.4-r2.ebuild ChangeLog
Log:
Try to commit the patch properly
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.2 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.2&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.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild?r1=1.1&r2=1.2
Index: mod_auth_kerb-5.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_kerb-5.4-r2.ebuild 8 May 2015 18:21:14 -0000 1.1
+++ mod_auth_kerb-5.4-r2.ebuild 17 May 2015 10:55:22 -0000 1.2
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild,v 1.2 2015/05/17 10:55:22 pacho Exp $
EAPI=5
inherit apache-module eutils systemd
@@ -27,7 +27,7 @@
src_prepare() {
epatch "${FILESDIR}"/${P}-rcopshack.patch
epatch "${FILESDIR}"/${P}-fixes.patch
- epatch "${FILESDIR}"/${P}-s4u2proxy-r2.patch
+ epatch "${FILESDIR}"/${P}-s4u2proxy-r3.patch
epatch "${FILESDIR}"/${P}-httpd24.patch
epatch "${FILESDIR}"/${P}-delegation.patch
epatch "${FILESDIR}"/${P}-cachedir.patch
1.19 www-apache/mod_auth_kerb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 14 May 2015 06:42:58 -0000 1.18
+++ ChangeLog 17 May 2015 10:55:22 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_auth_kerb
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.18 2015/05/14 06:42:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.19 2015/05/17 10:55:22 pacho Exp $
+
+ 17 May 2015; Pacho Ramos <pacho@gentoo.org>
+ +files/mod_auth_kerb-5.4-s4u2proxy-r3.patch, mod_auth_kerb-5.4-r2.ebuild:
+ Try to commit the patch properly
14 May 2015; Michael Sterrett <mr_bones_@gentoo.org>
-mod_auth_kerb-5.4-r1.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-17 10:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-17 10:55 [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_kerb: mod_auth_kerb-5.4-r2.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2015-05-08 18:21 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox