libtorrent 0.12.8 and rtorrent 0.8.8 released on May 9th, 2011. The release marked unstable, like the previous one, 0.12.7/0.8.7. Reproducible: Always
--- net-libs/libtorrent-0.12.7.ebuild 2011-05-10 01:38:56.574201114 +0800 +++ net-libs/libtorrent/libtorrent-0.12.8.ebuild 2011-05-10 00:52:36.428957809 +0800 @@ -21,8 +21,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-0.12.6-gcc44.patch - epatch "${FILESDIR}"/${P}-test.patch - epatch "${FILESDIR}"/${P}-gcc-4.6.0.patch + epatch "${FILESDIR}"/${PN}-0.12.7-test.patch epatch "${FILESDIR}"/download_constructor.diff elibtoolize } --- net-p2p/rtorrent/rtorrent-0.8.7-r2.ebuild 2011-04-19 08:01:21.000000000 +0800 +++ net-p2p/rtorrent/rtorrent-0.8.8.ebuild 2011-05-10 01:05:20.234408925 +0800 @@ -28,7 +28,7 @@ src_prepare() { # bug #358271 - epatch "${FILESDIR}"/${PN}-0.8.6-ncurses.patch + epatch "${FILESDIR}"/${P}-ncurses.patch use color && EPATCH_OPTS="-p1" epatch "${FILESDIR}"/${P}-canvas-fix.patch }
Created attachment 272641 [details, diff] Updated canvas fix
Created attachment 272643 [details, diff] Updated fix for modern ncurses
*** Bug 373531 has been marked as a duplicate of this bug. ***
As bug #373531 has been marked as a duplicate of this one, please update this bug's title to mention versions 0.8.9 and 0.12.9 of rtorrent and libtorrent as these are the latest stable versions available.
As I will be unable to reach a computer w/ Gentoo installed for one year starting from tomorrow, please update necessary patches for yourself.
Comment on attachment 272643 [details, diff] Updated fix for modern ncurses OK, I'm still here. --- net-libs/libtorrent/libtorrent-0.12.7-r1.ebuild +++ net-libs/libtorrent/libtorrent-0.12.9.ebuild @@ -21,10 +21,8 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-0.12.6-gcc44.patch - epatch "${FILESDIR}"/${P}-test.patch - epatch "${FILESDIR}"/${P}-gcc-4.6.0.patch + epatch "${FILESDIR}"/${PN}-0.12.7-test.patch epatch "${FILESDIR}"/download_constructor.diff - epatch "${FILESDIR}"/${P}-DHT-unaligned-access.patch elibtoolize } --- net-p2p/rtorrent/rtorrent-0.8.7-r3.ebuild +++ net-p2p/rtorrent/rtorrent-0.8.9.ebuild @@ -28,9 +28,9 @@ src_prepare() { # bug #358271 - epatch "${FILESDIR}"/${PN}-0.8.6-ncurses.patch + epatch "${FILESDIR}"/${P}-ncurses.patch - use color && EPATCH_OPTS="-p1" epatch "${FILESDIR}"/${P}-canvas-fix.patch + use color && EPATCH_OPTS="-p1" epatch "${FILESDIR}"/${PN}-0.8.8-canvas-fix.patch } src_configure() {
Created attachment 278841 [details, diff] Updated fix for modern ncurses
Created attachment 285631 [details] rtorrent-0.8.9 rtorrent-0.8.9
Created attachment 285633 [details] libtorrent-0.12.9 libtorrent-0.12.9
I have rtorrent 0.8.9 w/ libtorrent 0.12.9 running non-stop for like a month now, without any problems (~x86). I'm using color patch with xmlrpc. Someone should put this in tree. I've attached both ebuilds.
Sorry for not updating this earlier; I've committed libtorrent&rtorrent bumps a while ago.
*** Bug 381239 has been marked as a duplicate of this bug. ***