public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-kernel/uek-sources/
Date: Sat, 30 Mar 2024 20:48:29 +0000 (UTC)	[thread overview]
Message-ID: <1711831563.a2ee81d86d8c5c1d45d04dc3862c5096340b3fd9.julien@gentoo> (raw)

commit:     a2ee81d86d8c5c1d45d04dc3862c5096340b3fd9
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Mar 30 20:46:03 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Mar 30 20:46:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2ee81d8

sys-kernel/uek-sources: add 5.15.0.206.149.1

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sys-kernel/uek-sources/Manifest                    |  1 +
 .../uek-sources-5.15.0.206.149.1.ebuild            | 65 ++++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/sys-kernel/uek-sources/Manifest b/sys-kernel/uek-sources/Manifest
index 2b99d83563..daeab9f1d7 100644
--- a/sys-kernel/uek-sources/Manifest
+++ b/sys-kernel/uek-sources/Manifest
@@ -10,3 +10,4 @@ DIST genpatches-5.15-163.extras.tar.xz 3944 BLAKE2B 61018af8eae6b9492e3ce11d26a3
 DIST linux-uek-5.15.0-204.147.4.tar.gz 202907093 BLAKE2B 3fea77ce11b44046865579c6902d33f246830b020c8f57451cff71824ef8a57ddf8338841574ab4c45d98a945ec90bdd6ce4a6a75b2af26acc5ddb89d24d80a7 SHA512 7c566f842b3fdf676fb88f4b6c8d70e72da3b3e95d3093abf044f0053ef37829efcd227235e2074cf31e58c4a932c5f591e162138f1f0f2e52692391dda2c170
 DIST linux-uek-5.15.0-205.149.3.tar.gz 202944634 BLAKE2B 830e19ca6090efe2d42dc5703e242b917b381589c7f74efca39abc4ab6675962c47e6067e77a9695665a655d1f9414a2aed21d283a8bb9da2c1df7c236131834 SHA512 1711a281d46582a78c70d09ca738e16c056de9f1bc390c2001c55fe38723a7fa4df0cf7775be22834d8b790d2ec75947bca6067622f112582eed7f5af119f6df
 DIST linux-uek-5.15.0-205.149.5.tar.gz 202941465 BLAKE2B e08c2dbcba89a7acc77ec54c5ad48fee6af318b1df604c095e1f718157876cc9a52039abee71fedaa1eb4c0e70010a5af61074271cb54a1a2c71f5e60a603187 SHA512 11dc0f3bc5f315ad51e9d7bae91ee223e003e506006e5bd504c2505d402e537f1c7684de523c731efaf7ac59aecd9c4870a632c51a9052c611fe1a703ce561da
+DIST linux-uek-5.15.0-206.149.1.tar.gz 202941586 BLAKE2B e75c447582f0d3e33260a35e2994df87187f54dbd109143a4f4898899b13a026f60b668e0643c3828b6357584fa7c50d2ce1c1940a2a1ad562733ff2da463341 SHA512 5dc1491e00302cf52343deffd7fb36b698ed03559f49a9703659b8d1ba4f26e2d61485b0f0251936be18d29cbfbffd5ccdc8c6f12c938d2aeaaa4bc01c720c58

