Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:4.1 commit in: /
Date: Thu, 02 Mar 2017 16:32:00
Message-Id: 1488472311.dd4e296ce656f9d84cda4d366ddadd9404b7039e.mpagano@gentoo
1 commit: dd4e296ce656f9d84cda4d366ddadd9404b7039e
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 16:16:08 2017 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 16:31:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=dd4e296c
7
8 Enable crypto API for systemd as its required for systemd versions >= 233. See bug #611368.
9
10 4567_distro-Gentoo-Kconfig.patch | 9 ++++++---
11 1 file changed, 6 insertions(+), 3 deletions(-)
12
13 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
14 index 4a88040..5555b8a 100644
15 --- a/4567_distro-Gentoo-Kconfig.patch
16 +++ b/4567_distro-Gentoo-Kconfig.patch
17 @@ -7,9 +7,9 @@
18 +source "distro/Kconfig"
19 +
20 source "arch/$SRCARCH/Kconfig"
21 ---- /dev/null 2017-02-18 04:25:56.900821893 -0500
22 -+++ b/distro/Kconfig 2017-02-18 10:41:16.512328155 -0500
23 -@@ -0,0 +1,142 @@
24 +--- /dev/null 2017-03-02 01:55:04.096566155 -0500
25 ++++ b/distro/Kconfig 2017-03-02 11:12:05.049448255 -0500
26 +@@ -0,0 +1,145 @@
27 +menu "Gentoo Linux"
28 +
29 +config GENTOO_LINUX
30 @@ -114,6 +114,9 @@
31 + select BLK_DEV_BSG
32 + select CGROUPS
33 + select CHECKPOINT_RESTORE
34 ++ select CRYPTO_HMAC
35 ++ select CRYPTO_SHA256
36 ++ select CRYPTO_USER_API_HASH
37 + select DEVPTS_MULTIPLE_INSTANCES
38 + select DMIID if X86_32 || X86_64 || X86
39 + select EPOLL