Changelog for
libcares2-32bit-1.15.0-9.1.x86_64.rpm :
Wed Feb 13 13:00:00 2019 adam.majerAATTsuse.de
- Version update to 1.15.0:
* Add ares_init_options() configurability for path to resolv.conf file
* Ability to exclude building of tools (adig, ahost, acountry) in CMake
* Report ARES_ENOTFOUND for .onion domain names as per RFC7686
(bsc#1125306)
* Apply the IPv6 server blacklist to all nameserver sources
* Prevent changing name servers while queries are outstanding
* ares_set_servers_csv() on failure should not leave channel in a
bad state
- enable unit tests
- disable-live-tests.patch: disable tests to live servers
- onion-crash.patch: backport fix for a crash affecting .onion TLD
Tue Feb 20 13:00:00 2018 jengelhAATTinai.de
- Remove ineffective --with-pic.
Tue Feb 20 13:00:00 2018 tchvatalAATTsuse.com
- Version update to 1.14.0:
* Fix patch for CVE-2017-1000381 to not be overly aggressive
* gethostbyaddr should fail with ECANCELLED not ENOTFOUND when ares_cancel is called
* ares_gethostbyname.3: fix callback status values
* docs: Document WSAStartup requirement
* Fix a typo in init_by_resolv_conf
Tue Feb 20 13:00:00 2018 tchvatalAATTsuse.com
- Rename everything to c-ares
Tue Jun 20 14:00:00 2017 tchvatalAATTsuse.com
- Version update to 1.13.0:
* Fixes bsc#1044946 CVE-2017-1000381
* Bunch of bugfixes
- Drop cares-1.9.1-ocloexec.patch as it broke again and it is
not really worth all the fwdporting
- Drop check phase there is only return 0
Mon Oct 31 13:00:00 2016 tchvatalAATTsuse.com
- Version update to 1.12.0:
* Fixes bsc#1007728 CVE-2016-5180
* api: add ARES_OPT_NOROTATE optmask value
* Collection of bugfixes
Thu Jun 9 14:00:00 2016 astiegerAATTsuse.com
- update to 1.11.0:
* Allow multiple -s options to the ahost command
* api: Expose the ares_library_initialized() function
* api: Add ares_set_sortlist(3) entrypoint
* api: Add entrypoints to allow use of per-server ports
* api: introduce `ares_parse_txt_reply_ext`
* api: Add ares_set_socket_configure_callback()
* Add -t u option to ahost
* collection of bug fixes
Fri Nov 14 13:00:00 2014 dimstarAATTopensuse.org
- No longer perform gpg validation; osc source_validator does it
implicit:
+ Drop gpg-offline BuildRequires.
+ No longer execute gpg_verify.
Thu May 15 14:00:00 2014 tchvatalAATTsuse.com
- Version bump to 1.10.0:
* Various small updates all around
* Cleanup of automake to build with latest tools
* For more see CHANGES
- Remove upstreamed patches:
* cares-autotools.diff
- Remove patch that needs quite work and was never acceted upstream:
* 0001-cares-1.9.1-add-symbol-versioning-support.patch
- Added patches:
* 0001-Use-RPM-compiler-options.patch
Fri May 3 14:00:00 2013 mvyskocilAATTsuse.com
- Use the genuine upstream tarball
- Verify tarball using gpg-offline
Thu May 2 14:00:00 2013 jengelhAATTinai.de
- Get rid of outdated autotools construct to fix build with
new automake-1.13
Sun Jan 6 13:00:00 2013 p.drouandAATTgmail.com
- Update to 1.9.1 version:
* include the ares_parse_soa_reply.
* files in the tarball
- Removed patches (fixed and merged on upstream release)
* 0001-ares_destroy.c-fix-segfault-in-ares_destroy_options.patch
* 0002-ares_getnameinfo-fix-random-results-with-c-ares-1.7..patch
* 0003-ares_init.c-fix-segfault-triggered-in-ares_init_opti.patch
- Updated and versionned patchs for upstream release:
* 0001-add-symbol-versioning-support.patch
* cares-ocloexec.patch
Fri Feb 3 13:00:00 2012 crrodriguezAATTopensuse.org
- Fix license
- provide symbol versioning support
- fix -debuginfo packages
Tue Nov 15 13:00:00 2011 jengelhAATTmedozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
Mon Nov 14 13:00:00 2011 crrodriguezAATTopensuse.org
- Open all fds with O_CLOEXEC.
Mon Oct 17 14:00:00 2011 crrodriguezAATTopensuse.org
- Cherry-pick 3 patches from HEAD
* ares_destroy.c: fix segfault in ares_destroy_options()
* ares_getnameinfo: fix random results, memory corruption
* ares_init.c: fix segfault triggered in ares_init_options()
upon previous failure of init_by_defaults()
Wed Aug 17 14:00:00 2011 crrodriguezAATTopensuse.org
- Update to version 1.7.4
* Drop obsolete patch
* detection of semicolon comments in resolv.conf
* fixed ares_parse_
*_reply memory leaks
* only fall back to AF_INET searches when looking for AF_UNSPEC addresses
Sat Mar 19 13:00:00 2011 crrodriguezAATTopensuse.org
- fix NULL ptr dereference
Mon Dec 13 13:00:00 2010 cristian.rodriguezAATTopensuse.org
- c-ares version 1.7.4
* local-bind: Support binding to local interface/IPs, see
ares_set_local_ip4, ares_set_local_ip6, ares_set_local_dev
* memory leak in ares_getnameinfo
* add missing break that caused get_ares_servers to fail
* ares_parse_a_reply: fix CNAME response parsing
* init_by_options: don\'t copy an empty sortlist
* Replaced uint32_t with unsigned int to fix broken builds
on a couple of platforms
* Fix lookup with HOSTALIASES set
* adig: fix NAPTR parsing
* compiler warning cleanups
Fri Oct 29 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- Fix aliasing warning in gcc
- Add missing break that caused get_ares_servers to fail
Sun Jul 25 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- update to version 1.7.3
* ares_init: Last, not first instance of domain or search should win
* Added ares_parse_mx_reply()
* Fix memory leak
Sat Apr 24 14:00:00 2010 cooloAATTnovell.com
- buildrequire pkg-config to fix provides
Wed Mar 24 13:00:00 2010 crrodriguezAATTopensuse.org
- update to version 1.7.1, includes IPV6 nameservers support
Wed Mar 10 13:00:00 2010 crrodriguezAATTopensuse.org
- remove invalid configure options
Mon Feb 22 13:00:00 2010 crrodriguezAATTopensuse.org
- fix build
- update to version 1.7.0, see RELEASE_NOTES for detail
Mon Feb 1 13:00:00 2010 jengelhAATTmedozas.de
- package baselibs.conf
Wed Sep 30 14:00:00 2009 crrodriguezAATTopensuse.org
- add gcc visibility support