- update to 1.18.1. Changes since 1.17.2:

* Allow '/' as a valid character for a returned name for
    CNAME in-addr.arpa delegation
  * no longer forwards requests for localhost resolution per RFC6761
  * During a domain search, treat ARES_ENODATA as ARES_NXDOMAIN so
    that the search process will continue to the next domain
    in the search.
  * Provide ares_nameser.h as a public interface as needed by NodeJS
  * Add support for URI(Uniform Resource Identifier) records via
    ares_parse_uri_reply()
- 5c995d5.patch: upstreamed
- disable-live-tests.patch: refreshed

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/c-ares?expand=0&rev=44
This commit is contained in:
2021-12-08 14:08:53 +00:00
committed by Git OBS Bridge
parent 3dd76e76c5
commit e7ba41e9de
8 changed files with 38 additions and 72 deletions

View File

@@ -24,7 +24,7 @@
%endif
Name: c-ares
Version: 1.17.2
Version: 1.18.1
Release: 0
Summary: Library for asynchronous name resolves
License: MIT
@@ -35,7 +35,6 @@ Source3: c-ares.keyring
Source4: baselibs.conf
Patch0: 0001-Use-RPM-compiler-options.patch
Patch1: disable-live-tests.patch
Patch2: https://github.com/c-ares/c-ares/commit/5c995d5.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: pkg-config