Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/
Date: Thu, 01 Sep 2022 06:22:07
Message-Id: 1662013224.a0121a21342b31d13eb0aa24a392ee2d5f04f05c.mgorny@gentoo
1 commit: a0121a21342b31d13eb0aa24a392ee2d5f04f05c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 06:20:24 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 06:20:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0121a21
7
8 virtual/dist-kernel: Remove vulnerable versions
9
10 Bug: https://bugs.gentoo.org/867781
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 virtual/dist-kernel/dist-kernel-5.18.19.ebuild | 19 -------------------
14 virtual/dist-kernel/dist-kernel-5.19.4.ebuild | 19 -------------------
15 2 files changed, 38 deletions(-)
16
17 diff --git a/virtual/dist-kernel/dist-kernel-5.18.19.ebuild b/virtual/dist-kernel/dist-kernel-5.18.19.ebuild
18 deleted file mode 100644
19 index c2caefd6cfca..000000000000
20 --- a/virtual/dist-kernel/dist-kernel-5.18.19.ebuild
21 +++ /dev/null
22 @@ -1,19 +0,0 @@
23 -# Copyright 2021-2022 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -DESCRIPTION="Virtual to depend on any Distribution Kernel"
29 -HOMEPAGE=""
30 -SRC_URI=""
31 -
32 -LICENSE=""
33 -SLOT="0/${PV}"
34 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
35 -
36 -RDEPEND="
37 - || (
38 - ~sys-kernel/gentoo-kernel-${PV}
39 - ~sys-kernel/gentoo-kernel-bin-${PV}
40 - ~sys-kernel/vanilla-kernel-${PV}
41 - )"
42
43 diff --git a/virtual/dist-kernel/dist-kernel-5.19.4.ebuild b/virtual/dist-kernel/dist-kernel-5.19.4.ebuild
44 deleted file mode 100644
45 index c2caefd6cfca..000000000000
46 --- a/virtual/dist-kernel/dist-kernel-5.19.4.ebuild
47 +++ /dev/null
48 @@ -1,19 +0,0 @@
49 -# Copyright 2021-2022 Gentoo Authors
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=7
53 -
54 -DESCRIPTION="Virtual to depend on any Distribution Kernel"
55 -HOMEPAGE=""
56 -SRC_URI=""
57 -
58 -LICENSE=""
59 -SLOT="0/${PV}"
60 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
61 -
62 -RDEPEND="
63 - || (
64 - ~sys-kernel/gentoo-kernel-${PV}
65 - ~sys-kernel/gentoo-kernel-bin-${PV}
66 - ~sys-kernel/vanilla-kernel-${PV}
67 - )"