diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 20:56:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 20:56:20 +0000 |
commit | 868522aa377a4519adb0b9f402586ab7a41b86ba (patch) | |
tree | 44e805e154a3ace9bd8dbac73843e80d296b7814 /debian/patches/fix-llhttp-version.patch | |
parent | Adding upstream version 5.28.2+dfsg1+~cs23.11.12.3. (diff) | |
download | node-undici-868522aa377a4519adb0b9f402586ab7a41b86ba.tar.xz node-undici-868522aa377a4519adb0b9f402586ab7a41b86ba.zip |
Adding debian version 5.28.2+dfsg1+~cs23.11.12.3-6.debian/5.28.2+dfsg1+_cs23.11.12.3-6debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/fix-llhttp-version.patch')
-rw-r--r-- | debian/patches/fix-llhttp-version.patch | 16 |
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) |