From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVSEf-0002i0-MI for guix-patches@gnu.org; Wed, 12 Jul 2017 20:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVSEc-0004V2-JL for guix-patches@gnu.org; Wed, 12 Jul 2017 20:44:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33297) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVSEc-0004Us-Fj for guix-patches@gnu.org; Wed, 12 Jul 2017 20:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dVSEc-0003UG-71 for guix-patches@gnu.org; Wed, 12 Jul 2017 20:44:02 -0400 Subject: [bug#27676] [PATCH] gnu: mit-krb5: Add =?UTF-8?Q?=E2=80=98cpe-name=E2=80=99.?= Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVSE8-00025z-2e for guix-patches@gnu.org; Wed, 12 Jul 2017 20:43:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVSE4-0004Bt-Vq for guix-patches@gnu.org; Wed, 12 Jul 2017 20:43:32 -0400 Received: from tobias.gr ([51.15.135.5]:41136) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dVSE4-0004As-LK for guix-patches@gnu.org; Wed, 12 Jul 2017 20:43:28 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 4788a1e2 for ; Thu, 13 Jul 2017 00:43:24 +0000 (UTC) Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 6b988bc0 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Thu, 13 Jul 2017 00:43:23 +0000 (UTC) From: Tobias Geerinckx-Rice Date: Thu, 13 Jul 2017 02:44:56 +0200 Message-Id: <20170713004456.2654-1-me@tobias.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27676@debbugs.gnu.org * gnu/packages/kerberos.scm (mit-krb5)[properties]: New field. --- gnu/packages/kerberos.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm index 6be7c82bc..b0d06bcda 100644 --- a/gnu/packages/kerberos.scm +++ b/gnu/packages/kerberos.scm @@ -93,7 +93,8 @@ authentication for client/server applications by using secret-key cryptography.") (license (license:non-copyleft "file://NOTICE" "See NOTICE in the distribution.")) - (home-page "http://web.mit.edu/kerberos/"))) + (home-page "http://web.mit.edu/kerberos/") + (properties '((cpe-name . "krb"))))) (define-public shishi (package -- 2.13.1