From a68fd7b09d1b075b46dfa3c1d67c3418835e402f Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 1 Jan 2022 14:17:43 +0000 Subject: [PATCH] macos-setup: Update nghttp2 release there is some CVE and bug fix... --- tools/macos-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/macos-setup.sh b/tools/macos-setup.sh index 08575f3241..e4c5bf6678 100755 --- a/tools/macos-setup.sh +++ b/tools/macos-setup.sh @@ -188,7 +188,7 @@ CARES_VERSION=1.15.0 LIBSSH_VERSION=0.9.0 # mmdbresolve MAXMINDDB_VERSION=1.4.3 -NGHTTP2_VERSION=1.39.2 +NGHTTP2_VERSION=1.46.0 SPANDSP_VERSION=0.0.6 SPEEXDSP_VERSION=1.2.0 if [ "$SPANDSP_VERSION" ]; then