diff --git a/curl.changes b/curl.changes index 399e927..dc3eb19 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 12 08:43:30 UTC 2024 - Pedro Monreal + +- Remove the nghttp2 version requirement as a version guard around + the nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation + function was added in curl 8.0.1. + * Upstream commit: https://github.com/bch/curl/commit/fb2472b9 + ------------------------------------------------------------------- Thu Feb 8 13:58:23 UTC 2024 - Fabian Vogt diff --git a/curl.spec b/curl.spec index dca1e39..24a0be4 100644 --- a/curl.spec +++ b/curl.spec @@ -48,17 +48,7 @@ BuildRequires: pkgconfig(libbrotlidec) BuildRequires: pkgconfig(libidn2) # Disable metalink [bsc#1188218, CVE-2021-22923][bsc#1188217, CVE-2021-22922] # BuildRequires: pkgconfig(libmetalink) -# -# The 7.86.0 cURL release introduced the use of -# nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation, -# a function introduced by the 1.50.0 nghttp2 release. -# -# This is a bandaid, as cURL didn't provide a function/version check -# in their build scripts. Without this some users my end up with a broken -# Zypper/cURL if they have a libnghttp2 < 1.50.0 yet in their system, -# and do some Zypper transaction that updates cURL, but not libnghttp2. -# -BuildRequires: pkgconfig(libnghttp2) >= 1.50.0 +BuildRequires: pkgconfig(libnghttp2) BuildRequires: pkgconfig(libpsl) BuildRequires: pkgconfig(libssh) BuildRequires: pkgconfig(libzstd)