Skip to content

Commit f3a0387

Browse files
nxhackhnyman
authored andcommitted
c-ares: bump to 1.34.6
This is a security release. Security: * CVE-2025-31498. A use-after-free bug has been uncovered in read_answers() that was introduced in v1.32.3. Please see GHSA-6hxc-62jh-p29v * CVE-2025-62408. A use-after-free bug has been uncovered in read_answers() that
was introduced in v1.32.3. Please see GHSA-jq53-42q6-pqr5 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com> (cherry picked from commit ebdb953)
1 parent 49cfc2a commit f3a0387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/c-ares/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
include $(TOPDIR)/rules.mk
1010

1111
PKG_NAME:=c-ares
12-
PKG_VERSION:=1.33.1
12+
PKG_VERSION:=1.34.6
1313
PKG_RELEASE:=1
1414

1515
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1616
PKG_SOURCE_URL:=https://github.com/c-ares/c-ares/releases/download/v$(PKG_VERSION)
17-
PKG_HASH:=06869824094745872fa26efd4c48e622b9bd82a89ef0ce693dc682a23604f415
17+
PKG_HASH:=912dd7cc3b3e8a79c52fd7fb9c0f4ecf0aaa73e45efda880266a2d6e26b84ef5
1818

1919
PKG_LICENSE:=MIT
2020
PKG_LICENSE_FILES:=LICENSE.md

0 commit comments

Comments
 (0)