From c48c7539dc4ac917707f9c5b619e1a03c142e571 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 14 Mar 2008 08:18:43 +0000 Subject: Remove versions vulnerable wrt bug 201671, as far as yet possible. (Portage version: 2.1.4.4) --- mail-mta/postfix/ChangeLog | 7 +- mail-mta/postfix/files/postfix.rc6 | 30 --- mail-mta/postfix/files/smtp.pam | 4 - mail-mta/postfix/postfix-2.1.5-r2.ebuild | 254 -------------------- mail-mta/postfix/postfix-2.2.10.ebuild | 348 --------------------------- mail-mta/postfix/postfix-2.3.6.ebuild | 387 ------------------------------- 6 files changed, 6 insertions(+), 1024 deletions(-) delete mode 100644 mail-mta/postfix/files/postfix.rc6 delete mode 100644 mail-mta/postfix/files/smtp.pam delete mode 100644 mail-mta/postfix/postfix-2.1.5-r2.ebuild delete mode 100644 mail-mta/postfix/postfix-2.2.10.ebuild delete mode 100644 mail-mta/postfix/postfix-2.3.6.ebuild (limited to 'mail-mta') diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog index 99bc65a487eb..9f0abf940ec5 100644 --- a/mail-mta/postfix/ChangeLog +++ b/mail-mta/postfix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-mta/postfix # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.151 2008/03/14 01:11:47 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.152 2008/03/14 08:18:43 ulm Exp $ + + 14 Mar 2008; Ulrich Mueller -files/postfix.rc6, + -files/smtp.pam, -postfix-2.1.5-r2.ebuild, -postfix-2.2.10.ebuild, + -postfix-2.3.6.ebuild: + Remove versions vulnerable wrt bug 201671, as far as yet possible. 14 Mar 2008; Steve Dibb postfix-2.2.11-r1.ebuild, postfix-2.3.8-r1.ebuild, postfix-2.4.6-r2.ebuild: diff --git a/mail-mta/postfix/files/postfix.rc6 b/mail-mta/postfix/files/postfix.rc6 deleted file mode 100644 index cc81096672c2..000000000000 --- a/mail-mta/postfix/files/postfix.rc6 +++ /dev/null @@ -1,30 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6,v 1.5 2005/01/27 10:59:29 ticho Exp $ - -opts="${opts} reload" - -depend() { - need net - use logger dns ypbind amavisd mysql postgresql antivirus - provide mta -} - -start() { - ebegin "Starting postfix" - /usr/sbin/postfix start &>/dev/null - eend $? -} - -stop() { - ebegin "Stopping postfix" - /usr/sbin/postfix stop &>/dev/null - eend $? -} - -reload() { - ebegin "Reloading postfix" - /usr/sbin/postfix reload &>/dev/null - eend $? -} diff --git a/mail-mta/postfix/files/smtp.pam b/mail-mta/postfix/files/smtp.pam deleted file mode 100644 index cd762a4118ea..000000000000 --- a/mail-mta/postfix/files/smtp.pam +++ /dev/null @@ -1,4 +0,0 @@ -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/smtp.pam,v 1.2 2004/07/18 03:26:56 dragonheart Exp $ -auth required /lib/security/pam_stack.so service=system-auth -account required /lib/security/pam_stack.so service=system-auth - diff --git a/mail-mta/postfix/postfix-2.1.5-r2.ebuild b/mail-mta/postfix/postfix-2.1.5-r2.ebuild deleted file mode 100644 index 0ef250d7a4ab..000000000000 --- a/mail-mta/postfix/postfix-2.1.5-r2.ebuild +++ /dev/null @@ -1,254 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.1.5-r2.ebuild,v 1.19 2008/03/13 22:55:01 ricmm Exp $ - -inherit eutils ssl-cert toolchain-funcs - -VDA_P="${PN}-2.1.5-trash" -TLS_P="pfixtls-0.8.18-2.1.3-0.9.7d" -IPV6="1.26" -IPV6_P="ipv6-${IPV6}-pf-2.1.5" -IPV6_TLS_P="tls+${IPV6_P}" -PGSQL_P="postfix-pg.postfix-2.0.0.2" - -DESCRIPTION="A fast and secure drop-in replacement for sendmail." -HOMEPAGE="http://www.postfix.org/" -SRC_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official/${P}.tar.gz - vda? ( http://web.onda.com.br/nadal/postfix/VDA/${VDA_P}.patch.gz ) - ssl? ( ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/${TLS_P}.tar.gz ) - ipv6? ( ftp://ftp.stack.nl/pub/postfix/tls+ipv6/${IPV6}/${IPV6_P}.patch.gz ) - ipv6? ( ftp://ftp.stack.nl/pub/postfix/tls+ipv6/${IPV6}/${IPV6_TLS_P}.patch.gz )" - -LICENSE="IPL-1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="ipv6 pam ldap mysql postgres ssl sasl vda mailwrapper mbox selinux" - -PROVIDE="virtual/mta virtual/mda" -DEPEND=">=sys-libs/db-3.2 - >=dev-libs/libpcre-3.4 - >=sys-apps/sed-4 - ldap? ( >=net-nds/openldap-1.2 ) - mysql? ( virtual/mysql ) - postgres? ( >=dev-db/postgresql-7.1 ) - ssl? ( >=dev-libs/openssl-0.9.6g ) - sasl? ( >=dev-libs/cyrus-sasl-2 )" -RDEPEND="${DEPEND} - >=net-mail/mailbase-0.00 - selinux? ( sec-policy/selinux-postfix ) - !mailwrapper? ( !virtual/mta ) - mailwrapper? ( >=net-mail/mailwrapper-0.2 )" - -pkg_setup() { - # put out warnings to work around bug #45764 - if has_version '<=mail-mta/postfix-2.0.18'; then - echo - ewarn "You are upgrading from postfix-2.0.18 or earlier, one of the empty queue" - ewarn "directory get deleted during unmerge the older version (#45764). Please run" - ewarn "\`etc/postfix/post-install upgrade-source\` to recreate them." - echo - epause 5 - fi - - # logic to fix bug #53324 - if [[ -f /var/lib/init.d/started/postfix ]] ; then - if has_version '