From 7c2a24d0652f9018ff67278bf572307ec13149f5 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:13 +0100 Subject: [PATCH] libtorrent-rasterbar: rebuild against OpenSSL --- common/shlibs | 2 +- srcpkgs/libtorrent-rasterbar/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 0b7c47a037a..ffacdbb4efe 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2032,7 +2032,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.4.3_1 -libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.2_1 +libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.12_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 831e507c127..0588acd81bd 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -2,12 +2,12 @@ # Breaks ABI/API without changing soname, revbump all dependants pkgname=libtorrent-rasterbar version=1.2.12 -revision=1 +revision=2 build_style=cmake configure_args="-DCMAKE_CXX_STANDARD=11 -Dbuild_examples=ON -Dbuild_tools=ON -Dpython-bindings=ON" hostmakedepends="pkg-config intltool libtool python3-devel" -makedepends="libressl-devel boost-devel geoip-devel python3-devel" +makedepends="openssl-devel boost-devel geoip-devel python3-devel" short_desc="C++ bittorrent library by Rasterbar Software" maintainer="Jürgen Buchmüller " license="BSD-3-Clause" @@ -50,7 +50,7 @@ libtorrent-rasterbar-python3_package() { } libtorrent-rasterbar-devel_package() { - depends="${sourcepkg}>=${version}_${revision} libressl-devel boost-devel geoip-devel" + depends="${sourcepkg}>=${version}_${revision} openssl-devel boost-devel geoip-devel" if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then depends+=" libatomic-devel" fi