Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 714800

Summary: net-dns/c-ares-1.16.0 version bump
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: Current packagesAssignee: Anthony Basile <blueness>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jeroen Roovers (RETIRED) gentoo-dev 2020-03-26 07:57:50 UTC
c-ares version 1.16.0 - March 13 2020

Changes:

- Introduction of ares_getaddrinfo() API which provides similar output (including proper sorting as per RFC 6724) to the system native API, but utilizes different data structures in order to provide additional information such as TTLs and all aliases. Please reference the respective man pages for usage details.
- Parse SOA records from ns_t_any response
- CMake: Provide c-ares version in package export file
- CMake: Add CPACK functionality for DEB and RPM
- CMake: Generate PDB files during build
- CMake: Support manpage installation

Bug fixes:

- Fix bad expectation in IPv6 localhost test.
- AutoTools: use XC_CHECK_BUILD_FLAGS instead of XC_CHECK_USER_FLAGS to prevent complaints about CPPFLAGS in CFLAGS.
- Fix .onion handling
- Command line usage was out of date for adig and ahost.
- Typos in manpages
- If ares_getenv is defined, it must return a value on all platforms
- If /etc/resolv.conf has invalid lookup values, use the defaults.
- Tests: Separate live tests from SetServers* tests as only live tests should require internet access.
- ares_gethostbyname() should return ENODATA if no valid A or AAAA record is found, but a CNAME was found.
- CMake: Rework library function checking to prevent unintended linking with system libraries that aren't needed.
- Due to use of inet_addr() it was not possible to return 255.255.255.255 from ares_gethostbyname().
- CMake: Fix building of tests on Windows
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2020-04-28 14:57:51 UTC
ping
Comment 2 Anthony Basile gentoo-dev 2020-04-28 16:11:44 UTC
(In reply to Jeroen Roovers from comment #1)
> ping

thanks for pining me, i'm working on it.  it should be on the tree in a bit after I've done testing.
Comment 3 Larry the Git Cow gentoo-dev 2020-04-28 16:19:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24de16bd1d859a3eba6c4313b64f86c85934a702

commit 24de16bd1d859a3eba6c4313b64f86c85934a702
Author:     Anthony G. Basile <blueness@gentoo.org>
AuthorDate: 2020-04-28 16:18:17 +0000
Commit:     Anthony G. Basile <blueness@gentoo.org>
CommitDate: 2020-04-28 16:19:02 +0000

    net-dns/c-ares: version bump to 1.16.0
    
    Closes: https://bugs.gentoo.org/714800
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Anthony G. Basile <blueness@gentoo.org>

 net-dns/c-ares/Manifest             |  1 +
 net-dns/c-ares/c-ares-1.16.0.ebuild | 42 +++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2020-04-28 16:47:44 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11860c38c70c2376992147b11cea5e2b867c8f7a

commit 11860c38c70c2376992147b11cea5e2b867c8f7a
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2020-04-28 16:47:20 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2020-04-28 16:47:40 +0000

    net-libs/nodejs: Raise net-dns/c-ares version
    
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Bug: https://bugs.gentoo.org/714800
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 net-libs/nodejs/nodejs-12.16.3.ebuild | 2 +-
 net-libs/nodejs/nodejs-13.13.0.ebuild | 2 +-
 net-libs/nodejs/nodejs-14.0.0.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)