dilfridge 14/10/26 23:09:05 Modified: ChangeLog Added: LWP-Protocol-https-6.60.0.ebuild Removed: LWP-Protocol-https-6.40.0.ebuild Log: Version bump, adding patch for bug 509666 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.36 dev-perl/LWP-Protocol-https/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 28 Aug 2014 17:58:48 -0000 1.35 +++ ChangeLog 26 Oct 2014 23:09:05 -0000 1.36 @@ -1,6 +1,14 @@ # ChangeLog for dev-perl/LWP-Protocol-https # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog,v 1.35 2014/08/28 17:58:48 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog,v 1.36 2014/10/26 23:09:05 dilfridge Exp $ + +*LWP-Protocol-https-6.60.0 (26 Oct 2014) + + 26 Oct 2014; Andreas K. Huettel <[email protected]> + -LWP-Protocol-https-6.40.0.ebuild, +LWP-Protocol-https-6.60.0.ebuild, + +files/LWP-Protocol-https-6.60.0-CVE-2014-3230.patch, + +files/LWP-Protocol-https-6.60.0-etcsslcerts.patch: + Version bump, adding patch for bug 509666 28 Aug 2014; Mikle Kolyada <[email protected]> -LWP-Protocol-https-6.20.0.ebuild: 1.1 dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild?rev=1.1&content-type=text/plain Index: LWP-Protocol-https-6.60.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild,v 1.1 2014/10/26 23:09:05 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=MSCHILLI MODULE_VERSION=6.06 inherit perl-module DESCRIPTION="Provide https support for LWP::UserAgent" SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${PN}_ca-cert-r1.patch.gz" SLOT="0" IUSE="" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" app-misc/ca-certificates >=dev-perl/libwww-perl-6.20.0 >=dev-perl/Net-HTTP-6 >=dev-perl/IO-Socket-SSL-1.540.0 " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " PATCHES=( "${FILESDIR}"/${PN}-6.60.0-etcsslcerts.patch "${FILESDIR}"/${PN}-6.60.0-CVE-2014-3230.patch ) SRC_TEST=online
