summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-06-11 21:30:58 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-06-11 21:30:58 +0000
commitd7a594b6339b91ebf91e4e50112ee84e3df8e3bc (patch)
treebbec14c72ab001373afb5c55005a88a569cab90e /net-www/pwauth
parentAdded to ~ppc (diff)
downloadhistorical-d7a594b6339b91ebf91e4e50112ee84e3df8e3bc.tar.gz
historical-d7a594b6339b91ebf91e4e50112ee84e3df8e3bc.tar.bz2
historical-d7a594b6339b91ebf91e4e50112ee84e3df8e3bc.zip
Fix openpam compatibility, bug 93203.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-www/pwauth')
-rw-r--r--net-www/pwauth/ChangeLog8
-rw-r--r--net-www/pwauth/Manifest17
-rw-r--r--net-www/pwauth/files/digest-pwauth-2.3.1-r21
-rw-r--r--net-www/pwauth/files/pwauth.pam-include7
-rw-r--r--net-www/pwauth/pwauth-2.3.1-r2.ebuild29
5 files changed, 49 insertions, 13 deletions
diff --git a/net-www/pwauth/ChangeLog b/net-www/pwauth/ChangeLog
index 94a62ac34a33..15e76533fe0c 100644
--- a/net-www/pwauth/ChangeLog
+++ b/net-www/pwauth/ChangeLog
@@ -1,6 +1,12 @@
# 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.2 2005/03/03 18:18:19 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/ChangeLog,v 1.3 2005/06/11 21:30:58 kloeri Exp $
+
+*pwauth-2.3.1-r2 (11 Jun 2005)
+
+ 11 Jun 2005; Bryan Østergaard <kloeri@gentoo.org>
+ +files/pwauth.pam-include, +pwauth-2.3.1-r2.ebuild:
+ Fix openpam compatibility, bug 93203.
*pwauth-2.3.1-r1 (03 Mar 2005)
diff --git a/net-www/pwauth/Manifest b/net-www/pwauth/Manifest
index c0b7014752a6..149bb72f21a2 100644
--- a/net-www/pwauth/Manifest
+++ b/net-www/pwauth/Manifest
@@ -1,17 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 eba50f136182d8f12e49115cea9317a4 ChangeLog 528
+MD5 c1390998b9fc6a80f44c3e9900153788 ChangeLog 708
MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226
MD5 b34478a9d4cb30baa96bbb4ad37f1d8c pwauth-2.3.1-r1.ebuild 733
+MD5 15b52c72c446b3c85a536bdb863fe66d pwauth-2.3.1-r2.ebuild 725
MD5 c336fb35a3fd20d1690fa5a2b6763502 pwauth-2.3.1.ebuild 589
-MD5 d0cb338160e3be8790524af8071cc4df files/pwauth.pam 380
+MD5 d09a0d13fbd597617570b3d8a28a2072 files/pwauth.pam-include 213
MD5 e42116bd0068c8861ad4698f238933d9 files/digest-pwauth-2.3.1-r1 63
+MD5 d0cb338160e3be8790524af8071cc4df files/pwauth.pam 380
MD5 e42116bd0068c8861ad4698f238933d9 files/digest-pwauth-2.3.1 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCJ1WFmPFBzbX68WERAgFuAKCYINFUDue7rK//Xi6wiqo7ZreSNACgjXmG
-nGdSHZ5qGPwHxbKCNEjSjJI=
-=kq+k
------END PGP SIGNATURE-----
+MD5 e42116bd0068c8861ad4698f238933d9 files/digest-pwauth-2.3.1-r2 63
diff --git a/net-www/pwauth/files/digest-pwauth-2.3.1-r2 b/net-www/pwauth/files/digest-pwauth-2.3.1-r2
new file mode 100644
index 000000000000..2e99a5f4d35f
--- /dev/null
+++ b/net-www/pwauth/files/digest-pwauth-2.3.1-r2
@@ -0,0 +1 @@
+MD5 9fbb03fe024b51a02fd7a15ae04a35cb pwauth-2.3.1.tar.gz 20329
diff --git a/net-www/pwauth/files/pwauth.pam-include b/net-www/pwauth/files/pwauth.pam-include
new file mode 100644
index 000000000000..ff83143dc086
--- /dev/null
+++ b/net-www/pwauth/files/pwauth.pam-include
@@ -0,0 +1,7 @@
+#%PAM-1.0
+auth include system-auth
+auth required pam_nologin.so
+account include system-auth
+password include system-auth
+session include system-auth
+session optional pam_console.so
diff --git a/net-www/pwauth/pwauth-2.3.1-r2.ebuild b/net-www/pwauth/pwauth-2.3.1-r2.ebuild
new file mode 100644
index 000000000000..5284ef9b20ae
--- /dev/null
+++ b/net-www/pwauth/pwauth-2.3.1-r2.ebuild
@@ -0,0 +1,29 @@
+# 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-r2.ebuild,v 1.1 2005/06/11 21:30:58 kloeri 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="virtual/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 -i -e 's:SERVER_UIDS 72:SERVER_UIDS 81:' config.h
+}
+
+src_install() {
+ dosbin pwauth unixgroup
+
+ newpamd ${FILESDIR}/pwauth.pam-include pwauth
+
+ dodoc CHANGES FORM_AUTH INSTALL README
+}