diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-12-04 18:48:04 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-12-04 18:48:04 +0000 |
commit | 8420a09847770c6b178f1649adcfe2d7df271844 (patch) | |
tree | e3f847e3faf58766deb008acf3e509effbca401b /mail-client | |
parent | Fix docs installation. Reported by eldenz. (diff) | |
download | gentoo-2-8420a09847770c6b178f1649adcfe2d7df271844.tar.gz gentoo-2-8420a09847770c6b178f1649adcfe2d7df271844.tar.bz2 gentoo-2-8420a09847770c6b178f1649adcfe2d7df271844.zip |
Do not install unmaintained and potentially insecure sylprint script, following upstream action. Security bug #201244.
(Portage version: 2.1.3.18)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/claws-mail/claws-mail-3.0.0.ebuild | 10 | ||||
-rw-r--r-- | mail-client/claws-mail/claws-mail-3.0.2.ebuild | 10 | ||||
-rw-r--r-- | mail-client/claws-mail/claws-mail-3.1.0.ebuild | 10 |
4 files changed, 33 insertions, 4 deletions
diff --git a/mail-client/claws-mail/ChangeLog b/mail-client/claws-mail/ChangeLog index 5e30b59480ff..b2bd2329b6c7 100644 --- a/mail-client/claws-mail/ChangeLog +++ b/mail-client/claws-mail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/claws-mail # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.51 2007/12/01 20:01:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.52 2007/12/04 18:48:04 ticho Exp $ + + 04 Dec 2007; Andrej Kacian <ticho@gentoo.org> claws-mail-3.0.0.ebuild, + claws-mail-3.0.2.ebuild, claws-mail-3.1.0.ebuild: + Do not install unmaintained and potentially insecure sylprint script, + following upstream action. Security bug #201244. 01 Dec 2007; Andrej Kacian <ticho@gentoo.org> claws-mail-3.0.2.ebuild, claws-mail-3.1.0.ebuild: diff --git a/mail-client/claws-mail/claws-mail-3.0.0.ebuild b/mail-client/claws-mail/claws-mail-3.0.0.ebuild index 3158b12d6f73..60e374f84335 100644 --- a/mail-client/claws-mail/claws-mail-3.0.0.ebuild +++ b/mail-client/claws-mail/claws-mail-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.0.0.ebuild,v 1.9 2007/11/29 22:31:26 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.0.0.ebuild,v 1.10 2007/12/04 18:48:04 ticho Exp $ IUSE="gnome dillo crypt spell ssl ldap ipv6 pda clamav xface kde imap spamassassin doc startup-notification bogofilter" @@ -47,6 +47,14 @@ RDEPEND="${COMMONDEPEND} PLUGIN_NAMES="acpi-notifier att-remover attachwarner cachesaver etpan-privacy fetchinfo gtkhtml maildir mailmbox newmail notification pdf-viewer perl rssyl smime synce vcalendar" +src_unpack() { + unpack ${A} + cd "${S}" + + # Remove unmaintained insecure script, following upstream action + rm tools/*sylprint* || die +} + src_compile() { local myconf diff --git a/mail-client/claws-mail/claws-mail-3.0.2.ebuild b/mail-client/claws-mail/claws-mail-3.0.2.ebuild index 6e70f9f66b12..0b6273c50399 100644 --- a/mail-client/claws-mail/claws-mail-3.0.2.ebuild +++ b/mail-client/claws-mail/claws-mail-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.0.2.ebuild,v 1.4 2007/12/01 20:01:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.0.2.ebuild,v 1.5 2007/12/04 18:48:04 ticho Exp $ IUSE="bogofilter clamav crypt dillo doc gnome imap ipv6 kde ldap pda session spamassassin spell ssl startup-notification xface" @@ -49,6 +49,14 @@ RDEPEND="${COMMONDEPEND} PLUGIN_NAMES="acpi-notifier att-remover attachwarner cachesaver etpan-privacy fetchinfo gtkhtml maildir mailmbox newmail notification pdf-viewer perl rssyl smime synce vcalendar" +src_unpack() { + unpack ${A} + cd "${S}" + + # Remove unmaintained insecure script, following upstream action + rm tools/*sylprint* || die +} + src_compile() { local myconf diff --git a/mail-client/claws-mail/claws-mail-3.1.0.ebuild b/mail-client/claws-mail/claws-mail-3.1.0.ebuild index 16bf675d30cb..5083a9dd9ac1 100644 --- a/mail-client/claws-mail/claws-mail-3.1.0.ebuild +++ b/mail-client/claws-mail/claws-mail-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.1.0.ebuild,v 1.3 2007/12/01 20:01:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.1.0.ebuild,v 1.4 2007/12/04 18:48:04 ticho Exp $ IUSE="bogofilter clamav crypt dillo doc gnome gnutls imap ipv6 kde ldap nntp pda session spamassassin spell ssl startup-notification xface" @@ -51,6 +51,14 @@ RDEPEND="${COMMONDEPEND} PLUGIN_NAMES="acpi-notifier att-remover attachwarner cachesaver etpan-privacy fetchinfo gtkhtml maildir mailmbox newmail notification pdf-viewer perl rssyl smime synce vcalendar" +src_unpack() { + unpack ${A} + cd "${S}" + + # Remove unmaintained insecure script, following upstream action + rm tools/*sylprint* || die +} + src_compile() { local myconf="--disable-libetpan" |