summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-26 19:56:28 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-27 09:09:02 -0700
commitff8d823990c4ddadba5375dae9561a11d851c7c9 (patch)
tree186e446e478ea0f5175cc00d3bd9712df2d1e38b /meta-oe
parent5e96701ccc75f488acdab6eb10625371fbd7a00c (diff)
downloadmeta-openembedded-ff8d823990c4ddadba5375dae9561a11d851c7c9.tar.gz
rtorrent: upgrade 0.16.7 -> 0.16.8
Changelog: =========== - Added dns cache - Fix crash on double scrape request - Use callback in DnsBuffer result and catch EINTR in Listen - Fixed various SCGI issues Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.8.bb (renamed from meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.7.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.7.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.8.bb
index 0ec048dcf5..9fc6f1e5e9 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.7.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.8.bb
@@ -7,7 +7,7 @@ DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurse
7 7
8SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https;tag=v${PV}" 8SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https;tag=v${PV}"
9 9
10SRCREV = "7ead88448b8068c6737a975604884f96f6ae498c" 10SRCREV = "39f186e523f6ea2e72a3715a72d6e9ae4081ed84"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13