From be093094720a4464c0d13066e66ba90d062a5214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Wed, 6 Jul 2016 10:01:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20=D1=8F?= =?UTF-8?q?=D0=B4=D1=80=D0=B0=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../calculate-sources/4.4/ecryptfs.patch | 2 +- .../calculate-sources-4.4.14-r1.ebuild | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 sys-kernel/calculate-sources/calculate-sources-4.4.14-r1.ebuild diff --git a/profiles/templates/3.4/6_ac_install_patch/sys-kernel/calculate-sources/4.4/ecryptfs.patch b/profiles/templates/3.4/6_ac_install_patch/sys-kernel/calculate-sources/4.4/ecryptfs.patch index a03c305bc..106c46df8 100644 --- a/profiles/templates/3.4/6_ac_install_patch/sys-kernel/calculate-sources/4.4/ecryptfs.patch +++ b/profiles/templates/3.4/6_ac_install_patch/sys-kernel/calculate-sources/4.4/ecryptfs.patch @@ -1,4 +1,4 @@ -# Calculate format=diff merge(sys-kernel/calculate-sources)>=4.4.13&&merge(sys-kernel/calculate-sources)<=4.4.14 +# Calculate format=diff merge(sys-kernel/calculate-sources)>=4.4.13&&merge(sys-kernel/calculate-sources)<4.4.15 From: Tyler Hicks canonical.com> Subject: [PATCH] eCryptfs: Fix directory open regression in linux-stable Newsgroups: gmane.comp.file-systems.ecryptfs.general, gmane.linux.kernel.stable diff --git a/sys-kernel/calculate-sources/calculate-sources-4.4.14-r1.ebuild b/sys-kernel/calculate-sources/calculate-sources-4.4.14-r1.ebuild new file mode 100644 index 000000000..63d12adbc --- /dev/null +++ b/sys-kernel/calculate-sources/calculate-sources-4.4.14-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +ETYPE="sources" + +inherit calculate-kernel-7 eutils + +DESCRIPTION="Calculate Linux kernel image" +KEYWORDS="amd64 x86" +HOMEPAGE="http://www.calculate-linux.org" + +SRC_URI="${KERNEL_URI} ${ARCH_URI}" + +src_unpack() { + calculate-kernel-7_src_unpack +} + +pkg_postinst() { + calculate-kernel-7_pkg_postinst +}