summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa M. Seelye <lisa@gentoo.org>2004-03-16 02:35:15 +0000
committerLisa M. Seelye <lisa@gentoo.org>2004-03-16 02:35:15 +0000
commit0ab1d10fc34a5781a9a0202719e3588b20c8b46c (patch)
treee21e9c82a1a8d5bf2b059ea0b4b0691f82d3dd84 /net-mail
parentnew version, marked 0.7.3 stable (diff)
downloadgentoo-2-0ab1d10fc34a5781a9a0202719e3588b20c8b46c.tar.gz
gentoo-2-0ab1d10fc34a5781a9a0202719e3588b20c8b46c.tar.bz2
gentoo-2-0ab1d10fc34a5781a9a0202719e3588b20c8b46c.zip
Patch to address security issues in bug #43764 on request from cshields. this package is maintainerless
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/anubis/ChangeLog11
-rw-r--r--net-mail/anubis/Manifest5
-rw-r--r--net-mail/anubis/anubis-3.6.2-r1.ebuild46
-rw-r--r--net-mail/anubis/files/3.6.2-secfixes.patch.gzbin0 -> 1455 bytes
-rw-r--r--net-mail/anubis/files/digest-anubis-3.6.2-r11
5 files changed, 60 insertions, 3 deletions
diff --git a/net-mail/anubis/ChangeLog b/net-mail/anubis/ChangeLog
index 996a858ea733..966f516954d9 100644
--- a/net-mail/anubis/ChangeLog
+++ b/net-mail/anubis/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-mail/anubis
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/anubis/ChangeLog,v 1.1 2003/02/04 18:09:03 raker Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/anubis/ChangeLog,v 1.2 2004/03/16 02:35:15 lisa Exp $
+
+*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)
diff --git a/net-mail/anubis/Manifest b/net-mail/anubis/Manifest
index cc87a57de0f5..2c0a00cd26d8 100644
--- a/net-mail/anubis/Manifest
+++ b/net-mail/anubis/Manifest
@@ -1,4 +1,7 @@
-MD5 6a00798394e99043903a205890457359 ChangeLog 395
+MD5 69293a22c3e4f90bad5b160b3cf042f8 anubis-3.6.2-r1.ebuild 1078
MD5 fb353f92507c8b2a259578b6605e5b0d anubis-3.6.2.ebuild 1001
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
+MD5 6a00798394e99043903a205890457359 ChangeLog 395
MD5 24def86bd1cfb613e6c0dcf55194d449 files/digest-anubis-3.6.2 64
+MD5 24def86bd1cfb613e6c0dcf55194d449 files/digest-anubis-3.6.2-r1 64
+MD5 a345a52e49034f67fe700e0464804933 files/3.6.2-secfixes.patch.gz 1455
diff --git a/net-mail/anubis/anubis-3.6.2-r1.ebuild b/net-mail/anubis/anubis-3.6.2-r1.ebuild
new file mode 100644
index 000000000000..5a0725e52ce3
--- /dev/null
+++ b/net-mail/anubis/anubis-3.6.2-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/anubis/anubis-3.6.2-r1.ebuild,v 1.1 2004/03/16 02:35:15 lisa 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_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/net-mail/anubis/files/3.6.2-secfixes.patch.gz b/net-mail/anubis/files/3.6.2-secfixes.patch.gz
new file mode 100644
index 000000000000..ef0679a3c434
--- /dev/null
+++ b/net-mail/anubis/files/3.6.2-secfixes.patch.gz
Binary files differ
diff --git a/net-mail/anubis/files/digest-anubis-3.6.2-r1 b/net-mail/anubis/files/digest-anubis-3.6.2-r1
new file mode 100644
index 000000000000..4e50d3efd5f9
--- /dev/null
+++ b/net-mail/anubis/files/digest-anubis-3.6.2-r1
@@ -0,0 +1 @@
+MD5 9e705e38cafe4a57025a6ad89fd73226 anubis-3.6.2.tar.gz 419210