summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-08-26 07:57:50 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-08-26 07:57:50 +0000
commitc5596b0758714b9f9c762643416631be9fb5047b (patch)
treeecda32f0349183b36f3bd0ad535a634e761c538a /dev-util/cvs
parentGNOME 2.10.2 stable on x86 (diff)
downloadgentoo-2-c5596b0758714b9f9c762643416631be9fb5047b.tar.gz
gentoo-2-c5596b0758714b9f9c762643416631be9fb5047b.tar.bz2
gentoo-2-c5596b0758714b9f9c762643416631be9fb5047b.zip
Bug #103728 - CVS pserver with PAM auth needs session entry in pam.d config.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util/cvs')
-rw-r--r--dev-util/cvs/ChangeLog6
-rw-r--r--dev-util/cvs/cvs-1.12.12-r2.ebuild4
-rw-r--r--dev-util/cvs/files/cvs.pam-include-1.12.124
3 files changed, 11 insertions, 3 deletions
diff --git a/dev-util/cvs/ChangeLog b/dev-util/cvs/ChangeLog
index acadb0408295..bea96e7a3b1f 100644
--- a/dev-util/cvs/ChangeLog
+++ b/dev-util/cvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/cvs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.95 2005/08/25 20:16:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.96 2005/08/26 07:57:50 robbat2 Exp $
+
+ 26 Aug 2005; Robin H. Johnson <robbat2@gentoo.org>
+ +files/cvs.pam-include-1.12.12, cvs-1.12.12-r2.ebuild:
+ Bug #103728 - CVS pserver with PAM auth needs session entry in pam.d config.
25 Aug 2005; Aron Griffis <agriffis@gentoo.org> cvs-1.12.12-r2.ebuild:
stable on ia64
diff --git a/dev-util/cvs/cvs-1.12.12-r2.ebuild b/dev-util/cvs/cvs-1.12.12-r2.ebuild
index b968098dd405..2f7306f91960 100644
--- a/dev-util/cvs/cvs-1.12.12-r2.ebuild
+++ b/dev-util/cvs/cvs-1.12.12-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.12.12-r2.ebuild,v 1.8 2005/08/25 20:16:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.12.12-r2.ebuild,v 1.9 2005/08/26 07:57:50 robbat2 Exp $
inherit eutils pam
@@ -62,7 +62,7 @@ src_install() {
ln -s cvs.html index.html
fi
- newpamd ${FILESDIR}/cvs.pam-include cvs
+ newpamd ${FILESDIR}/cvs.pam-include-1.12.12 cvs
}
src_test() {
diff --git a/dev-util/cvs/files/cvs.pam-include-1.12.12 b/dev-util/cvs/files/cvs.pam-include-1.12.12
new file mode 100644
index 000000000000..f401ec082a11
--- /dev/null
+++ b/dev-util/cvs/files/cvs.pam-include-1.12.12
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth include system-auth
+account include system-auth
+session include system-auth