From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E8F891396D9 for ; Tue, 31 Oct 2017 16:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 344E0E0C09; Tue, 31 Oct 2017 16:48:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10BC3E0C09 for ; Tue, 31 Oct 2017 16:48:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06B3733B864 for ; Tue, 31 Oct 2017 16:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BF79829 for ; Tue, 31 Oct 2017 16:48:41 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1509468513.cba90b715d0226a333bf552d97257180160bdce7.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/bchunk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/bchunk/bchunk-1.2.0-r3.ebuild app-cdr/bchunk/bchunk-1.2.0-r4.ebuild X-VCS-Directories: app-cdr/bchunk/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: cba90b715d0226a333bf552d97257180160bdce7 X-VCS-Branch: master Date: Tue, 31 Oct 2017 16:48:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ebdd92ad-9bb5-4d89-ba70-abe864f744e1 X-Archives-Hash: 4908325fa4915cdb431facb3c06a7602 commit: cba90b715d0226a333bf552d97257180160bdce7 Author: Fabian Groffen gentoo org> AuthorDate: Tue Oct 31 16:48:33 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Oct 31 16:48:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba90b71 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-r3.ebuild => bchunk-1.2.0-r4.ebuild} | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app-cdr/bchunk/bchunk-1.2.0-r3.ebuild b/app-cdr/bchunk/bchunk-1.2.0-r3.ebuild index 165465a6fd2..f8387e0cb35 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-r3.ebuild b/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild similarity index 79% copy from app-cdr/bchunk/bchunk-1.2.0-r3.ebuild copy to app-cdr/bchunk/bchunk-1.2.0-r4.ebuild index 165465a6fd2..f3c8e22334d 100644 --- a/app-cdr/bchunk/bchunk-1.2.0-r3.ebuild +++ b/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild @@ -9,7 +9,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos ~sparc-solaris ~x86-solaris" +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" )