summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2017-03-02 11:48:38 -0500
committerMike Pagano <mpagano@gentoo.org>2017-03-02 11:48:38 -0500
commitafc50295c7e24d87b7ebdbe7eabc2b4dc44214c0 (patch)
tree448d2301c9e7b3c1d61b285480f5d016cf6915a6
parentfix race condition in packet_set_ring. CVE-2016-8655. Bug #601926. (diff)
downloadlinux-patches-afc50295.tar.gz
linux-patches-afc50295.tar.bz2
linux-patches-afc50295.zip
Enable crypto API for systemd as its required for systemd versions >= 233. See bug #611368.
-rw-r--r--4567_distro-Gentoo-Kconfig.patch9
1 files changed, 6 insertions, 3 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 690454a5..24ebbef4 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -7,9 +7,9 @@
+source "distro/Kconfig"
+
source "arch/$SRCARCH/Kconfig"
---- a/distro/Kconfig 1969-12-31 19:00:00.000000000 -0500
-+++ b/distro/Kconfig 2015-01-02 13:54:45.589830665 -0500
-@@ -0,0 +1,109 @@
+--- /dev/null 2017-03-02 01:55:04.096566155 -0500
++++ b/distro/Kconfig 2017-03-02 11:46:27.504900160 -0500
+@@ -0,0 +1,112 @@
+menu "Gentoo Linux"
+
+config GENTOO_LINUX
@@ -87,6 +87,9 @@
+ select AUTOFS4_FS
+ select BLK_DEV_BSG
+ select CGROUPS
++ select CRYPTO_HMAC
++ select CRYPTO_SHA256
++ select CRYPTO_USER_API_HASH
+ select DEVPTS_MULTIPLE_INSTANCES
+ select EPOLL
+ select FANOTIFY