]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/*: update module-http packaging description
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 5 Oct 2020 14:15:21 +0000 (16:15 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 13 Oct 2020 10:55:31 +0000 (12:55 +0200)
distro/deb/control
distro/rpm/knot-resolver.spec

index ff462139d669f2dfdfb48f3f47dfea9c489e56fc..a14bc764c672897e1a8d5793e4a8951d943468f1 100644 (file)
@@ -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
index 16383612a59735107f4e59484d82f34e44d927ac..73af00b82d2427eeb26c946bb1e499f32bdb5fd7 100644 (file)
@@ -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