diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-05-21 21:18:18 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-05-21 21:18:18 +0000 |
commit | 4902ebbf34c6d4f6c527cd7913539cbdaf138660 (patch) | |
tree | f322aadac1ca6ef5bca00d6a4256e81977a6cd3a /app-crypt | |
parent | Fix for gcc-4.1 (diff) | |
download | gentoo-2-4902ebbf34c6d4f6c527cd7913539cbdaf138660.tar.gz gentoo-2-4902ebbf34c6d4f6c527cd7913539cbdaf138660.tar.bz2 gentoo-2-4902ebbf34c6d4f6c527cd7913539cbdaf138660.zip |
Build and install the kerberos credentials manager (kcm), fixing bug #131966 by Tobias Gresch. Also, cleaned out crufty ebuilds
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/heimdal/files/digest-heimdal-0.7.2-r1 | 6 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.7.2-r1.ebuild | 153 |
3 files changed, 167 insertions, 1 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index f10b2db61280..5a53e30c5932 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.100 2006/05/21 20:44:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.101 2006/05/21 21:18:18 seemant Exp $ + +*heimdal-0.7.2-r1 (21 May 2006) + + 21 May 2006; Seemant Kulleen <seemant@gentoo.org> -heimdal-0.6.5.ebuild, + -heimdal-0.7.1-r1.ebuild, +heimdal-0.7.2-r1.ebuild: + Build and install the kerberos credentials manager (kcm), fixing bug #131966 + by Tobias Gresch. Also, cleaned out crufty ebuilds 21 May 2006; Seemant Kulleen <seemant@gentoo.org> heimdal-0.7.2.ebuild: fix the sed, fixing bug #126387 by G diff --git a/app-crypt/heimdal/files/digest-heimdal-0.7.2-r1 b/app-crypt/heimdal/files/digest-heimdal-0.7.2-r1 new file mode 100644 index 000000000000..6cedea312323 --- /dev/null +++ b/app-crypt/heimdal/files/digest-heimdal-0.7.2-r1 @@ -0,0 +1,6 @@ +MD5 384f7c0b5e2a86b74d8c5d0eddb4e9b2 heimdal-0.7.1-gentoo-patches-0.1.tar.bz2 4876 +RMD160 428fcb4d6eac56e0a7470f64e5a528a69b545a2c heimdal-0.7.1-gentoo-patches-0.1.tar.bz2 4876 +SHA256 4bc4c8b6ef9bd5f51a654000186a8fd2ea1cf16e94fbf41a2045475f84888161 heimdal-0.7.1-gentoo-patches-0.1.tar.bz2 4876 +MD5 c937580d6f8b11bf7f0e540530e1dc18 heimdal-0.7.2.tar.gz 4525734 +RMD160 0f028a9d5a6a66e8efc0397e4d8c8adc2183b409 heimdal-0.7.2.tar.gz 4525734 +SHA256 28661862ac8cbbd62ddddbda7db760b622b903c88c06f2fbdbf7b97be47eac60 heimdal-0.7.2.tar.gz 4525734 diff --git a/app-crypt/heimdal/heimdal-0.7.2-r1.ebuild b/app-crypt/heimdal/heimdal-0.7.2-r1.ebuild new file mode 100644 index 000000000000..a833f10a9d6f --- /dev/null +++ b/app-crypt/heimdal/heimdal-0.7.2-r1.ebuild @@ -0,0 +1,153 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2-r1.ebuild,v 1.1 2006/05/21 21:18:18 seemant Exp $ + +inherit autotools libtool eutils virtualx toolchain-funcs + +PATCHVER=0.1 +PATCH_P=${PN}-0.7.1-gentoo-patches-${PATCHVER} + +DESCRIPTION="Kerberos 5 implementation from KTH" +HOMEPAGE="http://www.pdc.kth.se/heimdal/" +SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz + mirror://gentoo/${PATCH_P}.tar.bz2" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="ssl berkdb ipv6 krb4 ldap X" + +RDEPEND="ssl? ( dev-libs/openssl ) + berkdb? ( sys-libs/db ) + krb4? ( >=app-crypt/kth-krb-1.2.2-r2 ) + ldap? ( net-nds/openldap ) + sys-libs/ss + sys-libs/com_err + sys-libs/cracklib + !virtual/krb5" + +DEPEND="${RDEPEND} + sys-devel/autoconf + sys-devel/automake + sys-devel/gcc + >=sys-apps/sed-4" + +PROVIDE="virtual/krb5" + +GENTOODIR=${WORKDIR}/gentoo + +src_unpack() { + unpack ${A} ; cd ${S} + + EPATCH_SUFFIX="patch" epatch ${GENTOODIR}/patches + + AT_M4DIR="cf" eautoreconf +} + +src_compile() { + local myconf="" + + use krb4 \ + && myconf="${myconf} --with-krb4-config=/usr/athena/bin/krb4-config" + + use ldap && myconf="${myconf} --with-openldap=/usr" + + econf \ + $(use_with ipv6) \ + $(use_with berkdb berkeley-db) \ + $(use_with ssl openssl) \ + $(use_with X x) \ + $(use_with krb4) \ + --enable-kcm \ + --enable-shared \ + --includedir=/usr/include/heimdal \ + --libexecdir=/usr/sbin \ + ${myconf} || die "econf failed" + + emake || die + + # Compile the added password checker: + cd ${S}/lib/kadm5 + tc-export CC + ${CC} -shared -fPIC ${CFLAGS} -I${S}/include \ + -o sample_passwd_check.so sample_passwd_check.c -lcrack || \ + die "Failed to compile password checker" +} + +src_test() { + addpredict /proc/fs/openafs/afs_ioctl + addpredict /proc/fs/nnpfs/afs_ioctl + + if use X ; then + KRB5_CONFIG=${S}/krb5.conf Xmake check || die + else + KRB5_CONFIG=${S}/krb5.conf make check || die + fi +} + +src_install() { + make DESTDIR=${D} install || die + + dolib ${S}/lib/kadm5/sample_passwd_check.so + + dodoc ChangeLog README NEWS TODO + + # Begin client rename and install + for i in {telnetd,ftpd} + do + mv ${D}/usr/share/man/man8/{,k}${i}.8 + mv ${D}/usr/sbin/{,k}${i} + done + + for i in {rcp,rsh,telnet,ftp,su,login} + do + mv ${D}/usr/share/man/man1/{,k}${i}.1 + mv ${D}/usr/bin/{,k}${i} + done + + mv ${D}/usr/share/man/man5/{,k}ftpusers.5 + mv ${D}/usr/share/man/man5/{,k}login.access.5 + + # Create symlinks for the includes + dosym heimdal /usr/include/gssapi + dosym heimdal/krb5-types.h /usr/include/krb5-types.h + dosym heimdal/krb5.h /usr/include/krb5.h + dosym heimdal/asn1_err.h /usr/include/asn1_err.h + dosym heimdal/krb5_asn1.h /usr/include/krb5_asn1.h + dosym heimdal/krb5_err.h /usr/include/krb5_err.h + dosym heimdal/heim_err.h /usr/include/heim_err.h + dosym heimdal/k524_err.h /usr/include/k524_err.h + dosym heimdal/krb5-protos.h /usr/include/krb5-protos.h + + doinitd ${GENTOODIR}/configs/heimdal-kdc + doinitd ${GENTOODIR}/configs/heimdal-kadmind + doinitd ${GENTOODIR}/configs/heimdal-kpasswdd + + insinto /etc + doins ${GENTOODIR}/configs/krb5.conf + + sed -i "s:/lib:/$(get_libdir):" ${D}/etc/krb5.conf + + if use ldap; then + insinto /etc/openldap/schema + doins ${GENTOODIR}/configs/krb5-kdc.schema + fi + + # default database dir + keepdir /var/heimdal +} + +pkg_postinst() { + echo + ewarn "DANGER WILL ROBINSON!" + einfo "There has been a change in the libgssapi shared library version" + einfo "This means that _EVERYTHING_ that linked against libgssapi.so.1" + einfo "will now be broken. Examples include, but may not be limited to:" + einfo "samba, mozilla, mozilla-firefox, subversion and neon, cvs, " + einfo "evolution-data-server, and gnome-vfs. As a consequence:" + ewarn "PLEASE PLEASE PLEASE PLEASE PLEASE run revdep-rebuild right now" + epause + ebeep 10 + echo +} + |