From 81f166c856b393fe8844dc3d3ca211f821db648f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 27 Aug 2020 14:54:16 -0300 Subject: [PATCH 1/4] Revert "libtorrent-rasterbar: update to 1.2.9." This reverts commit 216fdd4f1f998447fd8d2cb4ed22cc216b193fac. Fixes #24512. Add warning about breakages. --- srcpkgs/libtorrent-rasterbar/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index f866ac53259..2a67bfa59fc 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -1,7 +1,9 @@ # Template file for 'libtorrent-rasterbar' +# Breaks ABI/API without changing soname, revbump all dependants pkgname=libtorrent-rasterbar -version=1.2.9 -revision=1 +reverts="1.2.9_1" +version=1.2.7 +revision=3 build_style=gnu-configure configure_args="--enable-examples --enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr @@ -12,8 +14,8 @@ short_desc="C++ bittorrent library by Rasterbar Software" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://libtorrent.org/" -distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version}/libtorrent-rasterbar-${version}.tar.gz" -checksum=6c986225a1c2d9eb23c5b1ac0692d83208b721a05c968102a17ee3fde01bd709 +distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent_${version//./_}/libtorrent-rasterbar-${version}.tar.gz" +checksum=bc00069e65c0825cbe1eee5cdd26f94fcd9a621c4e7f791810b12fab64192f00 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" From 288b0844a09718d9bae1a3fbb54be9959f95d01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 27 Aug 2020 16:30:08 -0300 Subject: [PATCH 2/4] qbittorrent: revbump for libtorrent-rasterbar. --- srcpkgs/qbittorrent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index caea7a7677f..c20ad4c48b1 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,7 +1,7 @@ # Template file for 'qbittorrent' pkgname=qbittorrent version=4.2.5 -revision=2 +revision=3 create_wrksrc=yes build_style=qmake hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-qmake qt5-tools tar xz" From ea8b1f6fec7df0138b6c6b21fa4da7cc02c27f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 27 Aug 2020 16:30:08 -0300 Subject: [PATCH 3/4] deluge: revbump for libtorrent-rasterbar. --- srcpkgs/deluge/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template index bb48e58ef6f..9eca5e10f08 100644 --- a/srcpkgs/deluge/template +++ b/srcpkgs/deluge/template @@ -1,7 +1,7 @@ # Template file for 'deluge' pkgname=deluge version=2.0.3 -revision=6 +revision=7 archs=noarch build_style=python3-module # TODO package python3-slimit to minify javascript From e00790d3d3e54d1322714facf158ce967ca8ffed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 27 Aug 2020 16:30:08 -0300 Subject: [PATCH 4/4] btfs: revbump for libtorrent-rasterbar. --- srcpkgs/btfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/btfs/template b/srcpkgs/btfs/template index 55a4960e630..35884c436b9 100644 --- a/srcpkgs/btfs/template +++ b/srcpkgs/btfs/template @@ -1,7 +1,7 @@ # Template file for 'btfs' pkgname=btfs version=2.22 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake pkg-config" makedepends="boost-devel fuse-devel libcurl-devel libtorrent-rasterbar-devel"