From 1dc2ceba0c7d073c10dbce030395536822554005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20R=C3=B6hling?= Date: Thu, 12 Sep 2024 16:04:45 +0200 Subject: [PATCH] Move back to http-parser from llhttp Closes: #1081534 --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 0c9bbb02d..36dd290c0 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: cmake, debhelper-compat (= 13), libkrb5-dev, - libllhttp-dev, + libhttp-parser-dev, libmbedtls-dev, libpcre2-dev, libssh2-1-dev, diff --git a/debian/rules b/debian/rules index ebb390c98..4837507be 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ COMMON_CMAKE_FLAGS = \ -DREGEX_BACKEND=pcre2 \ -DUSE_GSSAPI=ON \ -DUSE_HTTPS=mbedTLS \ - -DUSE_HTTP_PARSER=llhttp \ + -DUSE_HTTP_PARSER=http-parser \ -DUSE_NTLMCLIENT=OFF \ -DUSE_SSH=ON