Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/curl: curl-7.41.0.ebuild ChangeLog
Date: Wed, 04 Mar 2015 14:45:02
Message-Id: 20150304144459.0DC9F1306B@oystercatcher.gentoo.org
1 blueness 15/03/04 14:44:59
2
3 Modified: curl-7.41.0.ebuild ChangeLog
4 Log:
5 ca-bundle and ca-path are no longer mutually exclusive. Bug #539260.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.2 net-misc/curl/curl-7.41.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild?r1=1.1&r2=1.2
15
16 Index: curl-7.41.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- curl-7.41.0.ebuild 25 Feb 2015 12:16:19 -0000 1.1
23 +++ curl-7.41.0.ebuild 4 Mar 2015 14:44:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild,v 1.1 2015/02/25 12:16:19 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild,v 1.2 2015/03/04 14:44:59 blueness Exp $
29
30 EAPI="5"
31
32 @@ -163,7 +163,7 @@
33 fi
34 if use curl_ssl_openssl; then
35 einfo "SSL provided by openssl"
36 - myconf+=( --with-ssl --without-ca-bundle --with-ca-path="${EPREFIX}"/etc/ssl/certs )
37 + myconf+=( --with-ssl --with-ca-path="${EPREFIX}"/etc/ssl/certs )
38 fi
39 if use curl_ssl_winssl; then
40 einfo "SSL provided by Windows"
41
42
43
44 1.391 net-misc/curl/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?rev=1.391&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?rev=1.391&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?r1=1.390&r2=1.391
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v
53 retrieving revision 1.390
54 retrieving revision 1.391
55 diff -u -r1.390 -r1.391
56 --- ChangeLog 25 Feb 2015 12:24:14 -0000 1.390
57 +++ ChangeLog 4 Mar 2015 14:44:59 -0000 1.391
58 @@ -1,6 +1,9 @@
59 # ChangeLog for net-misc/curl
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.390 2015/02/25 12:24:14 blueness Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.391 2015/03/04 14:44:59 blueness Exp $
63 +
64 + 04 Mar 2015; Anthony G. Basile <blueness@g.o> curl-7.41.0.ebuild:
65 + ca-bundle and ca-path are no longer mutually exclusive. Bug #539260.
66
67 25 Feb 2015; Anthony G. Basile <blueness@g.o> -curl-7.36.0.ebuild,
68 -curl-7.37.1.ebuild: