[oe] [meta-oe] [PATCH 67/70] rtorrent: upgrade 0.16.19 -> 0.16.20
Wang Mingyu < [email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Wang Mingyu <[email protected]> Changelog: ========== - Added WaitpidQueue to handle background process reaping - Add system.sockets.min_generic, .reserved and .available commands - Expose the socket allocation budget through SocketManager - Cleaned up PeerConnection related code - Bound size of HTTP tracker scrape responses - Bound number of DHT packet processing - Fix deprecated command redirects (rtorrent -D) - system: keep the pipe fds SpawnProcess::execute() creates for capture by - Fix github workflows Signed-off-by: Wang Mingyu <[email protected]> --- .../rtorrent/{rtorrent_0.16.19.bb => rtorrent_0.16.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/rtorrent/{rtorrent_0.16.19.bb => rtorrent_0.16.20.bb} (89%) diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.19.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.20.bb similarity index 89% rename from meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.19.bb rename to meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.20.bb index 29c5805916..29839afcd8 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.19.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.20.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 = "247ae7621a7d2596a7f3df69e417b0835b5409cb" +SRCREV = "dd3ddf7c391ada92e4ba86fb6afd8a6cc01446b8" inherit autotools pkgconfig -- 2.43.0