diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-05-02 13:41:07 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-05-02 13:41:07 +0000 |
commit | 6e7274e1b35de10de8d47e775f7b179cb4d70d89 (patch) | |
tree | a999f7cf57f72ae10030ba6373621b353bb3ad6d /app-arch/cabextract | |
parent | Version bump. Clean up old revisions. (diff) | |
download | gentoo-2-6e7274e1b35de10de8d47e775f7b179cb4d70d89.tar.gz gentoo-2-6e7274e1b35de10de8d47e775f7b179cb4d70d89.tar.bz2 gentoo-2-6e7274e1b35de10de8d47e775f7b179cb4d70d89.zip |
Remove old, vulnerable version (bug #538152)
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'app-arch/cabextract')
-rw-r--r-- | app-arch/cabextract/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/cabextract/cabextract-1.4.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/app-arch/cabextract/ChangeLog b/app-arch/cabextract/ChangeLog index de99d77ded08..2c83eb6ab0d5 100644 --- a/app-arch/cabextract/ChangeLog +++ b/app-arch/cabextract/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/cabextract # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/ChangeLog,v 1.86 2015/04/29 09:18:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/ChangeLog,v 1.87 2015/05/02 13:41:07 yngwin Exp $ + + 02 May 2015; Ben de Groot <yngwin@gentoo.org> -cabextract-1.4.ebuild: + Remove old, vulnerable version (bug #538152) 29 Apr 2015; Agostino Sarubbo <ago@gentoo.org> cabextract-1.6.ebuild: Stable for sparc, wrt bug #538152 diff --git a/app-arch/cabextract/cabextract-1.4.ebuild b/app-arch/cabextract/cabextract-1.4.ebuild deleted file mode 100644 index a530beccf419..000000000000 --- a/app-arch/cabextract/cabextract-1.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-1.4.ebuild,v 1.13 2015/03/29 11:22:52 yngwin Exp $ - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="Extracts files from Microsoft cabinet archive files" -HOMEPAGE="http://www.cabextract.org.uk/" -SRC_URI="http://www.cabextract.org.uk/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="extras" - -RDEPEND="extras? ( dev-lang/perl )" - -# the code attempts to set up a fnmatch replacement, but then fails to code -# it properly leading to undefined references to rpl_fnmatch(). This may be -# removed in the future if building still works by setting "yes" to "no". -export ac_cv_func_fnmatch_works=yes - -src_compile() { - emake AR="$(tc-getAR)" -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic - dohtml doc/wince_cab_format.html - if use extras; then - dobin src/{wince_info,wince_rename,cabinfo} - fi -} |