From 3c897575947f2bea8ab35fe7bf464c5412fe5a4d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:55:11 +0800 Subject: [PATCH] rtorrent: upgrade 0.9.8 -> 0.10.0 Changelog: =========== libtorrent ----------- - Significant performance improvements to improve throughput and reduce CPU usage. - A fix for a torrent client crash with the socket address object. - Support for 33 gigabit speed throttles on ruTorrent. rTorrent -------- - A fix for a torrent client stack overflow crash with the lockfile buffer. - New trackers.delay_scrape command for .rtorrent.rc to avoid crashes with thousands of torrents and allow instant startups. - A fix for compiling the software with LTO (Link Time Optimizations) for additional performance. - A fix for a critical memory leak with RPC commands which may waste an alarming amount of memory. - A fix for critical torrent client breakage if a power outage/failure occurs during a session saving interval. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../rtorrent/{rtorrent_git.bb => rtorrent_0.10.0.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-oe/recipes-connectivity/rtorrent/{rtorrent_git.bb => rtorrent_0.10.0.bb} (89%) diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb similarity index 89% rename from meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb rename to meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb index d9cca404d7..4c963d9cc4 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb @@ -6,9 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurses" SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https" -SRCREV = "d067bd802e44f0e6a747aabcc311ada2175fd550" - -PV = "0.9.8+git" +SRCREV = "a88cab6d2e764e22cac232ef8d5af039d41b8280" S = "${WORKDIR}/git"