From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: [PATCH 2] gnunet: description (was Re: [PATCH] gnunet.scm -> various changes (description update, adds gnunet-svn, gnunet-gtk-svn, gnurl)) Date: Mon, 28 Mar 2016 17:43:52 +0200 Message-ID: <87wpomr4jr.fsf@grrlz.net> References: <874mcd2cl2.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akZKv-0001aH-4C for guix-devel@gnu.org; Mon, 28 Mar 2016 11:44:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akZKp-0005F9-CS for guix-devel@gnu.org; Mon, 28 Mar 2016 11:44:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:44377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akZKp-0005F3-4Y for guix-devel@gnu.org; Mon, 28 Mar 2016 11:44:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1akZKn-00033s-Q2 for guix-devel@gnu.org; Mon, 28 Mar 2016 17:44:06 +0200 Received: from xd9bb9273.dyn.telefonica.de ([217.187.146.115]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Mar 2016 17:44:05 +0200 Received: from niasterisk by xd9bb9273.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Mar 2016 17:44:05 +0200 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 --=-=-= Content-Type: text/plain rewrite of description, will soon be reflected on gnunet.org --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-gnunet-rewrite-description.patch >From 651d137ff4efff1a57fa23a4de524fabc3f6c911 Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Mon, 28 Mar 2016 17:34:34 +0200 Subject: [PATCH] gnu: gnunet: rewrite description * gnu/packages/gnunet.scm (description): Rewrite to reflect changes. --- gnu/packages/gnunet.scm | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 5e5a609..9fe09a2 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -252,15 +252,17 @@ supports HTTPS, HTTPS and GnuTLS.") 'check %standard-phases))))) (synopsis "Secure, decentralized, peer-to-peer networking framework") - (description - "GNUnet is a framework for secure peer-to-peer networking that does not -use any centralized or otherwise trusted services. Our high-level goal is to -provide a strong free software foundation for a global network that provides -security and privacy. GNUnet started with an idea for anonymous -censorship-resistant file-sharing, but has grown to incorporate other -applications as well as many generic building blocks for secure networking -applications. In particular, GNUnet now includes the GNU Name System, a -privacy-preserving, decentralized public key infrastructure.") + (description "GNUnet is a framework for secure, distributed, peer-to-peer +networking. The high-level goal is to provide a strong foundation of free +software for a global, distributed network which provides security and +privacy. GNUnet in that sense aims to replace the current internet protocol +stack. Along with an application for secure publication of files, it has +grown to include all kinds of basic applications for the foundation of a GNU +internet. + +gnunet-0.10.1 is the last stable release candidate, however for +development purposes and keeping up with latest changes, the SVN version +might be preferable until a new version is released.") (license license:gpl3+) (home-page "https://gnunet.org/"))) -- 2.7.3 --=-=-= Content-Type: text/plain -- ng personal contact: http://krosos.sdf.org EDN: https://wiki.c3d2.de/EDN --=-=-=--