aboutsummaryrefslogtreecommitdiff
path: root/libs/c-ares/Makefile
Commit message (Collapse)AuthorAge
* c-ares: update to 1.28.1krant2024-04-10
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* c-ares: update to 1.27.0krant2024-02-24
| | | | | | | - Update package URL - Don't set default CMake options Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* c-ares: bump to 1.19.1Hirokazu MORIKAWA2023-06-22
| | | | | | | | | | | | | | | | | This is a security and bugfix release. Security o CVE-2023-32067. High. 0-byte UDP payload causes Denial of Service o CVE-2023-31147. Moderate. Insufficient randomness in generation of DNS
query IDs o CVE-2023-31130. Moderate. Buffer Underwrite in ares_inet_net_pton() o CVE-2023-31124. Low. AutoTools does not set CARES_RANDOM_FILE during cross
compilation Fixing libcares.pc The pkg-config file libcares.pc in version 1.19.1 has been changed to be unsuitable for OpenWrt and causes build errors with Openwrt packages that use libcares. For this reason, libcares.pc was replaced. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* 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>