This is an update for net/libtorrent-rasterbar 1.2.10, released September 3, 2020. 1.2.9 was just committed to ports.
Release notes: https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1.2.10 I successfully tested its consumers, deluge and qbittorrent. Unit tests are in the same state as before with several failing. No library bumps are needed because the API and the python bindings did not change. Feedback and tests are welcome. Index: Makefile =================================================================== RCS file: /cvs/ports/net/libtorrent-rasterbar/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile 4 Sep 2020 04:24:28 -0000 1.12 +++ Makefile 5 Sep 2020 21:55:11 -0000 @@ -2,7 +2,7 @@ COMMENT = C++ library implementing a BitTorrent client -MODPY_EGG_VERSION = 1.2.9 +MODPY_EGG_VERSION = 1.2.10 DISTNAME = libtorrent-rasterbar-${MODPY_EGG_VERSION} SHARED_LIBS += torrent-rasterbar 3.0 # 10.0.0 Index: distinfo =================================================================== RCS file: /cvs/ports/net/libtorrent-rasterbar/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo 4 Sep 2020 04:24:28 -0000 1.7 +++ distinfo 5 Sep 2020 21:55:11 -0000 @@ -1,2 +1,2 @@ -SHA256 (libtorrent-rasterbar-1.2.9.tar.gz) = bJhiJaHC2esjxbGsBpLYMgi3IaBcloECoX7j/eAb1wk= -SIZE (libtorrent-rasterbar-1.2.9.tar.gz) = 4128035 +SHA256 (libtorrent-rasterbar-1.2.10.tar.gz) = 0N0wvcOSZYfEJB9AaNjjliimwfn2z1MZXw6byQAXvvs= +SIZE (libtorrent-rasterbar-1.2.10.tar.gz) = 4128498
