From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= Subject: Re: [PATCH] gnu: curl: Update to 7.41.0. Fix #20121. Date: Sun, 22 Mar 2015 13:40:39 +0100 Message-ID: <20150322124039.GA3826@venom> References: <1427019636-24875-1-git-send-email-sleep_walker@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZfBI-00047R-QW for guix-devel@gnu.org; Sun, 22 Mar 2015 08:40:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZfBE-0005wx-Oi for guix-devel@gnu.org; Sun, 22 Mar 2015 08:40:40 -0400 Received: from cantor2.suse.de ([195.135.220.15]:34382 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZfBE-0005wk-I2 for guix-devel@gnu.org; Sun, 22 Mar 2015 08:40:36 -0400 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id A3A91ABD0 for ; Sun, 22 Mar 2015 12:40:35 +0000 (UTC) Content-Disposition: inline In-Reply-To: <1427019636-24875-1-git-send-email-sleep_walker@gnu.org> 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 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 22, 2015 at 11:20:36AM +0100, Tom=C3=A1=C5=A1 =C4=8Cech wrote: > ... > (arguments >- `(#:configure-flags '("--with-gnutls" "--with-gssapi") >+ `(#:configure-flags >+ '("--with-gnutls" "--with-gssapi" "--enable-http" >+ ;; This option requires parameter so let's use this one >+ ;; - when it exists, it makes sense >+ ;; - when it doesn't exist, we can still use SSL_CERT_DIR environ= ment >+ ;; variable to set it per user or for whole system >+ ;; Fixes #20121. >+ "--with-ca-path=3D/etc/ssl/certs" >+ "--enable-ftp" "--enable-proxy" "--with-libidn" >+ "--enable-cookies" "CFLAGS=3D-ggdb") >+ #:make-flags '("CFLAGS=3D-ggdb") Damn, I forgot my debugging code pieces here... >+ #:strip-binaries? #f > ;; Add a phase to patch '/bin/sh' occurances in tests/runtests.pl > #:phases > (alist-replace >@@ -68,12 +83,16 @@ > (lambda _ > (substitute* "tests/runtests.pl" > (("/bin/sh") (which "sh"))) >- >+ ;; Test #1135 requires extern-scan.pl, which is not part of the >+ ;; tarball due to mistake. It was fixed already in upstream. We = can >+ ;; simply ignore the test as it aims VMS and OS/400. >+ (delete-file "tests/data/test1135") > ;; The top-level "make check" does "make -C tests quiet-test", w= hich > ;; is too quiet. Use the "test" target instead, which is more > ;; verbose. > (zero? (system* "make" "-C" "tests" "test"))) > %standard-phases))) >+ (outputs '("out" "debug")) =2E..and here. I removed it from the patch already. S_W --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlUOuEQACgkQ37XrCapiVCPZ7wCgoC1fMDeEhuoZ1gFu0nVVaknK 3CgAn1aTLD3m5MrqRt9r5NPzUOTZtUf5 =iFsL -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB--