[packages/nghttp2] up to 1.69.0

atler atler at pld-linux.org
Mon Apr 20 11:17:26 CEST 2026


commit 0f4898ea3de741613ece7052f4e58f63dbf67c81
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Apr 20 11:16:28 2026 +0200

    up to 1.69.0

 llhttp-neon.patch | 32 --------------------------------
 nghttp2.spec      |  8 +++-----
 2 files changed, 3 insertions(+), 37 deletions(-)
---
diff --git a/nghttp2.spec b/nghttp2.spec
index 8b4333f..2b1e192 100644
--- a/nghttp2.spec
+++ b/nghttp2.spec
@@ -12,14 +12,13 @@
 Summary:	HTTP/2.0 C library
 Summary(pl.UTF-8):	Biblioteka C HTTP/2.0
 Name:		nghttp2
-Version:	1.68.1
-Release:	2
+Version:	1.69.0
+Release:	1
 License:	MIT
 Group:		Libraries
 #Source0Download: https://github.com/nghttp2/nghttp2/releases
 Source0:	https://github.com/nghttp2/nghttp2/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5:	1c6d3e21a6d1f368d6ceafd5a57ed201
-Patch0:		llhttp-neon.patch
+# Source0-md5:	7015bee1f5a24012b848a98bfe4864b1
 URL:		https://nghttp2.org/
 BuildRequires:	autoconf >= 2.61
 BuildRequires:	automake
@@ -108,7 +107,6 @@ Statyczna biblioteka libnghttp2.
 
 %prep
 %setup -q
-%patch -P0 -p1
 
 %build
 %{__libtoolize}
diff --git a/llhttp-neon.patch b/llhttp-neon.patch
deleted file mode 100644
index 107b538..0000000
--- a/llhttp-neon.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- nghttp2-1.68.0/third-party/llhttp/src/llhttp.c.orig	2025-10-25 10:47:53.011444055 +0200
-+++ nghttp2-1.68.0/third-party/llhttp/src/llhttp.c	2025-10-25 11:07:50.499898539 +0200
-@@ -2639,17 +2639,17 @@
-         /* Find first character that does not match `ranges` */
-         single = vceqq_u8(input, vdupq_n_u8(0x9));
-         mask = single;
--        single = vandq_u16(
-+        single = vandq_u8(
-           vcgeq_u8(input, vdupq_n_u8(' ')),
-           vcleq_u8(input, vdupq_n_u8('~'))
-         );
--        mask = vorrq_u16(mask, single);
--        single = vandq_u16(
-+        mask = vorrq_u8(mask, single);
-+        single = vandq_u8(
-           vcgeq_u8(input, vdupq_n_u8(0x80)),
-           vcleq_u8(input, vdupq_n_u8(0xff))
-         );
--        mask = vorrq_u16(mask, single);
--        narrow = vshrn_n_u16(mask, 4);
-+        mask = vorrq_u8(mask, single);
-+        narrow = vshrn_n_u16(vreinterpretq_u16_u8(mask), 4);
-         match_mask = ~vget_lane_u64(vreinterpret_u64_u8(narrow), 0);
-         match_len = __builtin_ctzll(match_mask) >> 2;
-         if (match_len != 16) {
-@@ -10096,4 +10096,4 @@
-   }
-   
-   return 0;
--}
-\ No newline at end of file
-+}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nghttp2.git/commitdiff/0f4898ea3de741613ece7052f4e58f63dbf67c81



More information about the pld-cvs-commit mailing list