From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../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 --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 -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125161): https://lists.openembedded.org/g/openembedded-devel/message/125161 Mute This Topic: https://lists.openembedded.org/mt/118276748/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
