summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-10-14 16:55:11 +0800
committerKhem Raj <raj.khem@gmail.com>2024-10-14 09:52:31 -0700
commit3c897575947f2bea8ab35fe7bf464c5412fe5a4d (patch)
tree113fa631de5f15acf0ceebe00c701bbc599abe28
parentab199229d4e21613081466ee72c5b09dc06b1c6b (diff)
downloadmeta-openembedded-3c897575947f2bea8ab35fe7bf464c5412fe5a4d.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb (renamed from meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/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"
6DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurses" 6DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurses"
7 7
8SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https" 8SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https"
9SRCREV = "d067bd802e44f0e6a747aabcc311ada2175fd550" 9SRCREV = "a88cab6d2e764e22cac232ef8d5af039d41b8280"
10
11PV = "0.9.8+git"
12 10
13S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
14 12