From c17e1c000579aab0794bafb3856261bd5fd71605 Mon Sep 17 00:00:00 2001 From: XWwalker Date: Thu, 1 Sep 2022 16:50:39 +0800 Subject: [PATCH] replace the use of strtoul and strol with parse_uint --- nghttp2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nghttp2.spec b/nghttp2.spec index 2adcf4a..f06408c 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -6,7 +6,7 @@ License: MIT URL: https://nghttp2.org/ Source0: https://github.com/nghttp2/nghttp2/releases/download/v%{version}/%{name}-%{version}.tar.xz -Patch6000: backport-replace-the-use-of-strtoul-and-strtol-with-parse_uint.patch +Patch0: backport-replace-the-use-of-strtoul-and-strtol-with-parse_uint.patch BuildRequires: CUnit-devel c-ares-devel gcc-c++ libev-devel openssl-devel automake BuildRequires: python3-devel systemd-devel zlib-devel