From da3a09b3c5909d456cdc17887199157b0fd54ab2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 May 2026 12:19:46 +0800 Subject: [PATCH] rtorrent: upgrade 0.16.10 -> 0.16.11 Changelog: ============ - Fix off-by-one bug in SCgiTask::event_read - Don't use std::scoped_lock in CurlStack as it doesn't support unlocking just one mutex - Don't throw when DhtSearch is not found in DhtServer Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../rtorrent/{rtorrent_0.16.10.bb => rtorrent_0.16.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/rtorrent/{rtorrent_0.16.10.bb => rtorrent_0.16.11.bb} (89%) diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.10.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.11.bb similarity index 89% rename from meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.10.bb rename to meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.11.bb index 36ef5a623e..559c29036c 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.10.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.11.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 = "b5a606649a4800deb44c31d3ad74d01b4c5ca37a" +SRCREV = "2700b3141f966d8533a6153491e1c76b3cf5c2b9" inherit autotools pkgconfig