blueness 15/03/04 14:44:59 Modified: curl-7.41.0.ebuild ChangeLog Log: ca-bundle and ca-path are no longer mutually exclusive. Bug #539260. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.2 net-misc/curl/curl-7.41.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild?r1=1.1&r2=1.2 Index: curl-7.41.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- curl-7.41.0.ebuild 25 Feb 2015 12:16:19 -0000 1.1 +++ curl-7.41.0.ebuild 4 Mar 2015 14:44:59 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild,v 1.1 2015/02/25 12:16:19 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild,v 1.2 2015/03/04 14:44:59 blueness Exp $ EAPI="5" @@ -163,7 +163,7 @@ fi if use curl_ssl_openssl; then einfo "SSL provided by openssl" - myconf+=( --with-ssl --without-ca-bundle --with-ca-path="${EPREFIX}"/etc/ssl/certs ) + myconf+=( --with-ssl --with-ca-path="${EPREFIX}"/etc/ssl/certs ) fi if use curl_ssl_winssl; then einfo "SSL provided by Windows" 1.391 net-misc/curl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?rev=1.391&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?rev=1.391&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?r1=1.390&r2=1.391 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v retrieving revision 1.390 retrieving revision 1.391 diff -u -r1.390 -r1.391 --- ChangeLog 25 Feb 2015 12:24:14 -0000 1.390 +++ ChangeLog 4 Mar 2015 14:44:59 -0000 1.391 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.390 2015/02/25 12:24:14 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.391 2015/03/04 14:44:59 blueness Exp $ + + 04 Mar 2015; Anthony G. Basile <[email protected]> curl-7.41.0.ebuild: + ca-bundle and ca-path are no longer mutually exclusive. Bug #539260. 25 Feb 2015; Anthony G. Basile <[email protected]> -curl-7.36.0.ebuild, -curl-7.37.1.ebuild:
