From cba90b715d0226a333bf552d97257180160bdce7 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Tue, 31 Oct 2017 17:48:33 +0100 Subject: app-cdr/bchunk: move security patches to -r4 Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- app-cdr/bchunk/bchunk-1.2.0-r3.ebuild | 1 - app-cdr/bchunk/bchunk-1.2.0-r4.ebuild | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 app-cdr/bchunk/bchunk-1.2.0-r4.ebuild (limited to 'app-cdr/bchunk') diff --git a/app-cdr/bchunk/bchunk-1.2.0-r3.ebuild b/app-cdr/bchunk/bchunk-1.2.0-r3.ebuild index 165465a6fd2c..f8387e0cb352 100644 --- a/app-cdr/bchunk/bchunk-1.2.0-r3.ebuild +++ b/app-cdr/bchunk/bchunk-1.2.0-r3.ebuild @@ -12,7 +12,6 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos ~sparc-solaris ~x86-solaris" DOCS=( "${P}.lsm" "${PN}.spec" README ChangeLog ) -PATCHES=( "${FILESDIR}/CVE-2017-15953.patch" "${FILESDIR}/CVE-2017-15955.patch" ) src_install() { dobin "${PN}" diff --git a/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild b/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild new file mode 100644 index 000000000000..f3c8e22334d1 --- /dev/null +++ b/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Convert CD images from bin/cue to iso+wav/cdr" +HOMEPAGE="http://he.fi/bchunk/" +SRC_URI="${HOMEPAGE}${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" + +DOCS=( "${P}.lsm" "${PN}.spec" README ChangeLog ) +PATCHES=( "${FILESDIR}/CVE-2017-15953.patch" "${FILESDIR}/CVE-2017-15955.patch" ) + +src_install() { + dobin "${PN}" + doman "${PN}.1" + einstalldocs +} -- cgit v1.2.3-65-gdbad