From 08302db298b754a44f36154b08817fe012aca6c0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 7 Jan 2026 18:28:53 +0800 Subject: [PATCH] rtorrent: upgrade 0.16.5 -> 0.16.6 Features --------- Added timestamp helper commands Use separate thread for saving session data Run multiple session save requests in parallel Changed magnet metadata handling and added 'magnet.path.set' Optimizations ------------- Use map rather than vector for Poll tables Bug Fixes ----------- Convert IPv4in6 addresses to IPv4 in outgoing handshakes Force clear bitfield ranges of downloads that get hashed Use CURLOPT_CLOSESOCKETFUNCTION to properly handle libcurl closing sockets before CURL_POLL_REMOVE Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../rtorrent/{rtorrent_0.16.5.bb => rtorrent_0.16.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/rtorrent/{rtorrent_0.16.5.bb => rtorrent_0.16.6.bb} (89%) diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.6.bb similarity index 89% rename from meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb rename to meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.6.bb index a7606d384d..9f0666f2bb 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.6.bb @@ -7,7 +7,7 @@ DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurse SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https;tag=v${PV}" -SRCREV = "60cfcd37c4fb4a4ec31837a8f2127b4330e01bce" +SRCREV = "ae14baa357aafd072de6f57f005cde4eb75e7dda" inherit autotools pkgconfig