From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] gnurl: add CA path to configure-flags Date: Sat, 11 Jun 2016 20:51:28 +0000 Message-ID: <20160611205128.GA23445@khazad-dum> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="0eh6TmSyL6TZE2Uz" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBpsc-0000y5-9V for guix-devel@gnu.org; Sat, 11 Jun 2016 16:51:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBpsY-0007be-2d for guix-devel@gnu.org; Sat, 11 Jun 2016 16:51:41 -0400 Received: from 93-95-228-168.1984.is ([93.95.228.168]:45574 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBpsX-0007b0-Jm for guix-devel@gnu.org; Sat, 11 Jun 2016 16:51:38 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id dadba4cd TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Sat, 11 Jun 2016 20:51:31 +0000 (UTC) Content-Disposition: inline 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 --0eh6TmSyL6TZE2Uz Content-Type: multipart/mixed; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable =46rom 4d5661ac66940e2583c5bef07bc6a8832af92208 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 11 Jun 2016 20:44:31 +0000 Subject: [PATCH] gnu: gnurl: Add CA path. * gnurl(configure-flags): --with-ca-path=3D/etc/ssl/certs/ --- gnu/packages/gnunet.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index c4e2a37..6b7fb65 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -181,7 +181,8 @@ and support for SSL3 and TLS.") "--disable-ldap" "--disable-rtsp" "--disable-dic= t" "--disable-telnet" "--disable-tftp" "--disable-p= op3" "--disable-imap" "--disable-smtp" "--disable-gop= her" - "--disable-file" "--disable-ftp") + "--disable-file" "--disable-ftp" + "--with-ca-path=3D/etc/ssl/certs/") #:test-target "test" #:parallel-tests? #f ;; We have to patch runtests.pl in tests/ directory -- 2.7.3 -- =E2=99=A5=E2=92=B6 ng0 For non-prism friendly talk find me on psyced.org / loupsycedyglgamf.onion --fdj2RfSjLxBAspz7 Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-gnurl-Add-CA-path.patch" Content-Transfer-Encoding: quoted-printable =46rom 4d5661ac66940e2583c5bef07bc6a8832af92208 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 11 Jun 2016 20:44:31 +0000 Subject: [PATCH] gnu: gnurl: Add CA path. * gnurl(configure-flags): --with-ca-path=3D/etc/ssl/certs/ --- gnu/packages/gnunet.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index c4e2a37..6b7fb65 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -181,7 +181,8 @@ and support for SSL3 and TLS.") "--disable-ldap" "--disable-rtsp" "--disable-dic= t" "--disable-telnet" "--disable-tftp" "--disable-p= op3" "--disable-imap" "--disable-smtp" "--disable-gop= her" - "--disable-file" "--disable-ftp") + "--disable-file" "--disable-ftp" + "--with-ca-path=3D/etc/ssl/certs/") #:test-target "test" #:parallel-tests? #f ;; We have to patch runtests.pl in tests/ directory --=20 2.7.3 --fdj2RfSjLxBAspz7-- --0eh6TmSyL6TZE2Uz Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- iF4EARYKAAYFAldcedAACgkQhhoAchyzrCDloQD/QHiMZOY+iSawpIvuCtbcoNxB 3WrbX6PRGXrV1lOavQUA/3h6oS3tRDbuhM47gq37OE2Cd+a6kA0XW9FBupm8gLQI =V42q -----END PGP SIGNATURE----- --0eh6TmSyL6TZE2Uz--