]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: update to quiche 0.20.1 13909/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Mar 2024 06:59:54 +0000 (07:59 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Mar 2024 06:59:54 +0000 (07:59 +0100)
builder-support/helpers/install_quiche.sh
tasks.py

index 77a3fea80a3395e24a03d63208bf6b5a39d47afc..4bdb547e8ae0df2f61c4b7b52a02d205294cc13b 100755 (executable)
@@ -2,10 +2,10 @@
 set -v
 set -e
 
-readonly QUICHE_VERSION='0.20.0'
+readonly QUICHE_VERSION='0.20.1'
 readonly QUICHE_TARBALL="${QUICHE_VERSION}.tar.gz"
 readonly QUICHE_TARBALL_URL="https://github.com/cloudflare/quiche/archive/${QUICHE_TARBALL}"
-readonly QUICHE_TARBALL_HASH='7125bc82ddcf38fbfbc69882ccb2723bfb4d5bfeb42718b8291d26ec06042e38'
+readonly QUICHE_TARBALL_HASH='9c460d8ecf6c80c06bf9b42f91201ef33f912e2615a871ff2d0e50197b901c71'
 
 INSTALL_PREFIX=/usr
 SOEXT=so
index 9c5fe5b305bdebc8ada9d59bb0530512cd040de1..99204880a32f07032f9dcab2cab1d72bc55c5039 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -8,8 +8,8 @@ import time
 auth_backend_ip_addr = os.getenv('AUTH_BACKEND_IP_ADDR', '127.0.0.1')
 
 clang_version = os.getenv('CLANG_VERSION', '13')
-quiche_version = '0.20.0'
-quiche_hash = '7125bc82ddcf38fbfbc69882ccb2723bfb4d5bfeb42718b8291d26ec06042e38'
+quiche_version = '0.20.1'
+quiche_hash = '9c460d8ecf6c80c06bf9b42f91201ef33f912e2615a871ff2d0e50197b901c71'
 
 all_build_deps = [
     'ccache',