Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 366623 - net-libs/libtorrent-0.12.9, net-p2p/rtorrent-0.8.9 version bump
Summary: net-libs/libtorrent-0.12.9, net-p2p/rtorrent-0.8.9 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo net-p2p team
URL: http://libtorrent.rakshasa.no/wiki/Wi...
Whiteboard:
Keywords: Inclusion, PATCH
: 373531 381239 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-09 17:35 UTC by Arseny Solokha
Modified: 2016-05-21 11:34 UTC (History)
7 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Updated canvas fix (rtorrent-0.8.8-canvas-fix.patch,9.76 KB, patch)
2011-05-09 17:41 UTC, Arseny Solokha
Details | Diff
Updated fix for modern ncurses (rtorrent-0.8.8-ncurses.patch,630 bytes, patch)
2011-05-09 17:42 UTC, Arseny Solokha
Details | Diff
Updated fix for modern ncurses (rtorrent-0.8.9-ncurses.patch,618 bytes, patch)
2011-07-02 07:14 UTC, Arseny Solokha
Details | Diff
rtorrent-0.8.9 (rtorrent-0.8.9.ebuild,1.74 KB, text/plain)
2011-09-05 14:06 UTC, Uros
Details
libtorrent-0.12.9 (libtorrent-0.12.9.ebuild,1.41 KB, text/plain)
2011-09-05 14:06 UTC, Uros
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arseny Solokha 2011-05-09 17:35:05 UTC
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
Comment 1 Arseny Solokha 2011-05-09 17:38:09 UTC
--- 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
 }
Comment 2 Arseny Solokha 2011-05-09 17:41:19 UTC
Created attachment 272641 [details, diff]
Updated canvas fix
Comment 3 Arseny Solokha 2011-05-09 17:42:41 UTC
Created attachment 272643 [details, diff]
Updated fix for modern ncurses
Comment 4 Pacho Ramos gentoo-dev 2011-06-30 08:19:55 UTC
*** Bug 373531 has been marked as a duplicate of this bug. ***
Comment 5 Rodrigo Severo 2011-06-30 12:18:18 UTC
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.
Comment 6 Arseny Solokha 2011-06-30 12:55:52 UTC
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 7 Arseny Solokha 2011-07-02 07:13:19 UTC
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() {
Comment 8 Arseny Solokha 2011-07-02 07:14:56 UTC
Created attachment 278841 [details, diff]
Updated fix for modern ncurses
Comment 9 Uros 2011-09-05 14:06:32 UTC
Created attachment 285631 [details]
rtorrent-0.8.9

rtorrent-0.8.9
Comment 10 Uros 2011-09-05 14:06:56 UTC
Created attachment 285633 [details]
libtorrent-0.12.9

libtorrent-0.12.9
Comment 11 Uros 2011-09-05 14:07:56 UTC
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.
Comment 12 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-09-18 14:57:19 UTC
Sorry for not updating this earlier; I've committed libtorrent&rtorrent bumps a while ago.
Comment 13 Aaron W. Swenson gentoo-dev 2011-09-24 12:45:51 UTC
*** Bug 381239 has been marked as a duplicate of this bug. ***