diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-03-17 20:49:05 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-18 10:35:29 +0200 |
commit | 8b72a896d777319bbd9308cf2735a4b2510ca998 (patch) | |
tree | 42c2e74fa8f9f8cabb51f4cc5e0f97a05aa0d8e0 /app-cdr/bchunk | |
parent | dev-libs/libite: bump version 2.2.0 (diff) | |
download | gentoo-8b72a896d777319bbd9308cf2735a4b2510ca998.tar.gz gentoo-8b72a896d777319bbd9308cf2735a4b2510ca998.tar.bz2 gentoo-8b72a896d777319bbd9308cf2735a4b2510ca998.zip |
app-cdr/bchunk: Security bump (to 1.2.2)
See bug for context. Previous patches weren't applying cleanly and
upstream have made a new release with the fixes.
Bug: https://bugs.gentoo.org/635898
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/14998
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r-- | app-cdr/bchunk/Manifest | 1 | ||||
-rw-r--r-- | app-cdr/bchunk/bchunk-1.2.2.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/app-cdr/bchunk/Manifest b/app-cdr/bchunk/Manifest index a64fa9af55f8..33c44124be2d 100644 --- a/app-cdr/bchunk/Manifest +++ b/app-cdr/bchunk/Manifest @@ -1 +1,2 @@ DIST bchunk-1.2.0.tar.gz 15078 BLAKE2B 60d443380ffaa8dd1d025777c91c1374a931f16c8de2219a4ff453ee4d7c6eb235b2380ce1021911636d247a12640214dc40b29f9c9cf917ff4bc4594f189fc4 SHA512 0e1f9daa2dfeff58e2c65ac2767bff804811fa22f70a220747aa873cb01b77b4c6a809736483aa22fb3f2d2a88885469d10fb45af4626069e992a0763a5fcc2d +DIST bchunk-1.2.2.tar.gz 15359 BLAKE2B f3d65392305ea0cc3e8a3b8449beb7bebd23f614445f44350d66fd2104db89e17fcf03f6e01144d0da2c145e2c227bb5385f67dc2d443e38b49754349c549f8f SHA512 94fcc1dea3a38a907b3f209c20f3de54028cc34bf8964d1dccf94faf3ca3851270cc8e052c29a3f04c60e525c029ebfb1c3c04fa85525e20273ac8d72cb317c8 diff --git a/app-cdr/bchunk/bchunk-1.2.2.ebuild b/app-cdr/bchunk/bchunk-1.2.2.ebuild new file mode 100644 index 000000000000..6e76146dfccb --- /dev/null +++ b/app-cdr/bchunk/bchunk-1.2.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Convert CD images from bin/cue to iso+wav/cdr" +HOMEPAGE="http://he.fi/bchunk/" +SRC_URI="http://he.fi/bchunk/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" + +DOCS=( "${PN}.spec" README ChangeLog ) + +src_install() { + dobin "${PN}" + doman "${PN}.1" + einstalldocs +} |