diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-10-31 17:48:33 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-10-31 17:48:33 +0100 |
commit | cba90b715d0226a333bf552d97257180160bdce7 (patch) | |
tree | 976e3d190579b496e7e823375105aa4d23fc7b27 /app-cdr/bchunk | |
parent | app-cdr/bchunk: patch CVE-2017-15953, CVE-2017-15954, CVE-2017-15955 (diff) | |
download | gentoo-cba90b715d0226a333bf552d97257180160bdce7.tar.gz gentoo-cba90b715d0226a333bf552d97257180160bdce7.tar.bz2 gentoo-cba90b715d0226a333bf552d97257180160bdce7.zip |
app-cdr/bchunk: move security patches to -r4
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r-- | app-cdr/bchunk/bchunk-1.2.0-r3.ebuild | 1 | ||||
-rw-r--r-- | app-cdr/bchunk/bchunk-1.2.0-r4.ebuild | 21 |
2 files changed, 21 insertions, 1 deletions
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 +} |