graaff 14/10/29 08:28:10 Modified: ChangeLog phantomjs-1.9.7.ebuild Added: phantomjs-1.9.8.ebuild Log: Non-maintainer version bump to address POODLE mitigation. Phantomjs now uses TLSv1 by default instead of SSLv3. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.15 www-client/phantomjs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 28 Jul 2014 05:19:15 -0000 1.14 +++ ChangeLog 29 Oct 2014 08:28:10 -0000 1.15 @@ -1,6 +1,13 @@ # ChangeLog for www-client/phantomjs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.14 2014/07/28 05:19:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.15 2014/10/29 08:28:10 graaff Exp $ + +*phantomjs-1.9.8 (29 Oct 2014) + + 29 Oct 2014; Hans de Graaff <[email protected]> phantomjs-1.9.7.ebuild, + +phantomjs-1.9.8.ebuild: + Non-maintainer version bump to address POODLE mitigation. Phantomjs now uses + TLSv1 by default instead of SSLv3. 28 Jul 2014; Mike Frysinger <[email protected]> metadata.xml: Drop myself as maintainer. 1.3 www-client/phantomjs/phantomjs-1.9.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.9.7.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.9.7.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.9.7.ebuild?r1=1.2&r2=1.3 Index: phantomjs-1.9.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.9.7.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- phantomjs-1.9.7.ebuild 4 Mar 2014 21:39:14 -0000 1.2 +++ phantomjs-1.9.7.ebuild 29 Oct 2014 08:28:10 -0000 1.3 @@ -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/www-client/phantomjs/phantomjs-1.9.7.ebuild,v 1.2 2014/03/04 21:39:14 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.9.7.ebuild,v 1.3 2014/10/29 08:28:10 graaff Exp $ EAPI=5 @@ -18,7 +18,9 @@ RDEPEND="dev-libs/icu:= dev-libs/openssl media-libs/fontconfig - media-libs/freetype" + media-libs/freetype + media-libs/gstreamer:0.10 + media-libs/gst-plugins-base:0.10" DEPEND="${RDEPEND} app-arch/unzip virtual/pkgconfig" 1.1 www-client/phantomjs/phantomjs-1.9.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.9.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.9.8.ebuild?rev=1.1&content-type=text/plain Index: phantomjs-1.9.8.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.9.8.ebuild,v 1.1 2014/10/29 08:28:10 graaff Exp $ EAPI=5 inherit toolchain-funcs pax-utils multiprocessing DESCRIPTION="A headless WebKit scriptable with a JavaScript API" HOMEPAGE="http://phantomjs.org/" SRC_URI="https://bitbucket.org/ariya/phantomjs/downloads/${P}-source.zip" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" RDEPEND="dev-libs/icu:= dev-libs/openssl media-libs/fontconfig media-libs/freetype media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10" DEPEND="${RDEPEND} app-arch/unzip virtual/pkgconfig" src_prepare() { sed -i \ -e '/^# CONFIG += text_breaking_with_icu/s:#::' \ src/qt/src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pri \ || die # Respect CC, CXX, {C,CXX,LD}FLAGS in .qmake.cache sed -i \ -e "/^SYSTEM_VARIABLES=/i \ CC='$(tc-getCC)'\n\ CXX='$(tc-getCXX)'\n\ CFLAGS='${CFLAGS}'\n\ CXXFLAGS='${CXXFLAGS}'\n\ LDFLAGS='${LDFLAGS}'\n\ QMakeVar set QMAKE_CFLAGS_RELEASE\n\ QMakeVar set QMAKE_CFLAGS_DEBUG\n\ QMakeVar set QMAKE_CXXFLAGS_RELEASE\n\ QMakeVar set QMAKE_CXXFLAGS_DEBUG\n\ QMakeVar set QMAKE_LFLAGS_RELEASE\n\ QMakeVar set QMAKE_LFLAGS_DEBUG\n"\ src/qt/configure \ || die # Respect CC, CXX, LINK and *FLAGS in config.tests find src/qt/config.tests/unix -name '*.test' -type f -exec \ sed -i -e "/bin\/qmake/ s: \"\$SRCDIR/: \ 'QMAKE_CC=$(tc-getCC)' 'QMAKE_CXX=$(tc-getCXX)' 'QMAKE_LINK=$(tc-getCXX)' \ 'QMAKE_CFLAGS+=${CFLAGS}' 'QMAKE_CXXFLAGS+=${CXXFLAGS}' 'QMAKE_LFLAGS+=${LDFLAGS}'&:" \ {} + || die } src_compile() { ./build.sh \ --confirm \ --jobs $(makeopts_jobs) \ --qt-config "$($(tc-getPKG_CONFIG) --cflags-only-I freetype2)" \ || die } src_test() { ./bin/phantomjs test/run-tests.js || die } src_install() { pax-mark m bin/phantomjs || die dobin bin/phantomjs dodoc ChangeLog README.md if use examples ; then docinto examples dodoc examples/* fi }
