aboutsummaryrefslogtreecommitdiff
path: root/libs/c-ares
Commit message (Collapse)AuthorAge
* c-ares: bump to 1.18.1Karl Palsson2021-11-09
| | | | | | | | Changelog: https://lists.haxx.se/pipermail/c-ares/2021-October/000002.html This includes the update to the domain name, made upstream, ref: https://lists.haxx.se/pipermail/c-ares/2021-September/000001.html Signed-off-by: Karl Palsson <karlp@etactica.com>
* c-ares: update to version 1.17.2Petr Štetiar2021-08-20
| | | | | | | | | | | | Missing input validation of host names returned by Domain Name Servers in the c-ares library can lead to output of wrong hostnames (leading to Domain Hijacking). The Common Vulnerabilities and Exposures (CVE) project has assigned the name CVE-2021-3672 to this issue. References: https://c-ares.haxx.se/adv_20210810.html Signed-off-by: Petr Štetiar <ynezz@true.cz>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* c-ares: update to latest for security fixesKarl Palsson2020-11-19
| | | | | | | Four fixes tagged as security, full changelog at https://c-ares.haxx.se/changelog.html#1_17_0 Includes fix for CVE-2020-8277 Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* c-ares: switch to CMakeRosen Penev2020-07-09
| | | | | | Allows simplifying the Makefile. Also allows faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* c-ares: update to 1.16.1Karl Palsson2020-05-18
| | | | | | | Various fixes, nothing particularly standout as of particular interest to OpenWrt. Full changelog at https://c-ares.haxx.se/changelog.html Signed-off-by: Karl Palsson <karlp@etactica.com>
* libs/c-ares: Update to 1.15.0Karl Palsson2018-10-29
| | | | | | | | | | Full changelog at https://c-ares.haxx.se/changelog.html Of interest: * fixes warnings with modern gcc * reports not found for onion addresses per RFC7686 Signed-off-by: Karl Palsson <karlp@etactica.com>
* lib/c-ares: remove duplicate cpe-idKarl Palsson2018-10-28
| | | | Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* Merge pull request #6817 from neheb/patch-30Hannu Nyman2018-10-28
|\ | | | | c-ares: Add CPE ID to track CVEs
| * c-ares: Add CPE ID to track CVEsRosen Penev2018-08-19
| | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libs/c-ares: finaly cpe id update.Karl Palsson2018-10-18
| | | | | | | | | | | | | | Use the correct base 2.2 CPE id from https://nvd.nist.gov/products/cpe/search instead of the old id. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | libs/c-ares: fix CPE idKarl Palsson2018-10-18
| | | | | | | | | | | | Incorrectly copied from source document. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | lib/c-ares: add PKG_CPE_IDKarl Palsson2018-10-17
|/ | | | | | bump package, but no functional changes Signed-off-by: Karl Palsson <karlp@etactica.com>
* c-ares: bump to v1.14Karl Palsson2018-02-19
| | | | | | | | Changelog at: https://c-ares.haxx.se/changelog.html mostly android and windows fixes, but some minor fixes for all systems. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* libcares: c-ares bump to 1.13.0Lucian Cristian2017-08-17
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* libcares: bump to 1.12.0Karl Palsson2017-05-05
| | | | | | | | | | Full changelog available at: https://c-ares.haxx.se/changelog.html#1_12_0 Mostly minor bugfixes and documentation improvements Signed-off-by: Karl Palsson <karlp@etactica.com> Signed-off-by: Karl Palsson <karlp@remake.is>
* libs: c-ares: Bump to version 1.11Karl Palsson2016-03-08
| | | | | | | Full changelog at https://raw.githubusercontent.com/c-ares/c-ares/cares-1_11_0/RELEASE-NOTES Signed-off-by: Karl Palsson <karlp@etactica.com>
* c-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE*Jo-Philipp Wich2015-06-25
| | | | | | | | | | When fortify source is enabled, the c-ares configure script will abort with: configure: CFLAGS error: CFLAGS may only be used to specify C compiler flags, not macro definitions. Use CPPFLAGS for: -D_FORTIFY_SOURCE=1 Change the OpenWrt Makefile to move any -D flags from TARGET_CFLAGS to TARGET_CPPFLAGS in order to satisfy `configure`. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* libs/c-ares: Port from old packages, and updateKarl Palsson2014-06-05
libcares is a dependency of mosquitto, at least. Imported existing packages makefile, updated from 1.7.4 to 1.10.0 Added License and Maintainer information Signed-off-by: Karl Palsson <karlp@remake.is>