diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-03-03 18:18:19 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-03-03 18:18:19 +0000 |
commit | 4f6389084b5d1a48978606741ff3a0d029bcba3a (patch) | |
tree | 3d9acbb4e04ede8cced1ae1ac9833b833be7a716 /net-www/pwauth | |
parent | Dependency update: sys-apps/daemontools -> sys-process/daemontools. (diff) | |
download | gentoo-2-4f6389084b5d1a48978606741ff3a0d029bcba3a.tar.gz gentoo-2-4f6389084b5d1a48978606741ff3a0d029bcba3a.tar.bz2 gentoo-2-4f6389084b5d1a48978606741ff3a0d029bcba3a.zip |
changed SERVER_UIDS to 81 (user apache). fixes 83957
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-www/pwauth')
-rw-r--r-- | net-www/pwauth/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/pwauth/Manifest | 16 | ||||
-rw-r--r-- | net-www/pwauth/files/digest-pwauth-2.3.1-r1 | 1 | ||||
-rw-r--r-- | net-www/pwauth/pwauth-2.3.1-r1.ebuild | 28 |
4 files changed, 39 insertions, 13 deletions
diff --git a/net-www/pwauth/ChangeLog b/net-www/pwauth/ChangeLog index 71e153fa83a0..94a62ac34a33 100644 --- a/net-www/pwauth/ChangeLog +++ b/net-www/pwauth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/pwauth # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/ChangeLog,v 1.1 2005/02/17 10:28:57 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/ChangeLog,v 1.2 2005/03/03 18:18:19 hollow Exp $ + +*pwauth-2.3.1-r1 (03 Mar 2005) + + 03 Mar 2005; Benedikt Boehm <hollow@gentoo.org> +pwauth-2.3.1-r1.ebuild: + changed SERVER_UIDS to 81 (user apache). fixes 83957 *pwauth-2.3.1 (17 Feb 2005) diff --git a/net-www/pwauth/Manifest b/net-www/pwauth/Manifest index 2171509c6b64..af7c49e3c56d 100644 --- a/net-www/pwauth/Manifest +++ b/net-www/pwauth/Manifest @@ -1,15 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c336fb35a3fd20d1690fa5a2b6763502 pwauth-2.3.1.ebuild 589 +MD5 1aa979c6f2ebb18c2692097141b0b723 ChangeLog 528 MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226 -MD5 af140e98ed3c56dcd27d84b17b013778 ChangeLog 365 +MD5 4e78abd00b4802641e0383c1f9000ec5 pwauth-2.3.1-r1.ebuild 730 +MD5 c336fb35a3fd20d1690fa5a2b6763502 pwauth-2.3.1.ebuild 589 MD5 d0cb338160e3be8790524af8071cc4df files/pwauth.pam 380 +MD5 e42116bd0068c8861ad4698f238933d9 files/digest-pwauth-2.3.1-r1 63 MD5 e42116bd0068c8861ad4698f238933d9 files/digest-pwauth-2.3.1 63 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCFHJ1mPFBzbX68WERAllvAJ91UX0iRALv6io6wQKbmhrdEHYORACdGC37 -8hcKUZWeJ2GxYSAC7SF6fD8= -=8ovP ------END PGP SIGNATURE----- diff --git a/net-www/pwauth/files/digest-pwauth-2.3.1-r1 b/net-www/pwauth/files/digest-pwauth-2.3.1-r1 new file mode 100644 index 000000000000..2e99a5f4d35f --- /dev/null +++ b/net-www/pwauth/files/digest-pwauth-2.3.1-r1 @@ -0,0 +1 @@ +MD5 9fbb03fe024b51a02fd7a15ae04a35cb pwauth-2.3.1.tar.gz 20329 diff --git a/net-www/pwauth/pwauth-2.3.1-r1.ebuild b/net-www/pwauth/pwauth-2.3.1-r1.ebuild new file mode 100644 index 000000000000..2cf5b2b486a7 --- /dev/null +++ b/net-www/pwauth/pwauth-2.3.1-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/pwauth-2.3.1-r1.ebuild,v 1.1 2005/03/03 18:18:19 hollow Exp $ + +inherit eutils + +DESCRIPTION="A Unix Web Authenticator" +HOMEPAGE="http://www.unixpapa.com/pwauth/" +SRC_URI="http://www.unixpapa.com/software/${P}.tar.gz" + +DEPEND="sys-libs/pam" +LICENSE="Apache-1.1" +KEYWORDS="~x86" +IUSE="" +SLOT="0" + +src_unpack() { + unpack ${A} || die "unpack failed" + cd ${S} || die "cd to $s failed" + sed -ie 's:SERVER_UIDS 72:SERVER_UIDS 81:' config.h +} + +src_install() { + dosbin pwauth unixgroup + insinto /etc/pam.d/ + newins ${FILESDIR}/pwauth.pam pwauth + dodoc CHANGES FORM_AUTH INSTALL README +}
\ No newline at end of file |