diff --git a/sys-kernel/uek-sources/uek-sources-5.15.0.206.149.1.ebuild b/sys-kernel/uek-sources/uek-sources-5.15.0.206.149.1.ebuild
new file mode 100644
index 0000000000..93fa17c21a
--- /dev/null
+++ b/sys-kernel/uek-sources/uek-sources-5.15.0.206.149.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KERNEL_VERSION=$(ver_cut 1-3)
+KERNEL_TRUNK=$(ver_cut 1-2)
+UEK_PATCH_VERSION=$(ver_cut 4-6)
+UEK_VERSION="${KERNEL_VERSION}-${UEK_PATCH_VERSION}"
+
+ETYPE="sources"
+
+K_GENPATCHES_VER="163"
+K_SECURITY_UNSUPPORTED="1"
+CKV="${KERNEL_VERSION}_p${UEK_PATCH_VERSION}"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+DESCRIPTION="Unbreakable Enterprise Kernel (UEK) sources built from Oracle"
+HOMEPAGE="https://github.com/oracle/linux-uek"
+SRC_URI="
+	https://github.com/oracle/linux-uek/archive/refs/tags/v${UEK_VERSION}.tar.gz
+		-> linux-uek-${UEK_VERSION}.tar.gz
+	mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.base.tar.xz
+	mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.extras.tar.xz
+"
+#mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.experimental.tar.xz
+S="${WORKDIR}/linux-uek-${UEK_VERSION}"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+IUSE="+gentoo experimental"
+
+PATCHES=(
+	"${FILESDIR}"/uek-sources-5.4.17.2136.303.2-O3.patch
+)
+
+src_unpack() {
+	default
+
+	# remove all backup files
+	find . -iname "*~" -print -exec rm {} \; 2>/dev/null
+
+	unpack_set_extraversion
+	unpack_fix_install_path
+
+	env_setup_xmakeopts
+}
+
+src_prepare() {
+	use gentoo && PATCHES+=(
+		"${WORKDIR}"/1500_XATTR_USER_PREFIX.patch
+		"${WORKDIR}"/1510_fs-enable-link-security-restrictions-by-default.patch
+		"${WORKDIR}"/2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
+		"${WORKDIR}"/2920_sign-file-patch-for-libressl.patch
+		"${WORKDIR}"/3000_Support-printing-firmware-info.patch
+		"${WORKDIR}"/4567_distro-Gentoo-Kconfig.patch
+	)
+	#use experimental && PATCHES+=(
+	#	"${WORKDIR}"/5010_enable-cpu-optimizations-universal.patch
+	#)
+	default
+}


             reply	other threads:[~2024-03-30 20:48 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-30 20:48 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10  8:27 [gentoo-commits] repo/proj/guru:master commit in: sys-kernel/uek-sources/ David Roman
2024-08-17 10:16 David Roman
2024-07-14 17:47 Florian Schmaus
2024-07-04 11:19 David Roman
2024-05-16 17:59 Julien Roy
2024-04-28 21:05 David Roman
2024-03-31  1:01 Julien Roy
2024-03-29 14:15 Julien Roy
2024-03-17 15:12 Julien Roy
2024-03-17 15:12 Julien Roy
2024-03-12 14:48 Haelwenn Monnier
2024-03-12 14:48 Haelwenn Monnier
2024-02-18  5:13 Rui Huang
2024-01-28 23:02 David Roman
2024-01-26 10:35 David Roman
2024-01-20 22:13 David Roman
2024-01-09 12:03 David Roman
2023-12-26 19:23 David Roman
2023-12-23  7:33 Viorel Munteanu
2023-11-20 14:14 David Roman
2023-08-21 12:43 Haelwenn Monnier
2023-05-27 17:22 Viorel Munteanu
2023-01-14 18:43 Andrew Ammerlaan
2022-10-17 11:26 Haelwenn Monnier
2022-09-19  6:30 Ronny Gutbrod
2022-09-19  6:30 Ronny Gutbrod
2022-09-06  1:06 Ronny Gutbrod
2022-09-06  1:06 Ronny Gutbrod
2022-07-23 17:36 Haelwenn Monnier
2022-07-23 17:36 Haelwenn Monnier
2022-06-18 19:19 Andrew Ammerlaan
2022-06-10 14:08 Andrew Ammerlaan
2022-05-16 12:33 Andrew Ammerlaan
2022-02-26 18:16 Florian Schmaus
2022-02-26 18:16 Florian Schmaus
2022-02-24 11:10 Ronny Gutbrod
2022-02-20 17:09 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1711831563.a2ee81d86d8c5c1d45d04dc3862c5096340b3fd9.julien@gentoo \
    --to=julien@jroy.ca \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox