diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-08-13 21:36:02 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-08-13 21:36:02 +0000 |
commit | 397ea08a55601ea28174e8e98191c68351e78a90 (patch) | |
tree | 8f78490817a783daedd62e6f14b3017ec3b36028 /dev-libs | |
parent | Added ppc keyword (diff) | |
download | gentoo-2-397ea08a55601ea28174e8e98191c68351e78a90.tar.gz gentoo-2-397ea08a55601ea28174e8e98191c68351e78a90.tar.bz2 gentoo-2-397ea08a55601ea28174e8e98191c68351e78a90.zip |
Version bump. Changed configure options so configdir and dbpath point
to /etc/sasl2. Kept the iovec patch from 2.1.6.
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/cyrus-sasl/ChangeLog | 23 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.7.ebuild | 82 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.7 | 1 |
3 files changed, 93 insertions, 13 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog index 696824eb862f..6707de7f8a6b 100644 --- a/dev-libs/cyrus-sasl/ChangeLog +++ b/dev-libs/cyrus-sasl/ChangeLog @@ -1,11 +1,18 @@ # ChangeLog for dev-libs/cyrus-sasl # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.10 2002/07/22 21:12:13 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.11 2002/08/13 21:36:02 raker Exp $ -*cyrus-sasl-* (22 Jul 2002) +*cyrus-sasl-2.1.7 (13 Aug 2002) - 22 Jul 2002; Nick Hadaway <raker@gentoo.org> + 13 Aug 2002; Nick Hadaway <raker@gentoo.org> + cyrus-sasl-2.1.7.ebuild, files/digest-cyrus-sasl-2.1.7 : + Version bump. Adjusted configure options so configdir and dbpath point + to /etc/sasl2. Previous iovec patch from 2.1.6 still works with this + version. + +*cyrus-sasl-* (22 Jul 2002) + 22 Jul 2002; Nick Hadaway <raker@gentoo.org> : Re-SLOT'd all cyrus-sasl packages back to 0 as there are conflicting files between the 1.x and the 2.x version of cyrus-sasl. @@ -14,10 +21,8 @@ 22 Jul 2002; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.6.ebuild, files/digest-cyrus-sasl-2.1.6, files/cyrus-sasl-2.1.6-iovec.diff : - Updated to latest released version. Most notably, ldap support has been added back in. (yay!) Here's the "New in 2.1.6" notes... - * Security fix for the CRAM-MD5 plugin to check the full length of the digest string. * Return of the Experimental LDAP saslauthd module. @@ -30,50 +35,42 @@ *cyrus-sasl-2.1.5-r2 (13 Jul 2002) 13 Jul 2002; Grant Goodyear <g2boojum@gentoo.org> ChangeLog : - fixed typo in dep *cyrus-sasl-2.1.5-r1 (10 Jul 2002) 10 Jul 2002; Nick Hadaway <raker@gentoo.org>: cyrus-sasl-2.1.5-r1.ebuild - Added support for openssl. Minor patches to fix compile issues. *cyrus-sasl-2.1.5 (08 Jul 2002) 08 Jul 2002; Maik Schreiber <blizzy@gentoo.org> : - New version, closes bug #4155. *cyrus-sasl-1.5.27-r4 (21 May 2002) 21 May 2002; Martin Schlemmer <azarah@gentoo.org>: - Update it to use automake-1.5, hopefully finally resolving bug #2319 and co. *cyrus-sasl-1.5.27-r3 (5 May 2002) 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: - Resolve bug #2319. *cyrus-sasl-1.5.27-r2 (3 May 2002) 3 May 2002; Donny Davies <woodchip@gentoo.org>: - Added LICENSE, SLOT, $Headers. *cyrus-sasl-1.5.27-r1 (23 Apr 2002) 23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: - Added a libtoolize && aclocal .. hopefully build issues is fixed now. *cyrus-sasl-1.5.27 (18 Feb 2002) 18 Feb 2002; Donny Davies <woodchip@gentoo.org>: - Initial checkin of this package. Postfix now compiles with this library by default, and I have tested successfully with *outbound* smtp authentication. Should you discover a bug, or any issues with diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.7.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.7.ebuild new file mode 100644 index 000000000000..ee57742f1320 --- /dev/null +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.7.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.7.ebuild,v 1.1 2002/08/13 21:36:02 raker Exp $ + +DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)" +HOMEPAGE="http://asg.web.cmu.edu/sasl/" + +S=${WORKDIR}/${P} +SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${P}.tar.gz" +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 -ppc -sparc -sparc64" + +DEPEND="virtual/glibc + >=sys-libs/db-3.2 + >=sys-libs/pam-0.75 + >=dev-libs/openssl-0.9.6d + gdbm? ( >=sys-libs/gdbm-1.8.0 )" +RDEPEND="${DEPEND}" + +src_unpack() { + unpack ${A} + cd ${S} + patch -p1 < ${FILESDIR}/cyrus-sasl-2.1.6-iovec.diff +} + +src_compile() { + + use gdbm && myconf="${myconf} --with-gdbm=/usr" \ + || myconf="${myconf} --without-gdbm" + + + econf \ + --with-saslauthd=/var/lib/sasl2 \ + --with-pwcheck=/var/lib/sasl2 \ + --with-configdir=/etc/sasl2 \ + --with-openssl=/usr \ + --with-plugindir=/usr/lib/sasl2 \ + --with-dbpath=/etc/sasl2 \ + --with-des \ + --with-rc4 \ + --enable-pam \ + --enable-anon \ + --enable-cram \ + --with-gnu-ld \ + --enable-scram \ + --enable-plain \ + --enable-login \ + --disable-krb4 \ + --enable-static \ + --enable-shared \ + --without-mysql \ + --enable-digest \ + --disable-gssapi \ + --disable-sample \ + --with-dblib=berkeley \ + --host=${CHOST} \ + --build=${CHOST} \ + --target=${CHOST} \ + ${myconf} || die "bad ./configure" + + make || die "compile problem" +} + +src_install () { + make DESTDIR=${D} install || die "install problem" + + dodoc AUTHORS ChangeLog COPYING NEWS README doc/*.txt + docinto examples ; dodoc sample/{*.[ch],Makefile} + newdoc pwcheck/README README.pwcheck + dohtml doc/* + + insinto /etc/conf.d ; newins ${FILESDIR}/saslauthd.confd saslauthd + exeinto /etc/init.d ; newexe ${FILESDIR}/saslauthd2.rc6 saslauthd + exeinto /etc/init.d ; newexe ${FILESDIR}/pwcheck.rc6 pwcheck +} + +pkg_postinst() { + # empty directories.. + install -d -m0755 ${ROOT}/var/lib/sasl2 + install -d -m0755 ${ROOT}/etc/sasl2 +} diff --git a/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.7 b/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.7 new file mode 100644 index 000000000000..f63f2f378471 --- /dev/null +++ b/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.7 @@ -0,0 +1 @@ +MD5 a73e12bea77e96300103aaf511c6bfc4 cyrus-sasl-2.1.7.tar.gz 1266804 |