From 3308f63cafaf25e967de2d49f1b357486fc538c6 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:41 +0100 Subject: [PATCH] re: rebuild against OpenSSL --- common/shlibs | 2 +- srcpkgs/re/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 1e4262505a..c2241b6cd7 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3405,7 +3405,7 @@ libhtmlcxx.so.3 htmlcxx-0.86_1 libcss_parser_pp.so.0 htmlcxx-0.86_1 libcss_parser.so.0 htmlcxx-0.86_1 libaom.so.2 libaom-2.0.0_1 -libre.so re-0.5.8_1 +libre.so re-1.1.0_2 libspandsp.so.2 spandsp-0.0.6_1 libspa-alsa.so libspa-alsa-0.3.6_1 libspa-audioconvert.so libspa-audioconvert-0.3.6_1 diff --git a/srcpkgs/re/template b/srcpkgs/re/template index 1d866b4654..3bef9dc2b4 100644 --- a/srcpkgs/re/template +++ b/srcpkgs/re/template @@ -1,14 +1,14 @@ # Template file for 're' pkgname=re version=1.1.0 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS USE_OPENSSL=yes USE_DTLS=yes USE_DTLS_SRTP=yes USE_ZLIB=yes" make_install_args="$make_build_args" make_use_env=1 -makedepends="libressl-devel zlib-devel" +makedepends="openssl-devel zlib-devel" short_desc="Portable library for real-time communications" maintainer="John " license="BSD-3-Clause"