Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 05 Mar 2017 21:42:18
Message-Id: 1488750126.735c72200e4ec664a45913d0433a24bd88af2c27.mpagano@gentoo
1 commit: 735c72200e4ec664a45913d0433a24bd88af2c27
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 21:41:52 2017 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 21:42:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735c7220
7
8 kernel-2.eclass: Add some additional text to bring some additional notice to users about the security considerations of a specific kernel and direct them to the upstream website for further information. See bug #599454
9
10 eclass/kernel-2.eclass | 6 ++++++
11 1 file changed, 6 insertions(+)
12
13 diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
14 index e95ec0777aa..d0f7eb95f79 100644
15 --- a/eclass/kernel-2.eclass
16 +++ b/eclass/kernel-2.eclass
17 @@ -1054,6 +1054,12 @@ postinst_sources() {
18 # And now the general message.
19 if [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then
20 ewarn "This means that it is likely to be vulnerable to recent security issues."
21 + echo
22 + ewarn "Upstream kernel developers recommend always running the latest "
23 + ewarn "release of any current long term supported Linux kernel version."
24 + ewarn "To see a list of these versions, their most current release and "
25 + ewarn "long term support status, please go to https://www.kernel.org ."
26 + echo
27 ewarn "For specific information on why this kernel is unsupported, please read:"
28 ewarn "https://wiki.gentoo.org/wiki/Project:Kernel_Security"
29 fi