summaryrefslogtreecommitdiffstats
path: root/debian/patches/fix-llhttp-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/fix-llhttp-version.patch')
-rw-r--r--debian/patches/fix-llhttp-version.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/fix-llhttp-version.patch b/debian/patches/fix-llhttp-version.patch
new file mode 100644
index 0000000..227647a
--- /dev/null
+++ b/debian/patches/fix-llhttp-version.patch
@@ -0,0 +1,16 @@
+Description: fix llhttp version
+Author: Yadd <yadd@debian.org>
+Forwarded: not-needed
+Last-Update: 2024-01-19
+
+--- a/llhttp/CMakeLists.txt
++++ b/llhttp/CMakeLists.txt
+@@ -1,7 +1,7 @@
+ cmake_minimum_required(VERSION 3.5.1)
+ cmake_policy(SET CMP0069 NEW)
+
+-project(llhttp VERSION _RELEASE_)
++project(llhttp VERSION 9.1.3)
+ include(GNUInstallDirs)
+
+ set(CMAKE_C_STANDARD 99)