pinkbyte 15/05/01 06:52:27 Modified: ChangeLog Added: canto-curses-0.9.3.ebuild Removed: canto-curses-0.8.4.ebuild Log: Version bump, wrt bug #548184. Drop old vulnerable version, wrt bug #533654. Thanks to Jack Miller <jack AT codezen.org> for discovering this issue (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
Revision Changes Path 1.4 net-news/canto-curses/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-news/canto-curses/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 8 Apr 2015 18:17:12 -0000 1.3 +++ ChangeLog 1 May 2015 06:52:27 -0000 1.4 @@ -1,6 +1,13 @@ # ChangeLog for net-news/canto-curses # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/canto-curses/ChangeLog,v 1.3 2015/04/08 18:17:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/canto-curses/ChangeLog,v 1.4 2015/05/01 06:52:27 pinkbyte Exp $ + +*canto-curses-0.9.3 (01 May 2015) + + 01 May 2015; Sergey Popov <[email protected]> -canto-curses-0.8.4.ebuild, + +canto-curses-0.9.3.ebuild: + Version bump, wrt bug #548184. Drop old vulnerable version, wrt bug #533654. + Thanks to Jack Miller <jack AT codezen.org> for discovering this issue 08 Apr 2015; Michał Górny <[email protected]> canto-curses-0.8.4.ebuild: Drop old Python implementations 1.1 net-news/canto-curses/canto-curses-0.9.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/canto-curses-0.9.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/canto-curses-0.9.3.ebuild?rev=1.1&content-type=text/plain Index: canto-curses-0.9.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-news/canto-curses/canto-curses-0.9.3.ebuild,v 1.1 2015/05/01 06:52:27 pinkbyte Exp $ EAPI="5" PYTHON_COMPAT=( python{3_3,3_4} ) PYTHON_REQ_USE="ncurses(+),threads(+)" inherit distutils-r1 multilib DESCRIPTION="The ncurses client for canto-daemon" HOMEPAGE="http://codezen.org/canto-ng/" SRC_URI="http://codezen.org/static/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=">=net-news/canto-daemon-0.9.1[${PYTHON_USEDEP}]" python_prepare_all() { # Respect libdir during plugins installation sed -i -e "s:lib/canto:$(get_libdir)/canto:" setup.py || die distutils-r1_python_prepare_all }
