diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-01-09 00:38:29 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-01-09 00:38:29 +0000 |
commit | 5f1996b7e7f90b09569e0d51f6bfe89c9679fd58 (patch) | |
tree | 7085780b11e1bd6e485c135c5d85960a6140b5c6 /net-www/mod_auth_kerb | |
parent | Apache herd package refresh (Manifest recommit) (diff) | |
download | gentoo-2-5f1996b7e7f90b09569e0d51f6bfe89c9679fd58.tar.gz gentoo-2-5f1996b7e7f90b09569e0d51f6bfe89c9679fd58.tar.bz2 gentoo-2-5f1996b7e7f90b09569e0d51f6bfe89c9679fd58.zip |
Apache herd package refresh
Diffstat (limited to 'net-www/mod_auth_kerb')
-rw-r--r-- | net-www/mod_auth_kerb/ChangeLog | 10 | ||||
-rw-r--r-- | net-www/mod_auth_kerb/Manifest | 11 | ||||
-rw-r--r-- | net-www/mod_auth_kerb/files/4.11-r1/11_mod_auth_kerb.conf | 7 | ||||
-rw-r--r-- | net-www/mod_auth_kerb/files/digest-mod_auth_kerb-4.11-r1 | 1 | ||||
-rw-r--r-- | net-www/mod_auth_kerb/metadata.xml | 3 | ||||
-rw-r--r-- | net-www/mod_auth_kerb/mod_auth_kerb-4.11-r1.ebuild | 25 | ||||
-rw-r--r-- | net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild | 4 |
7 files changed, 53 insertions, 8 deletions
diff --git a/net-www/mod_auth_kerb/ChangeLog b/net-www/mod_auth_kerb/ChangeLog index 786ce5a0d9e4..81da44300c96 100644 --- a/net-www/mod_auth_kerb/ChangeLog +++ b/net-www/mod_auth_kerb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/mod_auth_kerb -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/ChangeLog,v 1.5 2004/06/25 00:59:36 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/ChangeLog,v 1.6 2005/01/09 00:38:29 hollow Exp $ + +*mod_auth_kerb-4.11-r1 (09 Jan 2005) + + 09 Jan 2005; Benedikt Boehm <hollow@gentoo.org> metadata.xml, + +files/4.11-r1/11_mod_auth_kerb.conf, +mod_auth_kerb-4.11-r1.ebuild: + Apache herd package refresh 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_auth_kerb-4.11.ebuild: Ebuild cleanups. diff --git a/net-www/mod_auth_kerb/Manifest b/net-www/mod_auth_kerb/Manifest index 151771e6d745..cbe20c33326a 100644 --- a/net-www/mod_auth_kerb/Manifest +++ b/net-www/mod_auth_kerb/Manifest @@ -1,6 +1,9 @@ -MD5 b410f7e3cc8a0e040b764797e16a21c1 ChangeLog 522 -MD5 d2da0e45d7e39184d1cb7abbe3879086 metadata.xml 159 -MD5 a2041c43efa1eec88dc325f40760ab07 mod_auth_kerb-4.11.ebuild 1081 +MD5 b5b9e88e860a68d57928248ef99056c4 ChangeLog 726 +MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226 +MD5 a73629f724fa71b3ab96a32f70deccfe mod_auth_kerb-4.11.ebuild 1081 +MD5 59e80341fef75a7dc798258fabe86654 mod_auth_kerb-4.11-r1.ebuild 863 MD5 c9bbfd002811a674505b3844837a63ee files/11_mod_auth_kerb.conf 180 -MD5 05d525e36b7e86f564e3a15608eca8e4 files/mod_auth_kerb_register.patch 782 MD5 7e465f540fb90976cd1c7959ae94e6ab files/digest-mod_auth_kerb-4.11 69 +MD5 05d525e36b7e86f564e3a15608eca8e4 files/mod_auth_kerb_register.patch 782 +MD5 7e465f540fb90976cd1c7959ae94e6ab files/digest-mod_auth_kerb-4.11-r1 69 +MD5 b1d5221d1f57a0c7e01e320bdbec8150 files/4.11-r1/11_mod_auth_kerb.conf 175 diff --git a/net-www/mod_auth_kerb/files/4.11-r1/11_mod_auth_kerb.conf b/net-www/mod_auth_kerb/files/4.11-r1/11_mod_auth_kerb.conf new file mode 100644 index 000000000000..b4ddd63c53c8 --- /dev/null +++ b/net-www/mod_auth_kerb/files/4.11-r1/11_mod_auth_kerb.conf @@ -0,0 +1,7 @@ +<IfDefine AUTH_KERB> + <IfModule !mod_auth_kerb.c> + LoadModule kerb_auth_module modules/mod_auth_kerb.so + </IfModule> +</IfDefine> + +#Place configuration directives here diff --git a/net-www/mod_auth_kerb/files/digest-mod_auth_kerb-4.11-r1 b/net-www/mod_auth_kerb/files/digest-mod_auth_kerb-4.11-r1 new file mode 100644 index 000000000000..4464766cbc16 --- /dev/null +++ b/net-www/mod_auth_kerb/files/digest-mod_auth_kerb-4.11-r1 @@ -0,0 +1 @@ +MD5 2f2c8a52117bfa6248a2c688efb52621 mod_auth_kerb-4.11.tar.gz 14053 diff --git a/net-www/mod_auth_kerb/metadata.xml b/net-www/mod_auth_kerb/metadata.xml index c054a8cd9b61..10510cb8be95 100644 --- a/net-www/mod_auth_kerb/metadata.xml +++ b/net-www/mod_auth_kerb/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>apache</herd> +<maintainer> + <email>apache-devs@gentoo.org</email> +</maintainer> </pkgmetadata> diff --git a/net-www/mod_auth_kerb/mod_auth_kerb-4.11-r1.ebuild b/net-www/mod_auth_kerb/mod_auth_kerb-4.11-r1.ebuild new file mode 100644 index 000000000000..056940068dc3 --- /dev/null +++ b/net-www/mod_auth_kerb/mod_auth_kerb-4.11-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-4.11-r1.ebuild,v 1.1 2005/01/09 00:38:29 hollow Exp $ + +inherit eutils apache-module + +DESCRIPTION="An Apache2 authentication DSO using Kerberos" +HOMEPAGE="http://modauthkerb.sourceforge.net/" + +S=${WORKDIR}/src +SRC_URI="mirror://sourceforge/modauthkerb/${P}.tar.gz" +DEPEND="app-crypt/mit-krb5 =net-www/apache-2*" +RDEPEND="" +LICENSE="Apache-1.1" +KEYWORDS="~x86" +IUSE="" +SLOT="0" +APXS2_S=${S}/modules/kerberos +APXS2_ARGS="-DAPXS2 -DKRB5 -DKRB5_SAVE_CREDENTIALS -DKRB_DEF_REALM=\\\"EOS.NCSU.EDU\\\" -ldl -lkrb5 -lcom_err -lk5crypto -c ${PN}.c" +APACHE2_MOD_CONF="${PVR}/11_mod_auth_kerb" + +src_unpack() { + unpack ${A} || die; cd ${S} || die; + epatch ${FILESDIR}/mod_auth_kerb_register.patch +} diff --git a/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild b/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild index be23244960e8..9ed1cb170fbe 100644 --- a/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild +++ b/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild,v 1.7 2004/06/25 00:59:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild,v 1.8 2005/01/09 00:38:29 hollow Exp $ inherit eutils |