From mboxrd@z Thu Jan 1 00:00:00 1970 From: contact.ng0@cryptolab.net Subject: Add: mbedtls (v3), and hiawatha Date: Fri, 27 Jan 2017 16:11:26 +0000 Message-ID: <20170127161128.26792-1-contact.ng0@cryptolab.net> References: <20170126154037.19603-1-contact.ng0@cryptolab.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cX96e-0006EE-Rs for guix-devel@gnu.org; Fri, 27 Jan 2017 11:10:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cX96a-00021X-Ol for guix-devel@gnu.org; Fri, 27 Jan 2017 11:10:32 -0500 Received: from aibo.runbox.com ([91.220.196.211]:47684) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cX96a-00020l-HX for guix-devel@gnu.org; Fri, 27 Jan 2017 11:10:28 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1cX96V-0007WV-RE for guix-devel@gnu.org; Fri, 27 Jan 2017 17:10:23 +0100 Received: from x5d83e4a8.dyn.telefonica.de ([93.131.228.168] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cX96N-0007n4-7R for guix-devel@gnu.org; Fri, 27 Jan 2017 17:10:15 +0100 In-Reply-To: <20170126154037.19603-1-contact.ng0@cryptolab.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi, this adds mbedtls with hiawatha as an application using it. As hiawatha is a webserver, we'll need a short service to make it usable but this was the reason I packaged mbedtls. Changes: "mbedtls" was renamed to "mbedtls-apache": This is prefered upstream variant, and also the version hiawatha ships with. As noted in the patch, "mbedtls-gpl" exists. Added an explanation to (source) of mbedtls-apache for future updaters.