From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: [PATCH 1] gnurl (was Re: [PATCH] gnunet.scm -> various changes (description update, adds gnunet-svn, gnunet-gtk-svn, gnurl)) Date: Mon, 28 Mar 2016 17:23:45 +0200 Message-ID: <871t6usk1q.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]:45516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akZ1R-0003af-G0 for guix-devel@gnu.org; Mon, 28 Mar 2016 11:24:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akZ1O-0006iB-9w for guix-devel@gnu.org; Mon, 28 Mar 2016 11:24:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:43210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akZ1O-0006hR-2g for guix-devel@gnu.org; Mon, 28 Mar 2016 11:24:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1akZ1L-0002dx-O5 for guix-devel@gnu.org; Mon, 28 Mar 2016 17:24:00 +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:23:59 +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:23:59 +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 As mentioned on irc: To splitup this patch set, I'll send in various smaller patches now which are based on current master. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-gnurl-Build-with-ca-path.patch Content-Transfer-Encoding: 8bit >From 3c86172695714d84f27886a9a34c4a13d1b9c06d Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Mon, 28 Mar 2016 17:11:46 +0200 Subject: [PATCH] gnu: gnurl: Build with ca path. * gnu/packages/gnunet.scm (gnurl)[configure-flags]: Add --with-ca-path. coauthored by Jookia. --- gnu/packages/gnunet.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index eb0c4cb..5e5a609 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -3,8 +3,9 @@ ;;; Copyright © 2014 Sree Harsha Totakura ;;; Copyright © 2015 Ludovic Courtès ;;; Copyright © 2015 Efraim Flashner -;;; Copyright © 2016 Ni* Gillmann +;;; Copyright © 2016 Nils Gillmann ;;; Copyright © 2016 Ricardo Wurmus +;;; Copyright © 2016 Jookia <166291@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -178,7 +179,7 @@ and support for SSL3 and TLS.") "--disable-ldap" "--disable-rtsp" "--disable-dict" "--disable-telnet" "--disable-tftp" "--disable-pop3" "--disable-imap" "--disable-smtp" "--disable-gopher" - "--disable-file" "--disable-ftp") + "--disable-file" "--disable-ftp" "--with-ca-path=/etc/ssl/certs/") #:test-target "test" #:parallel-tests? #f ;; We have to patch runtests.pl in tests/ directory -- 2.7.3 --=-=-= Content-Type: text/plain -- ng personal contact: http://krosos.sdf.org EDN: https://wiki.c3d2.de/EDN --=-=-=--