diff options
author | Mike Pagano <mpagano@gentoo.org> | 2024-08-19 07:22:50 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2024-08-19 07:22:50 -0400 |
commit | 4bfe88dc14c0f87bfbca817f63338c078c82c9ae (patch) | |
tree | 4f35f53beac5247e4a708144ac863c7bad5f8e2a /sys-kernel/gentoo-sources/gentoo-sources-5.15.165.ebuild | |
parent | sys-kernel/gentoo-sources: add 5.10.224, root priv escalation fix (diff) | |
download | gentoo-4bfe88dc14c0f87bfbca817f63338c078c82c9ae.tar.gz gentoo-4bfe88dc14c0f87bfbca817f63338c078c82c9ae.tar.bz2 gentoo-4bfe88dc14c0f87bfbca817f63338c078c82c9ae.zip |
sys-kernel/gentoo-sources: add 5.15.165, root priv escalation fix
Auto stable per project policy due to potential issue where
unintended root privileges can be granted
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'sys-kernel/gentoo-sources/gentoo-sources-5.15.165.ebuild')
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-5.15.165.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.165.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.15.165.ebuild new file mode 100644 index 000000000000..0f0b0c18281e --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-5.15.165.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="175" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +IUSE="experimental" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} |