From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../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 d9cca404d..4c963d9cc 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" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112899): https://lists.openembedded.org/g/openembedded-devel/message/112899 Mute This Topic: https://lists.openembedded.org/mt/108998139/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
