diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-04-03 09:46:40 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-04-03 09:46:40 +0000 |
commit | 0ebfa6704b39679d1f77d7418a82803570f8621e (patch) | |
tree | 530001341ea14c2da0ff81ee5a1ae3d8a8300504 /sys-libs | |
parent | update to latest (diff) | |
download | historical-0ebfa6704b39679d1f77d7418a82803570f8621e.tar.gz historical-0ebfa6704b39679d1f77d7418a82803570f8621e.tar.bz2 historical-0ebfa6704b39679d1f77d7418a82803570f8621e.zip |
pam changes to make it compile with gcc3, only tested on my machine
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/pam/files/0.75-r5/pam.d/rexec | 9 | ||||
-rw-r--r-- | sys-libs/pam/files/0.75-r5/pam.d/rlogin | 11 | ||||
-rw-r--r-- | sys-libs/pam/files/0.75-r5/pam.d/rsh | 9 | ||||
-rw-r--r-- | sys-libs/pam/files/digest-pam-0.75-r5 | 1 | ||||
-rw-r--r-- | sys-libs/pam/files/pam-0.75-r5-gentoo.tbz2 | bin | 0 -> 114828 bytes | |||
-rw-r--r-- | sys-libs/pam/pam-0.75-r4.ebuild | 9 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.75-r5.ebuild | 128 |
8 files changed, 173 insertions, 2 deletions
diff --git a/sys-libs/pam/ChangeLog b/sys-libs/pam/ChangeLog index 889953137149..d204c00f050f 100644 --- a/sys-libs/pam/ChangeLog +++ b/sys-libs/pam/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/pam # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.2 2002/02/18 00:46:06 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.3 2002/04/03 09:46:40 gbevin Exp $ + +*pam-0.75-r5 (03 Apr 2002) + + 03 Apr 2002; Geert Bevin <gbevin@gentoo.org> pam-0.75-r5.ebuild : + + Made changes to make it compile the pwdb module successfully with gcc3. *pam-0.75-r2 (17 Feb 2002) diff --git a/sys-libs/pam/files/0.75-r5/pam.d/rexec b/sys-libs/pam/files/0.75-r5/pam.d/rexec new file mode 100644 index 000000000000..7fb1cc770069 --- /dev/null +++ b/sys-libs/pam/files/0.75-r5/pam.d/rexec @@ -0,0 +1,9 @@ +#%PAM-1.0 +# For root login to succeed here with pam_securetty, "rexec" must be +# listed in /etc/securetty. +auth required /lib/security/pam_nologin.so +auth required /lib/security/pam_securetty.so +auth required /lib/security/pam_env.so +auth required /lib/security/pam_stack.so service=system-auth +account required /lib/security/pam_stack.so service=system-auth +session required /lib/security/pam_stack.so service=system-auth diff --git a/sys-libs/pam/files/0.75-r5/pam.d/rlogin b/sys-libs/pam/files/0.75-r5/pam.d/rlogin new file mode 100644 index 000000000000..ae4cd2f796f2 --- /dev/null +++ b/sys-libs/pam/files/0.75-r5/pam.d/rlogin @@ -0,0 +1,11 @@ +#%PAM-1.0 +# For root login to succeed here with pam_securetty, "rlogin" must be +# listed in /etc/securetty. +auth required /lib/security/pam_nologin.so +auth required /lib/security/pam_securetty.so +auth required /lib/security/pam_env.so +auth sufficient /lib/security/pam_rhosts_auth.so +auth required /lib/security/pam_stack.so service=system-auth +account required /lib/security/pam_stack.so service=system-auth +password required /lib/security/pam_stack.so service=system-auth +session required /lib/security/pam_stack.so service=system-auth diff --git a/sys-libs/pam/files/0.75-r5/pam.d/rsh b/sys-libs/pam/files/0.75-r5/pam.d/rsh new file mode 100644 index 000000000000..9feb9af03d96 --- /dev/null +++ b/sys-libs/pam/files/0.75-r5/pam.d/rsh @@ -0,0 +1,9 @@ +#%PAM-1.0 +# For root login to succeed here with pam_securetty, "rsh" must be +# listed in /etc/securetty. +auth required /lib/security/pam_nologin.so +auth required /lib/security/pam_securetty.so +auth required /lib/security/pam_env.so +auth required /lib/security/pam_rhosts_auth.so +account required /lib/security/pam_stack.so service=system-auth +session required /lib/security/pam_stack.so service=system-auth diff --git a/sys-libs/pam/files/digest-pam-0.75-r5 b/sys-libs/pam/files/digest-pam-0.75-r5 new file mode 100644 index 000000000000..94204c933eaa --- /dev/null +++ b/sys-libs/pam/files/digest-pam-0.75-r5 @@ -0,0 +1 @@ +MD5 513088e0374c235e3b109119862e6bd4 Linux-PAM-0.75.tar.gz 874549 diff --git a/sys-libs/pam/files/pam-0.75-r5-gentoo.tbz2 b/sys-libs/pam/files/pam-0.75-r5-gentoo.tbz2 Binary files differnew file mode 100644 index 000000000000..68f2aaea3118 --- /dev/null +++ b/sys-libs/pam/files/pam-0.75-r5-gentoo.tbz2 diff --git a/sys-libs/pam/pam-0.75-r4.ebuild b/sys-libs/pam/pam-0.75-r4.ebuild index 3be98a555a5f..9ef81c8ec0e8 100644 --- a/sys-libs/pam/pam-0.75-r4.ebuild +++ b/sys-libs/pam/pam-0.75-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r4.ebuild,v 1.6 2002/03/21 07:30:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r4.ebuild,v 1.7 2002/04/03 09:46:40 gbevin Exp $ S=${WORKDIR}/Linux-PAM-${PV} S2=${WORKDIR}/pam @@ -33,6 +33,10 @@ src_unpack() { done autoconf + cp configure configure_old + sed -e "s:-lpwdb:-lpwdb -lcrypt -L/lib -L/usr/lib:" \ + configure_old > configure + chmod 755 configure } src_compile() { @@ -52,6 +56,9 @@ src_compile() { -e "s:-Wpointer-arith::" \ -e "s:^CFLAGS=:CFLAGS=${CFLAGS} :" \ Make.orig > Make.Rules + cp modules/pam_pwdb/Makefile modules/pam_pwdb/Makefile_orig + sed -e "s:-lpwdb:-lpwdb -lcrypt -lnsl:g" \ + modules/pam_pwdb/Makefile_orig > modules/pam_pwdb/Makefile if [ -z "`use berkdb`" ] then diff --git a/sys-libs/pam/pam-0.75-r5.ebuild b/sys-libs/pam/pam-0.75-r5.ebuild new file mode 100644 index 000000000000..23b9d2e5b80e --- /dev/null +++ b/sys-libs/pam/pam-0.75-r5.ebuild @@ -0,0 +1,128 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: System Team <system@gentoo.org> +# Author: Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r5.ebuild,v 1.1 2002/04/03 09:46:40 gbevin Exp $ + +S=${WORKDIR}/Linux-PAM-${PV} +S2=${WORKDIR}/pam +DESCRIPTION="Pluggable Authentication Modules" +SRC_URI="http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-${PV}.tar.gz" +HOMEPAGE="http://www.redhat.com/linux-info/pam/" + +DEPEND=">=sys-libs/cracklib-2.7-r3 + >=dev-libs/glib-1.2.10 + >=sys-libs/pwdb-0.61-r3 + >=sys-devel/autoconf-2.13 + >=sys-devel/automake-1.4 + berkdb? ( ~sys-libs/db-1.85 )" + +src_unpack() { + unpack ${A} + + cd ${WORKDIR} + tar -jxf ${FILESDIR}/pam-${PVR}-gentoo.tbz2 || die + cd ${S} + tar -jxf ${S2}/pam-redhat-0.75-21.tar.bz2 || die + cp /usr/share/automake/install-sh . || die + ln -sf defs/redhat.defs default.defs + + for x in `cat ${S2}/patch.list` + do + bzip2 -dc ${S2}/patchdir/${x} | patch -p1 || die + done + + autoconf + cp configure configure_old + sed -e "s:-lpwdb:-lpwdb -lcrypt -L/lib -L/usr/lib:" \ + configure_old > configure + chmod 755 configure +} + +src_compile() { + ./configure --prefix= \ + --host=${CHOST} \ + --sbindir=/usr/sbin \ + --mandir=/usr/share/man \ + --enable-fakeroot=${D} \ + --enable-static-libpam \ + --enable-read-both-confs || die + + cp Makefile Makefile.orig + sed -e "s:libpam_misc doc examples:libpam_misc:" \ + Makefile.orig > Makefile + cp Make.Rules Make.orig + sed -e "s:/usr/bin/install:/bin/install:" \ + -e "s:-Wpointer-arith::" \ + -e "s:^CFLAGS=:CFLAGS=${CFLAGS} :" \ + Make.orig > Make.Rules + cp modules/pam_pwdb/Makefile modules/pam_pwdb/Makefile_orig + sed -e "s:-lpwdb:-lpwdb -lcrypt -lnsl:g" \ + modules/pam_pwdb/Makefile_orig > modules/pam_pwdb/Makefile + + if [ -z "`use berkdb`" ] + then + cp Make.Rules Make.orig + sed -e "s:^HAVE_LIBNDBM=yes:HAVE_LIBNDBM=no:" \ + Make.orig > Make.Rules + fi + + make || die + + cd doc + tar xvzf Linux-PAM-0.75-docs.tar.gz +} + +src_install() { + make MANDIR="/usr/share/man" \ + install || die + + #make sure every module built. + for x in modules/pam_* + do + if [ -d ${x} ] + then + if ! ls -1 ${D}/lib/security/`basename ${x}`*.so + then + echo ERROR `basename ${x}` module did not build. + exit 1 + fi + fi + done + + dodoc CHANGELOG Copyright README + docinto modules + dodoc modules/README + + cd modules + for i in pam_* + do + if [ -f $i/README ] + then + docinto modules/$i + dodoc $i/README + fi + done + + cd .. + docinto html + dohtml doc/html/*.html + docinto txt + dodoc doc/txts/*.txt doc/specs/*.txt + docinto print + dodoc doc/ps/*.ps + + + cd ${D}/lib + for i in pam pamc pam_misc + do + rm lib${i}.so + ln -s lib${i}.so.${PV} lib${i}.so + ln -s lib${i}.so.${PV} lib${i}.so.0 + done + + insinto /etc/pam.d + cd ${FILESDIR}/${PVR}/pam.d + doins * +} + |