From 08302db298b754a44f36154b08817fe012aca6c0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 7 Jan 2026 18:28:53 +0800 Subject: 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 --- meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb | 14 -------------- meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.6.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb create mode 100644 meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.6.bb diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb deleted file mode 100644 index a7606d384d..0000000000 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Torrent client" -HOMEPAGE = "http://libtorrent.rakshasa.no/" -LICENSE = "GPL-2.0-or-later" -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;tag=v${PV}" - -SRCREV = "60cfcd37c4fb4a4ec31837a8f2127b4330e01bce" - -inherit autotools pkgconfig - -EXTRA_OECONF:append:libc-musl = " --disable-execinfo" diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.6.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.6.bb new file mode 100644 index 0000000000..9f0666f2bb --- /dev/null +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.6.bb @@ -0,0 +1,14 @@ +SUMMARY = "Torrent client" +HOMEPAGE = "http://libtorrent.rakshasa.no/" +LICENSE = "GPL-2.0-or-later" +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;tag=v${PV}" + +SRCREV = "ae14baa357aafd072de6f57f005cde4eb75e7dda" + +inherit autotools pkgconfig + +EXTRA_OECONF:append:libc-musl = " --disable-execinfo" -- cgit v1.2.3-54-g00ecf