diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-12-03 21:12:34 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-12-03 21:13:40 +0800 |
commit | 357835e5a56ae91c9bee9cf3ce2363a255d929be (patch) | |
tree | 071ff055b82a0ad126f0fd89cf822c83bf4a5f94 /app-emulation/xen-tools | |
parent | app-emulation/xen: remove stray entry re sec. patches from vn.4.6.0-r2 (diff) | |
download | gentoo-357835e5a56ae91c9bee9cf3ce2363a255d929be.tar.gz gentoo-357835e5a56ae91c9bee9cf3ce2363a255d929be.tar.bz2 gentoo-357835e5a56ae91c9bee9cf3ce2363a255d929be.zip |
app-emulation/xen-tools: add missed sec patches to vn. 4.6.0-r3
Already added to xen-4.5.2-r1, fixes gentoo bug.
Fix apparent typo re sec. patches in ebuild of 4.6.0-r3 only
Gentoo bug: #567190
Package-Manager: portage-2.2.24
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild index 156be8a20754..d13b307f58cb 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild @@ -45,7 +45,9 @@ else ${OVMF_PATCHSET_URI} ) ${UPSTREAM_PATCHSET_URI} ${SECURITY_PATCHSET_URI} - ${GENTOO_PATCHSET_URI}" + ${GENTOO_PATCHSET_URI} + https://dev.gentoo.org/~idella4/distfiles/xen-security-patches-0.tar.gz" + S="${WORKDIR}/xen-${MY_PV}" fi @@ -164,7 +166,7 @@ pkg_setup() { src_prepare() { # Upstream's patchset if [[ -n ${UPSTREAM_VER} ]]; then - einfo "Try to apply Xen Upstream patcheset" + einfo "Try to apply Xen Upstream patch set" EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ EPATCH_OPTS="-p1" \ @@ -173,7 +175,7 @@ src_prepare() { # Security patchset if [[ -n ${SECURITY_VER} ]]; then - einfo "Try to apply Xen Security patcheset" + einfo "Try to apply Xen Security patch set" source "${WORKDIR}"/patches-security/${PV}.conf # apply main xen patches for i in ${XEN_SECURITY_MAIN}; do @@ -215,7 +217,7 @@ src_prepare() { # Gentoo's patchset if [[ -n ${GENTOO_VER} && -n ${GENTOO_GPV} ]]; then - einfo "Try to apply Gentoo specific patcheset" + einfo "Try to apply Gentoo specific patch set" source "${FILESDIR}"/gentoo-patches.conf _gpv=_gpv_${PN/-/_}_${PV//./}_${GENTOO_GPV} for i in ${!_gpv}; do @@ -227,7 +229,7 @@ src_prepare() { # Ovmf's patchset if [[ -n ${OVMF_VER} ]] && use ovmf; then - einfo "Try to apply Ovmf patcheset" + einfo "Try to apply Ovmf patch set" pushd "${WORKDIR}"/ovmf-*/ > /dev/null EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ |