From 7e3b1d2296479337542298abd38eecaa20a189c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Wed, 7 Sep 2022 17:34:19 -0300 Subject: [PATCH] libtorrent-rasterbar: rebuild to fix segfault. Since asio is a header-only library, we need to rebuild its dependents. --- common/shlibs | 2 +- srcpkgs/libtorrent-rasterbar/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/shlibs b/common/shlibs index fe0fe43e281..ae39d4551d5 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2094,7 +2094,7 @@ libldns.so.3 libldns-1.7.1_4 libopenjpeg.so.5 libopenjpeg-1.5.2_1 liboping.so.0 liboping-1.8.0_1 libloudmouth-1.so.0 loudmouth-1.5.3_12 -libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.17_1 +libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.17_2 libcapstone.so.4 capstone-4.0_1 libhavege.so.2 libhaveged-1.9.11_1 libnih.so.1 libnih-1.0.3_1 diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index 52377b39eca..135d89b9c85 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -2,7 +2,7 @@ # Breaks ABI/API without changing soname, revbump all dependants pkgname=libtorrent-rasterbar version=1.2.17 -revision=1 +revision=2 build_style=cmake configure_args="DCMAKE_CXX_STANDARD=14 -Dbuild_examples=ON -Dbuild_tools=ON -Dpython-bindings=ON"