Library for asynchronous name resolves
This package is based on the package 'libcares2' from project 'openSUSE:Factory'.
c-ares is a C library that performs DNS requests and name resolves
asynchronously. c-ares is a fork of the library named 'ares', written
by Greg Hudson at MIT.
- Developed at devel:libraries:c_c++
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/c-ares && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-Use-RPM-compiler-options.patch | 0000001433 1.4 KB | |
_multibuild | 0000000080 80 Bytes | |
ares_dns.h | 0000005540 5.41 KB | |
baselibs.conf | 0000000010 10 Bytes | |
c-ares-1.17.0.tar.gz | 0001396682 1.33 MB | |
c-ares-1.17.0.tar.gz.asc | 0000000488 488 Bytes | |
c-ares-config.cmake.in | 0000000725 725 Bytes | |
c-ares.changes | 0000018977 18.5 KB | |
c-ares.keyring | 0000001845 1.8 KB | |
c-ares.spec | 0000004246 4.15 KB | |
disable-live-tests.patch | 0000000436 436 Bytes | |
libcares.pc.cmake | 0000000684 684 Bytes | |
missing_header.patch | 0000000609 609 Bytes |
Revision 10 (latest revision is 24)
Dominique Leuenberger (dimstar_suse)
accepted
request 849356
from
Adam Majer (adamm)
(revision 10)
- ares_dns.h, missing_header.patch: re-add missing header in last release - Version update to 1.17.0 Security: * avoid read-heap-buffer-overflow in ares_parse_soa_reply found during fuzzing * Avoid theoretical buffer overflow in RC4 loop comparison * Empty hquery->name could lead to invalid memory access * ares_parse_{a,aaaa}_reply() could return a larger *naddrttls than was passed in (bsc#1178882, CVE-2020-8277) Changes: * Update help information for adig, acountry, and ahost * Test Suite now uses dynamic system-assigned ports rather than hardcoded ports to prevent failures in containers * Detect remote DNS server does not support EDNS using rules from RFC 6891 * Source tree has been reorganized to use a more modern layout * Allow parsing of CAA Resource Record Bug fixes: * readaddrinfo bad sizeof() * Test cases should honor HAVE_WRITEV flag, not depend on WIN32 * FQDN with trailing period should be queried first * ares_getaddrinfo() was returning members of the struct as garbage values if unset, and was not honoring ai_socktype and ai_protocol hints. * ares_gethostbyname() with AF_UNSPEC and an ip address would fail * Properly document ares_set_local_ip4() uses host byte order For details, see https://c-ares.haxx.se/changelog.html - add missing upstream sources, to be removed for next release - remove unnecessary BuildRequires - fix building on SLE12 systems
Comments 0