From: Tomas Krizek Date: Mon, 5 Oct 2020 14:15:21 +0000 (+0200) Subject: distro/*: update module-http packaging description X-Git-Tag: v5.2.0~15^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc2242d548a55d39936436fddbe6e7056de35318;p=thirdparty%2Fknot-resolver.git distro/*: update module-http packaging description --- diff --git a/distro/deb/control b/distro/deb/control index ff462139d..a14bc764c 100644 --- a/distro/deb/control +++ b/distro/deb/control @@ -88,7 +88,7 @@ Depends: ${shlibs:Depends}, Breaks: knot-resolver-module-tinyweb (<< 1.1.0~git20160713-1~), -Description: HTTP/2 module for Knot Resolver +Description: HTTP module for Knot Resolver The Knot Resolver is a caching full resolver implementation written in C and LuaJIT, including both a resolver library and a daemon. Modular architecture of the library keeps the core tiny and diff --git a/distro/rpm/knot-resolver.spec b/distro/rpm/knot-resolver.spec index 16383612a..73af00b82 100644 --- a/distro/rpm/knot-resolver.spec +++ b/distro/rpm/knot-resolver.spec @@ -124,7 +124,7 @@ Documentation for Knot Resolver %if "x%{?suse_version}" == "x" %package module-http -Summary: HTTP/2 module for Knot Resolver +Summary: HTTP module for Knot Resolver Requires: %{name} = %{version}-%{release} %if 0%{?fedora} || 0%{?rhel} > 7 Requires: lua5.1-http @@ -135,9 +135,10 @@ Requires: lua-mmdb %endif %description module-http -HTTP/2 module for Knot Resolver has multiple uses. It enables use of -DNS-over-HTTP, can serve as API endpoint for other modules or provide a web -interface for local visualization of the resolver cache and queries. +HTTP module for Knot Resolver can serve as API endpoint for other modules or +provide a web interface for local visualization of the resolver cache and +queries. It can also serve DNS-over-HTTPS, but it is deprecated in favor of +native C implementation, which doesn't require this package. %endif %prep