From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89F2B1384B4 for ; Wed, 9 Dec 2015 06:40:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EA0EE089F; Wed, 9 Dec 2015 06:40:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D439E08A0 for ; Wed, 9 Dec 2015 06:40:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9848734085B for ; Wed, 9 Dec 2015 06:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E22ACB2 for ; Wed, 9 Dec 2015 06:40:08 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1449643197.979dc2c3082ce680d28865a494b77ba943e0d0ce.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen/xen-4.6.0-r3.ebuild X-VCS-Directories: app-emulation/xen/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 979dc2c3082ce680d28865a494b77ba943e0d0ce X-VCS-Branch: master Date: Wed, 9 Dec 2015 06:40:08 +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: a595b5c2-a88d-479b-bf3b-1d40bebebd69 X-Archives-Hash: d548d0b66f76f55eedca35d23bc25bb8 commit: 979dc2c3082ce680d28865a494b77ba943e0d0ce Author: Ian Delaney gentoo org> AuthorDate: Wed Dec 9 06:36:23 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Dec 9 06:39:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979dc2c3 app-emulation/xen: Correct trivial typo in Comment, note errata in prior entry Note: line 3 in previous commit re adding sec patches should read; Addition of patches XSA-158 (#566844), XSA-{159,160} (#566842) Package-Manager: portage-2.2.24 app-emulation/xen/xen-4.6.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/xen/xen-4.6.0-r3.ebuild b/app-emulation/xen/xen-4.6.0-r3.ebuild index a2b533c..4ca1a84 100644 --- a/app-emulation/xen/xen-4.6.0-r3.ebuild +++ b/app-emulation/xen/xen-4.6.0-r3.ebuild @@ -90,7 +90,7 @@ src_prepare() { einfo "Try to apply Xen Security patcheset" # apply main xen patches # Add patches from tarball in devspace ~idella4 to those from ~dlan - # Leav this commented for now as a record of an approach; wip + # Leave this commented for now as a record of an approach; wip #mkdir "${WORKDIR}"/patches-security/xen || die #mv "${WORKDIR}"/{xsa15[6-9].patch,xsa160-4.6.patch} \ # "${WORKDIR}"/patches-security/xen || die