From: Oto Šťáva Date: Wed, 5 Jun 2024 12:35:23 +0000 (+0200) Subject: distro/pkg: remove dependency on libedit X-Git-Tag: v6.0.8~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09ac09c250a55787768129a67f2b14af7950d40f;p=thirdparty%2Fknot-resolver.git distro/pkg: remove dependency on libedit The library was used by the old experimental `kresc` client, which has been removed in favour of Manager's `kresctl`. --- diff --git a/NEWS b/NEWS index b07e8d904..377bb5481 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ Improvements * predict module: prefetching expiring records moved to prefetch module * prefetch module: new module to prefetch expiring records - stats: add separate metrics for IPv6 and IPv4 (!1545) +- remove unused dependency on `libedit` (!1553) .. TODO: Change the link below to a versioned one when releasing. diff --git a/distro/pkg/arch/PKGBUILD b/distro/pkg/arch/PKGBUILD index 6771c61ce..619f562d3 100644 --- a/distro/pkg/arch/PKGBUILD +++ b/distro/pkg/arch/PKGBUILD @@ -13,7 +13,6 @@ depends=( 'dnssec-anchors' 'gnutls' 'knot' - 'libedit' 'libuv' 'lmdb' 'luajit' diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 19d958347..98ddfb7c1 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -6,7 +6,6 @@ Build-Depends: debhelper (>= 12~), dh-python, libcmocka-dev (>= 1.0.0), - libedit-dev, libfstrm-dev, libgnutls28-dev, libknot-dev (>= 3.0.2), diff --git a/distro/pkg/rpm/knot-resolver.spec b/distro/pkg/rpm/knot-resolver.spec index 8b30059ed..de962e8cd 100644 --- a/distro/pkg/rpm/knot-resolver.spec +++ b/distro/pkg/rpm/knot-resolver.spec @@ -39,7 +39,6 @@ BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: pkgconfig(cmocka) BuildRequires: pkgconfig(gnutls) -BuildRequires: pkgconfig(libedit) BuildRequires: pkgconfig(libknot) >= 3.0.2 BuildRequires: pkgconfig(libzscanner) >= 3.0.2 BuildRequires: pkgconfig(libdnssec) >= 3.0.2