diff mbox series

[meta-oe,61/64] rtorrent: upgrade 0.16.6 -> 0.16.7

Message ID 20260312105940.1900-10-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/64] castxml: upgrade 0.6.13 -> 0.7.0 | expand

Commit Message

Wang Mingyu March 12, 2026, 10:59 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Added a buffer that limits/deduplicates active dns requests
- Properly handle libcurl reuse of sockets
- Added SocketManager to handle reuse of uninterested fd's by the kernel
- Removed old work-arounds in epoll and force stricter handling of errors
- Allow disabling of stream buffering for plaintext logs
- Fix some compile warnings
- Fix use after free in UdnsResolver::try_resolve_numeric
- Fix crash in DhtRouter::bootstrap
- Fix key/value pairs in Lua
- Expand '~/' to $HOME in session path.
- dht_add_peer_node is empty, use dht_add_bootstrap_node instead
- Re-send smkx on SIGWINCH to fix arrow keys after terminal reattach
- Allow dht bootstrap nodes to be added when dht is off.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../rtorrent/{rtorrent_0.16.6.bb => rtorrent_0.16.7.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/rtorrent/{rtorrent_0.16.6.bb => rtorrent_0.16.7.bb} (89%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.6.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.7.bb
similarity index 89%
rename from meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.6.bb
rename to meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.7.bb
index 9f0666f2bb..0ec048dcf5 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.6.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.7.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 = "ae14baa357aafd072de6f57f005cde4eb75e7dda"
+SRCREV = "7ead88448b8068c6737a975604884f96f6ae498c"
 
 inherit autotools pkgconfig