From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0704139694 for ; Thu, 2 Mar 2017 16:48:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E75921C087; Thu, 2 Mar 2017 16:48:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEFDC21C087 for ; Thu, 2 Mar 2017 16:48:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1DD434071C for ; Thu, 2 Mar 2017 16:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68D5559FB for ; Thu, 2 Mar 2017 16:48:47 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1488473318.afc50295c7e24d87b7ebdbe7eabc2b4dc44214c0.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:3.10 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 4567_distro-Gentoo-Kconfig.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: afc50295c7e24d87b7ebdbe7eabc2b4dc44214c0 X-VCS-Branch: 3.10 Date: Thu, 2 Mar 2017 16:48:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d6fb179a-dd6a-4c4b-8eae-77bb1976c2ea X-Archives-Hash: 0e117af07b442791d4f93a8667a67944 commit: afc50295c7e24d87b7ebdbe7eabc2b4dc44214c0 Author: Mike Pagano gentoo org> AuthorDate: Thu Mar 2 16:48:38 2017 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Mar 2 16:48:38 2017 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=afc50295 Enable crypto API for systemd as its required for systemd versions >= 233. See bug #611368. 4567_distro-Gentoo-Kconfig.patch | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 690454a..24ebbef 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