package/c-ares: security bump to version 1.17.0
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 17 Nov 2020 07:10:54 +0000 (08:10 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 17 Nov 2020 19:57:50 +0000 (20:57 +0100)
- 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

https://c-ares.haxx.se/changelog.html#1_17_0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/c-ares/c-ares.hash
package/c-ares/c-ares.mk

index 04a87402e9f25ef3f394182c0cfad9690e80569b..a24f3d72eaca3b706b9bcce1cb7f63a64ff64175 100644 (file)
@@ -1,5 +1,5 @@
 # Locally calculated after checking pgp signature
-sha256  d08312d0ecc3bd48eee0a4cc0d2137c9f194e0a28de2028928c0f6cae85f86ce  c-ares-1.16.1.tar.gz
+sha256  1cecd5dbe21306c7263f8649aa6e9a37aecb985995a3489f487d98df2b40757d  c-ares-1.17.0.tar.gz
 
 # Hash for license file
 sha256  db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c  LICENSE.md
index f07a7e566fbf5a317e05363d5646ccc2274200d1..d3510b3c811c5c9c25f96c1b0cdcbf7c5cd5875f 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-C_ARES_VERSION = 1.16.1
+C_ARES_VERSION = 1.17.0
 C_ARES_SITE = http://c-ares.haxx.se/download
 C_ARES_INSTALL_STAGING = YES
 C_ARES_CONF_OPTS = --with-random=/dev/urandom