vapier 14/10/29 19:57:54 Modified: wget-1.16.ebuild ChangeLog Log: Add some build/test fixes from upstream. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.7 net-misc/wget/wget-1.16.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.16.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.16.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.16.ebuild?r1=1.6&r2=1.7 Index: wget-1.16.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wget-1.16.ebuild 29 Oct 2014 16:36:51 -0000 1.6 +++ wget-1.16.ebuild 29 Oct 2014 19:57:54 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v 1.6 2014/10/29 16:36:51 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v 1.7 2014/10/29 19:57:54 vapier Exp $ EAPI="4" @@ -38,6 +38,8 @@ epatch "${FILESDIR}"/${PN}-1.16-pkg-config.patch epatch "${FILESDIR}"/${PN}-1.16-openssl-header.patch epatch "${FILESDIR}"/${PN}-1.16-tests-skip.patch + epatch "${FILESDIR}"/${P}-openssl-no-ssl3.patch + epatch "${FILESDIR}"/${P}-fix-proxy-test-race.patch eautoreconf } 1.190 net-misc/wget/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.190&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.190&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?r1=1.189&r2=1.190 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v retrieving revision 1.189 retrieving revision 1.190 diff -u -r1.189 -r1.190 --- ChangeLog 29 Oct 2014 16:36:51 -0000 1.189 +++ ChangeLog 29 Oct 2014 19:57:54 -0000 1.190 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/wget # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.189 2014/10/29 16:36:51 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.190 2014/10/29 19:57:54 vapier Exp $ + + 29 Oct 2014; Mike Frysinger <[email protected]> + +files/wget-1.16-fix-proxy-test-race.patch, + +files/wget-1.16-openssl-no-ssl3.patch, wget-1.16.ebuild: + Add some build/test fixes from upstream. 29 Oct 2014; Tobias Klausmann <[email protected]> wget-1.16.ebuild: Stable on alpha, bug 527056
