From ec2a0c25ee2965c511da92e41294f91846dec6e5 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:08 +0100 Subject: [PATCH] ldns: rebuild against OpenSSL --- common/shlibs | 2 +- srcpkgs/ldns/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index bbfd167735..3db164b231 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2028,7 +2028,7 @@ libusbmuxd-2.0.so.6 libusbmuxd-2.0.2_1 libimobiledevice-1.0.so.6 libimobiledevice-1.3.0_1 libstfl.so.0 stfl-0.23_1 libCDApplet.so cairo-dock-plugins-3.4.0_1 -libldns.so.3 libldns-1.7.1_1 +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 diff --git a/srcpkgs/ldns/template b/srcpkgs/ldns/template index 7a02c108b6..6be7b24bfd 100644 --- a/srcpkgs/ldns/template +++ b/srcpkgs/ldns/template @@ -1,13 +1,13 @@ # Template file for 'ldns' pkgname=ldns version=1.7.1 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-drill --with-examples --disable-dane-ta-usage --with-trust-anchor=/etc/dns/root.key --with-ssl=${XBPS_CROSS_BASE}/usr" hostmakedepends="perl" -makedepends="libpcap-devel libressl-devel dnssec-anchors" +makedepends="libpcap-devel openssl-devel dnssec-anchors" short_desc="Modern DNS/DNSSEC library -- utils" maintainer="Leah Neukirchen " license="BSD-3-Clause" @@ -30,7 +30,7 @@ libldns_package() { } } libldns-devel_package() { - depends="libldns>=${version}_${revision} libressl-devel" + depends="libldns>=${version}_${revision} openssl-devel" short_desc="Modern DNS/DNSSEC library -- development files" pkg_install() { vmove usr/bin/ldns-config