From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/3] Adding libbsd and signify Date: Sat, 26 Mar 2016 19:18:57 -0400 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajxUE-0007V1-1c for guix-devel@gnu.org; Sat, 26 Mar 2016 19:19:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajxU9-0002sG-Oj for guix-devel@gnu.org; Sat, 26 Mar 2016 19:19:17 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:32870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajxU9-0002s2-KS for guix-devel@gnu.org; Sat, 26 Mar 2016 19:19:13 -0400 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 2CB66680699 for ; Sat, 26 Mar 2016 19:19:12 -0400 (EDT) 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org This adds libbsd [0] and a port [1] of OpenBSD's signify tool. [2] I couldn't figure out where to put libbsd so I made a new module, but I'm open to advice. There is one more thing to be resolved: What should I do about the unusual license from IBM [3] on base64.c? [4] I searched the net, and all the references I found to this license are other instances of this base64 C implementation. It doesn't seem to have been used elsewhere. Advice? [0] [1] [2] [3] /* * Portions Copyright (c) 1995 by International Business Machines, Inc. * * International Business Machines, Inc. (hereinafter called IBM) grants * permission under its copyrights to use, copy, modify, and distribute this * Software with or without fee, provided that the above copyright notice and * all paragraphs of this notice appear in all copies, and that the name of IBM * not be used in connection with the marketing of any product incorporating * the Software or modifications thereof, without specific, written prior * permission. * * To the extent it has a right to do so, IBM grants an immunity from suit * under its patents, if any, for the use, sale or manufacture of products to * the extent that such products are used for performing Domain Name System * dynamic updates in TCP/IP networks by means of the Software. No immunity is * granted for any product per se or for any other function of any product. * * THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, * DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. */ [4] Leo Famulari (3): licenses: Add beerware license. gnu: Add libbsd. gnu: Add signify. gnu-system.am | 1 + gnu/packages/crypto.scm | 35 +++++++++++++++++++++++++++++++++++ gnu/packages/libbsd.scm | 43 +++++++++++++++++++++++++++++++++++++++++++ guix/licenses.scm | 6 ++++++ 4 files changed, 85 insertions(+) create mode 100644 gnu/packages/libbsd.scm -- 2.7.3