Date: Tue, 03 Feb 2026 20:39:48 +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: 73e88b9f23d4 - main - net-p2p/{lib,r}torrent: Roll back to 0.16.5
Message-ID: <69825d14.3b287.56e886f1@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=73e88b9f23d4986b5862933ff0d07f9ebf0aeee7 commit 73e88b9f23d4986b5862933ff0d07f9ebf0aeee7 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2026-02-03 20:20:28 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2026-02-03 20:39:35 +0000 net-p2p/{lib,r}torrent: Roll back to 0.16.5 Due to instability of 0.16.6, roll back to 0.16.5 stable. As a temporary measure as upstream is working on a release fix, let's roll back with a portrevision bump. PR: 292914 Reported by: glebius Reviewed by: glebius, novel MFH: 2026Q1 See also: https://github.com/rakshasa/rtorrent/issues/1689 --- net-p2p/libtorrent/Makefile | 4 +++- net-p2p/libtorrent/distinfo | 6 +++--- net-p2p/libtorrent/pkg-plist | 4 ++-- net-p2p/rtorrent/Makefile | 4 +++- net-p2p/rtorrent/distinfo | 6 +++--- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 7003c66af60b..56593e6b0b0d 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -1,7 +1,9 @@ PORTNAME= libtorrent DISTVERSION= 0.16.6 +PORTREVISION= 1 CATEGORIES= net-p2p -MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/ +MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v0.16.5/ +DISTNAME= ${PORTNAME}-0.16.5 MAINTAINER= eduardo@FreeBSD.org COMMENT= BitTorrent Library written in C++ diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index c18919b2200c..37bf79d288c7 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1767382828 -SHA256 (libtorrent-0.16.6.tar.gz) = 6cead07aa7d20321bce78f927beb608259538ab9d83a596def108ff16731d051 -SIZE (libtorrent-0.16.6.tar.gz) = 887531 +TIMESTAMP = 1770149076 +SHA256 (libtorrent-0.16.5.tar.gz) = 9c604b851381bfe68e122995b6a2e7e3f16d2438b715e41d967c5b5e503062a9 +SIZE (libtorrent-0.16.5.tar.gz) = 887247 diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 59b175ca51a5..b7afd1e5b6d8 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -73,6 +73,6 @@ include/torrent/utils/string_manip.h include/torrent/utils/thread.h include/torrent/utils/uri_parser.h lib/libtorrent.so -lib/libtorrent.so.36 -lib/libtorrent.so.36.0.0 +lib/libtorrent.so.35 +lib/libtorrent.so.35.0.0 libdata/pkgconfig/libtorrent.pc diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 90219afe4fd1..422df359aa99 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -1,7 +1,9 @@ PORTNAME= rtorrent DISTVERSION= 0.16.6 +PORTREVISION= 1 CATEGORIES= net-p2p -MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/ +MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v0.16.5/ +DISTNAME= ${PORTNAME}-0.16.5 MAINTAINER= eduardo@FreeBSD.org COMMENT= BitTorrent Client written in C++ diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo index 99a1b110011c..b0b7d39705ae 100644 --- a/net-p2p/rtorrent/distinfo +++ b/net-p2p/rtorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1767383084 -SHA256 (rtorrent-0.16.6.tar.gz) = 94e8408a20332cedea45a4b5f09c69f0f0c54581e1b02e1d7f61f46fee3c41f2 -SIZE (rtorrent-0.16.6.tar.gz) = 857149 +TIMESTAMP = 1770149375 +SHA256 (rtorrent-0.16.5.tar.gz) = 62ebd7662d02bdff005bc29a4b3385238e703bbe2b0c845ea7ae1ffaf9cb66c8 +SIZE (rtorrent-0.16.5.tar.gz) = 851652home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69825d14.3b287.56e886f1>
