diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-06-03 07:00:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-06-03 07:00:48 +0000 |
commit | 435feedc368bfad351b369abbea57392ebb40c88 (patch) | |
tree | 9e4ac60a979c4c8959b802b1abad94069bb2b70c /mail-filter | |
parent | Moving to mail-filter/anubis (diff) | |
download | historical-435feedc368bfad351b369abbea57392ebb40c88.tar.gz historical-435feedc368bfad351b369abbea57392ebb40c88.tar.bz2 historical-435feedc368bfad351b369abbea57392ebb40c88.zip |
Moved from net-mail/anubis to mail-filter/anubis.
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/anubis/ChangeLog | 29 | ||||
-rw-r--r-- | mail-filter/anubis/Manifest | 7 | ||||
-rw-r--r-- | mail-filter/anubis/anubis-3.6.2-r1.ebuild | 48 | ||||
-rw-r--r-- | mail-filter/anubis/anubis-3.6.2.ebuild | 39 | ||||
-rw-r--r-- | mail-filter/anubis/files/3.6.2-secfixes.patch.gz | bin | 0 -> 1455 bytes | |||
-rw-r--r-- | mail-filter/anubis/files/digest-anubis-3.6.2 | 1 | ||||
-rw-r--r-- | mail-filter/anubis/files/digest-anubis-3.6.2-r1 | 1 | ||||
-rw-r--r-- | mail-filter/anubis/metadata.xml | 5 |
8 files changed, 130 insertions, 0 deletions
diff --git a/mail-filter/anubis/ChangeLog b/mail-filter/anubis/ChangeLog new file mode 100644 index 000000000000..9936edf9bdbc --- /dev/null +++ b/mail-filter/anubis/ChangeLog @@ -0,0 +1,29 @@ +# ChangeLog for net-mail/anubis +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/ChangeLog,v 1.1 2004/06/03 07:00:48 seemant Exp $ + +*anubis-3.6.2 (03 Jun 2004) + + 03 Jun 2004; Seemant Kulleen <seemant@gentoo.org> +metadata.xml, + +files/3.6.2-secfixes.patch.gz, +anubis-3.6.2-r1.ebuild, + +anubis-3.6.2.ebuild: + Moved from net-mail/anubis to mail-filter/anubis. + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> anubis-3.6.2-r1.ebuild: + Add inherit eutils + + 16 Mar 2004; David Holm <dholm@gentoo.org> anubis-3.6.2-r1.ebuild: + Added to ~ppc. + +*anubis-3.6.2-r1 (15 Mar 2004) + + 15 Mar 2004; Lisa Seelye <lisa@gentoo.org> anubis-3.6.2-r1.ebuild, + files/3.6.2-secfixes.patch.gz: + Patch to address security issues in bug #43764 on request from cshields. this + package is maintainerless + +*anubis-3.6.2 (04 Feb 2003) + + 04 Feb 2003; Nick Hadaway <raker@gentoo.org> anubis-3.6.2.ebuild, + files/digest-anubis-3.6.2 : + New ebuild. Submitted by Clemens Oertel on bug #14572 diff --git a/mail-filter/anubis/Manifest b/mail-filter/anubis/Manifest new file mode 100644 index 000000000000..f20b6d7f2b24 --- /dev/null +++ b/mail-filter/anubis/Manifest @@ -0,0 +1,7 @@ +MD5 df4e3d267c928dccb555ec26cf141669 ChangeLog 824 +MD5 bfc8611ba51a6f6c14e68577d792f2e9 anubis-3.6.2.ebuild 1001 +MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 +MD5 209bf4bebe362316d200b7e918739a74 anubis-3.6.2-r1.ebuild 1102 +MD5 24def86bd1cfb613e6c0dcf55194d449 files/digest-anubis-3.6.2 64 +MD5 a345a52e49034f67fe700e0464804933 files/3.6.2-secfixes.patch.gz 1455 +MD5 24def86bd1cfb613e6c0dcf55194d449 files/digest-anubis-3.6.2-r1 64 diff --git a/mail-filter/anubis/anubis-3.6.2-r1.ebuild b/mail-filter/anubis/anubis-3.6.2-r1.ebuild new file mode 100644 index 000000000000..52c9418756d7 --- /dev/null +++ b/mail-filter/anubis/anubis-3.6.2-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-3.6.2-r1.ebuild,v 1.1 2004/06/03 07:00:48 seemant Exp $ + +inherit eutils + +DESCRIPTION="GNU Anubis is an outgoing mail processor." +HOMEPAGE="http://www.gnu.org/software/anubis/" +SRC_URI="mirror://gnu/anubis/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="x86 ~ppc" +IUSE="ssl pam tcpd crypt" + +DEPEND="crypt? ( >=app-crypt/gpgme-0.3.13 ) + ssl? ( >=dev-libs/openssl-0.9.6 ) + pam? ( >=sys-libs/pam-0.75 ) + tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) + >=dev-libs/libpcre-3.9" + +S=${WORKDIR}/${P} + +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/3.6.2-secfixes.patch.gz + +} + + +src_compile() { + local myconf + + myconf="--with-pcre" + + use crypt || myconf="${myconf} --without-gpgme" + use ssl && myconf="${myconf} --with-openssl" + use pam && myconf="${myconf} --with-pam" + use tcpd && myconf="${myconf} --with-tcp-wrappers" + + ./configure ${myconf} --prefix=/usr --host=${CHOST} || die + emake || die +} + +src_install() { + einstall +} + diff --git a/mail-filter/anubis/anubis-3.6.2.ebuild b/mail-filter/anubis/anubis-3.6.2.ebuild new file mode 100644 index 000000000000..01441cd41f57 --- /dev/null +++ b/mail-filter/anubis/anubis-3.6.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-3.6.2.ebuild,v 1.1 2004/06/03 07:00:48 seemant Exp $ + +DESCRIPTION="GNU Anubis is an outgoing mail processor." +HOMEPAGE="http://www.gnu.org/software/anubis/" +SRC_URI="mirror://gnu/anubis/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="x86" +IUSE="ssl pam tcpd crypt" + +DEPEND="crypt? ( >=app-crypt/gpgme-0.3.13 ) + ssl? ( >=dev-libs/openssl-0.9.6 ) + pam? ( >=sys-libs/pam-0.75 ) + tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) + >=dev-libs/libpcre-3.9" + +S=${WORKDIR}/${P} + +src_compile() { + local myconf + + myconf="--with-pcre" + + use crypt || myconf="${myconf} --without-gpgme" + use ssl && myconf="${myconf} --with-openssl" + use pam && myconf="${myconf} --with-pam" + use tcpd && myconf="${myconf} --with-tcp-wrappers" + + ./configure ${myconf} --prefix=/usr --host=${CHOST} || die + emake || die +} + +src_install() { + einstall +} + diff --git a/mail-filter/anubis/files/3.6.2-secfixes.patch.gz b/mail-filter/anubis/files/3.6.2-secfixes.patch.gz Binary files differnew file mode 100644 index 000000000000..ef0679a3c434 --- /dev/null +++ b/mail-filter/anubis/files/3.6.2-secfixes.patch.gz diff --git a/mail-filter/anubis/files/digest-anubis-3.6.2 b/mail-filter/anubis/files/digest-anubis-3.6.2 new file mode 100644 index 000000000000..4e50d3efd5f9 --- /dev/null +++ b/mail-filter/anubis/files/digest-anubis-3.6.2 @@ -0,0 +1 @@ +MD5 9e705e38cafe4a57025a6ad89fd73226 anubis-3.6.2.tar.gz 419210 diff --git a/mail-filter/anubis/files/digest-anubis-3.6.2-r1 b/mail-filter/anubis/files/digest-anubis-3.6.2-r1 new file mode 100644 index 000000000000..4e50d3efd5f9 --- /dev/null +++ b/mail-filter/anubis/files/digest-anubis-3.6.2-r1 @@ -0,0 +1 @@ +MD5 9e705e38cafe4a57025a6ad89fd73226 anubis-3.6.2.tar.gz 419210 diff --git a/mail-filter/anubis/metadata.xml b/mail-filter/anubis/metadata.xml new file mode 100644 index 000000000000..51f94e3fbe0e --- /dev/null +++ b/mail-filter/anubis/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-mail</herd> +</pkgmetadata> |