Date: Thu, 18 Jun 2026 23:00:37 +0000
From: Nuno Teixeira <eduardo@FreeBSD.org>
To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject: git: 8433f308426b - main - net-p2p/{lib,r}torrent: Update to 0.16.14
Message-ID: <6a347895.18c51.32501559@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=8433f308426ba42a5727fa61b544273a504919cc commit 8433f308426ba42a5727fa61b544273a504919cc Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2026-06-05 19:52:48 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2026-06-18 22:45:59 +0000 net-p2p/{lib,r}torrent: Update to 0.16.14 ChangeLog: https://github.com/rakshasa/rtorrent/releases/tag/v0.16.14 https://github.com/rakshasa/rtorrent/releases/tag/v0.16.13 https://github.com/rakshasa/rtorrent/releases/tag/v0.16.12 --- net-p2p/libtorrent/Makefile | 2 +- net-p2p/libtorrent/distinfo | 6 +++--- net-p2p/libtorrent/pkg-plist | 16 +++++++++------- net-p2p/rtorrent/Makefile | 2 +- net-p2p/rtorrent/distinfo | 6 +++--- 5 files changed, 17 insertions(+), 15 deletions(-) diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index a94c9893de21..49073c51caf1 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -1,5 +1,5 @@ PORTNAME= libtorrent -DISTVERSION= 0.16.11 +DISTVERSION= 0.16.14 CATEGORIES= net-p2p MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/ diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index 4109e66fa564..5c5254d72582 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777633814 -SHA256 (libtorrent-0.16.11.tar.gz) = 620b2892972e8c9d476c995dd52d82cbe86f36733ae3ce5d97e2ca7fc284dea1 -SIZE (libtorrent-0.16.11.tar.gz) = 901667 +TIMESTAMP = 1781455171 +SHA256 (libtorrent-0.16.14.tar.gz) = 289f1992d8c633f82faa3ed47b2eeb9482c290c0c82b8bf6daa1d3784f68c86a +SIZE (libtorrent-0.16.14.tar.gz) = 910536 diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index ead99233c3ca..1032a808c675 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -1,7 +1,6 @@ include/torrent/bitfield.h include/torrent/chunk_manager.h include/torrent/common.h -include/torrent/connection_manager.h include/torrent/data/block.h include/torrent/data/block_list.h include/torrent/data/block_transfer.h @@ -20,8 +19,8 @@ include/torrent/download/choke_queue.h include/torrent/download/download_manager.h include/torrent/download/group_entry.h include/torrent/download/resource_manager.h +include/torrent/download/types.h include/torrent/download_info.h -include/torrent/error.h include/torrent/event.h include/torrent/exceptions.h include/torrent/hash_string.h @@ -30,8 +29,6 @@ include/torrent/net/connection_state.h include/torrent/net/fd.h include/torrent/net/http_get.h include/torrent/net/http_stack.h -include/torrent/net/network_config.h -include/torrent/net/poll.h include/torrent/net/resolver.h include/torrent/net/socket_address.h include/torrent/net/socket_address_key.h @@ -49,8 +46,13 @@ include/torrent/peer/peer.h include/torrent/peer/peer_info.h include/torrent/peer/peer_list.h include/torrent/rate.h +include/torrent/runtime/network_config.h include/torrent/runtime/network_manager.h +include/torrent/runtime/runtime.h include/torrent/runtime/socket_manager.h +include/torrent/system/callbacks.h +include/torrent/system/poll.h +include/torrent/system/system.h include/torrent/system/thread.h include/torrent/throttle.h include/torrent/torrent.h @@ -59,6 +61,7 @@ include/torrent/tracker/manager.h include/torrent/tracker/tracker.h include/torrent/tracker/tracker_state.h include/torrent/tracker/wrappers.h +include/torrent/types/string_utf8.h include/torrent/utils/chrono.h include/torrent/utils/directory_events.h include/torrent/utils/extents.h @@ -70,11 +73,10 @@ include/torrent/utils/random.h include/torrent/utils/ranges.h include/torrent/utils/resume.h include/torrent/utils/scheduler.h -include/torrent/utils/signal_bitfield.h include/torrent/utils/string_manip.h include/torrent/utils/unordered_vector.h include/torrent/utils/uri_parser.h lib/libtorrent.so -lib/libtorrent.so.41 -lib/libtorrent.so.41.0.0 +lib/libtorrent.so.44 +lib/libtorrent.so.44.0.0 libdata/pkgconfig/libtorrent.pc diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index a2691c202bf3..823686a0f603 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -1,5 +1,5 @@ PORTNAME= rtorrent -DISTVERSION= 0.16.11 +DISTVERSION= 0.16.14 CATEGORIES= net-p2p MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/ diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo index c7ef453df068..cb3c26187460 100644 --- a/net-p2p/rtorrent/distinfo +++ b/net-p2p/rtorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777634683 -SHA256 (rtorrent-0.16.11.tar.gz) = bed2fefd69a01dbe95a02b330dd8c257d1aae2b4ee2ba4a9c4859da2fa404f65 -SIZE (rtorrent-0.16.11.tar.gz) = 858663 +TIMESTAMP = 1781455312 +SHA256 (rtorrent-0.16.14.tar.gz) = d149fd4840065cc69da03caf051119593f10aa8d5b533811bc3bedc3da4a3c00 +SIZE (rtorrent-0.16.14.tar.gz) = 868131home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a347895.18c51.32501559>
